update to 3.0.3; from Dan Weeks <danimal@danimal.org>
This commit is contained in:
parent
5591fe0503
commit
bebb536e37
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2003/10/08 23:47:18 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2004/08/03 15:00:53 naddy Exp $
|
||||
|
||||
COMMENT= "web proxy with advanced filtering capabilities"
|
||||
|
||||
DISTNAME= privoxy-3.0.2-stable
|
||||
PKGNAME= ${DISTNAME:S/-stable//}p1
|
||||
DISTNAME= privoxy-3.0.3-2-stable
|
||||
PKGNAME= ${DISTNAME:S/-2-stable//}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.privoxy.org/
|
||||
@ -17,7 +17,9 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/}
|
||||
EXTRACT_SUFX= -src.tar.gz
|
||||
EXTRACT_SUFX= .src.tar.gz
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME:S/-2//}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (privoxy-3.0.2-stable-src.tar.gz) = 9a9e25ad4420dac73d57a8efe6be58a0
|
||||
RMD160 (privoxy-3.0.2-stable-src.tar.gz) = 35fec245a3d4a6e94d8ad6ddd3899b2db432ae5d
|
||||
SHA1 (privoxy-3.0.2-stable-src.tar.gz) = 8af78f6f8cd445d0de3cdbac4595524c206f7ae4
|
||||
MD5 (privoxy-3.0.3-2-stable.src.tar.gz) = d7f6c2fcb926e6110659de6e866b21e4
|
||||
RMD160 (privoxy-3.0.3-2-stable.src.tar.gz) = 1457023d3c73bfbe112e72626647a91a50d0a2b7
|
||||
SHA1 (privoxy-3.0.3-2-stable.src.tar.gz) = cb4416bf38cc552b2658cf4ed405fb3a02fde9bb
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: SECURITY,v 1.1.1.1 2002/11/29 09:41:39 sturm Exp $
|
||||
$OpenBSD: SECURITY,v 1.2 2004/08/03 15:00:53 naddy Exp $
|
||||
|
||||
sprintf() and strcpy() changed to snprintf() and strlcpy()
|
||||
respectively in:
|
||||
@ -6,7 +6,7 @@ actions.c, cgi.c, cgisimple.c, errlog.c, filters.c,
|
||||
gateway.c, jcc.c, loadcfg.c, miscutil.c, urlmatch.c
|
||||
|
||||
The privoxy daemon should be run as a non-root user. The
|
||||
install sets up a privoxy user and group, installs config
|
||||
install sets up a _privoxy user and group, installs config
|
||||
and log files with that user and group, and points the
|
||||
user at the way to start the daemon with the user and
|
||||
group.
|
||||
|
Loading…
Reference in New Issue
Block a user