pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pcre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 19 20:40:48 UTC 2016

Modified Files:
        pkgsrc/devel/pcre: Makefile distinfo
Removed Files:
        pkgsrc/devel/pcre/patches: patch-pcre_compile.c patch-pcre_internal.h
            patch-pcreposix.c

Log Message:
Updated pcre to 8.39.

Release 8.39 14-June-2016
-------------------------

Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. Apart
from that, this is another bug-fix release. Note that this library (now called
PCRE1) is now being maintained for bug fixes only. New projects are advised to
use the new PCRE2 libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/pcre/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/pcre/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/pcre/patches/patch-pcre_compile.c
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/pcre/patches/patch-pcre_internal.h \
    pkgsrc/devel/pcre/patches/patch-pcreposix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pcre/Makefile
diff -u pkgsrc/devel/pcre/Makefile:1.79 pkgsrc/devel/pcre/Makefile:1.80
--- pkgsrc/devel/pcre/Makefile:1.79     Tue Mar 22 19:38:15 2016
+++ pkgsrc/devel/pcre/Makefile  Sun Jun 19 20:40:48 2016
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2016/03/22 19:38:15 tez Exp $
-
-DISTNAME=      pcre-8.38
-PKGREVISION=   2
+# $NetBSD: Makefile,v 1.80 2016/06/19 20:40:48 wiz Exp $
 
+DISTNAME=      pcre-8.39
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
                ${MASTER_SITE_SOURCEFORGE:=pcre/}

Index: pkgsrc/devel/pcre/distinfo
diff -u pkgsrc/devel/pcre/distinfo:1.60 pkgsrc/devel/pcre/distinfo:1.61
--- pkgsrc/devel/pcre/distinfo:1.60     Tue Mar 22 19:38:15 2016
+++ pkgsrc/devel/pcre/distinfo  Sun Jun 19 20:40:48 2016
@@ -1,12 +1,9 @@
-$NetBSD: distinfo,v 1.60 2016/03/22 19:38:15 tez Exp $
+$NetBSD: distinfo,v 1.61 2016/06/19 20:40:48 wiz Exp $
 
-SHA1 (pcre-8.38.tar.bz2) = ae84e3b3ef0764788ce33b1adeff1add938126e1
-RMD160 (pcre-8.38.tar.bz2) = eba6da5ef34780f63f8b96c60bd70ac197df3b52
-SHA512 (pcre-8.38.tar.bz2) = ad3412ceee8f992787a3e7cbe0155ffba67affd4b2dfece6c4501dc8d2012f52dcc1ee1f56759362e04bbbd10ea9370b3e46f238e2f75005cb69f6c8439e52c0
-Size (pcre-8.38.tar.bz2) = 1562265 bytes
+SHA1 (pcre-8.39.tar.bz2) = 5e38289fd1b4ef3e8426f31a01e34b6924d80b90
+RMD160 (pcre-8.39.tar.bz2) = bd3353494b85f184ebe3ba0de55584c3b9e74658
+SHA512 (pcre-8.39.tar.bz2) = 8b0f14ae5947c4b2d74876a795b04e532fd71c2479a64dbe0ed817e7c7894ea3cae533413de8c17322d305cb7f4e275d72b43e4e828eaca77dc4bcaf04529cf6
+Size (pcre-8.39.tar.bz2) = 1560758 bytes
 SHA1 (patch-aa) = ed20cfb5ca7b1e620e368c8e41a7f691d6f93282
 SHA1 (patch-ab) = 0b8fbde09c27e2716e5bfa32abce8ee4a79fb7fb
 SHA1 (patch-doc_pcredemo.3) = 90f9b3a021f58973149d839735d40c5e2e245912
-SHA1 (patch-pcre_compile.c) = 71ab3ebc517dc7c1fe74c447e0c2b1391c1403c7
-SHA1 (patch-pcre_internal.h) = 0005aded75cb7e68e1a271ed6f64174a5343c94b
-SHA1 (patch-pcreposix.c) = 39ed9f8eb3fba1de64cbeae1fd8ff7ea88a383e2



Home | Main Index | Thread Index | Old Index