[SCM] mpv/master: Enable all hardening options

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sun Mar 30 18:09:36 UTC 2014


The following commit has been merged in the master branch:
commit aac774878f49161f7e94eb2942f51898e333a712
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Wed Mar 12 15:12:58 2014 +0100

    Enable all hardening options
    
    Closes: #741439
    Thanks: Simon Ruderich for the patch

diff --git a/debian/rules b/debian/rules
index 8d16538..120a8d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS:=hardening=+all # #741439
+
 ifeq ($(DEB_HOST_ARCH_CPU),$(filter $(DEB_HOST_ARCH_CPU),powerpc sparc))
 	export CC=gcc-4.8 # fixes #73363
 endif

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list