libapr1-1.6.3-lp151.3.3.1<>,3Љ^<"/=„SUHs{˞D;9s,LIfbl^7,FD6{P hj fԱ 0 \TdnF\G>@ 0? d   B  0 > L h o 4\"""(8 9 D: >@FGHIX Y\@]\^bcd6e;f>l@uPvlwx0yLz Clibapr11.6.3lp151.3.3.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.^<"lamb20 JopenSUSE Leap 15.1openSUSEApache-2.0http://bugs.opensuse.orgSystem/Librarieshttps://apr.apache.org/linuxi586,F;A큤^<t^<t^<t^<YReXjs6c717749e830e9e1e0b3f785fc818a0e82f2678958f6b3eb67e56f596fc60398548167a470eceeb03ae7de3f846013e55df5f5f03c91b675749eec65c229c4e4f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad4e49d9b1acc0fca69e42cb7da5a47305ed4368e41bfc27348d30332cbaee26c7libapr-1.so.0.6.3libapr-1.so.0.6.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootapr-1.6.3-lp151.3.3.1.src.rpmlibapr-1.so.0libapr1libapr1(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.10)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.2)libc.so.6(GLIBC_2.3.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.9)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.1.1)libpthread.so.0(GLIBC_2.2)libpthread.so.0(GLIBC_2.3.2)libpthread.so.0(GLIBC_2.4)librt.so.1librt.so.1(GLIBC_2.2)libuuid.so.1libuuid.so.1(UUID_1.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]@Z4@Z3@Zg#Z@Y@Ycl@YK@YGYA%@W)@V }@UF UF T9T@TCpgajdos@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- 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/ldconfiglamb20 15809943381.6.3-lp151.3.3.11.6.3-lp151.3.3.1libapr-1.solibapr-1.so.0libapr-1.so.0.6.3libapr1CHANGESLICENSENOTICE/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libapr1/-fomit-frame-pointer -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:Maintenance:11938/openSUSE_Leap_15.1_Update/4e96cedc39cb83cb330bd80f1d9052a1-apr.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=17718387b165a219c9eef354e76b7b6aa7f2b090, strippeddirectoryASCII textPRRRRR R R RRRRRRR RR RRRRRRRRRRRRO4ߔ/:utf-8c109112c9c37eb5543893671189103aff89e879db9d47896f896d85c5fea8550?7zXZ !t/"5]"k%jjdmlt?0 p0s`3B) ]nRX}, =V&vt_2Hkv~ ;>Qp $3ϽcrȞͭCrc:[sA2Sm99+$H;@Oz~$`>Ɋ/|ad\'A|=p8%,Ls>`bnNL#2d4`7Xg fPeN1 i/ՊȚ 361!;áR'LՎ ņI/ۥڜޏ!c#G<|SC%Ɏq՞Z#II"eKvey}::/?285 &~K7蟠&8QNފoN6P}^MeNPߋ=v/ĀU!~ huƒw(;Jo͚]cVh>>Dݛ[QC4H9>u_ö W=&@[&L n}2ڶD'Rϰ;z<ze8lꢥZ@;1KKE8|<ү#sqCbAcQc*\f6py1ۃ,jFew;W9?e/`p 0r*smhF}-a٭ eρG۫A^Q(ŇNWxM~pRX,VW7G7 tOvN|t|\ /4*E/YV7noSErr^6 TL|JmLhX!56 Z&RE7ɫvpetBG.<$/l [VOf,y//tԜF# qp5MB08qoiWSq$UKhwqoiNf.[-CU(A|lY$Tz$fQ0z;Yb=2 ڨevh="ߞ+5*%* tM8 ړ5“k!Yh[*"I1BmUÕO $ ]‘Q/а..@#z[d΍j(:ƁGY9/ѫӣP#dǛjçM%$f:6:0QA{1vE}=(|¦EH+,b;ƈi3uOY5Ei^HbfCQŠ%H7yqu틌)[,)I>k/a0B6)9\Tn[аzymXP[X)lY9,Z鎮7SMԛ~(%ֵqA4P3vèZI ۼ7tKl(# !\U546FN 8a+Q18<'I}!DyQr'W{}մ7sO\^x0Ix+@(EXΣ+ Uk'emdhŒSsEn狛󓼳<%)6y*B$nrDE4CoZA1#dKmĴE:YiG\ei[P?n+.1R$?a*=P |Ի!I\QgʾU~FF8X 2b\@c;EVznw&5Jq r|hE˼Djn?9U1Ա|r[6C109޻…y|uzzK@ZEdNF.?;{\ND`(vz> X9O>{?,r\5jz?ۼ-HIͫ-ÞKhny=p\\􂗔4A=zz 8g.*_~աH2oa!'%_כ˨rFQ 8 TIB(Nlal~n!~I%7IVo}Ϩa[\~O.A􊁌 s-T+ >$mN;ٌ޲^{!*Z8YC1_0<ߪZ?33S+;Y[wd`U;bF(ݳFKگ]{Ĕf%y7lU-NJ3KME}ܣ'/O~ģp* ^t6?74B1bY7bv^!FKFN\;jC|'bJ|f@"njyf-T/'UWZui'T;[ry,r E|tI=:ɖ}E]A Bc=aĻWfZ7;SЫk`#&d<"P|lfio ^0mA<+]xwrln ;gH7>ꊊճQ&{G  Vsa\y'}kAZ@E/ع̑L[hy`;g[EA~MM]b;pkrh"B_q_*LJ]B( [F_/J̌j>;ZQ|5pS%FhXO>wΚRn&8)Ĝ◝3ò%{E_K_249kR@e!@љ2 |)i%kF& !19y4Yo'FKGv凉 -0i'0H1̉3w~BFP[-)TwiWWDp"B٨\ ~FLTr~2Xi?ǚa6#$ 5fGSW]ҝ#5v=D5>_W<"{/̃=1^Ue؄Q QN@Sdߡ9)}j8ޏ]?\ &@FGDQW. ܝ+xeg@GD%Cgi*2=VoufEfk9YJ29eKGsZ E' YZ