mozilla-nspr-x86-4.10.8-52.1e>UAOmp|p"""a@?U$jց8"x!zy a;]1N9~+'hL>5*?*d  9HLTXfow  " , @  (x(8"9":">(G(H(I(X(Y)\),])@^)kb)c*5d*e*f*l*Cmozilla-nspr-x864.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/linuxia64/sbin/ldconfig -r /emul/ia32-linux /sbin/ldconfig8FH6(AAUUUUU091fc44052251ca4ffc4defbcb5624ff0ecc9e2045ba53860befc1cdc26beaa43f0cbed53fdcf39b578e4cee44e15d25rootrootrootrootrootrootrootrootrootrootmozilla-nspr-4.10.8-52.1.src.rpmlibnspr4.solibplc4.solibplds4.somozilla-nspr-x86mozilla-nspr-x86(x86-32)   @@@@@@@@@@@@@@@@@@@@ glibc-x86ia32el/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/shghij4.10.8-52.14.10.8-52.1usrliblibnspr4.solibplc4.solibplds4.so/emul/ia32-linux//emul/ia32-linux/usr//emul/ia32-linux/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.4drpmlzma5ia64-suse-linux?]"k%QוkH3"VUdnvb5;=l"Sq)WLc$e_1Y ' \Ґ NJI ytjtР쉠>UDϩ#z8kF1U*{PvMiqJn߶_a)y<)BV!?+~̆S.<j!$GB66?fau8OtyWg?^y(n])30"jf+NQDVIiku +]n>`., n W70د$SIq*pqHŔ~^1T9&H/oտs1u~=.plC s$g Xxp#̝6)ʏ-T^|E X* e8lhஈf߽-y>gJ(,s{%OS a*x!i.bP)\Vgsh#`{| v d߼p5"e+0RV|Af_t|4*/XJ§@k p+w 蒁~~KUW*v޸]| } y$_}F)l]DHTN ǚ+FUQ]YS[\[ŴYe7~|-:[1m~{$|/ mg̲ZǼ մ5G }㛷B ADٲSj+w{21^ teO$S|sG |iMh? cErbSA~DxBw",w*O9he-L*ǺC֣fEb@֡@2eC~֒F>*Bm }'%PL^@'?6t#D&@?QaBePc]Twvy'<4V@&>Kz&64V+&GWYo8]2s!X  :%W'q2U;ἴ5ҫs:;-]FÝjAqEbrn.<|}L~ESuBT\PS 5 al;P (0ǿ\=?2x Ҝ()N`:1)2jYts:Sl O{d k\9N!>  /L tH`l~"ۿĻ4&.,U}GFXjAݔDcJ[PffPW;-ik2ypdp +fQe2K955?~0u\n]ԬKU#ci$zCPTϑ!hKD*IUF{?C$J<3 ٝQ̏!4Wѻ7$-<ԩJv-B8 BM% ǣdzec>~/scp(@P.ͤőpBS!u1! =<3Q60 ,Jo]Kzi=*edABZSu-̈VԀm'^JIbB%dNCfW`?BP4t{OR`r{ 5C!NvTeE}3/@blĴ^ Fd[☱. SјkX p7':.d#݉[ {SM|Q}FduGp5whft=Gt`CZq_߳k֖lγB,<&k;=#?<^Z}9FXrA'k*!LVBEzUVH.">tM O”EW}Eҧ++C7$ZS$Vx7C˳S@w5˺u@_w1:54ē"Hҥqt85k1[njBpн._m&Thg0S+6M}EuB eљ>,Oe t*v@)@YR Z:+.B6 ` wW@S3vgLO2rGBVZl:t#b\g1i ]jW˄ 1<^p6K%$ "ͬt2[#м EZ mMޢn@Vnj[|}sC@' (,$A axPdB֩I@XL)]>ފ)~p4S Q,y$k{V|,EʠEtF€^Xe)9ƌ.sS5n}68`̢lDXC{0rBuK>QYg Z 68C> glٍ(G!vk@$j|7@OkO~1%(KBzEڀJJ-h#^e{i}÷e qU]TQ-df{{1Q)լpX^;e)}{7rVsDR#qC=y'0xG ENEPƁG. S#&M :VwFK7WYoXAPj}uZYX̿0th.<8J+8` *U&"V\)[Е\f=I)aϳ5`M1sKP]=MGĚ`(y7Y(\nO{B ̋m8 1;9(T׆3-tI7Ik;RuRd[&/-`zwZCy2Aߟ*|`i /5J8oA yf};} 4lFĩa#4,8zJ Sw5sO2f>䁰2|9DO Z6nÀ8luaT9N٨L?X 9*2޿1Aݵ,RD*6zh44Lfgwbt< O5LVgv Rs{.h܍pN2OAI#E?ͮ{ClSV́g7)3*L '^*-; TJs]{󘩷_xJ Y1 te'/ AM4rg]UeUxyQxdF_#_ZV1U)CmTѾG8{) +KӲI3~"GpQ;Kᔗ]*<S<0L?ߧh׎;B>z k p J1j8uC[M|J10`stV^GoÃu"eibޱ))&TQlH_'cNM6JbSޙ~䉉jIҜ 5deuLf^%zhŀ\OaN]7 R=~t$EU=I)UIrhʹW^*^;hN$Kn6"b}p ʧ)t8v=V\ |xV/ A[+ :{\tX Jω0 ]@Kg' 9N=.s{]KqlcyVA>;rl J*?bvx;(4nT~sx=y0 Hp3U'98BhN L}e%*Nhh#˸h(㶶5#\ G>r\DM4nd/WƑ{˄&M,l|8Bk0l2yrr auZsA~,WeYƽsE!4]JOvGhU-`;Z.BryagVQ+&{&C|YޙvNJ$@A"ySڑaeAǻ ! g-@#֑*BwtO(ah㈡7YTC"ig@kJ&w=ޫ5LT:m6BGЖ a+ζK2_(,ۀ%&]4>)HS7.HH'-bW͟0<'Ƅ X,ʊ$@ 7du<د jqxog>X5B}p]kB96UodiC`}Nq7uP,!Rc!r=(3:.*[;'Cuý(/z{l&Xdޜ ]B7~GRId˒bJUE{\AQvP^36;L8fmGTv6WfcE!]QI%-æyb/w_'&Ձ>1 XOUIr3ա1i_g%mT{#' Z>KX5\ФWPf>ୱd$3Tyr^N#$kdNft|ts(9CшB^_,5*VZĺPhvADEnZ>tŽch >" ,65$~d…D j-ʥ;7ǰa6lL!;&^Qsejy&`,m֕LJ2J- ޘTwmݴ$)^'ipW[:+>[1.e QD~uw҃֏7Ķ믑OIPf|[^r,\"Ћ -DJ^ x[9 .2Rx;rB:#y%Da&yv@lͭ>֑;QBK_&Lja >>3g%̜-W>?Zުd,wx@?:@6R>' 51ݡ\OT{z| R0Fjf8ySgӕ9FRܮkbnidOy$`"e rwKM?ˮxZ =V%5 $j@#"Xomvxv[zQ㕠M&e,YC"@çғg mR,:L t50;esdH_fMӘ\|-^^0fb@ͧ2:TN>>qN|O?3AD֙)I[U+`x4>z_Zق-% Fu77Ƌ+?sAozUZ)8F=i{Pm9^(i @!zGd~8i_NA">CN}YlUOT*ͫKW\1Ri V.ho Xfk }\+KH &̮>->0gft n./˻FjEm0젔gq"+2Gcʅw6`%b[[Tp}GzɗI4q{a|^AUtZ-+f"kNjh:2JLrb%vO$  &J'>|^J%nn}.=WI8B:]kV[!u(vdWES|ԩMRFXpҖ xu689QÇX*E^1^:I2g9hLYw$ ap7wy粥RQ|T7 CGJt&r`oT=5.u$K/H1͔r@$aw1 e?M8U>EGtr1gO(pqvCOu!3aJXj#?&A#]4\z@8I2P-C$R" ~PvOZ>"& i.KȌu{2\}iAΐ ӄF&Eo>4ef@wzK0RZĈ8UcO5!;Id(T+AsM6+g<@X.4/@0EpIHM:l|I&C_PH2oEqQY=8baK);Ua3J)!lmڨi$ƶXh_ D'huà=YH";{}!؂o<$>+h3NAfg= p(b*I7p|R6­ef%Pr(R)M!G=L`څ'^ ?_zLEq-ħW<]:8|NՄ]P"6;@.]|f(m>HsJtsǶڷi b㵬ac DIh1.G!v17tA+!^c'%p'V-LV]CdƆITTZ /oA6 qzp= Ê-B 52ueOȧ"g~8=2CɾorhuI4iJr?=N i8?EK `!opЎѺԝˌQ'