mozilla-nspr-4.21-lp150.7.1<>,^]TME/=„4mt8eb7Mi,tA"'_(*6>5THioJ׏@}8Iߊ&D= Qч?ǧtƻ5 @9^X!Pŧ+ѢrAz0RnBBPBUx=/O*oiVE̢ʀ3r h"99@*@诱k9q{Z]_EdUز@5뢨]şH[ktofzg$9B;>@ ? 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/Pq:]"k%{WוkH3"b*.jf|D{p@Zc[a+qQW nc+k@-"¸G?ڿJ}le-+\Mtٯ6+T/8Mט>(?{jMTwg1=Vw*=E d=gn\ts=#}Bk)ї`.[.Bljq[Ivg;hsiGtGPJVw[qHf]77w|81b_e`E:0M*LPm:(>s2qgV:`[8٥gȊis" }a6,ф|Oh/MVW8&d0KUnPTT' $<]~olr>=wuvC0zb5H„HeF+B B1 /?v7Iq 6&C #LjT yE VhYtV=Gʷ_gU2t25kUOlN'!16;a&9oXFU(LvlR5d[&\b lJlU$LƧrxW6܊x* 觢'F,3V6z߅`quNY43#^QU[#T ({qTY lId$TQwplBsYŌ^ 9S==Kl; [Ogy/8xqN9/ׂa΁&sQ#~<*Y!Vi:Ҧ C XXx;LxmIȾ Z ֱ?:L}a+pC{8Uk..ʓ_BGɨCžW!F 㸢n&`}Zc Dy|Kk9 k%v◴}4tkɡf sf݌8^YIg/q`tGroTp`—HfsqmFOiq` mr1Z,F/Jw2L'J` ei >˨&݄AI )n QKi <.+7*NP8pԑ dfO LR\*=fч/KC x6~4QfcO#vC]8&g6vCԌw_ܻكvV m?:FzGEgZ>N Ou .Mrz|1|pttgFѾ0U"(݊ޒ dNj|NjzlK2dA2?&\PTDgS >VZq)$H0Ɏlorf䩴?{'U7H<96OuL2m)Hna3IL9# \t5OJ{ w @ 8h΅P_qHL umZ/.tDW"1pL[; #e%ۺڻ%XLH3! rfj{%IZ:C'XٓtCR>2uQdFC aZ3qϨTmȷiH~ o<'y{o7{%g^G\Kރ``z4o]H0!%N4-*Rx/ =x؋h}]aPv(O&X_864}swِGDv!# 07R5<HDcwd ' M/:^/|tx@ƔZ1N$XU:og1`5"K0sޤS`(xi>SmD{zK0j}ze> :T'dR^^Aus7'3 ,i%D-o;UYټk[<#ZǏYc%=닷ș+ѥ[/u>\.xު@z -׽ۓI뛃&LUD:N\_ b3m5bs<` }k61,< *E:[<# -v8_rk)_z0j>l3AG=6#} A@ǝ$rm"v-4O8 V*4Ee $O92o(,ҋ$RFd1s폔e^.ϔTHTؓaqw*9qbeDTǾ䩒'גzn $|[yL#&/zI(_ \TF^{,SiMJ2DzMI-F?OWxEz!mzf>'( u< |e xS>\R_Q)1^>3[)nݓh.qw`V<Ў_-T `8@ ;#" UOߧE4Mj$Ex"[}Bx?)`'v"QH"ϴ.ptd~CtxD];f{)=sQ+2<8g^Ŗo+ΰ1J]!h}E/;eFU0SB:]v|uq_u4(${ΦFb@2-It"}uFG6}ӆ]RݨERO[m/vZgj[{<f 4 bmЛ=#\'ÑWび#҅gش ;fKmyni`+(6mG!)vd13ZvPb k:%:ۋיr.ؙJՓɑsa& 8+}0o)wr=ҥlG[ dY%eL#`^5 J|>DIn1s># pyt}_`ɝtW]a`쮒;蘱saI+^H^#%}.nm+o3V1򃣄z6;ljeQ(h?08XJn|$߿D[CL \4o()J˒6yQIpFq#9lZJ#w8dBGBS m#Bnī:OZxˁun,j3ߎ*`x\x=P5RnJC3T#b[ǝ_;ɭ~VE+TiwKn(V:bNU,cB8Bd e-;+gjmƐC _bLjBs!0)-'v;B,V7PpU㷏zscƷQ)^vSȾT$ 3cq4 )XkP ߷$qPj.g褸 ğ'&*y97!'wt۝?J6@(=6MYz]0"aoȜ2+=mY{k!~k gStJ1Dhmoe3;/$ż/"5|tcwSXJ|W܍\əIo9[ĠfDp8sr~hyl;.%p@Ej;cky{qhn1qifH4go2QV:-t8t[^&n$\ įHH7BPzP`_*tnt"Ct;lh]$LfXٮ!\6,#KF`͇E_%X\lfSG'c w6NO5 @b3"5S…K[:}'^k?&ٔ7*-mn5x~~"oOAAZB=;bXAj| pp_x{lCbGQ8 ڏ6DF d" oINu^j %-v}H8"KHT%j6wvYkp}`L4>J{O-ݗR!e,@}ƿ0zZKqHhz̎ul1ያf` l}B|Sj3m%Q{C 3Cj ^O eg:1++W!<,EhN@U}ρTs謒.Yׇ({ancF~Q=2)O5@CZ>*Ųθ8Y8&^ﺃa!eu7-Y'< mu,Mp$79doɺ=}iw=5Q>%rh~-<2'*V&C"X*&U1[ B 6/:3]E!q7p4dd撇:n˷Fߘ$y鼴R3vŹoWFΚ%h`垔{$_: Ps䏌?Y a ^:Lj.o]AΈk)3C} ˇ\'p‡lDx8}Ҳ"9!Fbf lJc;6Md7:^jОA߆1k۵' tEG~<D>u][#(2MĵdZ{[/ 5D^DeUùޫ'pQc>$Z 5Zz=ߏ_?a\~ƖKg]ڃ .f_n $V95o~V~Lt⫌2G:>Jum{R0&ŝWa/@X-*4X?g:U\T=]822 <ШLE`lm&0맯lĚQri)@7~)(Ck*>AHZCFLU!ΕOE׶1R ߿u&E60ZxOKwf՚2YѓV2/T&D_h@wZy BA>c-f_nW?B_GG W_3GPV ʇ"2[Djpb \u%Y~5JK(0;|Vy f |Qg: / FUwW0~1$ԶحP}j󴡀J-(! SSZ=AA6l!2 ޣ~B3F`MQBV,ѻN`2`/2<02j5 ;TX̱% 뵮*Ll5'ݱN)`x i݂6 X1Md?y} w'#^ElQaJJ@\j]CR=yvtU{1*[3txrIFwo-$bϾOρ4>g |g=qLpp5^b㱼ަ` !fCγ[1#h[y{QoozZ"u P," 4Tưhb&Vֲo2liyKUx.>Rh7T<]M~\wKC b7)_ǹӡݟ}h˪;[q SWX1GOl Of'2+*.ƹxryð&UJߊO5 cG8;X(ܵ[ v k} '$q r+m9Dԏ8n6?7Pb&Q5y\E[*$Gb#ڟ޼2z} +;@[v3$N#s26~u ,rq?~iy4hHߣ m4F 4ו_Ȇ;,ięEIkbP=mE^W^ [u} eLtv p {lǛh \RC>`hA~0\8aˋJ(d.H^HHuwp& Ռe.C{G*Gɕ.6 VE~!H4X*V(BoPSw..RVOr+E@6u CisW)s͢m6EFo,Y;0bznaI+,IPHo^?{@;v;o bBPA: p?:9Tdof'I箺uٱh蝖Mr/m'' 24@R׺-E-Uڣh[oG;,(k+/Se#F_pO+ @I,$4) 24f$QH!Cֵ $5Tf{͝c'SW+:A;(I;uCQ-MYFw]4E[$Vp)eY,FXVwc ~XڣQ%2bѕ>G&NS5cmQ/̉`-F D^Ct4`2tJni\ Mw3ݞǫ?ݫ;ˡ%kͦ|^K*qV&,9|[Ϥ U/t鱅 .J4;bel\6J1AldIp(?R0.fIpZŘ c1f00U} ԦQqNSp&M`$F-LSLKotcӪC[?zYИAëvLP|zKjf}scL=_r.{HVʠbZ|ܻ >GJ"S^<9ZD ;jnyyܘHnW6 6B^$RĒc?xHQ߼2%8v;zig?c&boˡ&V翘x%> ~^Tْ'D' o˷cQqW&dw 8`:xď)shSC$P:Mx65A5+#iq k(:>%VT?O>L =LjH ?V"dNV3_)M<~_ҳ٩^m f;`'rDˢyKJʐz!l뚁=<D}FUWbV7v ) BaZٮ<VҔPew5gVHe%((Qt 76䶼VM5dLW[..=G(ihU ]LcDOWrX.(w\?+jݮzEt?jKֲ p!g.ܸsXN׍h;صp7?J^B^<A.D0B5"n(N@\SLY.^$p]'Ph!A8p+MI<;`͙Smt3дQ`g8R?9%&9QC`O!\{lB2u=L$5 o#<6Tގ xAZՃwW5rZ"zN z7Qəgm/|5 ]t׫vw,;$wDrY8":ÄP7ٜǯkɫҍ$J^ƹԊ? ̢/ G.Gd >q pZ"% Zm B^qb8QӜkT wW.FyjUIF|CZ&X}E}e4.cߗY2g:vJ<-`s-y]ɣgy!{ZĊdCQ8aJȆEx(i O ?TgygQ9, G砮Cg .$Ωq2 pXdЈμTK$XNܵ%_ZZT]Hg“CPT.v)qtd6M{ 4WQ`L퍍ػ-ڤ>, ئFl>Ǝ|?-&z S_̱NJəQC/ed"e|wSpʰj'x7؃,#* rtb?٥v0>,C9@kAH1بY"~<}Y11NsU,P)9hsWLT$6FH*zY#; ~X*dlڀ'd3,%2ކk+CٽOlɒve ؑiAswѧPc,&HRhc=6s(#Q ]r;**l:ۡSn>shs} zԤkgf+ujdH;`_0„RE貱 ?5Fbl,GrF0ʼnw´xS)T<-6,oEC6@}DY|W 3ZʌRIZ?S`9sN/┭7ixxؐT[ʿTp3U 3QW^ny}uBQ2)^(#OڢY8]e=𳱩񍊳uʂƉ"y=G(a&n Oԡ:Ng$K؃ 0 Q;KTvwTOX¢9X6U̔.x2YƄ+IT G[O ͅqtK>6LJD{Ɗ*iRX *[DÖ_k0FG##ؓXN20vv UzKD|*;9w-k1g.T7խzx妊Ozgsj漯kIΘ~O ijrQM H5"$”>x(k,+fO߬l `ݜEvfU[棭(k,ׯ=VD5TH"316ӔWEtEUR <;B@Bv pͳg"SZt4sߪom-ef6*c Z{rxYM 1wJ<Ց}<7,`D±ٖЗ;4ygwXB;WƊaLCIPAA-V…';Cֳ)L. c޻ݹ.&B\[ XϴLcjc.侀+ӪٟVc:664PΥű!rM Av@z.`sBDZylX俙h]σC ZA sb\( pPlHĜɹ\ wAsa /5&dwڽ+JAiȯqX`G X%:T"w'zq\oypLwG/Wo7pOE(.7)94A?�t'+WJh3~0XSTeW*q^O_ޒo"fcz5, Lw!sp;#׎\0OCW,qV # kMş -x+ bjğf4z ieD/3ԹIͼ<4\.^ث~U@W`H}NqibD^V]DFRwJI7 ָ!hYƒt u/%m^𿖿uy&+(pL[,%6m7LdROjXPFm"\߇?; En+m \iniVg5+>ᆚڰ-@%gw]UzW+,FjldFuawⵥ=?}@wϷN+E3f+sEmly\UC 8 ||j.O _.ϓx}|%*x/?)vE*A nCɥpr)"AD;>z'Bq) ,,frtP׈9DUc4Qܦ=/4XĬW&p'n/piIbPU'gQicdVޕdyq:~>/_ip!whB`xT(m]zădt YL';dPЉtMF(xltB4vh4߳|]^s|>U |P;7Z jgMi'UQ`2*ӧфvGU4;I D0fq@*q;2^`P=!t5븴J=]zIk<)`#{u5NafT\cP|԰-IQL1}?E{To P{+tdVF[\͘WnGu,v?R-:p^L( W;s,a]1aP '㤘:Q?9C/5@Th¨TZf%eH+fpJIg W ,U.5!pP/z`<ާ9.Ln%7@پS)꜅xyݯ)8 (!wLR9x7"JvEյ'ƋRE+i4 kn2)e#d)7ՊNP,G(ze&MGS(:ޜV`]MGʭzܣiY Gg$}dZP׮PCwʹZu N %61l:9*>K~a)"5nzH$|yBE0qgV0S" kg8;N媜q =9dq ?ֹрa|8;M2OH| Rd>桊Xdn#2bfn U O5H ݣjGh,d+x7"_. !.s-Y:]憍"=r)4r{2/XSo1c\סơՐ4]!}eӒ$g&<$zAF cER Q 7[<Κv<`/Ok(ẍ́=Et:Op~v{@mS oNuQFUiBY4K[s/r0ψ5h$9ZkmfETVx_]Ux1pHew0 A7<_> +LM[T 㨼+:-Z1+>,]Rۇr::/I{_f?ed.aZSz̀>ԧƐ,5jڻ\0vB^ ;L_U7Y#B0_䪭$q1]Ik'hpȧ0+*V)ۜZ3[Î!ǗiQG91M0蝴y]Zz@N94V͹q½yY4eFxpHN)?`}l_W7m$MWɮǬjkUT)~,Sl׮BӁÖu)ȝMA'6',ܱ:Y46}h|'J—ѿR%{ڒK:@* )Azl\ pX k2i/ Q'bh o6.f33km[lB.|M.){J o.ETok'}U}Ͼ¹Lׂ4/F鱸#|t•_ D2* 3ot| YZ