mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Fix remote vulnerabilities.
Everybody is strongly encouraged to upgrade. See http://security.e-matters.de/advisories/012002.html for details.
This commit is contained in:
parent
5117d90551
commit
507178bd2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55323
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME?= mod_php3
|
PORTNAME?= mod_php3
|
||||||
PORTVERSION= 3.0.18
|
PORTVERSION= 3.0.18
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 3
|
||||||
CATEGORIES?= www
|
CATEGORIES?= www
|
||||||
MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
|
MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
|
||||||
http://us.php.net/${PHP_DISTDIR}/ \
|
http://us.php.net/${PHP_DISTDIR}/ \
|
||||||
|
@ -21,7 +21,8 @@ MASTER_SITES= ftp://ftp.php.net/pub/${PHP_DISTDIR}/ \
|
||||||
http://php3.globe.de/${PHP_DISTDIR}/
|
http://php3.globe.de/${PHP_DISTDIR}/
|
||||||
DISTNAME= php-${PORTVERSION}
|
DISTNAME= php-${PORTVERSION}
|
||||||
|
|
||||||
FORBIDDEN= "Remotely exploitable."
|
PATCH_SITES= http://www.php.net/distributions/
|
||||||
|
PATCHFILES= mime.c.diff-3.0.gz
|
||||||
|
|
||||||
MAINTAINER= dirk@FreeBSD.org
|
MAINTAINER= dirk@FreeBSD.org
|
||||||
|
|
||||||
|
@ -30,6 +31,8 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
PATCH_DIST_ARGS= -d ${WRKSRC}/functions
|
||||||
|
|
||||||
PHP_DISTDIR= distributions
|
PHP_DISTDIR= distributions
|
||||||
|
|
||||||
SLAVEDIRS= lang/php3
|
SLAVEDIRS= lang/php3
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (php-3.0.18.tar.gz) = b4b8f7f1151ce66d5f3910a066651133
|
MD5 (php-3.0.18.tar.gz) = b4b8f7f1151ce66d5f3910a066651133
|
||||||
|
MD5 (mime.c.diff-3.0.gz) = b4826b2d7968553f808ddb80269d87a0
|
||||||
|
|
Loading…
Add table
Reference in a new issue