libapr1-1.6.3-lp151.3.3.1<>,1^<S/=„c_7eAw4eyi53Z LjmJ+{I)@ I9uHO v 4S 8Dt-@?d   B  4 B P l s 8h(89 (: >@FGHIXY\$]@^bczde flu$v@wxyztClibapr11.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.^<Slamb23openSUSE Leap 15.1openSUSEApache-2.0http://bugs.opensuse.orgSystem/Librarieshttps://apr.apache.org/linuxx86_64t,F;A큤^<^<^<^<OYReXjs78562674622da26ed163eefe8726b7b33bdce7fcdb0559ed1c189609f98f56b6548167a470eceeb03ae7de3f846013e55df5f5f03c91b675749eec65c229c4e4f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad4e49d9b1acc0fca69e42cb7da5a47305ed4368e41bfc27348d30332cbaee26c7libapr-1.so.0.6.3libapr-1.so.0.6.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootapr-1.6.3-lp151.3.3.1.src.rpmlibapr-1.so.0()(64bit)libapr1libapr1(x86-64)@@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.9)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.4)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(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.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/ldconfiglamb23 15809943871.6.3-lp151.3.3.11.6.3-lp151.3.3.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.opensuse.org/openSUSE:Maintenance:11938/openSUSE_Leap_15.1_Update/4e96cedc39cb83cb330bd80f1d9052a1-apr.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1be97058d9dd90e0ec90da1acf04e7a12962f692, strippeddirectoryASCII textPRRRRRRRR RRRR R R RRRRRR RY3"utf-84c9b7bae38a5b2c9f89ad5f3aa1e4c5a4842f10b9becb74180f1da841aa98256?7zXZ !t/ ? ]"k%jjdmlt?0 p0s`3B) ~=.\eHwv.tKT!=3>*-ࠠr4Ϝ^t彼kuu,xv~T*g7U7~HiF'bQ2~.+ECB}wf=*d_y.JCh ʚǼEhуK8(+XzUMOE .ƫ?R`O~x?Q`++|` Q C9:O8l"Qxpy._-.S8,TO+7tJIlX7B!X}2e^-ՀMqLNk7 T*Or1pQ Q=voNL|xuY0jԫA-EHgFnVL<-[UóGNj <,v^dIdnb*6z;sgfMgPf?D8QU r8QC \\s-/zȓl^]˿' K0&c^.It㮳hl)P&}SʇA;gU% r2N:1D+`#X~>'^ޯ3*7" ǩί RH^ 'a$xPc|'RZvע S\,N> &`TYD3׆e~*фwk>m^>T|KCҘ~zfI~Q1k]'/|/j0Id{N̚18}Ϋ=?AZ8Z1VhӈRm--E1c[ prl4[vTS.4Xq+FtdWr(KG):ӝpҌhh;DwQ@L;~1T`&:!dΡl"~ 8mƔЬt͆@B +vȘkҋ̇{R햧Tp%N(P:6#nKԁs2rpЗCĝnQ 51j=سee9 Fnp1јH_y>ou ?j"tTΧWmAXl1Y-ȃV0C Sż8{ˠCEL9c^=8}S]P̌jw.ؐnm N~}ALm!y('h2=9чLXDkäC'NG!T!vTowv3:`7O( l)DSlJ|}րdp 0f&[ s&Fּrpb7؄>2KAWzzϣ/%)s*@" g?3tubGL? ٟk'R[]k<עv?k욹XS[力7ɿtLR13K| ی؍'r;\W'4c8$eR6hy٪ڵj2 rE>~)Ч <M>!G{c݅NY)@gt1?͡"V Or@*Wқp;8hTM@j0IDLJ1Iq Ҵ56=x%{ҏ*~:VU|,@ 6ivX g}@DR [%HDq+uM£ܝBg.{灼 x%K#\0V*EVFb6!YYLja`$T@ HNpv EaA`,ly g䇇3˳FȆ~}׭!]7{ܼ H} fZ}8]1EIVa#9c G89p$6N>ck#&Vyb{?20U\+؂r$)+ahl =Q_:̒YB`xqgBFHξ{ׅ!Xxhn )H2;l{.f2B:T]yYx6yez5J!&n:{/ }aou.ZJzeZ\'+=boDt`fzYG_fq`W*6 !`z&rsKumQ'TD]: #+.sQ{LmjA 5jMh]+nBi]Le%A?=}$Trr ZZW+$.P5BDM'(H+'m^ЖX邕6X1HS7R47;_(֢'\%qŎU z~f/8-&b[}pD"A3?} /y&m\㘰 =(T D.3ɔ PvGK:?k8uhu : L B2CwOxЀh]OɑZ~d{ mC_αi(7B}RXdG6b ng.sN4m~vh+zj %u#w^ Jmț7{S?c+xKn