diff options
author | pi <pi@FreeBSD.org> | 2016-01-25 16:24:22 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-25 16:24:22 +0800 |
commit | f466926a47e67e41aa4dca64546f97722b186e00 (patch) | |
tree | 6fd48d0704be441dd92c7a9562680e078bca88cc /net | |
parent | c3365493e76dbf93e38d1f3fc542a075391c554d (diff) | |
download | freebsd-ports-gnome-f466926a47e67e41aa4dca64546f97722b186e00.tar.gz freebsd-ports-gnome-f466926a47e67e41aa4dca64546f97722b186e00.tar.zst freebsd-ports-gnome-f466926a47e67e41aa4dca64546f97722b186e00.zip |
net/3proxy: 0.8.1 -> 0.8.2
- Fix transparent flag not reset after keep-alive connection, can
lead to DoS by authenticated user.
- Do not use SO_REUSEADDR by default (leads to random 00013 errors
under some glibc versions)
- Use SASIZE() instead of sizeof() in bind() for FreeBSD compatibility
PR: 206596
Submitted by: timp87@gmail.com (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/3proxy/Makefile | 2 | ||||
-rw-r--r-- | net/3proxy/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index 7ffe540322ae..6d31c8fa8d40 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= 3proxy -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo index 2a1848f83815..8672df3d2230 100644 --- a/net/3proxy/distinfo +++ b/net/3proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (z3APA3A-3proxy-3proxy-0.8.1_GH0.tar.gz) = 4d024f210ae474d25f156138fed7e59c201dd05ebd985b4dcc7a902584972dfb -SIZE (z3APA3A-3proxy-3proxy-0.8.1_GH0.tar.gz) = 483742 +SHA256 (z3APA3A-3proxy-3proxy-0.8.2_GH0.tar.gz) = 8041d1c0b8154a50fa7801b4038510fadea67e1d5f2145939a4ee19e049b86a5 +SIZE (z3APA3A-3proxy-3proxy-0.8.2_GH0.tar.gz) = 483818 |