[Pkg-virtualbox-commits] [virtualbox] 01/01: Disable bindnow in hardening-wrapper.
Felix Geyer
fgeyer at moszumanska.debian.org
Sat Feb 15 14:23:30 UTC 2014
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository virtualbox.
commit e254abd6ff551b3c2e03ab91f9b7294958226820
Author: Felix Geyer <fgeyer at debian.org>
Date: Sat Feb 15 13:57:54 2014 +0100
Disable bindnow in hardening-wrapper.
This fixes loading the x11 driver.
LP: #1280292
---
debian/changelog | 7 +++++++
debian/rules | 1 +
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0517f2d..2a21687 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (4.3.6-dfsg-2) unstable; urgency=medium
+
+ * Disable bindnow in hardening-wrapper. This fixes loading the x11 driver.
+ (LP: #1280292)
+
+ -- Felix Geyer <fgeyer at debian.org> Sat, 15 Feb 2014 11:02:21 +0100
+
virtualbox (4.3.6-dfsg-1) unstable; urgency=medium
* New upstream release. (Closes: #733263)
diff --git a/debian/rules b/debian/rules
index ee845b6..1f5df85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ SERVER_DEPENDS = $(shell cat /usr/share/xserver-xorg/videodrvdep 2>/dev/null)
export DEB_BUILD_HARDENING=1
export DEB_BUILD_HARDENING_PIE=0
export DEB_BUILD_HARDENING_FORMAT=0
+export DEB_BUILD_HARDENING_BINDNOW=0
%:
dh $@ --with python2,dkms
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list