diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 10:53:05 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 10:53:05 +0000 |
commit | d5700d7ba712cbc99c5aa3409a94d9816c3f5782 (patch) | |
tree | 1698865658f62644877e9eb29a7aa68ed90c3185 /chrome/installer/linux/debian/expected_deps | |
parent | 319fff3e31773e5522fe2b468c2e9908764c858d (diff) | |
download | chromium_src-d5700d7ba712cbc99c5aa3409a94d9816c3f5782.zip chromium_src-d5700d7ba712cbc99c5aa3409a94d9816c3f5782.tar.gz chromium_src-d5700d7ba712cbc99c5aa3409a94d9816c3f5782.tar.bz2 |
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
Diffstat (limited to 'chrome/installer/linux/debian/expected_deps')
-rw-r--r-- | chrome/installer/linux/debian/expected_deps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/linux/debian/expected_deps b/chrome/installer/linux/debian/expected_deps index 0e16912..2668316 100644 --- a/chrome/installer/linux/debian/expected_deps +++ b/chrome/installer/linux/debian/expected_deps @@ -14,8 +14,8 @@ libgcrypt11 (>= 1.4.5) libgdk-pixbuf2.0-0 (>= 2.22.0) libglib2.0-0 (>= 2.18.0) libgtk2.0-0 (>= 2.24.0) -libnspr4 (>= 1.8.0.10) -libnss3 (>= 3.12.6) +libnspr4 (>= 4.9.2) +libnss3 (>= 3.14.3) libpango1.0-0 (>= 1.22.0) libstdc++6 (>= 4.6) libudev0 (>= 147) |