Bug 177203 - [update] lang/php52 to 5.2.17_14 (20130320)
Summary: [update] lang/php52 to 5.2.17_14 (20130320)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-21 16:00 UTC by Svyatoslav Lempert
Modified: 2013-05-21 09:20 UTC (History)
1 user (show)

See Also:


Attachments
php52-14.patch (1.55 KB, patch)
2013-03-21 16:00 UTC, Svyatoslav Lempert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svyatoslav Lempert 2013-03-21 16:00:00 UTC
- Update backports patch to 20121114
- Bump PORTREVISION

security fixes:
- CVE-2013-1635
- CVE-2013-1643

update:
- timezonedb 2013.2 (2013b)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-21 16:00:07 UTC
Maintainer of lang/php52,

Please note that PR ports/177203 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177203

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-21 16:00:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 admin 2013-03-21 16:03:53 UTC
please, commit this patchset
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-04-12 16:02:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-21 09:17:38 UTC
Author: miwi
Date: Tue May 21 08:17:30 2013
New Revision: 318657
URL: http://svnweb.freebsd.org/changeset/ports/318657

Log:
  - Update backports patch to 20121114
  - Bump PORTREVISION
  
  security fixes:
  - CVE-2013-1635
  - CVE-2013-1643
  
  PR:		177203
  Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
  Approved by:	maintainer

Modified:
  head/lang/php52/Makefile
  head/lang/php52/distinfo

Modified: head/lang/php52/Makefile
==============================================================================
--- head/lang/php52/Makefile	Tue May 21 08:12:14 2013	(r318656)
+++ head/lang/php52/Makefile	Tue May 21 08:17:30 2013	(r318657)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php52
 PORTVERSION=	5.2.17
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP}
 MASTER_SITE_SUBDIR=	distributions
@@ -22,7 +22,7 @@ USE_BZIP2=	yes
 MAKE_JOBS_SAFE=	yes
 
 # BACKPORTS patch for lang/php52 and all php52-extensions
-PATCHFILES=	php52-backports-security-20121114.patch
+PATCHFILES=	php52-backports-security-20130320.patch
 PATCH_SITES+=	http://php52-backports.googlecode.com/files/
 
 .if !defined(PKGNAMESUFFIX)

Modified: head/lang/php52/distinfo
==============================================================================
--- head/lang/php52/distinfo	Tue May 21 08:12:14 2013	(r318656)
+++ head/lang/php52/distinfo	Tue May 21 08:17:30 2013	(r318657)
@@ -1,7 +1,7 @@
 SHA256 (php-5.2.17.tar.bz2) = e81beb13ec242ab700e56f366e9da52fd6cf18961d155b23304ca870e53f116c
 SIZE (php-5.2.17.tar.bz2) = 9092312
-SHA256 (php52-backports-security-20121114.patch) = 59dc139b9acf86bbb2e281696765de513c3bec7d43392a10b5f3b36a9881ab00
-SIZE (php52-backports-security-20121114.patch) = 410829
+SHA256 (php52-backports-security-20130320.patch) = 7bec3fca88333b08f6f3d332f18793e0d7e47f1cabb89dd5c2b174c5ec40c6d9
+SIZE (php52-backports-security-20130320.patch) = 462035
 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.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b932febb1b0c743c0b398003ebe122f91
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2013-05-21 09:17:40 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!