[Git][debian-gis-team/postgis][experimental] Update PIE hardening conditional, trusty is EOL.

Bas Couwenberg gitlab at salsa.debian.org
Tue Jul 16 12:49:56 BST 2019



Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis


Commits:
ec0c9279 by Bas Couwenberg at 2019-07-16T11:49:46Z
Update PIE hardening conditional, trusty is EOL.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -9,6 +9,7 @@ postgis (3.0.0~alpha3+dfsg-1~exp2) UNRELEASED; urgency=medium
   [ Bas Couwenberg ]
   * Update gbp.conf to use --source-only-changes by default.
   * Bump Standards-Version to 4.4.0, no changes.
+  * Update PIE hardening conditional, trusty is EOL.
 
  -- Christoph Berg <myon at debian.org>  Tue, 02 Jul 2019 14:38:52 +0200
 


=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo
 DISTRIBUTION_RELEASE       := $(shell lsb_release -cs)
 
 ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes)
-  ifneq (,$(filter $(DISTRIBUTION_RELEASE),trusty xenial bionic))
+  ifneq (,$(filter $(DISTRIBUTION_RELEASE),xenial bionic))
     export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
   endif
 endif



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/ec0c9279a01c1fe77b425171e68e8d6f726c395b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/ec0c9279a01c1fe77b425171e68e8d6f726c395b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190716/3b2214d5/attachment.html>


More information about the Pkg-grass-devel mailing list