libapr1-1.6.3-150000.3.6.1<>,cfMp9|;n&( 5rEzk2v'@WpqN 2,[WN=[v|#ICNd CS>QdLj?@?XōSuFWYSـ*1%#?βvZO c28 ~Hr^ktt S92 U@I =u駵^M!|IpAO@?d   C ,2<X f t   "D`U(}89: R>@FGHI0X8YD\l]^bcd8e=f@lBuXvtw0xLyh zClibapr11.6.3150000.3.6.1Apache Portable Runtime (APR) LibraryAPR is Apache's Portable Runtime Library, designed to be a support library that provides a predictable and consistent interface to underlying platform-specific implementations. The range of platform-spanning functionality provided by APR includes: Memory allocation and memory pool functionality, atomic operations, dynamic library handling, file I/O, command-argument parsing, locking, hash tables and arrays, mmap functionality, network sockets and protocols, threads, process and mutex functionality, shared memory functionality, time routines, as well as user and group ID services.fMibs-power9-17qSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/System/Librarieshttps://apr.apache.org/linuxppc64lex,F;A큤fM9fM9fM9fMYReXjs6f1823b626410d9c8a0be91b043a26aae19cb92a75c02f2f56d57182bcc8a0bb548167a470eceeb03ae7de3f846013e55df5f5f03c91b675749eec65c229c4e4f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad4e49d9b1acc0fca69e42cb7da5a47305ed4368e41bfc27348d30332cbaee26c7libapr-1.so.0.6.3libapr-1.so.0.6.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootapr-1.6.3-150000.3.6.1.src.rpmlibapr-1.so.0()(64bit)libapr1libapr1(ppc-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.17)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1f]@Z4@Z3@Zg#Z@Y@Ycl@YK@YGYA%@W)@V }@UF UF T9T@TCpgajdos@suse.compgajdos@suse.commatwey.kornilov@gmail.commliska@suse.cznormand@linux.vnet.ibm.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgmpluskal@suse.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcrrodriguez@opensuse.org- security update - added patches fix CVE-2023-49582 [bsc#1229783], unexpected lax shared memory permissions + apr-CVE-2023-49582.patch- added patches increase timeout to fix random failure of testsuite [bsc#1151059] + apr-test-sendfile-timeout.patch- Version 1.6.3: * apr_file_trunc: Truncating a buffered file could add unexpected data after the truncate position. PR 51017. * apr_file_trunc: Fix an issue where reading from a buffered file after truncate could return stale data from the buffer. * apr_ipsubnet_create() now fails for an empty input string. - fixes [bsc#1092981]- Add gcc8-integer-overflow.patch to handle an undefined behavior (boo#1090085).- ignore PowerPC transient test failures- Do not require python for building - its not needed anyways (fate#323526)- We need to obsolete same version of package (bsc#1063305)- Replace vision statement in %description with feature list. Fix RPM groups. - Drop --with-pic which is only useful for static libs.- Rename package- apr 1.6.2 * apr_allocator: Provide apr_allocator_align() * apr_file_io: Add apr_file_pipe_create_pools() * Add APR_SO_FREEBIND option for apr_socket_opt_set. * apr_skiplist: Add apr_skiplist_addne*() * Added Unix domain socket support. * See http://www.apache.org/dist/apr/CHANGES-APR-1.6 for a full list of changes. - Drop patches from upstream: * 0017-Merge-r1733694-r1733708-from-trunk.patch * 0018-apr_proc_mutex-unix-backport-r1733775-from-trunk-par.patch- define READDIR_IS_THREAD_SAFE, because it is. Avoid using obsolete and potentially dangerous readdir_r.- 0017-Merge-r1733694-r1733708-from-trunk.patch and 0018-apr_proc_mutex-unix-backport-r1733775-from-trunk-par.patch Refcount shared mutexes usage to avoid destruction while still is use by some processes, this fixes apache graceful-restart sometimes leaving processes in "Gracefully finishing" state forever. - apr-proc-mutex-map-anon.patch use MAP_ANON instead of mmap'ing /dev/zero.- Add gpg signature- remove baselibs.conf that osc rejects now with message: ERROR: 'arch' referenced in baselibs.conf is not being built ERROR: 'ppc' referenced in baselibs.conf is not being built ERROR: 'package' referenced in baselibs.conf is not being built ERROR: 'arch' referenced in baselibs.conf is not being built ERROR: 'ppc' referenced in baselibs.conf is not being built ERROR: 'package' referenced in baselibs.conf is not being built- apr 1.5.2 * apr_escape: Correctly calculate the size of the returned string in apr_escape_path and set the correct return value in case we actually escape the string * apr_poll(cb): fix error paths returned values and leaks. * apr_skiplist: Optimize the number of allocations by reusing pooled or malloc()ed nodes for the lifetime of the skiplist. * apr_skiplist: Fix possible multiple-free() on the same value in apr_skiplist_remove_all() (obsoletes 0007-backport-r1604596-1604598-from-trunk.patch) * apr_global_mutex/apr_proc_mutex: Resolve failures with the POSIX sem implementation in environments which receive signals. (obsoletes 0009-Merge-r1610854-from-trunk.patch) * drop already included or no longer needed patches: 0004-Backport-r1593600-from-1.6.patch 0005-Backport-r1593612-from-1.6.patch 0007-backport-r1604596-1604598-from-trunk.patch 0009-Merge-r1610854-from-trunk.patch string-compare.diff- No longer use --enable-allocator-uses-mmap but the default which is using malloc, this feature exists to reduce fragmentation but this is currently at the expense of: * Loosing all malloc sanity checks. * mmap and munmap are expensive operations when using at lot of threads (like in apache worker,event) * It will waste memory, even more on archs that have big page sizes. - If there are fragmentation or performance problems in glibc malloc, the library has to be fixed instead.- apr-use-getrandom.patch: Update, if getrandom blocks, fallback to the old codepath, restoring old always non-blocking behaviour in practice it blocks only at boottime when the entropy pool has not been fully initialized, this delays the startup of apache for example. * Use SYS_getrandom constant instead of the "internal" __NR_getrandom- apr-use-getrandom.patch Use the new getrandom() system call in apr_generate_random_bytes() if the system call number is defined and if the call is sucessful, fallback if otherwise./sbin/ldconfig/sbin/ldconfigibs-power9-17 17270901501.6.3-150000.3.6.11.6.3-150000.3.6.1libapr-1.solibapr-1.so.0libapr-1.so.0.6.3libapr1CHANGESLICENSENOTICE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libapr1/-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:35807/SUSE_SLE-15_Update/f8452cebe4ca66e97f629fe16352503c-apr.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=fa5028b4bc015d822a8a6da67868ca008b4014a1, strippeddirectoryASCII text PR R RRRR RRRRkВ+Q,qb*utf-8a568588e30e884d748089a839ddddeb2c2edf405beeb04aa513e006e8d501cfb?7zXZ !t/P@x]"k%Q =dmlt?0hHB?JmJTxO-UN#&@4ڙ; ĀJrk4\0}dTm|>]-)3-`e^{Ashƶ)Yf6vPZwєYh|wP]iK'>FpUߘ4(kD1Nd: *hq_Jƻǀ 4o˜@cʌ}B3V)cm1u9D MeK,WvCy &joXK<Իnܛ,u*w ;+wz&9?j\z{.{7+Z`Ig̦J:K \ңRLsc>خEAzoצO@J!{;Z< (|P& ھYyLVʛiצg4M`%b/e6A$Zu'"4Mb.n⥮8JWˡ_uuPmzmx-!kH -wj»c5׭W^+")L7ebIkkuLjQO Ȟ]1U B\'M'ʀH&cm{`Fo x 2 n|ERM' ne% ܣiݕu~ 7ON"A>i-qu#'O!utbƍ~+RA~G AY`Z E曋b+iQK5.3cnkLYY>UL{hRdD,7׾;:XU)Зddin{#aV%cO7W;H)7$Фpkv^i״Dnڻv=?q^sv(#u$ܮ1SA1&sEd亘=E߭s".I~06hJ9~_\PRE3S0>sQ7EVJ(["b";zg/>rB8lfu'+vbQw G4n̖;pq5|Ydz^jͮ!hYZ-/ߠ񺫯ڊ$V3Bg򳠮&193ХX>f5" cjLeawJCM٩JPDXM;=fTŸHi:$ZF"3 lhG nҼRb?9ڽKeQ GW9&/ r; q ڧ^I.p6穠Y+TƆ>b8ե;5EyK\QA/1J6@!IOIW@O&AUAZ[-d2e0N03u' Ỹk '/eP.V]\@Tg)0 nQ8Ƶ1q7#gsc[}} BG葌PzIM:֛I]\Kn )/_V*Wd9}F0p*,3 @5wd ǿ>XVQ}y"x2a b4L|u 9#툗*Fp = {Was3EzFN)*4վ_I66,4'{Zhh("c7ni;l=ể?߅F_\ky&`SdK/Mq2Nr(BUItan{G98ml;b!%϶?楶E+$y?Jm ʍh$ɃS!A[As**:k\P ݗ(͹ߑrij_dMrjņk bh9|b`\mtdl~vPhOלyxinkb2nq~fxgjq3h;8=ŶW Hǭg&J"ᶅƽ*L߱Aeoޤ|8#Քd#58kZ#[xd!wtξo tyE)҃ ^@.-&{%G徜`j_~4DooP{@O6aҟgR ,mer-AZ910mJ57z+IA@cؘ*2 * hsr7, K%T[x_wpy'@R<`%I!hG?_{Og?{ 1S#AiM!Ps4ʑWT;QazGSD4^mUn1E  G-04mPlLr`PE.Lk,-V~*DsBUCPor ĥIFܴ.v\kç pD׳^k}jAQrG?z`vQ":.Z#m3* 6M+^$žy& & ћLPSoa+@yb5H2l @K^6Yy64i|Fˆ Wd' m$,sP%E+p@0OraG+B'OSQ}1kH{Ƣ_lĈV*(G- (Tu/tcJu3E1m@mE U_\j@s|[ogaڗ/ Ij'/u2 7CLY6xR"z<|Jkk^) ԌI|@9$VN{ GqpnA'qXZUp;2ͺ?c%gdred/{-4MC0!Dz ]6f0>J>͏|0;{P"7 ´r6pv!r-tsͥhl9Uǒxc V5(,ZEhthˣ #W[r}GC40``w=uO`TA=)BہW4>$-xڄvbLpL@S؞\VpS.s`lPP2787mK[~*bwt#"h`h ݫ#95 0Xuฌ~ipMLtIo[g" ?$/cSvqUШ?79-Msp"cVW سxUj Dy 9ZѳGTjT~n[n`J28fj"e0 IųՋ$;l5.+qՑ(U,uw":PTW8׈MslY=R./$HqfHx 0煐=Uq)!BT}BUi!*jd>1mIzLMe@{I1?BoV.\!ˇpݝQVCq]&-OcDN+L=Xj25P>رӟ`n¨_|T IN5D؂Ek}S 4& {#wɡ#\[Ӝ:vp-y@SHIrl(ePnkEdNwy5og3~kW>>dјyC C6 s#9= 9@fohыO"5G=fK o s _oBwTޤ#pn1.5d{܇8^ae@REbωn#l hIjEw/'1S'yyRPZF|,[D6j0<:S퍜`\ZG'Usu:) --Uǘz>BƲ{OASc>RlfZj17FC|CڄYco@F|1s o{Kxq94Hi(4Ndb}ݥm3ߧ/N}&Jb.f}j &amN]~R6񋛊EF v: ixG?:^Bi܃lSlB\.de%8C~nB$n$_|@op行ۓD}]Ljq T St]HhTc)(kPK0ކt(W(#f!VJBUvz sKd_nHK-WTABf)Vhs3fkSùF㤲P!1g#X»=&SqѨN19 ί.$ ﻮ =Z>1DD cM;*h䧤6XFՌk*A/:E67-,|q1Vv/=zih|HQ&n1 V+m8=I9h^ֹ=Vbdݢ2Yn5n)|/as|YGD3hJJ/Rj6Y+q" .}U:{RbvsxfԧPL% <!oՖދX;7| ):rnΓݫ@׀Q8icKzc=£ÓCjhM R<Fd9cK-D|XpܼzPػIIx[<` _-JL#E V\\ہd08gǻto5V8|^;ʦ<;h2T~H?4-.)1?Ux8izB(@z͏nhLf3~ʶ#_ gIj:HY>=eO |(L-j9 G}'=[n5Dh#3` tp(?|-r[a P/p$d)@L;бkgOr}`@ԆО=`iow;|NŜO†SZJ6 rf1=!mguzYL'&r3Y #ǥp*I&|X`>wgxkoCe!iFmrMlLb)\9? Urs) 3:P̅`m07 ՙj8j$Y'0d 3П<NtG#cQV ~`8OqRvE=ilJ,@U|@@ƻ"E)7q~y[>'-U.b EkF}!Ir[ͽ֨p<efnr\ ڄy`Nx;^; ?hrR*l݌|qpE\\YSr?FH{f n1wMa.$w!cZX)G nyDoUfdŷ:W5 UL l49-Q6>~b=ţIDSrπE^O^IjUjVt~ᰴoWСV֧/63&Gȿ+ )́ Y:3mOx[G>Kuú*]"~渉F:t}3b ̋@syãG\K9w+4XPťruAfYWJ-;*Ξ2Rx#N(#FUd]3$6eZ/Kl1,m4##i.Γ!J.f5jD.i%WH~|?>'elx ^]7K$HzqC?}t g|9OjQ/E΂xWK?9rA=yg\-Z"49 f!P@-8BEL0I^}.7v[g:m[37?8Fͫ%ZT/x e3"(df,jE_6\NoxPҠ0EI\M_Eעhn|~c.M{5",ʒL(Ê}i S  !g zIc33@%&mr. *M?0wrn۽=I+uM[1o92]0\Z,qOVBm\sΡ$;nLPf~kzq'{k|xrUIc[θؒ,2ddn RnmEg-IyE#h=0u`Q2,S!8O/YkԪK| `1*-GV7iCd3Z֧2Ѓ~m9De} ZL9/_ڜ=kAwE |=L>:*(m#K9Ő>/Fe#;MiNdT"(.,<>ڷˮf8+UѦ)5ae&`U"ȨWjZo!mgFRmذ~/h{ -NU pGmR\$2w Tl}#W?Q!.Hx Җ"<O%r|kH3'+KW2D YaTՂӬSBc壅/' /17@M_pbwfuJ\r'럎3o1{ %+hDƦm}&cWB,0?'|Ǘv[3IђJZkwڝȷ?&-dvi{929nɽiO UiD^ <_S|+bރi $v_L3s[bՠA20Mᔌ'ϴVVJCOi`Oј\;\ȃA`ڙYI/tfr}C{nD# Ϋ/;C![Ru9ٲL蘯$7(XJ `].<,zKUJMi R0gso@HmHhjh15h^WĒloε9m~\i<ׄAP˜sNթ Ybĭ.?D}5Q @YGΦVHU{vkmZ誤<]?7W9 H)rH"/p[`|']wg"#,u,?ӵ5WM+)WއX\[Hm"(3|~XlbyzQ%n[ 0@E&ߪ`BFwnX$7v0GՁj#`P@u`ـhyd~kCJ7Y9wg^^?ٺ)Qd|N1.v([3 )Xgm=ezc"i}¹4EQ H7 $ү.z#mwV 8}u#j[js!(?nEMyVȠݭE)*?C(sޛ.5yɏŲW~`ʐf IKkaH6fiR\O/aaӊ$1!т3821EҷSLJ$( 7ɨ4A'z\ }yX'|wfv9Y'dsxQ\p"%x= "_{ STA!bxZg%Ync(jfB43rt by| O+?Ҵ&^M2l[|Y8+X*" DÀ6i& * 8;s$iCM4.ya .O@vmF͍Kt0Vٮ7]xĦE&8ߐ3^G!<C wM$/U7LB(ɧ٣ce{<?v FEtf۹x9=͜H[}P$1 $fI؄T=}\ؐkာO/iP>ʴʵk!ꊩ{ʁ̖) Mka-(H񙈾`ajO6qF"`J3nE6v?lPoiF[C9&=mbaJ[cMjFzo<DR9o ZECD͵#W.c nHwZDW-n+.3;amm e)]y $Sz<[JDr}AvͅJ ,EC/h;#F _Q8Ym!y {,_V&z󨀬aQ`*̣=Gs"ՏSߢ g? 4tɤn 3 jf44W%^Ԑ;e|e=ۖ>Ct;YKHVgt}Kp_;I͉1CbW܍KN6_|슼)6`5lmQLJS# v<7a¡AhrauQ-Splŝ<̧Oԫ)f8_Rي6-`R?'dqnX6 xἊmsh#h՚*,UcM}{p EMż@*L4$X>S2isyW3elOW^}@dO Ms윒)10wtM}k#(5 !ԕ0h|}ǴζFNנk8iC ]>SӆM|}jd ,{dfֈk7L0Fc> +wz)@d(mԼrD7][19g,@Й"'bK[,#/jPԄ'(78PM ~-J"t !{isfZM6/P1uJ#sԑT$<5: t59}rf%YQ ”'15iY|hT+{:n{L~iNg\b`+ )f }3n\^_lt؇Y9dMB(F]|ܻ9H"Kˣ)?1eN~5naqδ RgW2(-2fT*/?R[s\;3RsxޅV{X%4nOuvb }l(ڛ*b;' :jx.x|\v+dRQ"Yr*8CҵJᘿ=]1