[Pkg-nagios-changes] [pkg-nagios] r1932 - nagios-plugins/trunk/debian

Jan Wagner waja at alioth.debian.org
Sun May 29 06:04:31 UTC 2011


tags 542728 pending
thanks

Author: waja
Date: 2011-05-29 06:04:30 +0000 (Sun, 29 May 2011)
New Revision: 1932

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/control
   nagios-plugins/trunk/debian/rules
Log:
Enable hardening options (Closes: #542728)

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2011-05-18 19:36:58 UTC (rev 1931)
+++ nagios-plugins/trunk/debian/changelog	2011-05-29 06:04:30 UTC (rev 1932)
@@ -1,6 +1,6 @@
 nagios-plugins (1.4.15-5) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Enable hardening options (Closes: #542728)
 
  -- Jan Wagner <waja at cyconet.org>  Wed, 18 May 2011 16:55:55 +0200
 

Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control	2011-05-18 19:36:58 UTC (rev 1931)
+++ nagios-plugins/trunk/debian/control	2011-05-29 06:04:30 UTC (rev 1932)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: Jan Wagner <waja at cyconet.org>, Alexander Wirt <formorer at debian.org>
-Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk
+Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper
 Homepage: http://nagiosplug.sourceforge.net
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-nagios/nagios-plugins/
 Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2011-05-18 19:36:58 UTC (rev 1931)
+++ nagios-plugins/trunk/debian/rules	2011-05-29 06:04:30 UTC (rev 1932)
@@ -6,6 +6,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# enable hardnening
+export DEB_BUILD_HARDENING=1
+
 PACKAGE = nagios-plugins
 
 include /usr/share/dpatch/dpatch.make




More information about the Pkg-nagios-changes mailing list