From 67a0fbf7f06507053cdae2df88706ef0aa982954 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 24 Feb 2016 21:27:10 +0000 Subject: [PATCH] nss: bump version. --- dev-libs/nss/{nss-3.22.recipe => nss-3.22.1.recipe} | 6 +++--- .../nss/patches/{nss-3.22.patchset => nss-3.22.1.patchset} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename dev-libs/nss/{nss-3.22.recipe => nss-3.22.1.recipe} (97%) rename dev-libs/nss/patches/{nss-3.22.patchset => nss-3.22.1.patchset} (100%) diff --git a/dev-libs/nss/nss-3.22.recipe b/dev-libs/nss/nss-3.22.1.recipe similarity index 97% rename from dev-libs/nss/nss-3.22.recipe rename to dev-libs/nss/nss-3.22.1.recipe index 1eae0cbe9..4889ec683 100644 --- a/dev-libs/nss/nss-3.22.recipe +++ b/dev-libs/nss/nss-3.22.1.recipe @@ -14,7 +14,7 @@ LICENSE=" REVISION="1" NSS_VERSION=`echo $portVersion | sed 's/\./_/g'` SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${NSS_VERSION}_RTM/src/nss-$portVersion.tar.gz" -CHECKSUM_SHA256="30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611" +CHECKSUM_SHA256="89e1fc7074e5c325962821289f4cd7d8207ae95af2308ba881215ed9ca68fa4f" SOURCE_DIR="nss-$portVersion/nss" PATCHES="nss-$portVersion.patchset" @@ -88,7 +88,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion - lib:libnspr4${secondaryArchSuffix} >= 4 + lib:libnspr4${secondaryArchSuffix} >= 4.12 lib:libsqlite3$secondaryArchSuffix lib:libz${secondaryArchSuffix} " @@ -110,7 +110,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion - devel:libnspr4${secondaryArchSuffix} >= 4 + devel:libnspr4${secondaryArchSuffix} >= 4.12 devel:libsqlite3$secondaryArchSuffix devel:libz${secondaryArchSuffix} " diff --git a/dev-libs/nss/patches/nss-3.22.patchset b/dev-libs/nss/patches/nss-3.22.1.patchset similarity index 100% rename from dev-libs/nss/patches/nss-3.22.patchset rename to dev-libs/nss/patches/nss-3.22.1.patchset