From dan@bolton.dan.me.uk  Sun Jan 26 22:00:25 2014
Return-Path: <dan@bolton.dan.me.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 0A96D80E;
	Sun, 26 Jan 2014 22:00:25 +0000 (UTC)
Received: from bolton.dan.me.uk (mail.dan.me.uk [IPv6:2001:67c:26b4:8:21e:bff:fec7:87a])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 7A82D1FC8;
	Sun, 26 Jan 2014 22:00:24 +0000 (UTC)
Received: (from root@localhost)
	by bolton.dan.me.uk (8.14.7/8.14.7) id s0QM0KTj037812;
	Sun, 26 Jan 2014 22:00:20 GMT
Message-Id: <201401262200.s0QM0KTj037812@bolton.dan.me.uk>
Date: Sun, 26 Jan 2014 22:00:20 GMT
From: Daniel Austin <freebsd-ports@dan.me.uk>
Reply-To: Daniel Austin <freebsd-ports@dan.me.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ale@freebsd.org
Subject: [PATCH] print/pecl-pdflib: Update to 3.0.4 to resolve Segmentation Fault on 10.0-RELEASE
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         186142
>Category:       ports
>Synopsis:       [PATCH] print/pecl-pdflib: Update to 3.0.4 to resolve Segmentation Fault on 10.0-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 26 22:10:00 UTC 2014
>Closed-Date:    Mon Jan 27 10:07:56 UTC 2014
>Last-Modified:  Mon Jan 27 10:10:00 UTC 2014
>Originator:     Daniel Austin
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
None
>Environment:
System: FreeBSD bolton.dan.me.uk 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update to 3.0.4 - this appears to resolve a Segmentation Fault on 10.0-RELEASE
	(tested on multiple systems)

	Port Maintainer (ale) CC'd
>How-To-Repeat:
>Fix:

--- pecl-pdflib-3.0.4.diff begins here ---
diff -u pecl-pdflib.orig/Makefile pecl-pdflib/Makefile
--- pecl-pdflib.orig/Makefile	2014-01-22 17:00:46.000000000 +0000
+++ pecl-pdflib/Makefile	2014-01-26 21:49:43.447953760 +0000
@@ -2,7 +2,7 @@
 # $FreeBSD: print/pecl-pdflib/Makefile 340722 2014-01-22 17:00:46Z mat $
 
 PORTNAME=	pdflib
-PORTVERSION=	2.1.10
+PORTVERSION=	3.0.4
 CATEGORIES=	print pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
diff -u pecl-pdflib.orig/distinfo pecl-pdflib/distinfo
--- pecl-pdflib.orig/distinfo	2014-01-22 15:30:13.000000000 +0000
+++ pecl-pdflib/distinfo	2014-01-26 21:50:32.401011579 +0000
@@ -1,2 +1,2 @@
-SHA256 (PECL/pdflib-2.1.10.tgz) = f5cd15b24d805698d688501498d6baf405f55ee0a53e40bcdb96c54c6f279569
-SIZE (PECL/pdflib-2.1.10.tgz) = 55880
+SHA256 (PECL/pdflib-3.0.4.tgz) = 18de7bf00983a5b0fbbd4f7e993ecf948217072ae6ebff9fbb0eef88b8984b7e
+SIZE (PECL/pdflib-3.0.4.tgz) = 27043
--- pecl-pdflib-3.0.4.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 26 22:10:54 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186142 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Mon Jan 27 10:07:44 UTC 2014 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186142 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186142: commit references a PR
Date: Mon, 27 Jan 2014 10:07:45 +0000 (UTC)

 Author: ale
 Date: Mon Jan 27 10:07:36 2014
 New Revision: 341363
 URL: http://svnweb.freebsd.org/changeset/ports/341363
 QAT: https://qat.redports.org/buildarchive/r341363/
 
 Log:
   Update to 3.0.4 release.
   
   PR:		ports/186142
   Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk>
 
 Modified:
   head/print/pecl-pdflib/Makefile
   head/print/pecl-pdflib/distinfo
 
 Modified: head/print/pecl-pdflib/Makefile
 ==============================================================================
 --- head/print/pecl-pdflib/Makefile	Mon Jan 27 09:49:41 2014	(r341362)
 +++ head/print/pecl-pdflib/Makefile	Mon Jan 27 10:07:36 2014	(r341363)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	pdflib
 -PORTVERSION=	2.1.10
 +PORTVERSION=	3.0.4
  CATEGORIES=	print pear
  MASTER_SITES=	http://pecl.php.net/get/
  PKGNAMEPREFIX=	pecl-
 @@ -12,7 +12,9 @@ DIST_SUBDIR=	PECL
  MAINTAINER=	ale@FreeBSD.org
  COMMENT=	A PECL extension to create PDF on the fly
  
 -LIB_DEPENDS=	pdf.6:${PORTSDIR}/print/pdflib
 +LICENSE=	PHP30
 +
 +LIB_DEPENDS=	libpdf.so:${PORTSDIR}/print/pdflib
  
  USE_PHP=	gd
  USE_PHP_BUILD=	yes
 
 Modified: head/print/pecl-pdflib/distinfo
 ==============================================================================
 --- head/print/pecl-pdflib/distinfo	Mon Jan 27 09:49:41 2014	(r341362)
 +++ head/print/pecl-pdflib/distinfo	Mon Jan 27 10:07:36 2014	(r341363)
 @@ -1,2 +1,2 @@
 -SHA256 (PECL/pdflib-2.1.10.tgz) = f5cd15b24d805698d688501498d6baf405f55ee0a53e40bcdb96c54c6f279569
 -SIZE (PECL/pdflib-2.1.10.tgz) = 55880
 +SHA256 (PECL/pdflib-3.0.4.tgz) = 18de7bf00983a5b0fbbd4f7e993ecf948217072ae6ebff9fbb0eef88b8984b7e
 +SIZE (PECL/pdflib-3.0.4.tgz) = 27043
 _______________________________________________
 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"
 
>Unformatted:
