[DHG_packages] 02/03: authenticate-oauth: patch to use newer RSA
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 10 23:23:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to branch master
in repository DHG_packages.
commit e57cc43bc2cf9869b2011f0a5f587cb4ad18136a
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sun Sep 10 16:18:48 2017 -0700
authenticate-oauth: patch to use 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 2c16787..5daa78a 100644
--- a/p/haskell-authenticate-oauth/debian/changelog
+++ b/p/haskell-authenticate-oauth/debian/changelog
@@ -1,3 +1,9 @@
+haskell-authenticate-oauth (1.6-2) unstable; urgency=medium
+
+ * Patch to use newer haskell-rsa.
+
+ -- Sean Whitton <spwhitton at spwhitton.name> Sun, 10 Sep 2017 16:20:44 -0700
+
haskell-authenticate-oauth (1.6-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-authenticate-oauth/debian/control b/p/haskell-authenticate-oauth/debian/control
index 86a9c49..d86a1d9 100644
--- a/p/haskell-authenticate-oauth/debian/control
+++ b/p/haskell-authenticate-oauth/debian/control
@@ -26,7 +26,7 @@ Build-Depends:
libghc-http-types-prof,
libghc-random-dev,
libghc-random-prof,
- libghc-rsa-dev (<< 2.3),
+ libghc-rsa-dev (<< 2.4),
libghc-rsa-dev (>= 2.0),
libghc-rsa-prof,
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..363591e
--- /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 @@ library
+ , transformers >= 0.1 && < 0.6
+ , bytestring >= 0.9
+ , crypto-pubkey-types >= 0.1 && < 0.5
+- , RSA >= 2.0 && < 2.3
++ , RSA >= 2.0 && < 2.4
+ , 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