svn commit: r501089 - in head/security/sslproxy: . files
Muhammad Moinur Rahman
bofh at FreeBSD.org
Thu May 9 12:25:00 UTC 2019
Author: bofh
Date: Thu May 9 12:24:58 2019
New Revision: 501089
URL: https://svnweb.freebsd.org/changeset/ports/501089
Log:
security/sslproxy: Update version 0.5.9=>0.6.0
Added:
head/security/sslproxy/files/patch-pxyconn.c (contents, props changed)
Modified:
head/security/sslproxy/Makefile
head/security/sslproxy/distinfo
head/security/sslproxy/files/patch-GNUmakefile
Modified: head/security/sslproxy/Makefile
==============================================================================
--- head/security/sslproxy/Makefile Thu May 9 12:10:34 2019 (r501088)
+++ head/security/sslproxy/Makefile Thu May 9 12:24:58 2019 (r501089)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= sslproxy
-PORTVERSION= 0.5.9
+PORTVERSION= 0.6.0
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= security
@@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libevent.so:devel/libevent \
libnet.so:net/libnet
-USES= gmake pkgconfig uidfix ssl
+USES= gmake pkgconfig uidfix sqlite ssl
USE_GITHUB= yes
GH_ACCOUNT= sonertari
GH_PROJECT= SSLproxy
Modified: head/security/sslproxy/distinfo
==============================================================================
--- head/security/sslproxy/distinfo Thu May 9 12:10:34 2019 (r501088)
+++ head/security/sslproxy/distinfo Thu May 9 12:24:58 2019 (r501089)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551812754
-SHA256 (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 669cd763f83c8faa69e6fb2854e09cb724960075b088cbac5df994613423a4cb
-SIZE (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 1777393
+TIMESTAMP = 1557314268
+SHA256 (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 4905a87c232cd713c0ffce0a7f02f2e4e4cfed569ff10659c279f9516112aa5c
+SIZE (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 1796137
Modified: head/security/sslproxy/files/patch-GNUmakefile
==============================================================================
--- head/security/sslproxy/files/patch-GNUmakefile Thu May 9 12:10:34 2019 (r501088)
+++ head/security/sslproxy/files/patch-GNUmakefile Thu May 9 12:24:58 2019 (r501089)
@@ -1,4 +1,4 @@
---- GNUmakefile.orig 2018-12-11 18:58:45 UTC
+--- GNUmakefile.orig 2019-05-02 16:06:48 UTC
+++ GNUmakefile
@@ -178,7 +178,7 @@ endif
@@ -18,7 +18,7 @@
ifeq ($(shell id -u),0)
BINOWNERFLAGS?= -o $(BINUID) -g $(BINGID)
CNFOWNERFLAGS?= -o $(CNFUID) -g $(CNFGID)
-@@ -504,26 +504,19 @@ clean:
+@@ -524,26 +524,19 @@ clean:
$(RM) -rf *.dSYM
install: $(TARGET)
Added: head/security/sslproxy/files/patch-pxyconn.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/sslproxy/files/patch-pxyconn.c Thu May 9 12:24:58 2019 (r501089)
@@ -0,0 +1,11 @@
+--- pxyconn.c.orig 2019-05-08 11:38:14 UTC
++++ pxyconn.c
+@@ -938,7 +938,7 @@ pxy_try_remove_sslproxy_header(pxy_conn_child_ctx_t *c
+ }
+ }
+
+-#ifdef __APPLE__
++#if defined(__FreeBSD__) || defined(__APPLE__)
+ #define getdtablecount() 0
+
+ /*
More information about the svn-ports-head
mailing list