libpcrecpp0-8.41-6.4.2 >  A `>op9|i4&) }y B6(-H qP_ z\ xfôqQ)/ki$US=J{aGf*۠6V_:ofZ|t d g(z;Ly`ס'5`YW_ [̐m\RvC2}35_W 4AxqR8CF5ΖaVo*E e)4bG|I+^*\;H?#E9?001574d258a30fa7725f2e7e1617ddec91b854d8271b28df98e386dd883d0f87a901a83fc866e2c5e006f9fe7f4117c600624e45M`>op9| =$!-B!kmQ"artMr5zސRו -"` <})y:2lL}S#)XW? %17_Ԟ̬Z0Z(}.toyj~%.UEu+_d ENPטg{c}pB 5kk0hc7; ))‹2ߋI,Q&j3M n-(uܑ"nQ]OĂ}rX叆(hd>p@?d  K1R_ u      *4LT(38< 9p :\ >@FGHI$X(Y4\L]T^xbc-defluvw\xdylzClibpcrecpp08.416.4.2A 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. pcrecpp provides a C++ API to the PCRE engine.`?&s390zp36SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/System/Librarieshttp://www.pcre.org/linuxs390x`?!`?"b73e9610cb0bfbcecf36f38a5593d48f3ab50c346b4fd0422cb98b722be70b5dlibpcrecpp.so.0.0.1rootrootrootrootpcre-8.41-6.4.2.src.rpmlibpcrecpp.so.0()(64bit)libpcrecpp0libpcrecpp0(s390-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpcre.so.1()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`qZY@Y@Yw2Y1S@XYXW9WaC@VV@UB@T@bwiedemann@suse.comfvogt@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- Do not run profiling 'check' in parallel to make package build reproducible (boo#1040589)- 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/ldconfigs390zp36 16245225348.41-6.4.28.41-6.4.2libpcrecpp.so.0libpcrecpp.so.0.0.1/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:Maintenance:19625/SUSE_SLE-15_Update/c29fd075853c9c65f9f8c8afbfdf250e-pcre.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e587ec0a12ea405a1a36663d2659738c393130e5, strippedPRRRRR R RR RR RR RR]ۓKN2rg|utf-866eb9a9204948416c5cfcdd53979b1e34a0783003f4d0c05d620eec3d9eb61ec?7zXZ !t/c+s] cr$x#DBїMvo{DA@W0N{k@P*g=~Z&&l(u3t`iKR_ j垤(4o@Sַ(0Ԝ|,4O&0.LKNPXF= KTA<+ k#7Q ߅+$^/sn  EFcsY_& ִC֋Pؼ=ˬđ*-8)#FPuAQ߻Kr(.Khd ?9~Dee0Fmq^Zc|3xIf1w PT`Rex5d34}+PC䡈]]dq7q ѣq(-b KJmp&y'DII,׺%>Юo/ksOT>Aˁz?1M3PW\Ⱦ\5rAydet=n"kQ{YIOxx)z:lqAz*'L-b*!T# R6Y]fbbǹ3l7bKYCޱs".K'.mXgDcJ&<6He>̻ ?)RrAy5uLȌ }^+VgY_㜾*~Sǥ}V<^zc:8y/e$Dim* $tiaNCBg}u6#dJ?? iA"6>yFe ܊RLE%uo˧+*D =VQLQ3`y@ie'bWo,- w;^5AxtWBnbP/0A#-Skʔ,9wMǕjJy(W/rzJ<_(] $l_yD /)!z|M0gƸIͦ:UU^c|wu=|Df-UQsxX; 5V3clZJb|AY}I":2pY(7e 8bW]OT2 2_ֈSƺ9;!B#8(]f$|jJ@P&>&)P/s04G+BYOM҉hK!vh~B l<^ ?\" bDBȔ/3d LGvRaNHь O ,`ݸx#;؞yO#?J>i+5l k)+p59HKi)*>kc1{McmDY8U݉̎rV::{6 "BdX[:{\ƣs!ihK]6HiY뽦~\L@soiI kSx,R9 KQWjM* .Ņ UZdKuHܾMR52*ȧ8L۱DJI¸2#.CG)byE{_RG7C~wK?\'WwWO2[$SfSV/߻y՝4a2dnd9"HAvS6L!,Ļ?XO#3$Y\nςڀ/"d"V.l3[b;EvAyvJ5 dR50P5UT0Cw7Juh?Dub&q=~ H&7ItIuUrP,I8}^dvF΋mVgW&2Ro)1NH~Z3` w:!% ME -HUuj!CiyHFQ"mk JCSv i՜HRfRLʹ_B텋~( T񙧑;)L5O7Ҟ!cUְ螘hpQOh蟃#v8cq-MnFyh2>e?͌Sjg?Զtzʸ{.R 4 ,x= Gk-|ƴ۴=&vSH6+Ѣ/L8f+j%'[pp"S "}q\j64G${AX=^!p]'bs=Wಬ )CO%x%^$?NgpؑTo•=>8j9$6Q0i2&cs7\ݷu%~^C 9:^fn,bgCtW>< c=_*75$oYFG~~آs~uH5Of2|kxk(Ze:.yTIQ8?v izgX1 VQ+*fV([uDWDW&w<|wH:1; r/a:(.jF6)sU=  rEIH}lV:fk/׵kDrַOռnQyD7DthD㴭ucn/0>=̷\Ln&h/}C ˷U3H*ŖOR1%18b _96]16'fce̞Q#MRڅ>p ~@e]`-4m(0wK˕LmwFyڿ#Y";`م3 tw DZ*u4<3<3є4,@"ޣe ϭ&|; iOQ̉OC4?E]^nI6"Ҝ3*w\8l*zJN8u!Ԧ7cu߬euӢN ĠY:yT,ObϙkQ\=:4'}ZNlXzpb{jKED Hl0+ǬcRX`uZ)#}EQ`#  ԘI\6|ws;F $8Q$8hqvn9C $ErNZ u9x;hYbH Z-\zq#AH%v#ᒏs hڊvGost)M똟̏"xDj^D=NQ,0*94n %NutW(]ۖt}D^nIe$(n7]?GkGT~[]`Z؀8#,ے$p8iH" ;FĒP\>nR.lcc$` UxpϣK384* *DOIn~o drӚq9Rgi JLSt+KHMΔdk'O3oSZ$/`AGd/&Pj=?78 `#;rlaW.k [Tq# #gsMKv03^bO.kony46.\ 80 ԣR,:ZH$z/,&yeuDiEŸdI1 U T'+Ì/vn1ov!bP|C2(#эg_wa@Dnx~E $3YrS:jwT +4`Xxz9gpˤG=L]nF@w)f!^gƒ5*&PA5[ Ր89&T:q`K.yUQC7B=:ы8Ҝ$2yETL?e\bXy0n(H'a0J$HuP3!%E=87\Tqj8uWvi/ػǯybKXMϬ.v nMqscy_S-O+$٪XiP:xNö-IDeuw+?A\Or tc]y]EeAtvՂŎ~_e2} T]Dim? 9 cmPV\uj#dN\D(_ћ 6">hX{mѧ;-VZ: GCGSWӑʐyC7tIqhM..u"٣ǃvv\N:T2`>#e;'!Jp.c0zHsjX=gr %4sz^ 3x]4_@U  EvDaMl|=8R&؅-ɔy# M)ߙ8]Њطȏ3]{V=}˟B TљIus1](rTmڈa;Aߟ'wC|Ie?lQ 1Z3Z3V`;)ꃈ,RW;$(CDxM?#D _u1))\V⏢+`DΈ[8 gu$G׎Jt>v5n\SJ$}Ї Dy V[<$o.o#(myǰ25^9yvz!z<{SlȃKwbH`"Ugou! 9Xq'  )**;- g =F^ЬJ:3X.u\ɉ~DKkROR8Sb`UĜ80M&Son3Tw itu:T;^@-67K_G/MKǾ;4ctNj|M,* <8}@*bxvL,-l)Vilؒfdt : a%%% u:)Wlx'.l{'OX !~#݉ʛ9V]H0}~󈑬 J5YN"Ng Lԝ?Jb (!]>|ŎK9* eX-x-ĕ}0\b9|s'q_Ht݋QT4~F!&@mE>r'>[zwd;a'v]6"9aR=FFEL@Ncyq<`m_*4'Ȯ8%R*+ԎE6]pPi_g63 v" oweȮCP#R) xuM `)HL6*@+wphGYZ(=Q\[߶ǮV. W  ctCat=?\oDDP (|.A&]:aop<%J"fx=SE[ᗄJl8zTkF<&@JwT><[ R24я1E6ET&sEcߢYu 3 yfx4(W|_|xctZ$fXgeOO$%#PD~hꛡQvƝp:%=z7>t$(oJT""}Δ:%Z3V>br=Ƿv6p*4bf5Y3~o BBdwb5Q+tQD:<㭀o'tyWAw-V'4>d .9j2F-Gz{8i"@vDDkk')wsuS(a@?!2 2rgȎR-ߑPBK"S/!nw+Ǡ>Z[?`S$ĨѶ E%>0gH㨪1`"<#3$="?)@d|[WŃqfq"CF\PQ1Xմ<:Zx`DBU-ᕒ;3(IC&4#ً)Z2^r!+1S_3,|Ki|DG·ApLEFJ0{"_Pp-黂SCfb.\;sndk e. LJ{m 0T_O |z1jgss C10s͓}~n*P_YOF̿]MD>6rGdI?cFtt"U;/ _an=+D~5jgչxLt{Q=<:$FP'aP99'_}&0CE|S%0!TC V osCAxKƁ]$F[lsoslC&>j™,Yn`c-JKlq3:u㥭rdq 29 ΐCxn- |ʪκ<עC؆-;nR]VZ .ֺfIjBtn/}%mz?|4=*}3 gΈY2 }BmPȽ m^MW5}핁!LMOUwM4դaN DuߤyA!S:L]_^/@& Ɯu1o52$l0 ҿ+3j/!;=Cxj=1Ӛ@Z%=,m7 vMV>5i]x}clnaQDG Z xHwPj+SȅT'3(}f}6:C eqb9%5Eqb