nss-pam-ldapd commit: r2168 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2168 - debian/nss-pam-ldapd/trunk/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r2168 - debian/nss-pam-ldapd/trunk/debian
- Date: Fri, 21 Apr 2017 21:15:12 -0000
Author: arthur
Date: Fri Apr 21 23:15:11 2017
New Revision: 2168
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2168&view=revision
Log:
remove pie from hardening blacklist because it is no longer needed for stretch
(thanks Adrian Bunk) (closes: #859432)
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/rules
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Mon Mar 27 22:14:05 2017
(r2167)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Fri Apr 21 23:15:11 2017
(r2168)
@@ -3,8 +3,10 @@
* update debian/watch file to use HTTPS
* remove --no-create-home from adduser to hide a few warnings
(closes: #858826)
+ * remove pie from hardening blacklist because it is no longer needed for
+ stretch (thanks Adrian Bunk) (closes: #859432)
- -- Arthur de Jong <adejong@debian.org> Mon, 27 Mar 2017 22:00:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Fri, 21 Apr 2017 23:00:00 +0200
nss-pam-ldapd (0.9.7-2) unstable; urgency=medium
Modified: debian/nss-pam-ldapd/trunk/debian/rules
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/rules Mon Mar 27 22:14:05 2017
(r2167)
+++ debian/nss-pam-ldapd/trunk/debian/rules Fri Apr 21 23:15:11 2017
(r2168)
@@ -5,8 +5,8 @@
# multiarch support
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-# enable hardening options (we disable pie because it conflicts with -fPIC)
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# enable hardening options
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python2
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r2168 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project