summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-authenticate-oauth/debian/changelog6
-rw-r--r--p/haskell-authenticate-oauth/debian/control2
-rw-r--r--p/haskell-authenticate-oauth/debian/patches/newer-rsa11
-rw-r--r--p/haskell-authenticate-oauth/debian/patches/series1
4 files changed, 19 insertions, 1 deletions
diff --git a/p/haskell-authenticate-oauth/debian/changelog b/p/haskell-authenticate-oauth/debian/changelog
index 2c1678774..5daa78adc 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@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 86a9c495b..d86a1d964 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 000000000..363591e17
--- /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 000000000..5982539f2
--- /dev/null
+++ b/p/haskell-authenticate-oauth/debian/patches/series
@@ -0,0 +1 @@
+newer-rsa