Nilesh Patra pushed to branch master at Debian Med / samtools-legacy
Commits: 030030c7 by Nilesh Patra at 2021-07-24T23:08:01+05:30 Add patch to add in hardening options - - - - - 6b1074f0 by Nilesh Patra at 2021-07-24T23:08:01+05:30 Interim changelog entry - - - - - 3 changed files: - debian/changelog - + debian/patches/hardening.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -4,8 +4,9 @@ samtools-legacy (0.1.19+dfsg-2) UNRELEASED; urgency=medium * Add Depends on zlib1g-dev * Add autopkgtests * Declare compliance with policy 4.5.1 + * Add patch to add in hardening options - -- Nilesh Patra <[email protected]> Sat, 24 Jul 2021 22:47:09 +0530 + -- Nilesh Patra <[email protected]> Sat, 24 Jul 2021 23:06:05 +0530 samtools-legacy (0.1.19+dfsg-1) unstable; urgency=medium ===================================== debian/patches/hardening.patch ===================================== @@ -0,0 +1,23 @@ +Description: <short description, required> + <long description that can span multiple lines, optional> +Author: <name and email of author, optional> +Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present> +Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional> +Bug-<Vendor>: <URL to the vendor bug report if any, optional> +Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional> +Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional> +Reviewed-by: <name and email of a reviewer, optional> +Last-Update: 2021-07-24 <YYYY-MM-DD, last update of the meta-information, optional> +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/examples/Makefile ++++ b/examples/Makefile +@@ -34,7 +34,7 @@ + (cd ..; make libbam.a) + + calDepth:../libbam.a calDepth.c +- gcc -g -Wall -O2 -I.. calDepth.c -o $@ -L.. -lbam -lm -lz -lpthread ++ $(CC) $(CFLAGS) $(CPPFLAGS) -g -Wall -O2 -I.. calDepth.c -o $@ -L.. -lbam -lm -lz -lpthread $(LDFLAGS) + + clean: + rm -fr *.bam *.bai *.glf* *.fai *.pileup* *~ calDepth *.dSYM ex1*.rg ex1.bcf ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ fix_example_makefile.patch fix_segfault_with_small_ref.patch fix_coverage_cap.patch +hardening.patch View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/baa30d41a44112f8d171783aca34c5f5cdfdb687...6b1074f0d557417c9a4935c0995fd32ba3ea4d31 -- View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/baa30d41a44112f8d171783aca34c5f5cdfdb687...6b1074f0d557417c9a4935c0995fd32ba3ea4d31 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
