summaryrefslogtreecommitdiff
path: root/security/sslproxy
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-05-09 12:24:58 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2019-05-09 12:24:58 +0000
commit8b4b1dc3bff95293dfb9626422ebd91cb00e9b97 (patch)
tree3fd35572acd902a9768ebb8a785c6bc5c36e8bd2 /security/sslproxy
parentmath/wxmaxima: update to 19.05.2 (diff)
security/sslproxy: Update version 0.5.9=>0.6.0
Notes
Notes: svn path=/head/; revision=501089
Diffstat (limited to 'security/sslproxy')
-rw-r--r--security/sslproxy/Makefile4
-rw-r--r--security/sslproxy/distinfo6
-rw-r--r--security/sslproxy/files/patch-GNUmakefile4
-rw-r--r--security/sslproxy/files/patch-pxyconn.c11
4 files changed, 18 insertions, 7 deletions
diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile
index 5dd726be5813..835d240dfa22 100644
--- a/security/sslproxy/Makefile
+++ b/security/sslproxy/Makefile
@@ -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
diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo
index 6e563eabb7fc..35fe9cd6855e 100644
--- a/security/sslproxy/distinfo
+++ b/security/sslproxy/distinfo
@@ -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
diff --git a/security/sslproxy/files/patch-GNUmakefile b/security/sslproxy/files/patch-GNUmakefile
index 8fbc6c229d43..ca08fa382416 100644
--- a/security/sslproxy/files/patch-GNUmakefile
+++ b/security/sslproxy/files/patch-GNUmakefile
@@ -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)
diff --git a/security/sslproxy/files/patch-pxyconn.c b/security/sslproxy/files/patch-pxyconn.c
new file mode 100644
index 000000000000..4bc7890ffdbb
--- /dev/null
+++ b/security/sslproxy/files/patch-pxyconn.c
@@ -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
+
+ /*