diff options
author | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 13:00:01 +0000 |
---|---|---|
committer | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 13:00:01 +0000 |
commit | 8fc73c77bef5950266756a691b90b5d1a6b4ee67 (patch) | |
tree | 4f83f8fac6584572a90dd9fb270e92fb131ee076 /chrome/installer/linux/debian/expected_deps | |
parent | 06c3261f668bf413e8f85e4a26593f970cac700a (diff) | |
download | chromium_src-8fc73c77bef5950266756a691b90b5d1a6b4ee67.zip chromium_src-8fc73c77bef5950266756a691b90b5d1a6b4ee67.tar.gz chromium_src-8fc73c77bef5950266756a691b90b5d1a6b4ee67.tar.bz2 |
Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"
> 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
TBR=rsleevi@chromium.org
Review URL: https://codereview.chromium.org/18181019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209282 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 2668316..0e16912 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 (>= 4.9.2) -libnss3 (>= 3.14.3) +libnspr4 (>= 1.8.0.10) +libnss3 (>= 3.12.6) libpango1.0-0 (>= 1.22.0) libstdc++6 (>= 4.6) libudev0 (>= 147) |