./devel/pcre2, Perl Compatible Regular Expressions library (major version 2)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q2, Version: 10.22, Package name: pcre2-10.22, Maintainer: pkgsrc-users

PCRE2 is a re-working of the original PCRE library to provide an entirely new
API.

PCRE2 is written in C, and it has its own API. There are three sets of
functions, one for the 8-bit library, which processes strings of bytes, one for
the 16-bit library, which processes strings of 16-bit values, and one for the
32-bit library, which processes strings of 32-bit values. There are no C++
wrappers.


Master sites: (Expand)

SHA1: 3be3891e1cb1caaa31fa89db51d015831f8f8089
RMD160: df5b3c6b431fff1a0a933a4ebeb07f209afc0d76
Filesize: 1436.152 KB

Version history: (Expand)


CVS history: (Expand)


   2016-09-18 18:17:55 by S.P.Zeidler | Files touched by this commit (3) | Package updated
Log message:
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