[Pkg-chromium-commit] [pkg-chromium] 01/01: release 35.0.1916.114-1~deb7u2

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Jun 13 04:14:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch wheezy
in repository pkg-chromium.

commit 41a5044caee88556e0e1526cf7875016f6717adc
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Fri Jun 13 04:13:12 2014 +0000

    release 35.0.1916.114-1~deb7u2
---
 debian/changelog                  |  6 ++++++
 debian/control                    |  1 -
 debian/patches/linker-flags.patch | 13 +++++++++++++
 debian/patches/series             |  2 ++
 4 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 165ac4f..1e38230 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+chromium-browser (35.0.1916.114-1~deb7u2) stable-security; urgency=high
+
+  * Add flags to avoid memory allocation issues while linking on i386.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Fri, 30 May 2014 01:14:45 +0000
+
 chromium-browser (35.0.1916.114-1~deb7u1) stable-security; urgency=high
 
   * New upstream stable release:
diff --git a/debian/control b/debian/control
index 4aeee35..768480a 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,6 @@ Build-Depends: cdbs,
 	libxt-dev,
 	libxtst-dev,
 	libpam0g-dev,
-	binutils-gold,
 	libflac-dev,
 	libwebp-dev,
 	autotools-dev,
diff --git a/debian/patches/linker-flags.patch b/debian/patches/linker-flags.patch
new file mode 100644
index 0000000..77ece91
--- /dev/null
+++ b/debian/patches/linker-flags.patch
@@ -0,0 +1,13 @@
+description: flags to avoid memory exhaustion while linking on i386
+
+--- a/src/build/common.gypi	2014-05-25 18:58:15.158106708 +0000
++++ b/src/build/common.gypi	2014-05-30 01:17:56.329201049 +0000
+@@ -3087,6 +3087,8 @@
+         'ldflags': [
+           '-Wl,-z,now',
+           '-Wl,-z,relro',
++          '-Wl,--no-keep-memory',
++          '-Wl,--reduce-memory-overheads',
+         ],
+       },
+     }],
diff --git a/debian/patches/series b/debian/patches/series
index 6a2c825..7cce0dd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,6 +19,8 @@ cups1.5.patch
 gcc4.7.patch
 icon.patch
 
+linker-flags.patch
+
 make-support/gyp.patch
 make-support/mojo.patch
 make-support/opus.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list