libpcre2-posix2-10.31-1.14 >  A [p9|B F~>($o{A+z|+ttK \~ q(3gQ_[=%&FM{| z7$B%/˦fdw^J%ZPV1+kmSp2Ofv$ߦR#n@J@,D}f9iCswt*s[)><r " j(o(n*j2%Dr- !w{9;ޤd9e8b20efe95fcd1c1290c04bf21281055fb93735c27148c10152b420452b1c5d0b9e2de89704fc0fd0e5fad58cf30e5e0afbf080`[p9|Kv4aK&Wr^ym 5`XNOت#w~i91R!}T`Ta԰O ?.ꋍa9^ț{ݼ`ؚn]5fʋYs7fwC{$chf&e)mU$& Xc<EIrlG0"Y"DR:LFq~:\R ;ˀ̒lM^=mE/\喎t#RZJ77+JVچ8 >p@K?Jd  Opt|    ( 0 @  4D   (8292: 2>Gw@GFGGGHGIGXGYG\G]H^HDbHcI;dIeIfIlIuIvIwJdxJtyJzJJJJJClibpcre2-posix210.311.14A library for Perl-compatible regular expressionsThe PCRE2 library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE2 is a re-working of the original PCRE library to provide an entirely new API. pcre2-posix provides a POSIX-compatible API to the PCRE2 engine.[Os390lp55SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttps://www.pcre.org/linuxs390x' qA큤[,[.[KZZ4820b1235e0a27dd62d8517dc73f797bc0acfc8a5d22539490ca26e7327fb35494806d1c067bffe106d97dac68744373a866bfdd65486c0532ed1b41595ec4b64libpcre2-posix.so.2.0.0rootrootrootrootrootrootrootrootpcre2-10.31-1.14.src.rpmlibpcre2-posix.so.2()(64bit)libpcre2-posix2libpcre2-posix2(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpcre2-8.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZjYzY@YtX@XW9V@UUUB@T@T@SS@Sd@S.S.S.S.RiQ@QPg@Pe@PM@P.2@POO1@O1@O))@NåN@N/Nw.MwkLL@L(K@Kf@KrK#ĴJ/@J)J!J+@J*@avindra@opensuse.orgjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.comjengelh@inai.deastieger@suse.comastieger@suse.comastieger@suse.comp.drouand@gmail.comjengelh@inai.decrrodriguez@opensuse.orgdvaleev@suse.comcoolo@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comsweet_f_a@gmx.dejengelh@inai.decrrodriguez@opensuse.orgp.drouand@gmail.comjengelh@inai.decgiboudeaux@gmx.comdimstar@opensuse.orgjengelh@inai.deafaerber@suse.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgdvaleev@suse.comcoolo@suse.comcrrodriguez@opensuse.orgdmueller@suse.decoolo@suse.comcoolo@novell.comcristian.rodriguez@opensuse.orgvuntz@opensuse.orgjengelh@medozas.decoolo@novell.comprusnak@suse.czms@suse.dejengelh@medozas.decoolo@novell.comcoolo@novell.comcrrodriguez@suse.dedmueller@suse.dems@suse.dems@suse.de- Update to new upstream release 10.31 * New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and PCRE2_CONFIG_COMPILED_WIDTHS. * New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the extra compile time options. * Public names for all pcre2_compile() error numbers. * Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new field callout_flags in callout blocks. - use https for main site - cleanup with spec-cleaner- Update to new upstream release 10.30 * The main interpreter, pcre2_match(), has been refactored into a new version that does not use recursive function calls for remembering backtracking positions. The new implementation allows backtracking into recursive group calls in patterns, making it more compatible with Perl. For patterns that have a lot of backtracking, the heap is now used, and there is explicit limit on the amount, settable by pcre2_set_heap_limit(). The "recursion limit" is retained, but is renamed as "depth limit". * The new option PCRE2_ENDANCHORED insists that a pattern match must end at the end of the subject. * The new option PCRE2_EXTENDED_MORE implements Perl's /xx feature, and pcre2test is upgraded to support it. Setting within the pattern by (?xx) is Also supported. * (?n) can be used to set PCRE2_NO_AUTO_CAPTURE, because Perl now has this. * Additional pattern compile options in the compile context are now available: PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES and PCRE2_EXTRA_BAD_ESCAPE_IS LITERAL. * The newline type PCRE2_NEWLINE_NUL is now available. * The match limit value now also applies to pcre2_dfa_match() as there are patterns that can use up a lot of resources without necessarily recursing very deeply. * Various minor security fixes found by fuzzers: + bsc#1037165: crash for forward reference in lookbehind with PCRE2_ANCHORED + CVE-2017-8786: heap-based buffer overflow write in pcre2test (bsc#1036942) + CVE-2017-7186: DoS by triggering an invalid Unicode property lookup (bsc#1030066) - Switch source URLs to use HTTP.- fix SLE 11 build- pcre2grep can now read .gz and .bz2 files directly - pcre2test is now built to support line editing- pcre2 10.23: * major re-factoring of the pcre2_compile.c file * Back references are now permitted in lookbehind assertions when there are no duplicated group numbers (that is, (?| has not been used), and, if the reference is by name, there is only one group of that name. The referenced group must, of course be of fixed length. * \g{+} (e.g. \g{+2} ) is now supported. It is a "forward back reference" and can be useful in repetitions (compare \g{-} ). Perl does not recognize this syntax. * pcre2grep now automatically expands its buffer up to a maximum set by --max-buffer-size. * The -t option (grand total) has been added to pcre2grep. * A new function called pcre2_code_copy_with_tables() exists to copy a compiled pattern along with a private copy of the character tables that is uses.- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.- 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)- Update to new upstream release 10.21 * Improve JIT matching speed of patterns starting with + or *. * Use memchr() to find the first character in an unanchored match in 8-bit mode in the interpreter. This gives a significant speed improvement. * 10.20 broke the handling of [[:>:]] and [[:<:]] in that processing them could involve a buffer overflow if the following character was an opening parenthesis. * 10.20 also introduced a bug in processing this pattern: /((?x)(*:0))#(?'/, which was fixed. * A callout with a string argument containing an opening square bracket, for example /(?C$[$)(?<]/, was incorrectly processed and could provoke a buffer overflow. * A possessively repeated conditional group that could match an empty string, for example, /(?(R))*+/, was incorrectly compiled. * The Unicode tables have been updated to Unicode 8.0.0. * An empty comment (?#) in a pattern was incorrectly processed and could provoke a buffer overflow. * Fix infinite recursion in the JIT compiler when certain patterns /such as (?:|a|){100}x/ are analysed. * Some patterns with character classes involving [: and \\ were incorrectly compiled and could cause reading from uninitialized memory or an incorrect error diagnosis. Examples are: /[[:\\](?<[::]/ and /[[:\\](?'abc')[a:]. * A missing closing parenthesis for a callout with a string argument was not being diagnosed, possibly leading to a buffer overflow. * If (?R was followed by - or + incorrect behaviour happened instead of a diagnostic. * Fixed an issue when \p{Any} inside an xclass did not read the current character. * About 80 more fixes, which you can read about in the ChangeLog shipped with the libpcre2-8-0 package.- PCRE2 10.20: * Callouts with string arguments and the pcre2_callout_enumerate() function have been implemented. * The PCRE2_NEVER_BACKSLASH_C option, which locks out the use of \C, is added. * The PCRE2_ALT_CIRCUMFLEX option lets ^ match after a newline at the end of a subject in multiline mode. * The way named subpatterns are handled has been refactored. The previous approach had several bugs. * The handling of \c in EBCDIC environments has been changed to conform to the perlebcdic document. (Incompatible change) * Bugs have been mended, many of them discovered by fuzzers.- PCRE2, a re-working of the original PCRE library to provide an entirely new API, version 10.10. Not source compatible. - copy of the pcre package, with the following adjustments: * required name changes * adjust pcre-8.21-multilib.patch to pcre2-10.10-multilib.patch * drop upstreamed pcre-8.32-visibility.patch * --enable-{utf8,unicode-properties} became --enable-unicode * drop cpp subpackage * make test -> check * enable 32 bit character support- pcre 8.37: * CVE-2015-2325: Patterns with certain groups specifying a zero minimum quantifier caused incorrect code to be compiled, leading to an incorrect memory read. [boo#924960] * CVE-2015-2326: Specific patterns containing a forward reference with subroutine calls caused incorrect code to be compiled [boo#924961] * CVE-2014-8964: If an assertion condition was quantified with a minimum of zero, SIGSEGV or other misbehaviour could occur. [boo#906574] * further bug fixes as listed in ChangeLog- Update to version 3.16 * This is primarily a bug-fix release. * The Unicode data tables have been updated to Unicode 7.0.0. - Remove pcre-commit1472.patch; fixed on upstream release - Remove obsolete "Obsoletes" tag- Improve on RPM group classification - Remove defunct %gpg_verify (replaced by source validators), defunct freecode link- Harden build with full RELRO as this libraries end linked to at least one setuid root executable.- Enable JIT on ppc64le as well- update to 0.35: There have been performance improvements for classes containing non-ASCII characters and the "auto-possessification" feature has been extended. Other minor improvements have been implemented and bugs fixed. There is a new callout feature to enable applications to do detailed stack checks at compile time, to avoid running out of stack for deeply nested parentheses. The JIT compiler has been extended with experimental support for ARM-64, MIPS-64, and PPC-LE. - add pcre-commit1472.patch from SVN to work with gcc49, see http://bugs.exim.org/show_bug.cgi?id=1463- Add automake and autoconf as explicit deps as we run autoreconf- Add patch pcre-8.21-multilib.patch to fix RPATH issues. * The patch is taken from RedHat.- Clean up with the spec cleaner. Use -j1 in tests as it is not really thread safe- Version bump to 8.34: * warning fixes * perl fixes * unocode6.3.0 support * gconv support- enable tests for all archs - --enable-jit for sparc- Update to new upstream release 8.33 * The Just-In-Time compiler (JIT) now supports all pattern features, including callouts and the backtracking verbs. In addition, some bugs are fixed and there are minor performance enhancements. - More robust make install call. Provide signature verification files (avoid depending on gpg-offline due to bootstrap cycle).- Ensure the PCRE library and tools are built with large file support in 32 bit archs.- Update to 8.32 version: * There is now support for 32-bit character strings and UTF-32. Like the 16-bit support, this is done by compiling a separate 32-bit library. * \X now matches a Unicode extended grapheme cluster. * Case-independent matching of Unicode characters that have more than one "other case" now makes all three (or more) characters equivalent. This applies, for example, to Greek Sigma, which has two lowercase versions. * Unicode character properties are updated to Unicode 6.2.0. * The EBCDIC support, which had decayed, has had a spring clean. * A number of JIT optimizations have been added, which give faster JIT execution speed. In addition, a new direct interface to JIT execution is available. This bypasses some of the sanity checks of pcre_exec() to give a noticeable speed-up. * A number of issues in pcregrep have been fixed, making it more compatible with GNU grep. In particular, --exclude and --include (and variants) apply to all files now, not just those obtained from scanning a directory recursively. In Windows environments, the default action for directories is now "skip" instead of "read" (which provokes an error). * If the --only-matching (-o) option in pcregrep is specified multiple times, each one causes appropriate output. For example, -o1 -o2 outputs the substrings matched by the 1st and 2nd capturing parentheses. A separating string can be specified by --om-separator (default empty). * When PCRE is built via Autotools using a version of gcc that has the "visibility" feature, it is used to hide internal library functions that are not part of the public API. - updated and versionned pcre-visibility.patch to svn trunk * Modifications on configure.ac and makefile have been merged on upstream release- Update package descriptions about the differences between the PCRE library subpackages.- Use the --enable-pcre16 configure flag. This switch enables 16 bit character support that will be required by Qt5- Upate to version 8.31: + The JIT compiler now supports partial matching and the (*MARK) and (*COMMIT) verbs + PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehing in a pattern. + There should be a performance improvement when using the heap instead of the stack for recursion + pcregrep can now be linked with libedit as an alternative to libreadline + pcregrep now has a --file-list option where the list of files to scan is given as a file + pcregrep now recognizes binary files and there are related options + The Unicode tables have been updated to 6.1.0 - Rebase pcre-visibility.patch.- Only use --enable-jit on supported architectures; the build will otherwise fail (e.g. on sparc).- Add devel-static package- fix baselibs- Update to PCRE 8.30, upstream SONAME bump, libpcre1 - Drop no longer needed ppc patch. - move library back to %{_libdir}- Fix cache-flush on PPC- add libtool as buildrequire to avoid implicit dependency- Update to version 8.20 * too many fixes to list here, see included ChangeLog * replace pcre-visibility patch with the one I submitted to upstream for inclusion.- udpate to 8.13: * too many fixes to list here, see included ChangeLog * the Unicode data tables have been updated to Unicode 6.0.0.- remove fragile _service- Update to version 8.12 * This release fixes some bugs in pcregrep, one of which caused the tests to fail on 64-bit big-endian systems. There are no changes to the code of the library. - Update to version 8.11 * A number of bugs in the library and in pcregrep have been fixed. As always, see ChangeLog for details. The following are the non-bug-fix changes: Added --match-limit and --recursion-limit to pcregrep. Added an optional parentheses number to the -o and --only-matching options of pcregrep. Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ START_OPTIMIZE option, which is now allowed at compile time- Support GCC visibility, symbol clashes no more.- Update to version 8.10: + Major additions: - support for (*MARK) and friends - PCRE_UCP option, which changes the behaviour of \b, \d, \s, and \w (and their opposites) so that they make use of Unicode properties + Other additions: - support for \N, which always matches any character other than newline - added --line-buffered to pcregrep + Several small new features and bugfixes - Changes from version 8.02: + Update Unicode data tables to Unicode 5.2.0 + Update the licensing terms in the pcregexp.pas file + Several bug fixes - Changes from version 8.01: + Several bug fixes and build system improvements - Changes from version 8.00: + Enhancements: - remove restrictions on patterns used for partial matching - give extra information for partial matches - improve the partial matching process - add option to make a partial match override a full match - enhance "study" process by finding a lower bound matching length - groups with duplicate numbers may now have duplicated names without the use of PCRE_DUPNAMES, but they may not have different names - add REG_UNGREEDY to the pcreposix interface, which maps to PCRE_UNGREEDY. + Several bug fixes - Drop pcre-7.9.patch: fixed upstream. - Rearrange spec file to have all the %files sections together, as well as all the scriptlets together. - Kill the main package that only included doc files like AUTHORS, NEWS, and license, and put those files in libpcre0: this really makes more sense. Therefore, make libpcre0 Provides/Obsoletes libpcre0. - We can also remove the other dependencies on the main package, since everything already depends on libpcre0. - Remove AutoReqProv: it's default now. - Remove references to perl 5.005 in descriptons: it's not mentioned anywhere anymore upstream.- use %_smp_mflags- buildrequire pkg-config to fix provides- build noarch docs only for >= 11.2- fixed license statement according to the conversation and permissions granted in (bnc #578724)- add baselibs.conf as a source - package documentation as noarch- add obsolete/provides for pcre-32bit (bnc#539543)- split package into tools, docs and libraries- disable static libraries, shouldn't be used now- fix symlinks to libpcre and libpcreposix to fix the build- moved libpcre and libpcreposix to %{_lib} (bnc #507449)- Release 7.9 11-Apr-09 (bnc #500734) Mostly bugfixes and tidies with just a couple of minor functional additions./sbin/ldconfig/sbin/ldconfigs390lp5 152729095910.31-1.1410.31-1.14libpcre2-posix.so.2libpcre2-posix.so.2.0.0libpcre2-posix2LICENCE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libpcre2-posix2/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/24bc55cc557ddb378880b0bba3cb5887-pcre2cpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=1db4e88ca9c34ca3d9ea8334bfe7d6f6779f0b6c, strippeddirectoryASCII textPRRRR9M>uҫzgutf-8da9ab0a5fefe36caa6bab48472fa8f6a4a09bb91e7b426b23a06b4c379ec9e39?7zXZ !t/8 H] cr$x#Fo?^Kʪʸ&. I$N*8Uu>,Um<TW!^q0*CLBlžHNZp,(}VV%j7wہ@^¢O\A7S ?\&ӎw[3LN/fsuvu{`gA{IȗЌ .*1 D=xWX}yKsl %;q` hㆤc%aP7q! hCp#1amSd!i`]X)B(k<|ͩ|)A'Oλ̓άU|X&=4fȱyWH3 \~z >z/GV⇥RL>Dw~9DZ@2/ᾡv|OQl^_Tv撣M`ZJ]\ &נ^jmW9zb.VL7b5^ptv>]-B#3O*b 4z ˜<6I\=5"'}kOv-*^50*@|v15A;ohMVw:vLa^w1\j{4h77Ӱrӣ7=]=9k; _2Yr۪q d'ďWz=?\_]T)b\諒AL^#|/m>.RƛYpD}*큿+^YS"4{oj(&.@3m]}x:AH}+vm A;e"w>K*2($-ooL5?n&*%GYz@^n673x gǺ F6'vYo~N$ۨko戩݅ʃU? H~5 , "Ky/vBwycfwPDѳo kWcR;&Tj*7w[ŽʞRXN4 3n(,{;kK<=1#ײe Гs[oME`@ޯLO"izúi]L͜}FD~N6n DŌ*iTFF+ HCNƸjPfftr]o9V9HgZEkA. Hӛ! JEqe|YPx=7g-^z |8[oI8rrQ|hOEW2 CLl8! m*N zyP_ lN>c5!їS\u*jln(hZx7hjJI}ȇ\Y苦JzMm<&T ( EU4DC6R_yz|8 8]7'X>W_٣|R;ޥ*ub  nÍnL0.PW|f =} xjnW\oIodkeϾ5n&M5]}XR|\|FNQ%΅,#h.>..\rƄ :ΝXJxd>gXG夗DfCWQ=-bg6[4 OPw$ ȟ"D[ J9T6!yÏn`=8~ΕpfVhۦi}/Y3W}v1A #^~˼ug2˸us9\ ݪj? a$Q*&Ӗ|rJKD.` ;tfGmG>,mzrw[!WuZEJU<Ê<$v2mDcv]L9nc CV|I~x髄=~}gZ .S-_&SO FϬ=o&U 5&2}I3/s\G'zN=^Xqv}VֆU %H6Ij8φ$ZF2X;&uXW4o8XC\ݺ鍚v` ŜNҔ& 3UƟ\M Sbk6 ƀkg-b- W -Xw0y@o,`.P/1/mǔH!Pso襁^]b?p-uqkK|JjmK4b7(l= M2>6?pR S[J ~`q z ސ,&;_GŽho-4`JXb,ŇBVzp)^ *vgY#J5֣xarXi{jrjClO:35w4յ&OۋB; `rB} !vATn_ 9l0XN}L몬G,݄,s]!~Ѕ{sɰ5Y__+@rgLg ߉KЎ&tdGYh~T}k'zq#pn'n罍t3Cy~T(79R}I!T!ztVv]v  CV+n|S"FPQ(LBK6.u70t|B%Ne<&pA!ԧ!1 C&~6$-w܌(lw1@ Ъc25w!}CM_YjwFA@p*A?ើn{>ڭ!D!yՠ˚C(#<|**W0e jġpr֬&Ֆ H,ϤfPuW=tdVƉn4jiLb쵳e36aybj+ %_~^Y5Cr4RX:MvuŔ~h@vJ t80,SܴŕZF³3d8jdUAYESuJ] Drk3nx#iktY:m';K q*OqvO+)}EԶV^U=Շ%2gW"05|m*""":6@IeS 6yxB.X]L읗1ڝ J=R*cf$ (ޫ ?RB 9^83eu_vmؖ&&e0H]ᗢIqu/u -+3v>8jb\soT)5Um)B TM+`f1&B{ң Xm ݶ{š" >aa}2siSQNRஇaX iN}R6Q́4P]QPެIP$wV fnMJXf%2zp; Ƥ`>.)"pz YZ