[Pkg-haskell-commits] darcs: tools: Import authenticate-oauth-1.4.0.6.patch
Joachim Breitner
mail at joachim-breitner.de
Sat Jun 15 08:53:43 UTC 2013
Sat Jun 15 08:43:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Import authenticate-oauth-1.4.0.6.patch
M ./all-packages/packages.txt -1 +1
A ./all-packages/patches/authenticate-oauth-1.4.0.6.patch
Sat Jun 15 08:43:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Import authenticate-oauth-1.4.0.6.patch
diff -rN -u old-tools/all-packages/packages.txt new-tools/all-packages/packages.txt
--- old-tools/all-packages/packages.txt 2013-06-15 08:53:43.126050568 +0000
+++ new-tools/all-packages/packages.txt 2013-06-15 08:53:43.186295705 +0000
@@ -19,7 +19,7 @@
attoparsec-enumerator 0.3.1
augeas 0.6.1
authenticate 1.3.2.6
-authenticate-oauth 1.4.0.6 patched to work with crypto-pubkey-types-0.4
+authenticate-oauth 1.4.0.6
base16-bytestring 0.1.1.5
base64-bytestring 1.0.0.0
base64-conduit 1.0.0
diff -rN -u old-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch new-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch
--- old-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-tools/all-packages/patches/authenticate-oauth-1.4.0.6.patch 2013-06-15 08:53:43.134247875 +0000
@@ -0,0 +1,15 @@
+Description: Bump crypto-pubkey-types dependency
+Author: Joachim Breitner <nomeata at debian.org>
+Bug: https://github.com/yesodweb/authenticate/issues/22
+
+--- haskell-authenticate-oauth-1.4.0.6.orig/authenticate-oauth.cabal
++++ haskell-authenticate-oauth-1.4.0.6/authenticate-oauth.cabal
+@@ -18,7 +18,7 @@ library
+ , http-conduit >= 1.4
+ , transformers >= 0.1 && < 0.4
+ , bytestring >= 0.9
+- , crypto-pubkey-types >= 0.1 && < 0.4
++ , crypto-pubkey-types >= 0.1 && < 0.5
+ , RSA >= 1.2 && < 1.3
+ , time
+ , data-default
More information about the Pkg-haskell-commits
mailing list