For performance reasons, I wanted to build stunnel with the --disable-libwrap configure option, but stunnel's Makefile used CONFIGURE_ARGS= rather than CONFIGURE_ARGS+=, so I couldn't set it in ports.conf, and there wasn't an OPTION for it. This update changes to CONFIGURE_ARGS+= (in case there are other such options people want to specify) and adds a LIBWRAP option which defaults to on. Port maintainer (roam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer (via the GNATS Auto Assign Tool)
roam 2009-11-13 10:58:57 UTC FreeBSD ports repository Modified files: security/stunnel Makefile distinfo security/stunnel/files patch-Makefile.in patch-src::client.c patch-src::common.h ssl-noengine.patch Log: Update stunnel to 4.28, including a patch for older SSL versions. Add two new configurable options to disable libwrap support (almost as in the PR, but not quite) and enable Diffie-Hellman key exchange. PR: 139147 (only the libwrap support, but missing -lwrap) Submitted by: Jim Riggs <ports@christianserving.org> Revision Changes Path 1.93 +22 -2 ports/security/stunnel/Makefile 1.51 +6 -3 ports/security/stunnel/distinfo 1.6 +9 -3 ports/security/stunnel/files/patch-Makefile.in 1.2 +8 -3 ports/security/stunnel/files/patch-src::client.c 1.4 +8 -3 ports/security/stunnel/files/patch-src::common.h 1.4 +8 -3 ports/security/stunnel/files/ssl-noengine.patch _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I've just committed a similar change in the update to stunnel-4.28. Thanks!