libpcreposix0-8.41-4.20 >  A [lp9|j`g~*oG X{1)N6uUvvLZXT255;,a VQ́&8/IbT.5?)|iJQG'%w@9c! OAK.%oeLJ,6$L.e%a)Ww#CS_[JE @q$=r05o (9acdcd7ce0426787057007ca6bda1f2af77782e2cb41e3514783a81992be876cc23224be3d90b1f35182c4c4b480ff7eeccf43d2R[lp9|6On,wFX;WyP:y>; q8g4nnPc (wҊ>dvfFKz^*If+vOP! =QMiDƢVZmUܸn 9w\J=tS!uOezxJe= p%t!0)lh:=^E!}ED[FB/A9EO_,-j[vl Ngﻘ|kIi,*jG lw#z)>p@@|?@ld  L $=^k      (0:D\d   (8292:/2>=@=F=G=H=I=X=Y=\=]>^>(b>4c>d?/e?4f?7l?9u?Lv?Tw?x?y?z@ @@ @&@hClibpcreposix08.414.20A library for Perl-compatible regular expressionsThe PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. pcreposix provides a POSIX-compatible API to the PCRE engine.[lRs390lpd((SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttp://www.pcre.org/linuxs390x(([l1[l517364b6e13d04499b76b0bd09df53a1c8e62b6f9336ed43361893d02a49cf4fdlibpcreposix.so.0.0.5rootrootrootrootpcre-8.41-4.20.src.rpmlibpcreposix.so.0()(64bit)libpcreposix0libpcreposix0(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpcre.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZY@Y@Yw2Y1S@XYXW9WaC@VV@UB@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*@fvogt@suse.comkstreitova@suse.commatz@suse.comastieger@suse.commpluskal@suse.comastieger@suse.comdimstar@opensuse.orgastieger@suse.commpluskal@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- Use %license (boo#1082318)- add pcre-8.41-stack_frame_size_detection.patch to fix pcre stack frame size detection because modern compilers broke it by cloning and inlining pcre match() function [bsc#1058722]- RunTest needs much stack, on s390x more than the default 8 MB. [bnc#1046102]- pcre 8.41: * If pcregrep in multiline mode with --only-matching matched several lines, it restarted scanning at the next line instead of moving on to the end of the matched string, which can be several lines after the start. * Fix a missing else in the JIT compiler reported by 'idaifish'. CVE-2017-6004 bsc#1025709 * A (?# style comment is now ignored between a basic quantifier and a following '+' or '?' (example: /X+(?#comment)?Y/. * Avoid use of a potentially overflowing buffer in pcregrep * Fix issues reported by fuzzers in pcretest: - Check for values < 256 when calling isprint() in pcretest. - Give an error for too big a number after \O. * In the 32-bit library in non-UTF mode, an attempt to find a Unicode property for a character with a code point greater than 0x10ffff (the Unicode maximum) caused a crash. CVE-2017-7186 bsc#1030066, CVE-2017-7244 bsc#1030807 * The alternative matching function, pcre_dfa_exec() misbehaved if it encountered a character class with a possessive repeat, for example [a-f]{3}+. * When pcretest called pcre_copy_substring() in 32-bit mode, it set the buffer length incorrectly, which could result in buffer overflow. CVE-2017-7245 bsc#1030805, CVE-2017-7246 bsc#1030803- Enable jit on aarch64 - Enable profiled building- pcre 8.40: * Using -o with -M in pcregrep could cause unnecessary repeated output when the match extended over a line boundary. * Fix register overwite in JIT when SSE2 acceleration is enabled. * Ignore "show all captures" (/=) for DFA matching. * Fix JIT unaligned accesses on x86 * In any wide-character mode (8-bit UTF or any 16-bit or 32-bit mode), without PCRE_UCP set, a negative character type such as \D in a positive class should cause all characters greater than 255 to match, whatever else is in the class. There was a bug that caused this not to happen if a Unicode property item was added to such a class, for example [\D\P{Nd}] or [\W\pL]. * When pcretest was outputing information from a callout, the caret indicator for the current position in the subject line was incorrect if it was after an escape sequence for a character whose code point was greater than \x{ff}. * A pattern such as (?abc)(?(R)xyz) was incorrectly compiled such that the conditional was interpreted as a reference to capturing group 1 instead of a test for recursion. Any group whose name began with R was misinterpreted in this way. (The reference interpretation should only happen if the group's name is precisely "R".) * A number of bugs have been mended relating to match start-up optimizations when the first thing in a pattern is a positive lookahead. These all applied only when PCRE_NO_START_OPTIMIZE was *not* set: + A pattern such as (?=.*X)X$ was incorrectly optimized as if it needed both an initial 'X' and a following 'X'. + Some patterns starting with an assertion that started with .* were incorrectly optimized as having to match at the start of the subject or after a newline. There are cases where this is not true, for example, (?=.*[A-Z])(?=.{8,16})(?!.*[\s]) matches after the start in lines that start with spaces. Starting .* in an assertion is no longer taken as an indication of matching at the start (or after a newline).- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.- record minor vulnerabilities fixed in 8.39- Update to version 8.39: * Some appropriate PCRE2 JIT improvements have been retro-fitted to PCRE1. * CVE-2016-3191: workspace overflow for (*ACCEPT) with deeply nested parentheses (boo#971741) * CVE-2016-1283: Heap buffer overflow DoS (boo#960837) * Apart from that, this is another bug-fix release.- pcre 8.38: * CVE-2015-3217: Call Stack Overflow Vulnerability in match() bsc#933878 * Other fixes to assertions, crashes, buffer overflows and performance issues found by fuzzer, affecting applications accepting regular expression from untrusted sources- 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/ldconfigs390lpd 15272786748.41-4.208.41-4.20libpcreposix.so.0libpcreposix.so.0.0.5/usr/lib64/-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/26359ab9b4edf476346242158356f1cb-pcrecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bad4ea960dd96912bd6b99a37b27013e27ed0eb, strippedPRRRRE8mV/hߠutf-8cbc35ef10a68e74d89a3ab283b13b1c097d9a0cc625d6ddc2dd6c7c4207317d9?7zXZ !t/) ] cr$x#n 5aˁv>eaKyIr&Tg~m -.(,zQ`R#8,;(QlsgF(iȑ]錂M. G4Ί1{]O@+$^9srQU;>]Eў1E*1}5Rs4{Ѷ'?"tpd ۮ]7*f.)%9,T։[΂ R~9hY>i;2zV5( ,o8nB^Y9YKxuv{QCQK%-`IY1yScrLa ^B DE:6d%{Y$PmܞFN4ܗuN:J,&~=q%G4ެ9r`FS^zQ4 3c]:)6GتiWq%W-|y+$oՎH@u6@du5\J݆oFNe*gݡ{D9;%L:{ػ:ˎ?(_fk‚@* ROѠWW{/S"3G[;qm=s@)QQwF..L#a"^M *27j 7W~Pt8Sr[±0PhṯmW?ԔAm;Z֤jGa11ݥ,Y}pʩ r̺Ve=0g2cop5!D |-&?r(.wajun+Ҩ5*Bf"%YrsVfP 9a%5.FTyh(aRg_P~v;}F2sJo_5֋$NR D&n*xp_fps>7/9-ZvdѠŻobNppZύ3'wL$pmFI p<]äk^h  C>)ėϳ>i̷a^qKrr% gL𰆑y_zlnmN&k W؊ۮ4ij-B`dxD1kޔV/ 6W)Vų)C*^G Ǜ-2e]]|* a#" 3GdmxJW9f,:Gk\R\齯(LAI'^~"S&-SB!_xFGESV,t"_uF3gՉDKشj~.IsHXfG?=?=_V->>Zi)^nԛzو0 YD6|i[9}`FD,F f9sxDdBPͫhW=n[U[mj7fAs uI=o c)+iHo%S@72<*.ºxlf(۰K-ko+@HBdUrCŮf-4%W R پ=lVcGfL1tO5W|9 J=V\*~ ٻubAr ~NDFm U8|䬨7d3Z1z~ZQԕzSmmÅ(^'P!>cC/i|<4yI*8V0:yC 1Q!~djԠm;aWĘfÍ,3*/wWj+xa ;Z񀒗a֔f r^ńOƠJfgs[PY5."ykw~.Y[4x["5J$l@ 0Pe_tE5PuP-s8`H?eBmd_F%0uc(&p\o rm>TvRY;~{%{"ѷW$h޸ǚc+/I0ۊX4f|{ؗgcX̞ ̅"ɉhVMR0Gxho[dOB:_Ys dmaY1>1[Bό71%;'ӌ FJNhvܬ?Au ĜvazI8̗ tLWsB0}=!Lh;7.#h!3^}p;72IcE1 deC)D&ЄP/]ufmд<`ɰ HGm}{-Fa bR5YWG/S2! bb%4Bw90~R`:ۅ7a̔3r\MRo,dԝ-[{;j;y*xi֧&xhv/r u_ρ4foB-=QԋذNMa+ zC7-11IU=E7~E'[kj*dh,AAT}^O/G'ZTJ,N M-Q\UMHĊbP3Gyx6b.A؄. յ$52HQ v!)&'{ᩘ[A:rRjq?#n͐dy,?(i಄DUI(4!I)e#@υGZezПϤe ~}ݾKIz] h_9~ Jf<VjVz-7K #-.__ޔ:@ihJ#nJ|Ey$7"cwvHYHY_^ULKY3Q ewjy@!PRuǟlSΉ YZ