ports/153246: [PATCH] lang/php52: update to 5.2.16

Martin Matuska mm at FreeBSD.org
Fri Dec 17 10:50:12 UTC 2010


>Number:         153246
>Category:       ports
>Synopsis:       [PATCH] lang/php52: update to 5.2.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 10:50:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #14 r216479M: Thu Dec 16 10:31:17 CET
>Description:
- Update to 5.2.16

Removed file(s):
- files/patch-main-fopen_wrappers.c

Port maintainer (admin at lissyara.su) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- php52-5.2.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/php52/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	10 Dec 2010 22:24:27 -0000	1.13
+++ Makefile	17 Dec 2010 10:42:27 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	php52
-PORTVERSION=	5.2.15
-PORTREVISION=	1
+PORTVERSION=	5.2.16
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/php52/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	10 Dec 2010 12:38:54 -0000	1.5
+++ distinfo	17 Dec 2010 10:42:27 -0000
@@ -1,5 +1,5 @@
-SHA256 (php-5.2.15.tar.bz2) = ecae6d397b929181233f7bf0294662c066e2d2b05fb61b69af1e50b9e28b585b
-SIZE (php-5.2.15.tar.bz2) = 9089791
+SHA256 (php-5.2.16.tar.bz2) = 790c4aeb77064a17e3c985fac0fbd7ac3635bc53c7ce7c80bd7c39239e338603
+SIZE (php-5.2.16.tar.bz2) = 9090930
 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f
 SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550
 SHA256 (suhosin-patch-5.2.14-0.9.7.patch.gz) = bd03ade44673f7e6fa116d746350f16c60be7170d6c41816a2d51faaeb5a31ae
Index: files/patch-main-fopen_wrappers.c
===================================================================
RCS file: files/patch-main-fopen_wrappers.c
diff -N files/patch-main-fopen_wrappers.c
--- files/patch-main-fopen_wrappers.c	10 Dec 2010 22:24:27 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-diff -ruN main/fopen_wrappers.c main/fopen_wrappers.c.orig
---- main/fopen_wrappers.c.orig	2010-12-09 18:04:29.000000000 +0100
-+++ main/fopen_wrappers.c	2010-12-10 11:32:02.000000000 +0100
-@@ -192,7 +192,7 @@
- 		if (strncmp(resolved_basedir, resolved_name, resolved_basedir_len) == 0) {
- #endif
- 			if (resolved_name_len > resolved_basedir_len &&
--				resolved_name[resolved_basedir_len] != PHP_DIR_SEPARATOR) {
-+				resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
- 				return -1;
- 			} else {
- 				/* File is in the right directory */
--- php52-5.2.16.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list