Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2861)

Unified Diff: chrome/installer/linux/debian/build.sh

Issue 2721373002: Uprev NSS requirement on Linux to 3.26 (Closed)
Patch Set: Update runtime checks Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crypto/nss_util.cc » ('j') | crypto/nss_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/debian/build.sh
diff --git a/chrome/installer/linux/debian/build.sh b/chrome/installer/linux/debian/build.sh
index a2314b514f3186a1bf2a55d7108c8215e0b28bd2..ea498ce362102225e299e37c3bf4bc97455cd68d 100755
--- a/chrome/installer/linux/debian/build.sh
+++ b/chrome/installer/linux/debian/build.sh
@@ -314,7 +314,7 @@ fi
# xdg-utils: For OS integration.
# wget: For uploading crash reports with Breakpad.
ADDITION_DEPS="ca-certificates, fonts-liberation, libappindicator1, \
- libnss3 (>= 3.17.2), libstdc++6 (>=4.8.0), lsb-base (>=4.1), \
+ libnss3 (>= 3.26), libstdc++6 (>=4.8.0), lsb-base (>=4.1), \
xdg-utils (>= 1.0.2), wget"
# Fix-up libnspr dependency due to renaming in Ubuntu (the old package still
« no previous file with comments | « no previous file | crypto/nss_util.cc » ('j') | crypto/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698