Date: Thu, 23 Jul 2015 18:30:42 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392745 - in head/security/snort: . files Message-ID: <201507231830.t6NIUgFE091689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Thu Jul 23 18:30:41 2015 New Revision: 392745 URL: https://svnweb.freebsd.org/changeset/ports/392745 Log: - Update to 2.9.7.5 Added: head/security/snort/files/patch-configure (contents, props changed) Modified: head/security/snort/Makefile head/security/snort/distinfo Modified: head/security/snort/Makefile ============================================================================== --- head/security/snort/Makefile Thu Jul 23 18:24:12 2015 (r392744) +++ head/security/snort/Makefile Thu Jul 23 18:30:41 2015 (r392745) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.7.3 +PORTVERSION= 2.9.7.5 CATEGORIES= security -MASTER_SITES= SF/snort/snort \ - https://snort.org/downloads/snort/ \ +MASTER_SITES= https://snort.org/downloads/snort/ \ http://mirrors.rit.edu/zi/ PATCH_DIST_STRIP= -p1 @@ -72,7 +71,7 @@ APPID_CONFIGURE_ENV+= luajit_CFLAGS="-I$ USE_RC_SUBR= snort SUB_FILES= pkg-message -USES= cpe pathfix libtool +USES= cpe libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -108,9 +107,6 @@ CONFIGURE_ARGS+=--enable-reload \ --with-dnet-libraries=${LIBNET_LIBDIR} post-patch: -#@${FIND} ${WRKSRC} \( -name 'Makefile.in' -o -name snort.conf \) -print0 | \ -#${XARGS} -0 ${REINPLACE_CMD} -e 's|lib/snort_|lib/snort/|g' - @${REINPLACE_CMD} "s,/etc/snort.conf,${ETCDIR}/snort.conf," \ ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8 Modified: head/security/snort/distinfo ============================================================================== --- head/security/snort/distinfo Thu Jul 23 18:24:12 2015 (r392744) +++ head/security/snort/distinfo Thu Jul 23 18:30:41 2015 (r392745) @@ -1,2 +1,2 @@ -SHA256 (snort-2.9.7.3.tar.gz) = 8cc3613b888fc54947a2beec773c76d9a20368f2659b31d45a9f0b11e66cc229 -SIZE (snort-2.9.7.3.tar.gz) = 6300073 +SHA256 (snort-2.9.7.5.tar.gz) = ad03f11b5301b16642199a86aa90388eaa53f5003f83b0c5595745a490047be1 +SIZE (snort-2.9.7.5.tar.gz) = 6312847 Added: head/security/snort/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/snort/files/patch-configure Thu Jul 23 18:30:41 2015 (r392745) @@ -0,0 +1,11 @@ +--- configure.orig 2015-07-23 18:22:50 UTC ++++ configure +@@ -12,6 +12,8 @@ + ## M4sh Initialization. ## + ## -------------------- ## + ++HOME=/dev/null ++ + # Be more Bourne compatible + DUALCASE=1; export DUALCASE # for MKS sh + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507231830.t6NIUgFE091689>