mozilla-nspr-4.21-lp150.7.1<>,<]TME/=„K@GnY"f~IM@دM.vt0Si\ P(W|47-Bɸ46e5:C_`^[^i vьu⩔:Fq_u[. AvES![ Q8<1D&]B*(fk{q&](x yŢro1h_"fP+M:xӧV[y ̙lMn#B l!4+ÆzEz ̰%>2'>@ ? d  8HLTXkt|      $(E8L9:>W@fFuGHIXY\]^ bcdVe[f^l`utvw(x4y@z Cmozilla-nspr4.21lp150.7.1Netscape Portable RuntimeNSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free), and shared library linking.]TMElamb27NhopenSUSE Leap 15.0openSUSEMPL-2.0http://bugs.opensuse.orgSystem/Librarieshttp://www.mozilla.org/projects/nspr/linuxx86_64(IP8]TMC]TMC]TMC7fe96b54fb3db237f8242ed299cc49e1782425c3038ae5f4db4865222e0c3255a5bccf17eb1d2f2dd3b790d3b576a407db04678e5d648d69dc6b7388bbf7454217e74652a1ed6c3d5fd7ac16d7925b72c500daa16457b29e1bb78500f22c26a6rootrootrootrootrootrootmozilla-nspr-4.21-lp150.7.1.src.rpmlibnspr4.so()(64bit)libplc4.so()(64bit)libplds4.so()(64bit)mozilla-nsprmozilla-nspr(x86-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libnspr4.so()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1],j[@Z`@Zz@YY@Y@YXXX-V2VuFV,@UT T Martin Sirringhaus alarrosa@suse.comcgrobertson@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgschwab@suse.dewr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgcoolo@suse.comwr@rosenauer.org- update to version 4.21 * Use MAP_SHARED for read-only file mappings on MacOS and Android. * Changed prbit.h to use builtin function on aarch64. * Test program build fixes. * Minor fixes to support unified builds. * Update library copyright notices. * Removed Gonk/B2G references.- update to version 4.20 * abstract socket address support for Linux (incl. Android) * aarch64 support for Windows * support for riscv64- update to version 4.19 * changed order of shutdown cleanup to avoid a crash on Mac OSX * build compatibility with Android NDK r16 and glibc 2.26- update to version 4.18 * removed HP-UX DCE threads support * improvements for the Windows implementation of PR_SetCurrentThreadName * fixes for the Windows implementation of TCP Fast Open- update to version 4.17 * changes to the Windows implementation of the networking code required for Firefox 57 * a FreeBSD build fix (bmo#1391716)- update to version 4.16 * contains various correctness fixes see https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.16 for details- update to version 4.15 * added TCP Fast Open functionality * various correctness fixes- update to version 4.14 * a socket without PR_NSPR_IO_LAYER will no longer trigger an assertion when polling * the PRNetAddr structure has been extended on Windows (bmo#1313612) * allow sending a zero size UDP message on Windows (bmo#1331810)- update to version 4.13.1 * The previously released version 4.13 had changed pipes to be nonblocking by default, and as a consequence, PollEvent was changed to not block on clear. The NSPR development team received reports that these changes caused regressions in some applications that use NSPR, and it has been decided to revert the changes made in NSPR 4.13. NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent. - update to version 4.13 NSPR 4.13 has the following bug fixes: * PL_strcmp (and others) were fixed to return consistent results when one of the arguments is NULL. * PollEvent was fixed to not block on clear. * Pipes are always nonblocking. * PR_GetNameForIdentity: added thread safety lock and bound checks. * Removed the PLArena freelist. * Avoid some integer overflows. * fixed several comments.- Properly run testsuite- update to version 4.12 * added a PR_GetEnvSecure function, which attempts to detect if the program is being executed with elevated privileges, and returns NULL if detected. It is recommended to use this function in general purpose library code. * fixed a memory allocation bug related to the PR_*printf functions * exported API PR_DuplicateEnvironment, which had already been added in NSPR 4.10.9 * added support for FreeBSD aarch64 * several minor correctness and compatibility fixes- update to version 4.11 * Enable atomic instructions on mips (bmo#1129878) * Fix mips assertion failure when creating thread with custom stack size (bmo#1129968)- update to version 4.10.10 (bnc#952810) * MFSA 2015-133/CVE-2015-7183 (bmo#1205157) memory corruption issues- update to version 4.10.9 * bmo#1021167: Leak of |poll_list| on failure in _MW_PollInternal * bmo#1030692: Make compiling nspr on windows possible again. * bmo#1088790: dosprint() doesn't support %zu and other size formats * bmo#1130787: prtime.h does not compile with MSVC's /Za (ISO C/C++ conformance) option * bmo#1153610: MIPS64: Add support for n64 ABI * bmo#1156029: Teach clang-analyzer about PR_ASSERT * bmo#1160125: MSVC version detection is broken CC is set to a wrapper (like sccache) * bmo#1163346: Add NSPR support for FreeBSD mips/mips64 * bmo#1169185: Add support for OpenRISC (or1k) * bmo:1174749: Remove configure block for iOS that uses MACOS_SDK_DIR * bmo#1174781: PR_GetInheritedFD can use uninitialized variables- add the changes file as source so the .src.rpm builds (used for fake build time)- update to version 4.10.8 * bmo#573192: remove the stack-based PRFileDesc cache. * bmo#756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead of only checking if the identifier is defined. * bmo#782113: Add NSPR support for FreeBSD ppc/ppc64/arm. * bmo#782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly. * bmo#1060292: Make PR_Assert() and PR_Abort() output visible in the logcat on Android. * bmo#1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu). * bmo#1105144: Two places in NSPR's pruthr.c cast a pointer to long, which isn't correct on 64-bit Windows. * bmo#1060401: change import library name under mingw. * bmo#1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t fix clang -Wstring-conversion warnings. * bmo#1107063: link NSPR libs with -soname on OpenBSD. * bmo#1120772: Avoid defining snprintf when MSVC provides it./sbin/ldconfig/sbin/ldconfiglamb27 15658058934.21-lp150.7.14.21-lp150.7.1libnspr4.solibplc4.solibplds4.so/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:Maintenance:10867/openSUSE_Leap_15.0_Update/2b962c11c7f79b4e555a4b9305a47e6b-mozilla-nspr.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=27e058d1740db933d2604aecb493f8ef21f53c2f, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0b79a7d77040a575f41436b4a1122682d0e7d376, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad822d68f55058ba887ccc196c8b3e1daceb3e28, strippedPRR RRRRRR RRRR R RRPRRR RPRRR R Rvngputf-8e6e09d731c48cc2013fc805f122903f9738d561da3c982e95d36f61b367da016?7zXZ !t/."n]"k%וkH3"b o@ٗI9֌n'tA$`t45n!v:bA,# I+J,Α?+&/3Tq﫵2=څocyxLQ~qW bqd )z^#w3V}zܫv7}g Iw<. Aaivńdla-KBw.D!Ec:] 5dgp!Cc,պmrK#$ rlE/|˩!j 6K32 +jI9CUלɲ$4< zDs%>6:Jw'Np%Ȇj1ULGsHa̤+l+exHw7vN8K*,aiOg9iF&zD(%~;t JD+Al^<2gvE73IЁVgpA8A4]CPHSRZ>uvf( jǧ?Q^@):Qw^e'h^$yvc¶Аu| szA3i]hmg|ׇ&y)sޗ(b^ʃW9E7y#CΛ)֔0Rql$騙KK2lmQ;"%J)Wܭu I8h$ Z2hѝKt#[cl`~D;0;ע(a>1PjT,KL뉲~h;ƻ;)8L&&j@ٷfAs~y|ئIa5}+yjcTJJt/tJqs@a_j"`II4G"YwfثӉ=Kmz3.?vur4*{<0:Nl˄>äՖnw-N?ӗOuuZ0td]&ōDX HM_T鶑[-a@)o lCཆ5;?Q\%`ɄYSOH(oabA8*MAQFV L 6.m\-Lǹ`A:MKAsb"IjiU+9 5Xa/kΕTd@sj<(|`3 B`%f8̽x4 ?Ze̮:" }*Ye e[@9ΏὛV`a 6uhU|(v,T6WH03!>9Uikoy[.R )G>>OB$p)X(jY%ƥtcFBeFzhArΨ>iVy qcor8ZS]eL .⿱lВPNY;e짗A,gwKIK;7=|beDG0" ZCU=9t5Ѵ`}FHeDF+JlgQʿ._4}aht˿_;ű4UaGk6>3kIF=@/s0hRFf٧,1b b>Q>ǂ ,{fHIy[_X`*~%F=?lCc]xyxp1_ka*[oOE;m5W6ƞ&Z TҜ.`'Sc"?R"v =ϳCm_ b-UWCa"A`0!Vm;cV4e]9oja T=3ЅRt Cj{μ]8dre!p^FO_U5FA$.pUB`BÖ)3z95yDKGte HB]Ț.\m .@f㮯bRwz5 %;awzcMT2YI} Q ER 4 )ѻ^%Mg.c$%휥=x\OP!EDf]0&U(Ý |- cQɪZWbs w\9 AW3 Tm| YP85k[:]V}MsFA ~ј0R->Z^!AJ_kw<3LK3"fd%PHJ@{2CuȰKɄ{a0Z @/2ޙ>":X[1v梀ruitٞc d8Vԃvepr]1@-TcXx[⥛Feh$C/x\=oɱ bC{ C8X x\E2 ʆR VrOburAז@Gf"'!}njc7ZO /8%71$H6:.Ӄ4gnϸB2B؁ES.\KnF-mE>33,\E t  ׯȴ_9'N ?y'qsGY;1$L}P8&zGRHb.>ZJiLq7w&mU@_TP_LM;ޗ( 8~[JW=E*[@@U1N8(. hs% y`#L7kOokީwǿ8{Ϸ$x+8 NGB6rc O|4Cj 2j/JQKiaŖl|umfxh \ ~L3sRej]:9d?MrKt(xbtƁEk:iJL9"e8ӧx> }'\a>D">ϼŕunצkY.^4cߋ1l P 띜rr- }|݂(<rLXl>:)rrT>>ܡD0V;BpvIw"#uwV/͏ͬHʰ:mw*v*.WuvֵYɮScV]/dw5|[^ F Q&2/ Aӯ y?ӀJG+UُR '0PQgLqwŷom݊Φ֪H_E.mk^U/E +PR-?3>~IuW;+ys 'SՋ32Pܙl0 ؼbK4Y]I5\ |ACNZXt"LD6xZ71G$m5Ҙ~r֠vۂySB0R-18%  %Dr/'ӗ;w %(śaP95r!M3a\8eHSeQ2[z63<1|~Ei~F6uoupATS#֢ӡt1D9ÞU-5f`!8h|| ux'8RrsȖ0- ~P4|=j>xQ(  &䷟| <-ʯ 7?/.i-6(@rۉfD| 6UwZ~-8sw9CJ|jRKW lGQ-}79 -4굗#j4q.>[~\)b%k4 "&lDQz5f8G4+1M`R Dž=q[!1q=Gf$5V(.yzUHwf՛/G)=r,bEn(ZaW$rbFž{1*eBA(1rPfB;6j~\~PC~rk8m$^isU؉$X#kY1j͓~*+(&[qcfȃKtom5ԁ[t~+=\<ŸiamE ]qfcFBn;>ZC3򬈾K,zlNz\k, 7 HħeΒnJc_b߂ ܣs4kl )@; ufg=L؂O`/ۢhv§%U*d (m:#Ěg#H@l׿GsQ |Lb=+3WK4`;o~([כ͹K;ӟVc#FG9Y(Ν4A[Bo`K6`D&J` 2.}ҎK#yx3=}fNV$KZǾ8( ^]i)',7K򁉳08~O3+K+h𒱸6! q^%[!;Zl㮛Wȸ݌\E bHkMZ}E|3hDa/4i%Ǔqۺ|"*Ldq.[ii IN;߮!slFKou`}Ѱ=L7D? 9˞7KDNz#mKD 6F%ŹW4/ qo7 f |žl8vd""aNŭ7tl,%RJEHzcj(MoUmEzTAI[Lv,2<[m>LEx)uUQ|"$lR~!-X-g]`:46ЁVZhe@rWf5M<$ڴ|{#Ke(,?؎CBPDPqPNn')Q;zwBI5$ꅅ( rYOHrQF6FK ReQ.k{mfuM ~ #:,$hwEND0 ,p>^̘ĺCbA },;Z it'ϏA=.o(`1mȠ< W 5?F]7I mڳP)?R/ב*ÿ8練pfv΅jzD711>zdȿzh,9HYjf6%hKH/&} pn8[sg9y"2౎C`V~Bǟ`"-^ iq-4 U_آDB(6m^?L etzӂ$a؋eLl5iW88E$BS;fk5X7"ysTEC[@%M?2dyUAJx&G==oz߂:L߽Bwq3'Ay7)AtU񅔺 0a餖0Hc&`_5bѮdE#?̊_7&V{u}<:~/ngYXzgW4Uj#2P'b`E-GIjlI"TMiGAXNU[1\11 YZ