[limereg] 16/33: Fixed MIPS compatibility issue (closes #789601). Note: Added a possible security relevanat error to the upstream tracker (GitHub).
Mattia Rizzolo
mattia at debian.org
Wed May 3 16:39:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository limereg.
commit fe60b28038e6331a4607e1dd75ba3cf9f2faec0f
Author: Roelof Berg <rberg at berg-solutions.de>
Date: Mon Feb 1 16:39:13 2016 +0100
Fixed MIPS compatibility issue (closes #789601). Note: Added a possible security relevanat error to the upstream tracker (GitHub).
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da46c40..aac4596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+limereg (1.4.0-3) unstable; urgency=low
+
+ * Fixed MIPS compatibility issue (Closes: #798601)
+
+ -- Roelof Berg <rberg at berg-solutions.de> Sun, 31 Jan 2016 21:00:00 +0100
+
limereg (1.4.0-2) unstable; urgency=low
* Fixed multiarch difference in man pages (Closes: #792624, #792625)
diff --git a/debian/rules b/debian/rules
index a745a27..fd8bea7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ include /usr/share/dpkg/default.mk
CFLAGS := $(filter-out -O2,$(CFLAGS))
#CFLAGS+=-Ofast -flto
-CFLAGS+=-Ofast
+CFLAGS+=-Ofast -fstack-protector
CXXFLAGS := $(filter-out -O2,$(CXXFLAGS))
#CXXFLAGS+=-Ofast -flto
-CXXFLAGS+=-Ofast
+CXXFLAGS+=-Ofast -fstack-protector
#LDFLAGS+=-flto
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/limereg.git
More information about the debian-science-commits
mailing list