[DHG_packages] 01/01: authenticate-oauth: patch to build with newer RSA
Clint Adams
clint at moszumanska.debian.org
Wed Jan 13 22:47:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 1039b089d0d9d95c37ae98031bda4bcfe756fd64
Author: Clint Adams <clint at debian.org>
Date: Wed Jan 13 17:46:26 2016 -0500
authenticate-oauth: patch to build with newer RSA
---
p/haskell-authenticate-oauth/debian/changelog | 6 ++++++
p/haskell-authenticate-oauth/debian/control | 2 +-
p/haskell-authenticate-oauth/debian/patches/newer-rsa | 11 +++++++++++
p/haskell-authenticate-oauth/debian/patches/series | 1 +
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/p/haskell-authenticate-oauth/debian/changelog b/p/haskell-authenticate-oauth/debian/changelog
index 3d5b726..05ffb4e 100644
--- a/p/haskell-authenticate-oauth/debian/changelog
+++ b/p/haskell-authenticate-oauth/debian/changelog
@@ -1,3 +1,9 @@
+haskell-authenticate-oauth (1.5.1.1-6) unstable; urgency=medium
+
+ * Patch to build with newer RSA.
+
+ -- Clint Adams <clint at debian.org> Wed, 13 Jan 2016 17:41:14 -0500
+
haskell-authenticate-oauth (1.5.1.1-5) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-authenticate-oauth/debian/control b/p/haskell-authenticate-oauth/debian/control
index abd4696..44925ff 100644
--- a/p/haskell-authenticate-oauth/debian/control
+++ b/p/haskell-authenticate-oauth/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
ghc,
ghc-prof,
libghc-rsa-dev (>= 2.0),
- libghc-rsa-dev (<< 2.2),
+ libghc-rsa-dev (<< 2.3),
libghc-rsa-prof,
libghc-sha-dev (>= 1.4),
libghc-sha-dev (<< 1.7),
diff --git a/p/haskell-authenticate-oauth/debian/patches/newer-rsa b/p/haskell-authenticate-oauth/debian/patches/newer-rsa
new file mode 100644
index 0000000..f43461b
--- /dev/null
+++ b/p/haskell-authenticate-oauth/debian/patches/newer-rsa
@@ -0,0 +1,11 @@
+--- a/authenticate-oauth.cabal
++++ b/authenticate-oauth.cabal
+@@ -19,7 +19,7 @@
+ , transformers >= 0.1 && < 0.5
+ , bytestring >= 0.9
+ , crypto-pubkey-types >= 0.1 && < 0.5
+- , RSA >= 2.0 && < 2.2
++ , RSA >= 2.0 && < 2.3
+ , time
+ , data-default
+ , base64-bytestring >= 0.1 && < 1.1
diff --git a/p/haskell-authenticate-oauth/debian/patches/series b/p/haskell-authenticate-oauth/debian/patches/series
new file mode 100644
index 0000000..5982539
--- /dev/null
+++ b/p/haskell-authenticate-oauth/debian/patches/series
@@ -0,0 +1 @@
+newer-rsa
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list