[Pkg-cgit-commits] [pkg-cgit] 16/49: Add hardening patch

Peter Colberg peter at colberg.org
Thu Jun 16 01:49:14 UTC 2016


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

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit 5bc7844688db1508b6d6faaf90d6b3a9d0530360
Author: Alexander Wirt <formorer at debian.org>
Date:   Thu Aug 28 15:10:07 2014 -0700

    Add hardening patch
---
 debian/patches/hardening | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/hardening b/debian/patches/hardening
new file mode 100644
index 0000000..da26ced
--- /dev/null
+++ b/debian/patches/hardening
@@ -0,0 +1,13 @@
+Description: Add hardening
+ Add hardening to cgit.
+Author: Alexander Wirt <formorer at debian.org>
+
+--- /dev/null
++++ cgit-0.10.2.git2.0.1/cgit.conf
+@@ -0,0 +1,6 @@
++CC =gcc
++CPPFLAGS :=$(shell dpkg-buildflags --get CPPFLAGS)
++CFLAGS :=-Wall $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
++CGIT_CFLAGS :=-Wall $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
++LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS)
++

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



More information about the Pkg-cgit-commits mailing list