Accepting request 416447 from devel:libraries:c_c++
pcre2 10.22 CVE-2016-3191 boo#971741 OBS-URL: https://build.opensuse.org/request/show/416447 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=4
This commit is contained in:
parent
86a97fdbae
commit
9c5071edb1
@ -1,4 +1,4 @@
|
||||
libpcre2-8-0
|
||||
libpcre2-16-0
|
||||
libpcre2-32-0
|
||||
libpcre2-posix0
|
||||
libpcre2-posix1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c66a17509328a7251782691093e75ede7484a203ebc6bed3c08122b092ccd4e0
|
||||
size 1455359
|
Binary file not shown.
3
pcre2-10.22.tar.bz2
Normal file
3
pcre2-10.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416
|
||||
size 1470620
|
BIN
pcre2-10.22.tar.bz2.sig
Normal file
BIN
pcre2-10.22.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 1 15:24:18 UTC 2016 - astieger@suse.com
|
||||
|
||||
- pcre2 10.22:
|
||||
* 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.
|
||||
* A new function, pcre2_code_copy(), is added, to make a copy of a
|
||||
compiled pattern.
|
||||
* Support for string callouts is added to pcre2grep.
|
||||
* Added the PCRE2_NO_JIT option to pcre2_match().
|
||||
* The pcre2_get_error_message() function now returns with a
|
||||
negative error code if the error number it is given is unknown.
|
||||
* Several updates have been made to pcre2test and test scripts
|
||||
* Fix CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply
|
||||
nested parentheses (boo#971741)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 14:30:53 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
14
pcre2.spec
14
pcre2.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pcre2
|
||||
Version: 10.21
|
||||
Version: 10.22
|
||||
Release: 0
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
License: BSD-3-Clause
|
||||
@ -51,7 +51,7 @@ Group: Development/Libraries/C and C++
|
||||
Requires: libpcre2-16-0 = %{version}
|
||||
Requires: libpcre2-32-0 = %{version}
|
||||
Requires: libpcre2-8-0 = %{version}
|
||||
Requires: libpcre2-posix0 = %{version}
|
||||
Requires: libpcre2-posix1 = %{version}
|
||||
Requires: libstdc++-devel
|
||||
|
||||
%description devel
|
||||
@ -120,11 +120,11 @@ API.
|
||||
|
||||
libpcre2-32 supports 32-bit and UTF-32 strings.
|
||||
|
||||
%package -n libpcre2-posix0
|
||||
%package -n libpcre2-posix1
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libpcre2-posix0
|
||||
%description -n libpcre2-posix1
|
||||
The PCRE2 library is a set of functions that implement regular
|
||||
expression pattern matching using the same syntax and semantics
|
||||
as Perl 5.
|
||||
@ -206,9 +206,9 @@ make check -j1
|
||||
|
||||
%postun -n libpcre2-32-0 -p /sbin/ldconfig
|
||||
|
||||
%post -n libpcre2-posix0 -p /sbin/ldconfig
|
||||
%post -n libpcre2-posix1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libpcre2-posix0 -p /sbin/ldconfig
|
||||
%postun -n libpcre2-posix1 -p /sbin/ldconfig
|
||||
|
||||
%files -n libpcre2-8-0
|
||||
%defattr(-,root,root)
|
||||
@ -223,7 +223,7 @@ make check -j1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpcre2-32.so.*
|
||||
|
||||
%files -n libpcre2-posix0
|
||||
%files -n libpcre2-posix1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpcre2-posix.so.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user