net/3proxy: Update to 0.8.13

* Sort variables according the PHB while I'm here.

Changelog:

* Fixed: Out-of-bound write and few minor bugs on configuration saving in
         admin
* Fixed: $ is not correctly handled in the beginning of quoted line on
         configuration parsing

https://github.com/z3APA3A/3proxy/releases/tag/0.8.13

PR:		239677
Submitted by:	timp87@gmail.com (maintainer)
MFH:		2019Q3 (bugfix blanket)
This commit is contained in:
Kai Knoblich 2019-08-07 19:20:15 +00:00
parent 3d339c2755
commit d3a63d096e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508346
2 changed files with 11 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= 3proxy
PORTVERSION= 0.8.12
PORTVERSION= 0.8.13
CATEGORIES= net
MAINTAINER= timp87@gmail.com
@ -11,19 +11,21 @@ COMMENT= Proxy servers set (support HTTP(S), FTP, SOCKS, POP3, TCP & UDP)
LICENSE= APACHE20 BSD3CLAUSE GPLv2+ LGPL21+
LICENSE_COMB= dual
OPTIONS_DEFINE= DOCS
3PROXY_LOGDIR= /var/log/${PORTNAME}
MAKEFILE= Makefile.unix
USE_RC_SUBR= 3proxy
USE_GITHUB= yes
GH_ACCOUNT= z3APA3A
MAKEFILE= Makefile.unix
PLIST_SUB= PORTNAME=${PORTNAME} \
3PROXY_LOGDIR=${3PROXY_LOGDIR}
PORTDOCS= README
OPTIONS_DEFINE= DOCS
3PROXY_LOGDIR= /var/log/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
@${REINPLACE_CMD} -e 's|%%3PROXY_LOGDIR%%|${3PROXY_LOGDIR}|' ${WRKSRC}/cfg/3proxy.cfg.sample

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1498592146
SHA256 (z3APA3A-3proxy-0.8.12_GH0.tar.gz) = c2ad3798b4f0df06cfcc7b49f658304e451d60e4834e2705ef83ddb85a03f849
SIZE (z3APA3A-3proxy-0.8.12_GH0.tar.gz) = 528990
TIMESTAMP = 1565155136
SHA256 (z3APA3A-3proxy-0.8.13_GH0.tar.gz) = a6d3cf9dd264315fa6ec848f6fe6c9057db005ce4ca8ed1deb00f6e1c3900f88
SIZE (z3APA3A-3proxy-0.8.13_GH0.tar.gz) = 529072