diff options
author | Clint Adams <clint@debian.org> | 2016-01-13 17:46:26 -0500 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-01-13 17:46:26 -0500 |
commit | 1039b089d0d9d95c37ae98031bda4bcfe756fd64 (patch) | |
tree | e2d030b34e4937416e298449da1003d2e3a2c3bb /p/haskell-authenticate-oauth | |
parent | e2d8947817bc38edf7967402940472a65e6908b6 (diff) | |
download | DHG_packages-1039b089d0d9d95c37ae98031bda4bcfe756fd64.tar.gz |
authenticate-oauth: patch to build with newer RSA
Diffstat (limited to 'p/haskell-authenticate-oauth')
-rw-r--r-- | p/haskell-authenticate-oauth/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-authenticate-oauth/debian/control | 2 | ||||
-rw-r--r-- | p/haskell-authenticate-oauth/debian/patches/newer-rsa | 11 | ||||
-rw-r--r-- | p/haskell-authenticate-oauth/debian/patches/series | 1 |
4 files changed, 19 insertions, 1 deletions
diff --git a/p/haskell-authenticate-oauth/debian/changelog b/p/haskell-authenticate-oauth/debian/changelog index 3d5b7261e..05ffb4e10 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@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 abd46969a..44925ffb8 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 000000000..f43461be0 --- /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 000000000..5982539f2 --- /dev/null +++ b/p/haskell-authenticate-oauth/debian/patches/series @@ -0,0 +1 @@ +newer-rsa |