Nilesh Patra pushed to branch master at Debian Med / libslow5lib
Commits: d73775aa by Nilesh Patra at 2022-07-02T14:29:50+05:30 Add hardening opts - - - - - 3 changed files: - debian/changelog - + debian/patches/hardening.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libslow5lib (0.5.1+dfsg-2) UNRELEASED; urgency=medium + + * Team upload. + * Add hardening opts + + -- Nilesh Patra <[email protected]> Sat, 02 Jul 2022 14:29:30 +0530 + libslow5lib (0.5.1+dfsg-1) unstable; urgency=medium * Initial release (Closes: #1014210) ===================================== debian/patches/hardening.patch ===================================== @@ -0,0 +1,14 @@ +Description: Propagate hardening opts for endian_test +Author: Nilesh Patra <[email protected]> +Last-Update: 2022-07-02 +--- a/test/Makefile ++++ b/test/Makefile +@@ -28,7 +28,7 @@ + mkdir $@ + + $(BIN_DIR)/endian_test: endian_test.c +- $(CC) $(CFLAGS) $< -o $@ ++ $(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ $(LDFLAGS) + + $(BIN_DIR)/unit_test_helpers: unit_test_helpers.c unit_test.h $(LIB)/libslow5.a $(SRC)/slow5_extra.h $(SRC)/slow5_misc.h + $(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ $(LDFLAGS) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ use_debian_packaged_streamvbyte.patch enable_shared_and_static.patch fix-baseline.patch +hardening.patch View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/commit/d73775aabcbd47b45cd029d3a9e5ced996b6132b -- View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/commit/d73775aabcbd47b45cd029d3a9e5ced996b6132b 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
