mozilla-nspr-32bit-4.21-lp150.7.1<>,ex]TMb/=„Q K昴ߘ"\mH1vBE.X.+ y][Dⷯ+zt36-`wWkOE;Yբ3O[ZOzd{ugzx0 6ٌ!/yɖu N\`ZyS@j:׹Od[!6  :m=L\pFYF2O/@~e轷&j/SJՋ n͟hW>VWgf쀔֯nq#k]X_IЏ>> 4? $d $ >LPX\ox      (4%(X8`9:>kGtHIXY\]^bcdUeZf]l_utvw8xDyP! Cmozilla-nspr-32bit4.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.]TMblamb60|openSUSE Leap 15.0openSUSEMPL-2.0http://bugs.opensuse.orgSystem/Librarieshttp://www.mozilla.org/projects/nspr/linuxx86_64/sbin/ldconfigF$5]TMb]TMb]TMb6160e2364238e2f923c2df5050d9310c938b6e920d62cda9e2867809d7ec60c95d9691f125af1a5ed1724deca0ce6a860471c5a153a6d2173045ae55fd48ed3a580c1c92138ece72083e1415a4a07a002ca27ac4363961c326688a36807b1050rootrootrootrootrootrootmozilla-nspr-4.21-lp150.7.1.src.rpmlibnspr4.solibplc4.solibplds4.somozilla-nspr-32bitmozilla-nspr-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.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.15)libc.so.6(GLIBC_2.17)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libnspr4.solibpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.2)libpthread.so.0(GLIBC_2.3.2)librt.so.1librt.so.1(GLIBC_2.2)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./bin/sh4.21-lp150.7.14.21-lp150.7.1libnspr4.solibplc4.solibplds4.so/usr/lib/-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:10867/openSUSE_Leap_15.0_Update/2b962c11c7f79b4e555a4b9305a47e6b-mozilla-nspr.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=abb6d7c0e8571ac63a0e6c2facdb34a0d5e56336, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a49122731618beaa15d5520c13024464f9385a4, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=7c407d5d4ef6003b00376e1d6d7a781b50900f70, strippedPRRR RRRRR RRRR RRR RRRR RRPRRRRPRR RRRutf-87c18366645a861c6bbfd6eaac58868fd845e97c508641e12cdccc9ab6f41d6c2? 7zXZ !t/W@]"k%R^Ú3$gZh1jOTiLΎll.( ?gc) IgZG4uj-ɘ%4f*j)] *пldyA4p%:oB7m9XvKQf2sX 3ZS^M48>l?SC͋-ywFB"EA,@۴Lima}OmGZŚ.aq~uۉN1sw[)?'k-hkP\3Qhb%|dӿ{N0DPӭw;VM qbuuc-T:`aB;,Hr 9Y j5c1%u:!3L6Xݰfdw;esfG^ϰ.[i۳t paguWxEU1E63ҟQŹۭMT.Nsj\/ gJo0uqufP}l8bm( >9T=0xҾ)3BWs"q֪pW젽lrS].XǵzWWA@\`~îat&zd@t6'+]E|{bG#YeaIߖ _X1"9cۖPҿFA }3Y?XϒŌ8~.J`e/B#|. k&):D`]l,B݋[.Ky93򼫐QY +yCu2tnrӎ‰'hlv.:nYΨHeMPnf}rſT#z2ƝX4a)u.";ded= 2 k+06q|5O =\,]%MZmkjxwgOUe#@(Xd Nt|$gA&)⯆^b?`z3r /L,eD*c!oMni.*aR^B/ͤ Uy0"4WXM:I[,zEd(ygED{d:O'[Dx0q6$\}BCGTY$cLIHY: ~lNV|c[q"\8Ta|H0Y;1M$L>7V^KH dޠ;-%HV=WyN&n@Rr vUT~"<1b*ɘ S--Ҁ>:~4̟^QJ'uXZ W$ S/mYg#~-D}af[{QOJ1X||?1HU m͆t9DGy"6kgLdɀUf8B'ȪMc&7Z9}/ajq4 ȴiUݼmNn?˯9u+3G&NZ)772]rK>erW*+X[¯m*37lPv5No]ŪN&)r+GQĺV7g[~qVn;Bոek +\21 *JJd {@5;*V[`c( ܔmu+5CebaT࿅"`=; ЇޱL9>jK8ۙZztg%d,K6gT`4]_"y\_Tb,n.gaXF0}wd$92idƱc[]:5p :Kh#ܦb`Z&К|DvL柘UAh@>C>!5@)yJt[,pUlᚰ9"ȈkR9aapY(U,,͕Yc:ŘK%rIj yuǛ'k%/u"fwU ڢǀXi|-B j_/ͪsˊ(rWC$Qh+v.^,q1gE@ëȘ_hs-`2N=RPR?]gM'LUY>L|>fvդ/?b^|G.iR8V{(*U$&Bq5EQBPQ4/Z?xfHnɀXC;M2𯁠Hblc d<{8iAC.aug]l7pw(?NfޞG*)kbq-|)k ^u>_ 9A#z1f;;ɱ&#iD45̭ Q1ɒ-M.qɴZ8VqَI'v,Y aB.g&HP =}&7Z~1:rU!w.SLxT *So}NpSjB>[ O y؅6A'걜l)j-h4i :r_uk ++9P^ {Ӕͼ u}< s $"_fr?%TpMV&"Јh*x8q ^X&hW,E81>!~iU4gl RT9֍HZG$^<ts,2Mƾh^KS{pbΫ¸ s=k0'tϸSSm@I 9h8;qJ.S 3hyR<4{7}675T{b4 {CޭTZ/enXYrʔFʼn?8?#^b-3H ߜ#he 0Otҝ[F.Z:b^}% |D%d[f]a^xGZTxhR(ѸDs#Lv20B EeH\qi?aZgf|zDX?+ْQW\"ر3|0}]-,`뙼V8@WVP4y !%qo.l¿b`hsKP1ސd%*NL4M.^s\=RT^I R{36\@gPo5Ys˜V:>@Jט ƩFՅPJvmQ$nϹEhz$lgcPvF3[/Ξ+Y_ 4O=6j|w)q럐B[ sZ/!0/siOԗ5$4sB ;a0Fu& b ,Hff7T;aZwr v_j5긐橌u^P~4Ojogb\},㮨ѭzI\1X=xqx~\g{EcѡL^:B{^ưJf0E0îG$ S2Jٽ>pzQrφ'(~!e8O\y_2(@kPt1Kp'~$ AkiGc`Ljݜ FnZd: (u?mq6?a[5jl / [g0#B[6/IDMt9IqTRaOx鐽Q9JpwjXXu`-KO;X=yΆ1Z=Lë|%gD:اv74o=<9fHV*IL=15@1CI(EO x_h,(`.xџVi7Co}gu|Г, X\@B %! $ hID (E1bKK-o 2}G{AShXo_HL4Ccسb\33Q$nȻ"kcDv -Ɗ.  s3yjB}Ăafg ́jH=G#x+loBU楠Oe,;CZ2љ[Zl+K태$xO Lzt-pNZyֵ0px[ )kv6d(HoB%zFg_P2ێQgDɭڪ@g\Z$/I8^cOjeM|< CDiio K;H&&:@O:̩V:LQZPan SYAyZ[Ib?@BG?|.[r,-vj0s<6󆧹fh @gJiz0Ɨ"Tb]Ol$*P7p ax[k?yeH]W Z4H^ `O4#e։E/Zga:d!1d>V}XK[y V̄8fJiwQf RK6e(fG?~1F& (slu\@RZ| ي I9܄w6DVV-hoB5u&Qwp ȣ7c.1)ႝ̾h5 S n~DM1wgCTĴ5X+-R/:h cb€j_I닧H*֩]IQy>e bmhuAC-X6Z+k'q*MpCJ/'щë8ƒBΞoLf c4ԂNVLfJiB.|zb}m<FdpI8/~eVƃC VYaԈ =iAfq^2Cun,нP•檛eK_r .i>%Y[.uX}Dq5^p~˗#u/tKyRItsn%(a}Kę tkz+s#ۖ`&Ѫ\rT$(rZYz~sQ6CxN&;^8ȼu9ѪL=WDֹ&e=lA#FӮ/!h܋6M捩;NS8ʻ0 @tsUKB*W5gjgS1\qrK`? a0*%%Tw$xkћ FNE"hF XZbFIXủ>%o)?6QrFyrL:@QnH fEC1]0\YJb?GSPN(W( ;+6} guKfq=٣ CcuJ*& Kk^t{k$+ȾxJ HL{HD8'JRY&/9&j'\׾蠘Ƹ{ًli#;!F3SCVdnOi`P?_KzFBHKWJT£a7E]LlkUV(g|heH!a11/5P|XdfZސSP%W1Ը?!< h6~0'Dʟ1)N{"EڐQӍ=RA˝nV)awؤ k_i¢qI'iWKQ6]-yZOlpvlYk1 o[] ”?y[n1b;g'9Ѣ)9mJϤ&~)::kխXkr[`"+t"YTKs~ TNhw#S"6Eo}``޶i]>g}1'Ik#M7K ׮ :5.j3zƖgUPFX}p**2Xmx Ee({Ň WS-m] 5"8MV%%ꛓT;2#G|}G%c(ZW$(˺`f?q3nQ̠5zZf ~m'b!T@ޱH:%Ȧ 46 -Cs&}4E;56 A!6"3#<iM3CNA*,qXY|i^0ueuYijn83oE1 u-I~ZD@E'J6B!BNªW`䯽P PZh}^n\x-`Gߠ)S9yMտѴ ߢWR2"ljpYF3$!WdmWm&}G{媒<ĩ?Пz$+Wv@Ůkj${Ef-g , Vʄ:P%Xs0X.t^|I/qվ1tS$L X+%3Xϕ= D쐔e^#k煣jdZOip~U[Ir' Hss)v:7MIc 3ćt<6^+ӈ+W 2s-cv F4XnLAo#H CXb[`C^g\ѓJQMG&%{}<./bDFdĻq# m*Ve~zE~8 *3*PXJ̳= ~챡Jv~D'\VP8'<ľIHϲS+eo%uڨDIr6E?XKLWx>.uމXyDyÒ,W7w!eq/$g߮rT ѻ}Yg&!Id9?{I?Ħ9ɿvڢsocq6u%%,WskCLKd1Ti!*N. x.nޯގ=mlG2ڬ)>'ӧ=1 8Ć,b|㒡<:߆7bY<v0!k :^sV Xw=Dڼ8CK.LH7p ;\gԽ)J۲e?g7nbxK/JvƋ*.m*fQ"_ɜ!nzfQ e>-v>[ }`ËE\̾(($] pcWG}; O2y>kKM{ п$dꬆ 4MhzwIjUb˪~KPφ_Z"2I%~n~7y'5wkG?$OX/ CKYLQ9p{AM:,a\$Ml<P7TzUN1;rz6~[ne˅ eVn)W. dUe. ꮉ1J9ӏax,kSΣf1(y1BX6Ĝpĉ^9')ƕ咾C+aK(5i8 &4JK9g\-pc8zx~HӺyr4ޫ1{r] &_S΁Utf.fUI7bBN4,fXqf0l7V$*wӧx2l*Lc.~GsonݟAׁ|l^C7Pd61JLϑiUR4c㑲&eeZ64_NoO`[#>)a {mNJZX$A+Q ) {IVHeh!c„ j`Yu2Ğg3]$2(f-ySt2xlq&$X:Hς.v.32jA75Q>`[x8!1|Qެwa.Q{m]w '@~qEs[1|^]s<D3{ކ4ȫ~-N6]'{g21c̃! L6+ε=eϹ`}(Asn09QTB7(;$j_UՇᇰ= DCLt@-H( ~7[+̬f^xmE8]:LY"_d/YKECD(m)OxZWh `C^p+2=U<)̙N `T|{hb#S3ez[5OhZw.F)7 /fsuz Fg͙FUmYAG:{%{X<<R Xk^ƒW,S\SgBx(.xNJ松]^Uc>=pf%nK_)rߴd)ʸCPD1By"A VXܹGCODg "'}XI;7Pyt=j &@J+MDNbSȜnzgٟj$ 9{Q<󧁞j A$au >[jdoHW+d5SȐ$Gh^'>#%4?O%МJuOo82KDqmjr ZKy +.{h0.@e"\3+QBم;ͅE +TmSI}納qQ2u\g*e-_J 7?*=G|SRܤrc>4J,^p 2R*k|8\= Ntſ/H4 yxWE1mgu|~-Lm!F|FRJ4|RQrp:zFeT2>tX}.sVV;HGoF#-{17&NJgD7J4 qRo^Du):2oLN{ʛ3CwwƬàdTn?z3#: @:HEaUt(mޜeV'`W3Dl}iOb;$#G!FѾ Jn'/4'4.͝4?㮷rh[:H*~4⒚d7ƾL[D>v:^Q;5'Y=''bV>GoX(nms-*0>U2R ]Y\gm]"P' …o^V޳oFLu)mi9@vm܉Jt^ݩ0(A+ Ҏ{L[ÑPN!S OSNhX9_e*MpDNh?QܮWKQi܉Mr1F} W 4qtρѵ2jY)~(K!8' ERq(y4F_Ș{5<| >Kz}Hc> T_B2"ÏQ&xSij Kr~ PqYD [ohJ\Вqx@Bz/tE웦V-0V NABf^dlgK_\" ?BqƀC*mwĸ7v<Ր݉JI:9xtPU!EC_`4t {FI]ƻ{=6TiT4'A)=RygΤ~ʹ6cVZ[R`e[W}3UKk[+$q<)_$ao4An 1te)Ra;'K:r<1m°_CD֟~RPMRD!cZj>> Ԝ%Zvp!9iE +|R+|(yҹ\4yI0hw~VŜ2l1Figq!Ō9whЅHzVJj̈́lze|mfy6Y- U>]uN7ʑf;6]-O@wlH" WntɎEwX/wxFP- K|&债ooTfRJR+\&ϻg:yL1I8p9.]DxegQՠ\@ʖ%r]es :ݳRj0@mkY 굑´͉ĵbvHfKB-c.R`5'ݼ-"<޼wuw9ʟBtn+A4 3"J-U/ܝto5Α!C<ϛ[jh)c>Sضxz R8R(rIvG _FA\ӂV[}Xq—!2\y.aI&ckμNQ7-ʬjr}.IŲM~{ݳt!!/Pu9>RTeſIU8֝#ӈ`>ZU_pwBNk`B)>:GH>z%+"DXdF)F|~>ljq*l"C[r(,p?o~_͌[WZA:JiD> %ݙ H4ЀkLNvux7 Qc΂1̆?[09GwXQfaׅ&F-!;CH׳A*(t'Cq8h<yB4t^xH$Z*XcRs꘩xvO*˔$ـZ\Peeum}ċ 5˚#zΡ7-&DVĵ'0X3Q؉KBAR_vVvQ Xih6&㥅B*/E>Κ K(W'|\`0NWCxf92_JY|B{ΊLɱ4m-Ac,ŻJUBPB1d`O56u<|Mez)jZa:p#q $4NW]yրjܞAkș>LqKPO59[KJJݳϟkV/5ޘ-)? w5N:ΊuWiuҢ.\)]M0:lЯT@ YZ