From d5700d7ba712cbc99c5aa3409a94d9816c3f5782 Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Sat, 29 Jun 2013 10:53:05 +0000 Subject: Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2 Technically NSS 3.14.3 depends on NSPR 4.9.5, but Debian stable still ships 4.9.2 on stable, so this is the lower bound. 3.14.3 contains a number of important security fixes, and support for older systems is no longer desirable. BUG=245370 R=thestig@chromium.org, wtc@chromium.org Review URL: https://chromiumcodereview.appspot.com/18063013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209278 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/linux/rpm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer/linux/rpm/build.sh') diff --git a/chrome/installer/linux/rpm/build.sh b/chrome/installer/linux/rpm/build.sh index 544a46a..7134e59 100755 --- a/chrome/installer/linux/rpm/build.sh +++ b/chrome/installer/linux/rpm/build.sh @@ -124,7 +124,7 @@ do_package() { # https://bugzilla.novell.com/show_bug.cgi?id=556248 DEPENDS="lsb >= 4.0, \ libcurl.so.4${EMPTY_VERSION}${PKG_ARCH}, \ - libnss3.so(NSS_3.12.3)${PKG_ARCH}, \ + libnss3.so(NSS_3.14.3)${PKG_ARCH}, \ wget, \ xdg-utils, \ zlib, \ -- cgit v1.1