[med-svn] [Git][med-team/bitseq][master] 2 commits: hardening.patch: inject CPPFLAGS too.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Jun 2 22:27:48 BST 2025
Étienne Mollier pushed to branch master at Debian Med / bitseq
Commits:
b824a9e5 by Étienne Mollier at 2025-06-02T23:26:37+02:00
hardening.patch: inject CPPFLAGS too.
- - - - -
e07930fe by Étienne Mollier at 2025-06-02T23:27:21+02:00
d/changelog: update to include hotfix.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/hardening.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -14,8 +14,9 @@ bitseq (0.7.5+dfsg-7) unstable; urgency=medium
* d/patches/*: normalize Last-Update timestamp.
* d/copyright: refer to LGPL-3 instead of symlink.
* d/control: declare compliance to standards version 4.7.2.
+ * hardening.patch: inject CPPFLAGS too.
- -- Étienne Mollier <emollier at debian.org> Mon, 02 Jun 2025 22:00:14 +0200
+ -- Étienne Mollier <emollier at debian.org> Mon, 02 Jun 2025 23:27:01 +0200
bitseq (0.7.5+dfsg-6) unstable; urgency=medium
=====================================
debian/patches/hardening.patch
=====================================
@@ -1,15 +1,16 @@
Author: Andreas Tille <tille at debian.org>
-Last-Change: Wed, 01 Jan 2014 19:04:47 +0100
+Last-Update: 2025-06-02
+Reviewed-By: Étienne Mollier <emollier at debian.org>
Description: Propagate hardening options
---- a/Makefile
-+++ b/Makefile
-@@ -8,10 +8,10 @@ VERSION = 0.7.5
+--- bitseq.orig/Makefile
++++ bitseq/Makefile
+@@ -8,10 +8,10 @@
# Use O1 for debuiggging so it's not totally slow.
DBGFLAGS = -O1 -ggdb -U_FORTIFY_SOURCE
COFLAGS = $(ARCH) -O2 -pipe
-CXXFLAGS = -DBS_VERSION=\"$(VERSION)\" -Wall $(COFLAGS)
-+CXXFLAGS += -DBS_VERSION=\"$(VERSION)\" -Wall $(COFLAGS)
++CXXFLAGS += $(CPPFLAGS) -DBS_VERSION=\"$(VERSION)\" -Wall $(COFLAGS)
# -Wvla does not work with old gcc
# -ffast-math segfaults with old gcc, don't use.
-LDFLAGS = -Wl,-gc-sections
View it on GitLab: https://salsa.debian.org/med-team/bitseq/-/compare/8c19f1fe56e4bdd2c8cbc522f2e440b2abc57ade...e07930fe2e8adf03d9a08f9299a16b2a09d7ad76
--
View it on GitLab: https://salsa.debian.org/med-team/bitseq/-/compare/8c19f1fe56e4bdd2c8cbc522f2e440b2abc57ade...e07930fe2e8adf03d9a08f9299a16b2a09d7ad76
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20250602/e5de8355/attachment-0001.htm>
More information about the debian-med-commit
mailing list