[r-cran-rprotobuf] 01/01: Updated changelog for new upstream ... and added bindnow hardening patch
Jonathon Love
jon at thon.cc
Sat Sep 3 07:59:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
jonathon-guest pushed a commit to branch master
in repository r-cran-rprotobuf.
commit e86a32be7a033c70a5e54d48a5e260bc54c4ab49
Author: Jonathon Love <jon at thon.cc>
Date: Sat Sep 3 17:58:11 2016 +1000
Updated changelog for new upstream
... and added bindnow hardening patch
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/copyright | 2 +-
debian/patches/add-hardening.patch | 10 ++++++++++
debian/patches/series | 1 +
5 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7689044..1496678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+r-cran-rprotobuf (0.4.5-1) unstable; urgency=medium
+
+ * New upstream release
+ * Added bindnow hardening patch
+
+ -- Jonathon Love <jon at thon.cc> Fri, 02 Sep 2016 22:09:05 +1000
+
r-cran-rprotobuf (0.4.3-1) unstable; urgency=low
* Initial release. (Closes: #822090)
diff --git a/debian/control b/debian/control
index b0b6cdc..b9633a5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
r-cran-rcurl,
libprotobuf-dev,
libprotoc-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-rprotobuf.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-rprotobuf.git
Homepage: http://cran.r-project.org/package=RProtoBuf
diff --git a/debian/copyright b/debian/copyright
index 3c894c6..77c2165 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Dirk Eddelbuettel <edd at debian.org>
Source: http://cran.r-project.org/web/packages/RProtoBuf
Files: *
-Copyright: 2010-2015 Romain Francois, Dirk Eddelbuettel, Murray Stokely, Jeroen Ooms
+Copyright: 2010-2016 Romain Francois, Dirk Eddelbuettel, Murray Stokely, Jeroen Ooms
License: GPL-2+
Files: debian/*
diff --git a/debian/patches/add-hardening.patch b/debian/patches/add-hardening.patch
new file mode 100644
index 0000000..4d426e6
--- /dev/null
+++ b/debian/patches/add-hardening.patch
@@ -0,0 +1,10 @@
+Description: Added bindnow hardening
+Author: Jonathon Love <jon at thon.cc>
+--- a/src/Makevars.in
++++ b/src/Makevars.in
+@@ -4,4 +4,4 @@
+ ## both Rcpp (ie libRcpp.so and Rcpp.h) and
+ ## ProtoBuf headers and library via the variables
+ PKG_CPPFLAGS= @PKG_CPPFLAGS@
+-PKG_LIBS= @PKG_LIBS@
++PKG_LIBS= @PKG_LIBS@ -Wl,-z,now
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b836b90
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-hardening.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rprotobuf.git
More information about the debian-science-commits
mailing list