summaryrefslogtreecommitdiff
path: root/devel/pcre2/PLIST
diff options
context:
space:
mode:
authorspz <spz>2016-09-18 16:17:55 +0000
committerspz <spz>2016-09-18 16:17:55 +0000
commit67aabbe2bafb2cded3b159b37042ad3ebc502154 (patch)
tree66899733d11358b0569d0c10cf304ffdb9d54be7 /devel/pcre2/PLIST
parentf723ceb94cce4e9dc2eb3880f4ce5f445258f0d6 (diff)
downloadpkgsrc-67aabbe2bafb2cded3b159b37042ad3ebc502154.tar.gz
Pullup ticket #5102 - requested by bsiegert
devel/pcre2: security update Revisions pulled up: - devel/pcre2/Makefile 1.5 - devel/pcre2/PLIST 1.5 - devel/pcre2/distinfo 1.5 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: mef Date: Sun Sep 11 14:39:27 UTC 2016 Modified Files: pkgsrc/devel/pcre2: Makefile PLIST distinfo Log Message: Updated devel/pcre to 10.22 --------------------------- Version 10.22 29-July-2016 -------------------------- 1. ChangeLog has the details of a number of bug fixes. 2. The POSIX wrapper function regcomp() did not used to support back references and subroutine calls if called with the REG_NOSUB option. It now does. 3. A new function, pcre2_code_copy(), is added, to make a copy of a compiled pattern. 4. Support for string callouts is added to pcre2grep. 5. Added the PCRE2_NO_JIT option to pcre2_match(). 6. The pcre2_get_error_message() function now returns with a negative error code if the error number it is given is unknown. 7. Several updates have been made to pcre2test and test scripts (see ChangeLog). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/pcre2/Makefile pkgsrc/devel/pcre2/PLIST \ pkgsrc/devel/pcre2/distinfo
Diffstat (limited to 'devel/pcre2/PLIST')
-rw-r--r--devel/pcre2/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre2/PLIST b/devel/pcre2/PLIST
index c649ccebfd2..d716a925697 100644
--- a/devel/pcre2/PLIST
+++ b/devel/pcre2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2016/01/13 12:31:41 nros Exp $
+@comment $NetBSD: PLIST,v 1.4.4.1 2016/09/18 16:17:55 spz Exp $
bin/pcre2-config
bin/pcre2grep
bin/pcre2test
@@ -17,6 +17,7 @@ man/man1/pcre2grep.1
man/man1/pcre2test.1
man/man3/pcre2.3
man/man3/pcre2_callout_enumerate.3
+man/man3/pcre2_code_copy.3
man/man3/pcre2_code_free.3
man/man3/pcre2_compile.3
man/man3/pcre2_compile_context_copy.3
@@ -102,6 +103,7 @@ share/doc/pcre2/html/index.html
share/doc/pcre2/html/pcre2-config.html
share/doc/pcre2/html/pcre2.html
share/doc/pcre2/html/pcre2_callout_enumerate.html
+share/doc/pcre2/html/pcre2_code_copy.html
share/doc/pcre2/html/pcre2_code_free.html
share/doc/pcre2/html/pcre2_compile.html
share/doc/pcre2/html/pcre2_compile_context_copy.html