[proftpd-dfsg] 05/05: Removed obsolete patch

Francesco Lovergine frankie at moszumanska.debian.org
Fri Jan 12 09:33:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository proftpd-dfsg.

commit 6aa56beff09fb74e24734c8eb912bc9bbaa4ee00
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Fri Jan 12 10:32:23 2018 +0100

    Removed obsolete patch
---
 debian/patches/contrib_hardening_flags | 42 ----------------------------------
 1 file changed, 42 deletions(-)

diff --git a/debian/patches/contrib_hardening_flags b/debian/patches/contrib_hardening_flags
deleted file mode 100644
index 8e663c5..0000000
--- a/debian/patches/contrib_hardening_flags
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: proftpd-dfsg/contrib/mod_load/Makefile.in
-===================================================================
---- proftpd-dfsg.orig/contrib/mod_load/Makefile.in	2014-01-30 13:47:39.000000000 +0100
-+++ proftpd-dfsg/contrib/mod_load/Makefile.in	2014-01-30 13:48:27.000000000 +0100
-@@ -17,6 +17,9 @@
- # Necessary redefinitions
- CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(MODULE_INCLUDES)
- LDFLAGS=-L../../lib @LDFLAGS@
-+# Add (hardening) flags.
-+CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
-+LDFLAGS  += $(shell dpkg-buildflags --get LDFLAGS)
- 
- .c.o:
- 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
-Index: proftpd-dfsg/contrib/mod_sftp/Makefile.in
-===================================================================
---- proftpd-dfsg.orig/contrib/mod_sftp/Makefile.in	2014-01-30 13:47:39.000000000 +0100
-+++ proftpd-dfsg/contrib/mod_sftp/Makefile.in	2014-01-30 13:49:51.000000000 +0100
-@@ -26,6 +26,9 @@
- INCLUDES=-I. -I../.. -I../../include @INCLUDES@
- CPPFLAGS= $(ADDL_CPPFLAGS) -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
- LDFLAGS=-L../../lib @LDFLAGS@
-+# Add (hardening) flags.
-+CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
-+LDFLAGS  += $(shell dpkg-buildflags --get LDFLAGS)
- 
- .c.o:
- 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
-Index: proftpd-dfsg/contrib/mod_wrap2/Makefile.in
-===================================================================
---- proftpd-dfsg.orig/contrib/mod_wrap2/Makefile.in	2014-01-30 13:47:39.000000000 +0100
-+++ proftpd-dfsg/contrib/mod_wrap2/Makefile.in	2014-01-30 13:50:18.000000000 +0100
-@@ -17,6 +17,9 @@
- # Necessary redefinitions
- CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(MODULE_INCLUDES)
- LDFLAGS=-L../../lib @LDFLAGS@
-+# Add (hardening) flags.
-+CPPFLAGS += $(shell dpkg-buildflags --get CPPFLAGS)
-+LDFLAGS  += $(shell dpkg-buildflags --get LDFLAGS)
- 
- .c.o:
- 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git



More information about the Pkg-proftpd-maintainers mailing list