svn commit: r455661 - in branches/2017Q4/security/hitch: . files
Mark Felder
feld at FreeBSD.org
Wed Dec 6 16:50:12 UTC 2017
Author: feld
Date: Wed Dec 6 16:50:10 2017
New Revision: 455661
URL: https://svnweb.freebsd.org/changeset/ports/455661
Log:
MFH: r453712 r453733 r453741 r455660
- Update to 1.4.6
PR: 221565
Reported by: Christopher Beppler
- Switch to USES=pkgconfig
- Bump PORTREVISION
Special thanks: danfe (debugging hitch m4 issue+recommending pkgconfig via USES)
- Varnish has two different releases for hitch, switch to the other one as it is properly bootstrapped
- Bump PORTREVISION
Thanks to: danfe
security/hitch: Add reload command to rc script
Hitch properly handles SIGHUP
Deleted:
branches/2017Q4/security/hitch/files/patch-src_hitch.c
Modified:
branches/2017Q4/security/hitch/Makefile
branches/2017Q4/security/hitch/distinfo
branches/2017Q4/security/hitch/files/hitch.in
Directory Properties:
branches/2017Q4/ (props changed)
Modified: branches/2017Q4/security/hitch/Makefile
==============================================================================
--- branches/2017Q4/security/hitch/Makefile Wed Dec 6 16:42:14 2017 (r455660)
+++ branches/2017Q4/security/hitch/Makefile Wed Dec 6 16:50:10 2017 (r455661)
@@ -2,23 +2,24 @@
# $FreeBSD$
PORTNAME= hitch
-PORTVERSION= 1.4.4
-DISTVERSIONPREFIX= ${PORTNAME}-
+PORTVERSION= 1.4.6
+PORTREVISION= 3
CATEGORIES= security
+MASTER_SITES= http://hitch-tls.org/source/ \
+ ZI
MAINTAINER= zi at FreeBSD.org
COMMENT= TLS proxy to forward connections to an unencrypted backend
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= rst2man:textproc/py-docutils \
- pkg-config:devel/pkgconf
+BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libev.so:devel/libev
USERS= nobody
GROUPS= nobody
-USES= autoreconf ssl
+USES= pkgconfig ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/run
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \
@@ -26,9 +27,6 @@ CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO
USE_RC_SUBR= ${PORTNAME}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl
-USE_GITHUB= yes
-GH_ACCOUNT= varnish
-PORTSCOUT= skipv:premerge
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc
Modified: branches/2017Q4/security/hitch/distinfo
==============================================================================
--- branches/2017Q4/security/hitch/distinfo Wed Dec 6 16:42:14 2017 (r455660)
+++ branches/2017Q4/security/hitch/distinfo Wed Dec 6 16:50:10 2017 (r455661)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485636726
-SHA256 (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 3c889637e1bc66010b8243fc91b9e26e134f6be77f38a770773dbbbb4dacdefc
-SIZE (varnish-hitch-hitch-1.4.4_GH0.tar.gz) = 125074
+TIMESTAMP = 1510149117
+SHA256 (hitch-1.4.6.tar.gz) = b095e465f0fc37c5e46cfc0fbcf987ba90ed660caf7f559547df8dea985fec2b
+SIZE (hitch-1.4.6.tar.gz) = 308210
Modified: branches/2017Q4/security/hitch/files/hitch.in
==============================================================================
--- branches/2017Q4/security/hitch/files/hitch.in Wed Dec 6 16:42:14 2017 (r455660)
+++ branches/2017Q4/security/hitch/files/hitch.in Wed Dec 6 16:50:10 2017 (r455661)
@@ -33,6 +33,7 @@ load_rc_config $name
command="%%PREFIX%%/sbin/hitch"
command_args="--daemon -u nobody -g nobody -s --config=${hitch_config}"
+extra_commands=reload
required_files=${hitch_config}
run_rc_command "$1"
More information about the svn-ports-all
mailing list