[med-svn] [Git][med-team/gemma][master] Really enable hardening (but no upload due to freeze)

Andreas Tille gitlab at salsa.debian.org
Mon Mar 22 16:35:16 GMT 2021



Andreas Tille pushed to branch master at Debian Med / gemma


Commits:
88ecfedd by Andreas Tille at 2021-03-22T17:34:44+01:00
Really enable hardening (but no upload due to freeze)

- - - - -


2 changed files:

- + debian/patches/hardening.patch
- debian/patches/series


Changes:

=====================================
debian/patches/hardening.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Propagate LDFLAGS to enable hardening
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 22 Mar 2021 14:38:26 +0100
+
+--- a/Makefile
++++ b/Makefile
+@@ -219,7 +219,7 @@ debug: $(OUTPUT)
+ 	$(shell bash $(VGEN) $(GUIX_PROFILE) > src/version.h)
+ 
+ $(OUTPUT): $(OBJS)
+-	$(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT)
++	$(CPP) $(CPPFLAGS) $(OBJS) $(LIBS) -o $(OUTPUT) $(LDFLAGS)
+ 
+ $(OBJS): $(HDR)
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 Reproducible_builds.patch
 no-lquadmath.patch
 Makefile.patch
+hardening.patch



View it on GitLab: https://salsa.debian.org/med-team/gemma/-/commit/88ecfedd4efa5f5df3bfb45328d4623790de7ef7

-- 
View it on GitLab: https://salsa.debian.org/med-team/gemma/-/commit/88ecfedd4efa5f5df3bfb45328d4623790de7ef7
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/20210322/2ef1113f/attachment.htm>


More information about the debian-med-commit mailing list