1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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)
This commit is contained in:
Kurt Jaeger 2016-01-25 08:24:22 +00:00
parent 986160412f
commit 086c65eeac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407197
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= 3proxy
PORTVERSION= 0.8.1
PORTVERSION= 0.8.2
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= net

View File

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