security/sslproxy: Update version 0.5.9=>0.6.0

This commit is contained in:
Muhammad Moinur Rahman 2019-05-09 12:24:58 +00:00
parent d1f1f78043
commit 8b4b1dc3bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501089
4 changed files with 18 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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
/*