|
From: Mark F. <fe...@Fr...> - 2015-08-10 18:28:39
|
On Mon, Aug 10, 2015, at 12:05, Kevin Zheng wrote: > Hi Mark, > > On 08/10/2015 11:11, Mark Felder wrote: > > Kevin, is this the patch in question? > > > > https://bitbucket.org/sshguard/sshguard/commits/da561435cc29c22ee3b545b61e76aa318ec8fd0f/raw/ > > I've attached the patch that fixes 'ipfw' support. You can generate this > yourself by running: > > $ git diff v1.6.1 origin/1.6 > > Most of this diff consists of deletions. You can safely ignore the hunk > that deletes 'src/fwalls/ipfw.c' if you're putting this in ports. > Do I understand the important parts of the patch correctly? 1) configure.ac copying command_ipfw.h to command.h 2) creation of src/fwalls/command_ipfw.h If so, I can easily fix the FreeBSD port if ipfw support is broken. |