mozilla-nspr-32bit-4.10.8-52.1e>UANfkGReni Bga?U$jbZZdz*ُ~Vt?%G򌤽vܛ>5*-?*d ! ;LPX\js{      o t s(8"9,":i">(PG(XH(dI(pX(tY(\(](^(b(c)ed)e*f* l* Cmozilla-nspr-32bit4.10.852.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.Ubuild82,openSUSE 11.4openSUSEMPL-2.0http://bugs.opensuse.orgSystem/Librarieshttp://www.mozilla.org/projects/nspr/linuxx86_64/sbin/ldconfig8FH6(UUU091fc44052251ca4ffc4defbcb5624ff0ecc9e2045ba53860befc1cdc26beaa43f0cbed53fdcf39b578e4cee44e15d25rootrootrootrootrootrootmozilla-nspr-4.10.8-52.1.src.rpmlibnspr4.solibplc4.solibplds4.somozilla-nspr-32bitmozilla-nspr-32bit(x86-32)  @@@@@@@@@@@@@@@@@@@@ /bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.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.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(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0T T Tk@S@Sj @S@SnSz@Ry@R@RR>Qn@QD^Q/FQ/FPP)P@OȮO 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.- update to version 4.10.7 * bmo#836658: VC11+ defaults to SSE2 builds by default. * bmo#979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103 PR_NewThreadPrivateIndex. * bmo#1026129: Replace some manual declarations of MSVC intrinsics with [#]include . * bmo#1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip compiler checks when using MSVC, even when $CC is not literally "cl". * bmo#1034415: NSPR hardcodes the C compiler to cl on Windows. * bmo#1042408: Compilation fix for Android > API level 19. * bmo#1043082: NSPR's build system hardcodes -MD.- update to version 4.10.6 (bnc#881874) * requirement for Firefox 30 * PR_GetPhysicalMemorySize should release the mach_host_self() Mach port when done with it (bmo#1009270) * "Network address type not supported" error on the Hurd (bmo#1011861) * Clang Static Analysis: useless declaration in NSPR (bmo#1003946) * OOB write with sprintf and console functions (bmo#1018783) (CVE-2014-1545)- update to version 4.10.5 * autoconf updates * PPC64LE support - dropped obsolete nspr-ppc64le.patch- update to version 4.10.4 * bmo#767759: Add support for new x32 abi * bmo#844784: Thread data race in PR_EnterMonitor * bmo#939786: data race nsprpub/pr/src/pthreads/ptthread.c:137 _pt_root * bmo#958796: Users of _beginthreadex that set a custom stack size may not be getting the behavior they want * bmo#963033: AArch64 support update for NSPR * bmo#969061: Incorrect end-of-list test when iterating over a PRCList in prcountr.c and prtrace.c * bmo#971152: IPv6 detection on linux depends on availability of /proc/net/if_inet6- drop patch config-guess-sub-update.diff config.guess and config.sub are updated by the ppc64le patch- update of the PowerPC 64 LE support patch (renamed ppc64le-support.patch to nspr-ppc64le.patch)- update to version 4.10.3 * bmo#749849: ensure we'll free the thread-specific data key. * bmo#941461: don't compile android with unaligned memory access. * bmo#932398: Add PR_SyncMemMap, a portable version of msync/FlushViewOfFile. * bmo#952621: Fix a thread-unsafe access to lock->owner in PR_Lock. * bmo#957458: Fix several bugs in the lock rank checking code. * bmo#936320: Use an alternative test for IPv6 support on Linux to avoid opening a socket.- Add ppc64le-support.patch: * add support for powerpc64le-linux- update to version 4.10.2 relevant changes * bmo#770534: possible pointer overflow in PL_ArenaAllocate() * bmo#888546: ptio.c:PR_ImportUDPSocket doesn't work- update to version 4.10.1 * bmo#888273: RWIN Scaling (RFC1323) limited to 2 on Windows 7 and 8 (Windows only) * bmo#907512: Unix platforms shouldn't mask errors specific to Unix domain sockets- update to version 4.10 * bmo#844513: Add AddressSanitizer (ASan) memory check annotations to PLArena. * bmo#849089: Simple changes to make NSPR's configure.in work with the current version of autoconf. * bmo#856196: Fix compiler warnings and clean up code in NSPR 4.10. * bmo#859066: Fix warning in nsprpub/pr/src/misc/prnetdb.c. * bmo#859830: Deprecate ANDROID_VERSION in favor of android/api-level.h. * bmo#861434: Make PR_SetThreadPriority() change priorities relatively to the main process instead of using absolute values on Linux. * bmo#871064L: _PR_InitThreads() should not call PR_SetThreadPriority.- update to version 4.9.6 * aarch64 support (removed obsolete aarch64-support.patch) * added PL_SizeOfArenaPoolExcludingPool function (bmo#807883) * Auto detect android api version for x86 (bmo#782214) * Initialize Windows CRITICAL_SECTIONs without debug info and with nonzero spin count (bmo#812085)- update to version 4.9.5 * bmo#634793: define NSPR's exact-width integer types PRInt{N} and PRUint{N} types to match the exact-width integer types int{N}_t and uint{N}_t. * bmo#782815: passing 'int *' to parameter of type 'unsigned int *' in setsockopt(). * bmo#822932: Port bmo#802527 (NDK r8b support for x86) to NSPR. * bmo#824742: NSPR shouldn't require librt on Android. * bmo#831793: data race on lib->refCount in PR_UnloadLibrary.- Add config-guess-sub-update.diff: * update config.guess/sub for aarch64 support - Add aarch64-support.patch: * add support for aarch64- update to version 4.9.4 * bmo#757593: PR_IntervalNow not monotonic for Android, Linux, Mac OS X. * bmo#804806: Remove support for obsolete platforms (ncr, nec, sony, nextstep, sinix/reliantunix, and sunos4). * bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.- update to version 4.9.3 * bmo#749849: NSPR pthread_key_t leak and memory corruption. * bmo#794316: PR_PushIOLayer doesn't push layer on the top correctly * bmo#795213: clang's -Wtautological-constant-out-of-range-compare warns on prnetdb.c- update to version 4.9.2 * new PR_SetThreadName and PR_GetThreadName functions for setting and getting the name of the *current thread*- update to version 4.9.1 * Android fixes * pkgconfig file included (removed our patch) * added Hurd support * honor EHOSTDOWN * a few smaller fixes - license change from tri-license to MPL-2.0- update to version 4.9 - added testsuite in %check- some spec file cleanup - override the build time detection and use the last change time instead to incorporate into the build- update to 4.8.9 RTM * no release notes available from upstream- update to 4.8.8 RTM * minor cleanup changes * minor changes not affecting the Linux platform- update to 4.8.8beta3 * support IPv6 on Android (bmo#626866) * use AI_ADDRCONFIG for loopback hostnames (bmo#614526) * support SDP sockets (bmo#518078) * support m32r architecture (bmo#635667) * use atomic functions on ARM (bmo#626309) * some other fixes not affecting the Linux platform- update to 4.8.7 RTM * no code changes to beta2 * only updated internal version information- update to 4.8.7beta2 * minimal requirement for NSS 3.12.9 * bugfixes- update to 4.8.6 * moved PR_STATIC_ASSERT from prlog.h to prtypes.h * use new NSPR atomic macros * bugfixes - removed fixes for temporary package split- buildrequire pkg-config to fix provides- update to 4.8.4 * bugfix release- update to 4.8.3 * NSPR logging timestamp month number is off by one * fixed possible DoS in prdtoa - added baselibs.conf- update to 4.8.2 (bnc#546371) * RISC OS, Symbian and WinCE improvements * bugfixes and optimizations- update to 4.8 * Windows 9x and NT 3.51 and 4.0 are no longer supported * Windows Mobile and Mac OS X 64-bit (x86_64) are now supported * New macros: prlock.h: PR_ASSERT_CURRENT_THREAD_OWNS_LOCK prmon.h: PR_ASSERT_CURRENT_THREAD_IN_MONITOR * special log module timestamp adds timestamps to NSPR log messages- update to 4.7.4 * Fix strict aliasing issues in prdtoa.c for gcc 4.4 (bmo#439144) - obsoletes prdtoa.patch and -fno-strict-aliasing flag * In prlink.c, errStrBuf is not thread-safe/bin/shH%H&H'4.10.8-52.14.10.8-52.1libnspr4.solibplc4.solibplds4.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:341/openSUSE_Evergreen_11.4/cce133093456c785697d3b19cfd2c74f-mozilla-nspr.openSUSE_Evergreen_11.4drpmlzma5x86_64-suse-linux?]"k%וkH3"N5;c@)Vw[Ӟ*kF,n86LI t_ؕfjt5Ң?xe#RZ1f9gS$&]sLHW ?ڱŒeTgǾ/aXȨߵb)=fX%V5Ov̱a0B>,ue g\Z[ǣ[L蘮T:jӡG /Ȓ8sb/+S!*Nr+)!2UԹIYM*1WVx ΫR tf{ N$<JBY#:Jtm4LDW_ Pwp|F :]t0 6^\pVwω]ȊFh3tQ'uK2yYܮVۍ7$K)mf}niS#C;"BhI]sm=)|a+cl?jVvGSr"QF}/|+wx>DL N}+lìn@lD@s r0m7Bw;>,dY-f6th)l72Y1ύ"?=M9@#%n%itdhw>n^ ;ө<_ u:L59._ 6X`Wr^5]zop^E wX5ڋpr!{ksALUbd % '4; ~#$|8ɉ keO綷wK1EV(lz>uݗ1AD6!._НfH:ЙZ]M#mF7ud (Ā}J>w!b7NxVٚ"-#>'|^uBHl-Xli=LJq-DHj_ѫ7QRUQ9v/9ĮHNzuob I+cYzyIb%L *h* TG\5 (p8J; Um ؆J~LDž)_T6Y6rJyn `\s\:aX*NuDv3 ЕJJkRo']/X<gF@d١=1mF]3zфsb'&H(* z@Z;zf:̏7Nv9 >痭o{A#,ۤ7LrL +#9H6a @ 0F َo.Y}ӁwƼD~9ǻX[?pYu/Lq?7N["r\2)}k$2blXt_Y{ԲȠlV1i֞W%[Y--LW38ÞL"b oa2ͺrw!ƞBEW6`:N@P}V/r;4GgBy 5> *Y,l"Ȏ$ɣ@+y0YMB!,:R!JTwԭwڰ( ف$Ɔpy2Xq]h'"?[c8vezd>)A-mPE6nP?<1vt ]qcӃ$Ԕ:m!Ģ0ϙ0xitr;WAZFng7=H(o&? !dm)սrG HJHYT[2^( ]=cEDI|9RafMnۨ3ekvΗlUcI!At^\M "B*@jU9"ݾ[@j}%>1e`k#hn6HTϟ,"Sϡa2k^)HyDv jW*fY: @/Z tY/{9Mp #,(QU%L:&].<8 )'39>|}R _ N6D|JsYxh's#QJC;5=So J?T/%OOim}}hF+HHg4) ߅"G*ǣjh;QyfLu'et VXƄbIC.{v{@Yh'hu"ņfu CK O=H"#ʶymGuT5jH>z t0$6D}ͷSqCr?4vQy@Kz3¾ "( g FgR 0 01]j񱁉!la+.<ȯ+:h!mh/¥"_ ;j %\lJ4MV}IPרDZٸA LiV9Ȥazd> vKh/06W܌ NCe~b8g\>eO6=!uWCJqkPmڕw7H,ʠtc" |IY1l ITޔQܺ%lzL!a: aDh>r}₽}eѝ;i\\ 8Mt98Kl!GE+T)K~K˔nޖ? j̺Fca.U{yCrŀY$ϟ*@&2mJ)m?Xb 0ۙJ KS&^8AK) Q H[om4 WA_h$,4p=p̯3S4G]5;K,!<~hfZۮszZhR7c+pRčUj2ٝc$ ras0fFNgXB܀$RnΤ&4,8;xtCZȩ^S8TW?M~8~EqP{d#$A2m^ɞK!pD `Ӽt u/&Aq[}yتE~qJcDb}{kN[5HWp~IhdlI*y~tZ%D+|MLX#QmJvb0jŢZ*{x_!w5 CS!H>Ͻs ߇c=;2Q3jV ʮ$c*Jt>@g5+(%Uj^^Ko=._戠rpS*^uSOֻtF([{'2 <$:_ n,!&oڻ`7>bMėA@r3qZNb" Ϯ2|ƅj:'y$b)f;Fsbvn5߼;Uk2,aa6/ΝeZl#i.olH2 î?nTgA$ B`V.e[\RH,b\%u!kq, Kq倸E\&TNc)A~`|D47XW`Tqu%#orR~g㖽l!$S?a="L/XmA 3Z2gySY7,'wqRL/Y$4Nc+9YF'eG^X,Th1g(OFNAH6,~6nj|E*K'3P45#~Y;c;T|9\~17,T8#.욻]MJBf8X*-<jy)?WQ @pY-#mxv{.ȨY?TOPpnw_%Q˩RL<;wacxbNC?fE(zupZwj̾Ùq$:kekkfb #CЖ4/LJHND\&Ve9K2'_`^9RݣK[vB\@7RJJEb&*,^-``rp'a@.>8q)JeM;BbYHkV.)֫Y1Wh~/oքkl ߷$FK^+c t d ɱ5Դؤ-wEf]+(m~s qmE <:氓_Sy""ewl|k=G+t 6F5KC{U%Z pJd44ӓmm9hള+d'ᯭ=,E*}r<'Ba|H Tn>h\h2q:LL4ǑrBupOINఝЍ}::ӛ|uxALX7'K|uM_+ /Xltn'JT P nɨ~֎hY›|D]9iNiq*),ZyYfSl U:~GWȬY=%hJ`3~B)615 -Pk323Zܽs Gƛre>;Y3Vjܞ(p Џ ̱\_ hC̵^E"C UNW֍%啯Kȅ =`JGճ Iejdd a|ktC<CX[W93o'gZ fY|>OlEM@_*mj6 )dȻ|ZQw~ 22Zr-?TaY8K6Z%5٣h']&I눐E -Tfsjp7/aZ"϶v[^bȨ+ f*ÄPm } ]F;wD UȻG#5Y41"}V,lF(K $2 83^VM\08^꓃ԈF @X=b~siR0&IR;yTE$:&ME6R褖h&nBQ8+2hX5Pu+g+@RI&z:fD1b'#&ЙFa vm!']Ark,O]W溉cm2 'FZq=6\.n&ҀԃYoj7ݬ~1`ډg7L(JRW Hx`&t Bhb #䖈Bc+HnB;A[J6%)Zzm1A(kmd X还Q G=$^d|U($ ea;ϼLٿ-Z7d |ܲۢhNV~\Meo|>QtߐIfC-J+Dtw[2NjcLJm ZŔ,&7ppB SfJ3dqm1:)b.> $e"&hhM:,ziݑ*d3/ 2߈}jbJ iձǧ5̀]dh*w1C/օ+" 20zV_k4nw\]QCOZSXd!gi.YpƛN@:-#9bS{9}cdf+gC/ fµ7E]A/=*g<_v /a"ʶ{Eg&' 4 DbusC!482\T&=*oRkAAAu|;zpfP#Ԫ_TYLROI)ۼR0zrVؔJ`ڢBΆĸ@zPǣN ,'W&`{/ \ʨmu)翼7{WąL 2il^nP"-Wkt|Y0ppIcZ 1nD׬d.s`nZ!3r5p#niζy{@+`^