summaryrefslogtreecommitdiff
path: root/emulators/suse131_mozilla-nspr/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-06-25 18:39:46 +0000
committertron <tron@pkgsrc.org>2014-06-25 18:39:46 +0000
commitd3623af67d9adbc3a826407bf03c587ea191e53b (patch)
tree197019061fd1b505e24081dc2aeda78f6c0b5104 /emulators/suse131_mozilla-nspr/Makefile
parentb0c59d13e803029cdbfda6f3392f82a4a2574d45 (diff)
downloadpkgsrc-d3623af67d9adbc3a826407bf03c587ea191e53b.tar.gz
Pullup ticket #4436 - requested by obache
emulators/suse131_mozilla-nspr: security update Revisions pulled up: - emulators/suse131_mozilla-nspr/Makefile 1.2-1.3 - emulators/suse131_mozilla-nspr/distinfo 1.2-1.3 --- Module Name: pkgsrc Committed By: obache Date: Fri Apr 4 10:02:24 UTC 2014 Modified Files: pkgsrc/emulators/suse131_mozilla-nspr: Makefile distinfo Log Message: Update suse131_mozilla-nspr RPM to 4.10.4-8.1 from openSUSE-SU-2014:0448-1. Changes in mozilla-nspr: - 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 - 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. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: obache Date: Sat Jun 21 13:35:54 UTC 2014 Modified Files: pkgsrc/emulators/suse131_mozilla-nspr: Makefile distinfo Log Message: Apply openSUSE Security Update: MozillaFirefox, mozilla-nspr: Update fixes nine security issues Announcement ID: openSUSE-SU-2014:0819-1 Description: mozilla-nspr was updated to version 4.10.6 to fix one security issue: * OOB write with sprintf and console functions (CVE-2014-1545) Bump PKGREVISION.
Diffstat (limited to 'emulators/suse131_mozilla-nspr/Makefile')
-rw-r--r--emulators/suse131_mozilla-nspr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/suse131_mozilla-nspr/Makefile b/emulators/suse131_mozilla-nspr/Makefile
index d20e6c69f89..efb190bb0b2 100644
--- a/emulators/suse131_mozilla-nspr/Makefile
+++ b/emulators/suse131_mozilla-nspr/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/12/12 02:34:28 obache Exp $
+# $NetBSD: Makefile,v 1.1.4.1 2014/06/25 18:39:46 tron Exp $
DISTNAME= suse_mozilla-nspr-${SUSE_VERSION}
+PKGREVISION= 2
CATEGORIES= emulators
-RPMUPDPKGS+= mozilla-nspr-4.10.2-4.1.${SUSE_ARCH}
+RPMUPDPKGS+= mozilla-nspr-4.10.6-12.1.${SUSE_ARCH}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package for Mozilla NSPR