libpcreposix0-8.41-lp152.6.104 >  A ^ޜ /=„glt%D{-ep8C31WUcl:p^gJ7+ko;jYUPQ]jɔ.v_n緍`+ K |M%9p1]iܹ h[a5_e1fFISXFӵ1 toOˆGm'N{ v#w VIg()U; PT?p@$?d ! S (,?HU o      *4T\   (8 9$ : >!@0F?GTH\IdXhYt\]^bc}defluvwxyzClibpcreposix08.41lp152.6.104A 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.^ޜ lamb05(openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://www.pcre.org/linuxx86_64(^ޜ^ޜd5e655e161451ff392462e1983f22bfa87fc3fcfe12e5282c313c9fecc4bf18clibpcreposix.so.0.0.5rootrootrootrootpcre-8.41-lp152.6.104.src.rpmlibpcreposix.so.0()(64bit)libpcreposix0libpcreposix0(x86-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(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@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.com- 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/sbin/ldconfig/sbin/ldconfiglamb05 15916472458.41-lp152.6.1048.41-lp152.6.104libpcreposix.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.opensuse.org/openSUSE:Leap:15.2/standard/26359ab9b4edf476346242158356f1cb-pcrecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b8369eec6a2f745744ef966d122338b5aa2b3263, strippedPRRRRR>-F_.)#Entutf-844a0ac9e167631ea255d920756dc0a4f4a79e5fa5fdb91a722f67e0f8854d693?7zXZ !t/*G ] cr$x#+έ.O`p򐃘K`&0G*UR.v>+t`Dl WFě@:V+,n,&SWʓII;x@ g f9gЧiY˓ jjW>*U ഷ4E8u/}o\(E :e}?m^e!N7Z ~ڀLO5ynȬia(zN T"{ zUņ5 FߚZ,O 8ܡ|Ȅ'VK#K9!5ђ/OʹIg}MŞ.Lʥn(`_ Ւ0cG57tھ*L'}5cu@gJ稳wHK /h݂t  ?*fCyݡ^brD!:JE#銦:P?4(!Z˸c%SH +s& iFSLWSVؐBGgzQAھ]AԀf-Xޡcٻ,on% HȌ4Ћ9QN:Rא$U\FF4m2|lh,!^V > J~kn.63EQ%*BNt4SR`z PnW"%)Y4l BRUs%|  V~s@%lfMA(eK"濄6W܂d^ݕVS6'U.xB$}RFw=Fiwdz&bXs)jqPh{ۅA2ۘOݜ2y$7j!H+e̘!W~EVR꩝R}x{J3qiˀ)*X$.͙iRГ+1[(if';f{hVajDo]sn@wI?~~Eoaa5,ys-S׀WB,|XO JeLTEӨ>&y j K}ѢGJK(}I8$0zZ4HγB%&uLB*i S$0:֠DU :T \P U/لM F$00K܇MQS_e ƼYbxyNIbZ8s*um l]d95g*Dx)AU,g6Esr]v7 ʺ^k:upw讘I:]"$qH56Hoߘk}?pLOrjl3𬢥8.8bpZ }.%?4(Ak!A}}bײѩV=;Ϣ%f6oSTK;{RRtKT"t=ktG>?;qTs~ͪN+m3Ķ7ޜ|pYS'Hb܍ɱ^,#"r-N:9=hr2́?+?aiwSmʙ> @,@oW9 2Yj,i-r +M3)BpJ[v՞ۃՖ1{mCm ![ HԨy:5Ojɼ*!j``%;_ 8kM3"Op'sUjUP'\抓 9v[sx0F=s[(J1Zh05b/rVxV̜ fRE-7,U(n+)J&a&ZoC[u:իqXn ]Dv![:1tϽ3k!cVZ[;b $f ?ц DY&̸ذ$hpƊD'Q0MI]]=VY>=L +.M^tdJ46̬ t&=rs ^W=0r@? b~Ŵ#sWov0{J[!Fjb~ZRH \1 c0bw/$:N OfB3Qi*[JMfPɊ ?q-~.> YsE~e$s!b}$*f2yZܭQ} \f&ⶉj.zUu8 =:Eo5bC)O S^[J MuTgJP̻uS4W61]^&QJ=ct3v>|JB4)LMvBM`9Jq"_&S0pޏ^;Jm456oZL> h;xMɗ nwp77d#