mod_security 2.5.9

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Mon Aug 10 05:12:52 UTC 2009


On Sunday 09 August 2009 18:31:55 Charles Howse wrote:
> On Aug 9, 2009, at 3:42 PM, Mel Flynn wrote:
> > I've attached a patch that fixes the issue.
>
> <blush>
> Whoops, looks like I've stepped in over my head.
> Exactly how do I use this patch?
> </blush>

cd /usr/ports/www/mod_security
patch < /path/to/patch
make build

You can also not use the patch and do:
cd /usr/ports/www/mod_security
make patch
cd `make -V WRKSRC`
sed -i.orig -e 's, at APR_LD_LINK@, at APR_LD_LINK@ @ARP_LIBS@,' \
	mlogc-src/Makefile.in
cd /usr/ports/www/mod_security
make build

But that only works one time. The patch fixes the port so that it works every 
time.
-- 
Mel


More information about the freebsd-questions mailing list