mozilla-nspr-4.32-lp152.2.6.1<>,[paCP下/=„&e5=s_?k wxmAԞKҎh\nGܳax,vqw=Y)mK&pA G 5α̯qxM{{5<z}LCc@-UK7R zG`]eH'5G". 1{Z[DPu֞C&S ,0fo ,ɥׇn gs].GUI[_RZk >@)d?)Td  :HLX\ox      (D(k8t9:>$@$F$G$H$I$X$Y%\%,]%8^%[b%gc&d&e&f&l&u&v&w(x(y(z())))PCmozilla-nspr4.32lp152.2.6.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.aCPobs-arm-9,openSUSE Leap 15.2openSUSEMPL-2.0http://bugs.opensuse.orgSystem/Librarieshttp://www.mozilla.org/projects/nspr/linuxaarch64haCPaCPaCP65aacce1745fc9ed0378d7102ae22332fec5c2d9d40c3926b498dab44c87e714d1fc7be6f41c1ff4abce8c7ddf4089fbf2ae2d87c173afcba7cb46479fd1dcf640aca8fa8c8bc2bd1b6e0e25016cffed353de3f6bfa0d943bfdc521c122612e4rootrootrootrootrootrootmozilla-nspr-4.32-lp152.2.6.1.src.rpmlibnspr4.so()(64bit)libplc4.so()(64bit)libplds4.so()(64bit)mozilla-nsprmozilla-nspr(aarch-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libnspr4.so()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1```|@_ts@_Wr@_A_{^^F^]]],j[@Z`@Zz@YY@Y@YXXX-V2VuFV,@UT T Martin Sirringhaus Andreas Stieger Wolfgang Rosenauer Wolfgang Rosenauer Wolfgang Rosenauer Wolfgang Rosenauer Wolfgang Rosenauer Wolfgang Rosenauer Martin Sirringhaus Martin Sirringhaus Charles Robertson 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.32: * implement new socket option PR_SockOpt_DontFrag * support larger DNS records by increasing the default buffer size for DNS queries- update to version 4.31: * Lock access to PRCallOnceType members in PR_CallOnce* for thread safety bmo#1686138- update to version 4.30 * support longer thread names on macOS * fix a build failure on OpenBSD- update to version 4.29 * Remove macOS Code Fragment Manager support code * Remove XP_MACOSX and OS_TARGET=MacOSX * Refresh config.guess and config.sub * Remove NSPR's patch to config.sub * Add support for e2k target (64-bit Elbrus 2000)- update to version 4.28 * Fix a compiler warning * Add rule for cross-compiling with cygwin- update to version 4.27 * the macOS platform code for shared library loading was changed to support macOS 11. If the absolute path parameter given to PR_LoadLibrary begins with either /System/ or /usr/lib/ then no test is performed if the library exists at a file. * An include statement for a Windows system library header was added- update to version 4.26 * PR_GetSystemInfo supports a new flag PR_SI_RELEASE_BUILD to get information about the operating system build version. * Better support parallel building on Windows. * The internal release automatic script requires python 3.- update to version 4.25 * fixed reading files larger than 4 GB on Win32 * added support for Xtensa architecture- update to version 4.24 * added macro PR_ASSERT_ARG * removed some declarations * added support for Nios-II, Nds32 and Microblaze architectures- update to version 4.23 * fixed a build failure that was introduced in 4.22 * correctness fix for Win64 socket polling * whitespace in C files was cleaned up and no longer uses tab characters for indenting - update to version 4.22 * added support for the ARC architecture * removed support for the following platforms: OSF1/Tru64, DGUX, IRIX, Symbian, BeOS * correctness and build fixes- Use FAT LTO objects in order to provide proper static library- 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/ldconfigobs-arm-9 16318015724.32-lp152.2.6.14.32-lp152.2.6.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:16957/openSUSE_Leap_15.2_Update_ports/dcdb68ab8207e03e6d421678780797b7-mozilla-nspr.openSUSE_Leap_15.2_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e7bfd834b82b29378a375e2cc9d1f5eb16d7128c, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7e576e1d4db4cccdfc66a822ffdea1ffbee5a932, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b3d70737c2349fccfa571789506084a9d3d6d947, stripped PRRR RR RRRPRRRPRRRRR`9+QG_utf-87db1aae8cf80c59236c6d05a65529fa34f657fd19b87a777f729c036eb8fd204?7zXZ !t/C-]"k%CoR^ñ :>ҏa-n?y?oeݧ&OlaH} m^9i'Pػ%zP Hߝ &/'ijy"?=|7`iw ]J3f#. ]/IW?╽lwO Aggwqqͮ-3oX\{&;HRZ{>Fp*R:, oրݐ7ß޻F c3Ys浮4W"9 g<3gwƇF.H޲˓P?CҴZ]0R 'Tw ~-rNf f`i@Q;+1G DԸ#_Myu +(Bxm. >+/ݣi<}d=F5GQ>y qFp&pP}jUʻNekDuu]J_NT~sZ蛔$zT'!FǍm崍 ~I;i4T :].glu9E u0//-R۩EiK>kf)U8RjߊT\doJ%,}.މo(8 ق)"GS e}6"jS<ɒnnR" 8; ^L'w~ٰ JN0qh*:˪wOBb2nqnkXZn-r:iWPӋl_),O<"X/[ھ؅R^/E&I`z9YɘFhFj݉ERseLHz^JZsu%l,A7º,5XB`g0˳@]:ёuU%F/6ڴη!^L9m+9` HKIqC7^(0ml@':St+(֊ҺLBG`ܔ0_y%$-ߠn{)fC ;6+dHJ97~Pk5 @dݮ3C¢I*3;f!W Y<͢nl! i7 I5o.% 6~o3/~ch 6M s(hwRH ݟM$F(\nX1&*9܎WHo4Q=߾w4{iIG&:| ] /ֳ-sò2M42'96scgOX?+M|^.DCiOwԮ/YѲ;Wmpg\HB.!*IJ$R~ڸAρU̻$o^|guH7elk%rues. !%ZYMezc^ 眧!#\`س4_ Yk>?]x~쬜j>8&2[+b„愝j`g*xl:dy5۬4q3gzeˇ71=Z^ ד:},D6&zY;7z[ :' U Hoʹdn*hzNK+ ]`֎NgL)4$MV|7DeÚ}|ViwRΑ"nL# |?]#q7N h.hH^JgѼRB=,'Gq:czӪwU5xZ:{O:Bo!M"awCߞĪ[ph'֣{%vWRP0x99kvh]圃3$OlQ'm$!-y%KrS2 cli ސde9&^iam>ںN0 bj"y a~kJ1+) 5X1ZE+6O_CH9! K(i;[Zxe(yO}ͤTq b&σ@M]' ;%uj R>ڎAڍ+i qR ˔3 E ӹ.k ߠXeS/Ae]hB,ߵN&3X]mMx*2A`5xI' J.׾/=s%k/sA8OVPf1i4#+( #yv[.cE?.4IżBHh<gC),kw3z:~_2C(l8v8.Jv4 i+ 9BViq\x. E;"1kp~E)e{hUið&ٛS9sr(hrMuuiA48>X>=ؓ 12Ȼ͠8M֞3F]Iq7rЧQ1̥pRu9e:u3fDžLQ@Z -ʁ3 ʹJK:9=팯OFZHAA#(LC|W|[~NLP0I2"yIଘj~̩vBTi׌)mPQyÇw%x3ǻxp]AΎ@s x, pT"s5O t疻)S */ǽNfTZeCq?)fB+Wlٍq^fG0 >D>?!5oT phڥxσCVr׆SQo(|\mX/վ0RZkɂK!72LePRՅG2 s3ʞPލ!bCpUA}7Iz}Z@ȉeF:p/oYΔ#}vgYQS;%M5Щ/3;YЍ>%\Dlf:޴"8u5k0j=^]7 z&(9ڏ73oR?taӛ;{ev*A{00~xHf|q ;P/Է`"_&.u kVpx?LQW d%} B 4ذcޠ kIt$>ͪ6dgQh4_dLJe\QPTKRgӡR=, V= T`>+R[&ur|PJ"eY4v,)$}5g+MJxQA꽌3m'ru̠V ̔hv/AIP{e`A=jnNXm8=;%'u$/t#նns,'iINfF%~9;D)TɌ"oA,] yn!̉Ycn,(F~_>W\b7;`;څpqTG6CZ(ar'iO!^`2/CfU[A:S[TVe@|hV 콵K1F}dL͗lk,B[zR, |Y{2)EHQ59Ʈ_;ld믲g '7EB MnH"@,ɴlJtV4Tz9ýݓlbj&1 3|RWʼǠeu};A&9` H ʓx \1l'",44׸`mdLCQۘ6>eȅ^A;`h}vE<, (w$inulA0m'!zшten׬ʎ=GS͖5l:vMN~g.}4DEVkc44FU .ie+b[6mM ,[iMwnc"H , 78EE߸ѿ~SJD+T0 K'u9>5B-瞹U}!Z_)aH ׬$Vd956q)J7/{A5ebqA6<scm)No3zJV)t)Dx&^Ѵ Ůߛ? OtN(9U?=Ev|y_3æc?YgqZ/30(r.3q\Ϳz|Վ)yjLm~,þQq(3!]>e|6Ae]qTjIII((; ;oeS$ VdS_C g ]b?g5b^璎6CrmY 15̈́H%jKXhd"7U2;|u%0n>IJ xe EQCBIQ-oWsrE8fNKgCf߶#mr#eԩO1HY=Qv$RDC&\ͳ)Ub-Gr13f&2|όcҝ+ +N`p웞W6W٬&{~ b6 `D Ҕp/$1F?ymnX ՙX{p=O gnx!Zo+`Qu'OP L>d8*7upjZ~- ]{FJ!0ZOz9'Āg73%hl_6Y#8d=z(ۑxq!#a66<>74Tt7&܃mZxyS8{nEp_v*e^d(י7T95&ѳ T8/^҃y_M9Ak+iV訇-1p-'v$XFEz0KKߊ4}˶b^fgG=/{]h<*6̓)hEf=g~^iQ' i<7*rJ5YjpFCgx(*L1̰xF&i3ʏ}c: x7/-ՙv;Z~CͷcYhƁ/,;RحP6'o.n'Ō8EcFeЯȅK(zԄD-/gY=)%@dRo j^f:5G檣4!!>'u۳-lWP.Si}d=Z‘nB~nnU5 3huFWdy\)ՙBq-5\$__,0gvz%[ _/QkLƻ|mnI$8 0;$5g*Ѷ4l:ej6aηICּMIodX"Q\6zE{/ 49P2Y3zC 7Uzv e;gEdYi?M7+.oߟ8sOh~=J] hlGB94[U@eq7]ҜE (-FzH]DP4L.XR'6<ۮ$#ЫuiμgX&cb!.hK .r )&U9yï&В[{RZ G5P&{VCu .L#I"f .xT}WC7y_]R3{ 0%gҖc,%Bi@*YP{ЗO7KlLTP0l2?e?EG!LcB؀p\PߍVmZR |z. Br͈]IWo /ʯ1 Zޣ"Is\`1ׁ%hkSOC}('/_@26L-M,KX=(oomt[>BTxƔOA;8Nl, ٻv̾ݿ@mtx-W[vQKtƃ '1iz@xo>+Y `PZPG}?7wg!% b (f_e]${&{cr[h_%Έ,G5d 1gwaF7Ƒ_]j[^-o_jX! Aw^3= Ĉ\U0IDԀ0Rm_EJԝhIohRĬb=CY,ÓKc[x[C <֦gB#Y^"$K|>$:+:^H+Bs[:{ "\&p #S"h2-!Dw8=~#ˡf'7glO:YǴގd-띑0}\B&p#2AǎF $/,y4FmBmj)؀!A(0E?1PA #(30ZE]zGg5 v+2)PPZ+hVtik)m'`2ŇZS!woY|D\qݩrJL_ # ~+Ճb c "ԍ*ġvԁt3-Dȧ;Ӫqm6#6U -*-cWx8Z|:In2]{iFv8Qh2NdJwŅ2v2 R@?gC>:8խVI~mhS@^$;̈́ueG}Y=GEGF@rr͚#`72~NRSq-%l.cIK# w!ɕfT H?@Ong7?43O ʑ؝}Nm[g6Kc#-Y:{`k }8&o{MhBn .G<[sROmTi !y)L%1'=#,,e俊l4 O;F s+g*;2(t])[}滝K1vaMP0ߠϔ:mWW|_{ҊBDs?EKxG@wK4@XK&iDU?HeNƹnW^¦v>nL.vlڞjx&4i5c,rQުTb(aէT\Z8zozg!_a[!8IwE4s*9 Zޣ uG( N2K)!D;T Tu pI˦Hm.Qnv\T'= $eCw=J9 K؀Ahp=Z311@m ы5#z;}2@.̵ R Ao{wPumPIr[BHX?`MdW\∏Pd=G * 8~;u:[U\Q5^c_>%-eYpׅt+Ȇh0* xQfSzHkO~Q }k ư7- }b_-pw@a9îP $ț@_Lڦ'BϠG86,`PZwFDy{ aC;A*cloh5V ֵ 7i@~'Ѯ$/Pڍ%X@ˠqfH%X_.*^E95.|ЮV0/jR\|)>fEZU;>iЊgs'\gfP BX0$p?#Vy^H&5ܺHOK)" e*]'}dcI:?'$1<}sc4w$F,NP|WGhI\C a깎!ϧpn%-4џb{QƧ @褀 # .S>-`24c)MzӲ7A>B0[h `8=i}#O\aa² R^E-[)dZ|2T֥ 57aML+(r,r1d ռVWpI0J_}5KOvi#5Q:Gfv"n+%Cm բݬ*Ol3~_CQLbzUW~3Q8|$JR $eJ?z,#osٻKر=ef-0'~+ITfR;v0.ZGy` S$K*~o i{qǗX{7Qi7pk^7-x@ Np:Z?=EŊtaF|DUA "|dqWYQL>%o3=ƲOZxݺ$ACPӻ`OA`(L gK4z3Β?B$_ϴ.ҏR)ٔa0J o'k^ i^ikZGOd'DH~^WRrjx&3= "ml&,UIJFZ7#&W]Q9t ~&(F76wռjPw[G_y A~ղ麛冊zM568G/&Wo_ȕԶכn7Ӡۨ(rjZBX7ʆw`F5NAhz8x^0ݞܢN ;0n]sLEm`bpАZ3T_{B%<qGoe>*18:V2䖇sT&-ʤ{U~D{^rK 5,ٮ!ԨU g[F}g<md\1 1-26oQ.c[Ї1Ω YZ