Étienne Mollier pushed to branch master at Debian Med / dialign
Commits: b61b3f0a by Étienne Mollier at 2024-07-05T19:26:07+02:00 hardening.patch: update to include CPPFLAGS. This allows fortifying functions. - - - - - 31fc73a7 by Étienne Mollier at 2024-07-05T19:28:00+02:00 update changelog - - - - - 2 changed files: - debian/changelog - debian/patches/hardening.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +dialign (2.2.1-14) UNRELEASED; urgency=medium + + * hardening.patch: update to include CPPFLAGS. + This allows fortifying functions. + + -- Étienne Mollier <[email protected]> Fri, 05 Jul 2024 19:26:37 +0200 + dialign (2.2.1-13) unstable; urgency=medium * d/control: declare compliance to standards version 4.7.0. ===================================== debian/patches/hardening.patch ===================================== @@ -1,9 +1,11 @@ -Author: Andreas Tille <[email protected]> -LastChanged: Thu, 14 Nov 2013 13:23:16 +0100 Description: Propagate hardening options +Author: Andreas Tille <[email protected]> +Forwarded: no +Reviewed-By: Étienne Mollier <[email protected]> +Last-Update: 2024-07-05 ---- a/src/makefile -+++ b/src/makefile +--- dialign.orig/src/makefile ++++ dialign/src/makefile @@ -11,7 +11,7 @@ @@ -13,7 +15,7 @@ Description: Propagate hardening options #CFLAGS = -g -c -I$ -DCONS LIBS = -lm # -@@ -23,7 +23,7 @@ OBJS = dialign.o functions.o para.o \ +@@ -23,7 +23,7 @@ # dialign2-2: $(OBJS) @@ -22,3 +24,36 @@ Description: Propagate hardening options # $(CC) -g $(OBJS) $(LIBS) -o dialign2-2_db # # +@@ -31,23 +31,23 @@ + # + + dialign.o: dialign.c +- $(CC) $(CFLAGS) dialign.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) dialign.c + functions.o: functions.c +- $(CC) $(CFLAGS) functions.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) functions.c + input.o: input.c +- $(CC) $(CFLAGS) input.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) input.c + frag_chain.o: frag_chain.c +- $(CC) $(CFLAGS) frag_chain.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) frag_chain.c + para.o: para.c +- $(CC) $(CFLAGS) para.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) para.c + output.o: output.c +- $(CC) $(CFLAGS) output.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) output.c + wgt.o: wgt.c +- $(CC) $(CFLAGS) wgt.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) wgt.c + regex.o: regex.c +- $(CC) $(CFLAGS) regex.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) regex.c + anchor.o: anchor.c +- $(CC) $(CFLAGS) anchor.c ++ $(CC) $(CPPFLAGS) $(CFLAGS) anchor.c + + # + View it on GitLab: https://salsa.debian.org/med-team/dialign/-/compare/2f0723a62c10108759fa8a10488a6da6739da59f...31fc73a77038743ba16aa45ee4b12964dc084420 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/dialign/-/compare/2f0723a62c10108759fa8a10488a6da6739da59f...31fc73a77038743ba16aa45ee4b12964dc084420 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
