mozilla-nspr-4.32-lp152.2.6.1<>,WaCP/=„  M݊Zv)5[)8H覱 ͵25.l'=wmL}ޭ}h/.SYcfđ{&x}麯M T?e*QO6f26! ӡAG=-Bo6Qd;6YJ|JE]kj$r##vrU1$szKݵKʯ( jO^.i26QM9_~t!lwH<mH >@*@?*0d  :HLTXkt|      $(E8L9: >%x@%F%G%H%I%X%Y%\&]& ^&/b&;c&d'ze'f'l'u'v'w)Lx)Xy)dz))))*,Cmozilla-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.aCPlamb12NpopenSUSE Leap 15.2openSUSEMPL-2.0http://bugs.opensuse.orgSystem/Librarieshttp://www.mozilla.org/projects/nspr/linuxx86_640IP8aCPaCPaCPb795853e8adf2d682582c9f3dc0efcd5a5817d3e723ff645b43d1ec9898baf4a1d71354233706ed559f12433ac20afc457591ed7929f1a06780a5a055231b95ac8f1dd6cf121bfdf6da6177b51474710b3b463cb8b5002f32c0b30749c291458rootrootrootrootrootrootmozilla-nspr-4.32-lp152.2.6.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```|@_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/ldconfiglamb12 16318015304.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/dcdb68ab8207e03e6d421678780797b7-mozilla-nspr.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=853d1cb11abb349daebea6f17c09b3cfd6645c27, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b8dd1655ee82367bb0ef095f3feae8df7ea8dc4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4ccafe287b4379c887fcddf4323100bdfe56cb28, strippedPRR RRRRRR RRRR R RRPRRR RPRRR R R+\@utf-8614dee487851faa00596a0dc2034787d5a5eb08230619c1dbb62e84f04123ef5?7zXZ !t/MG(_]"k%CoR^ñ :>ҏa-n?K9C}{2VYшTEF)0"3x&s.E,ii}Yx)nB v!9Fů>GGYXʂμI]&dCA2%HW< BNJa 6NɖSc#EV۰&G*UVBI+#C" pdU-&c-QuFM0G0x/Vdd&6%z`s%4++Pk*aIS>*t"sf^A+cDىv,+u]+\@ePdB"Z@ e, =;zT" O/܆Э5#Pŏ==2 9lo %LUqONfMTa0, )=bGN j/^Ʀ{Z =m{z?_ZyWoe9gl'1̍G2:@ Z: Hj5߅t.̻\<`K`X)W 37|\lՒ?73ۼ~VzT?\pF a4Y:$ T ]#+.lhVa5p.y~n/.=̽3 w*4,3GqyI։RFx혞U91BGjcH)  lְ [Ѻ{Un,rX *Cc nϫSZhQՁ)A^6gr!\ߚX_v5'? >D;Q1;6 (O%^~&2v=lpv~T;͍#q{S)Xɇp@C]Sj)=C䈣-]d}4v'] ΍oknqKˣBG֏[۶_{b9}Dv}<}Vv İ9;9YC,bM2T--8D*-#1ˈHF"A)4jϒQF'w+zch ңOH&`F4z@YϰetHx!dlU0`lL;uHuQD:5h<.O16mc$/Ҙ'pe, KKCBǟ{F)̓ڐ <'ٔ^)=nj$|Ϻ9$AYq:LI%l''J>ėO ϯ ?ER`PNP(PkBh=ǤQ*{{-LҊ$ި9Fよ>CS>et,xvIA{Uٕmb͗kiXKr=h'l؞)G9:=~5 g¹ {_~^,&BlVWZGϺ~L̀KqOj&Nج{.toC+=_LMRbu¡(qIż&'V%p@ĊPڨvwX!CZ}ih\)A (QcN/gBg" qJR8/ D+,fD'P]CԦY'rSՍOqFѾ'[ ũ)rhTg-O}Ip4V 7 HP}JٓfR0=gZS d,QeE_\ҀS 7Ľ6c"m?XKVY]WG-&fa@^*lĿ/ž,'1h1;Yw6y#Q!pXjPdxU9po]L$E#Zg3ImMWb䆚\lrgѤiWp1CeǶ}KyW b'3t'[OÆetJh@dcM6ӿw1ZVp0ȅF]AuYa"՘z@%ԋC,iac͢ډ?KDcNt=jjCqn|Z|3AU| 0FpIid8e 8s&(~MB<Hնxި)%ε;S1ݢFXd [av3HlI?-}x!z"6ɱdiS Ani?Qxd4&)|~& r'1O?cqbuEwa|<+{{Qi@:;* ?7+r︾ GYoJ3o JOh'uy0-LX4XlycDJ-c s`e FWjrtwoC7w= ‡oBZfW1tEԘ*AV^4hfzRt8?r Jܟ6p;xw kB 8"x(jVU%;AgtdgY< p#4nZ‘"5* uʙѨY`2wþ_xˠ^KvpڏI!K [Z$3d]y/:3D6CjJW'm}&*"_{혴K~^#~?Z4[K 0qħ Y4fq'Cn_:d5DJ Q7P >?$ypa]խn O]u+̗Klw+=MoVs Q`~h#"\{o $ ?,=Nq 'dO `2ڥW!1 4W7#:b^ϩBMJ)ohzj)eה[Ň?nE[1>RهNIN۔+ *!q?1+huy'ɳ8-կ"h!u/o"'yIL+5XQVBG ?$g43ny=2zNB<:)>8: 4g% [#? ɝr.y:;v+>aB~4@;琓W*U\mB{iA ͟C~^ bX7v9pP"z 19V#dquq #vG]Sgn^cjNOobiڐ-}߁t Q27!5}T.4{b1D9u|Y'2lע~3ͧ׳8Hc{{ţ'цTVέ g_CȿR$mX[NOҘ mL~DX#Ӱ({)3 Zv3#BRL42Põ)( ȧͷ|*'~sNĨFk!&D.R9%C4YCgt)2:K;dMJͮk^ C:m+J.YuƠ K48۷!Kep3NC$^cPco8L=)[F a_HsVgQ6ߴQUBWD¶(N Ō9~&P R)GJ[xDlH%U08ýqkvăÁa Ӏ3FI69Va5ǁ txn GW-.nfZtfQs16Q7ѯkJYjFg|uJTGs@>-/zG4aD+ރ_xFpJkGgW6_2µӽ2%2ht 6ʐbdXmB }s4J cUv3?B>+:5B Z.%66e{3 ;.NiU^`xV"(o9C#5}9R!+ƅ6%!~ФSހ.Üt؊'(#h<8#n(; [oKGFymJL{nsk>1ʓ@MnF䁮c>*]҄4he a`ip26۽2e 6@NQou6ѵkk6 fR$O5v?XZD@q8=2,O *kD6ћh+xz ߨ$,TksKE Ȝƕ $Y!ޛ+ Nզ F߇u 59x )"=C_rEHP8}ęf.p"V( GE"Q%sy_󆧩\|'l_xKֆf'șwqQ.Y-0;̍BI> sp=o|L#vNT!qW w'8h+| Bglss?(ѻf`Gi/гmm\=1x%u*ҷ΄ ]/j-Z+ijVxn%&4}Z7$0w؜]bLxy^Zz0FڒuuLQٺ-GsK&0!kTk9,mƇԇ(Z^½w &}C}Wg8 Y10I <® TY^2BT6UߧMt˛Bbܡ`Vzر[#yp7z2_%W,aM&>bx笋kJBgW =ե )-ЁN c5j8݉u)GpڌYe"Uh[!e~薌o /~l"IKwyd!,oybvh/nB/mhH!6˲yV;pz[8ȤPqޝ^P!ŕgк+O2ƋyfN+3a)%wv[Qx{*ỒԳ`qh'9 i^ƘPσ;~jՅLY2פ2VÛGSsc^PF1tRQZ0]D5<{Y0J`!8utqjN葵ŶG뗮gq=l|7$SGS~aGe>P>xŶ{ia%4sGm3qld|{A*?i`D-rϼW"tsxD) ?Z}yǂDwt hNrj[֚iU2(}(̯T:X*ZE% ypEgyXDvp'N<n ?g>hb劣E`g%+c _։J"1Z)ƭS-G(w{{C\7EK>V 0w |\n(RLՌzcCx?RyYԵrE{VGXO6^"b ȷӶC^v,4Y ?ۥt­欟vXҢ7(lyRzg¯+L2,)`ͧVN2J\+%O_42i#Ks I`K!OtaI}.YUGS:Q¢Ms9 _w`՚>E 'z!wl4c?2s+ l)?DZ~W[Txlh@s,f?t8+-IZ<.oFd~Y#Y & ]',[VJH(F'RD>cϽJH2H(S\]/`K6;I Bbx'Kai㥗jwwq#DFFyNn9MPT̾܍\OH5LMA1r)tGewcRMb`(vV;*̚|K@p\=eOrEKu%o 7}{&  "TY?HlX97dڵGM( ;{kZDy'CH| (34؇8 ]Dz;;iI+!WhAˣ&.dv\h ,~ܿ÷ދp3m)nDE1{9}_?y -]S(qJY0.Ayr_Lb3F {oۧ;~P(r)vG!i{q+z'Y[ I{O{H{7YqHm' Z{mPdůu~.$By-b'tޏ]H?LNPC7e͐Q!QX9;-_Aͥ_UPn\U',ZpNCɏJnHuXյA}l΋W+j6J,DjGvj JrkΣ 魲+L/!뒓O7I Q&w$_ Lz #SG1 RLX~E=08,xAW0X6U-)HUpa~]]*TXcSuYgq2JӱNyib3bɇG~fY]ʄ9rҮkLUvjI0_ȌayÉ᛭jln?Sg!rmEL\݂C7'M=o@WbM.M!9݃kF3^[ްa|j]uкIi k~bY`O y#w8{0ڇьtFEN 0Z6&8Dcy- 1q!q5P𣃸lJ:+Xc`JFJ{GsgcfQ`DcQ1 }]O)"M~  4՜+iDt'Tһ͚ k`}j4Ν-8բq?hwys0I#{[9|xӍAmnALPxVL;VANa~RVX!IܱT7Oإo;x!Ol\Wa3-T#ÈG<}@ ^ۀ)`V/V;)V4s&GIl,<脧R*rsV">˼h_VPQcNah{9* f4M[@ʂZ%'MDZ zElD< t>6)2dBK,Wެ؅ <5f('i.tLzb+65am+|6򮩈tqN ё}s"ZUm7 ɪzC{xk]P-|+o3Bِq^5n3u-|ވr-5{">tėԃ1^,ytz@:7,X㾙g[Mm.9*ӑOb{DC̐HL.cq:7"MʇϬZ= m)~PX:LؠcpY9Okg6D)96ygЪ^xKtN1mǞD'\Q+C=%? 9 D@ǬoG@Vȣ| 2fx{c(Z't[dH*ܥ# Ý`׫e=d09c&+׫?rz2{!y6;Dn@Xl' ].S^9B tz'0TU2\އΡZy9]z1sQi׺{BQwi2̜!=oPK2ޯ<#Br\Soۇ)io?K…0 qצh_6\b9Ɂ BYmօ%kFBү|N6vD<˪*بVCtGeLj˫շt$ܨ>S!NX,ZQd]O'88*U>:CIm$!Ba ]QȚŜ YZ