From fdff079a7bcea01b3928f4e4ada38dd985b8aa16 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 16 Nov 2011 01:06:27 +0900 Subject: [PATCH] Bump version to 0.10.1.2 --- .ditz-plugins | 1 - .gitignore | 1 - HsOpenSSL.cabal | 37 ++++++++++--------- NEWS | 4 +- ...768bf423579aa5ff1bf307d2786cf3a800214.yaml | 26 ------------- ...16a58318e673bf7593c0d5365630f4bd5a462.yaml | 22 ----------- ...663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml | 22 ----------- ...485b28bf91b0932b66d9039f7fd7d578f7681.yaml | 22 ----------- bugs/project.yaml | 20 ---------- 9 files changed, 21 insertions(+), 134 deletions(-) delete mode 100644 .ditz-plugins delete mode 100644 bugs/issue-450768bf423579aa5ff1bf307d2786cf3a800214.yaml delete mode 100644 bugs/issue-62016a58318e673bf7593c0d5365630f4bd5a462.yaml delete mode 100644 bugs/issue-c63663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml delete mode 100644 bugs/issue-f9e485b28bf91b0932b66d9039f7fd7d578f7681.yaml delete mode 100644 bugs/project.yaml diff --git a/.ditz-plugins b/.ditz-plugins deleted file mode 100644 index 2756e1e..0000000 --- a/.ditz-plugins +++ /dev/null @@ -1 +0,0 @@ -- git diff --git a/.gitignore b/.gitignore index 4f7fc97..6486729 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.hi *.o -.ditz-config Setup dist examples/GenRSAKey diff --git a/HsOpenSSL.cabal b/HsOpenSSL.cabal index 84b5786..2422609 100644 --- a/HsOpenSSL.cabal +++ b/HsOpenSSL.cabal @@ -1,26 +1,27 @@ -Name: HsOpenSSL -Synopsis: (Incomplete) OpenSSL binding for Haskell +Name: HsOpenSSL +Synopsis: (Incomplete) OpenSSL binding for Haskell Description: - HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It - can generate RSA and DSA keys, read and write PEM files, - generate message digests, sign and verify messages, encrypt - and decrypt messages. It also has some capabilities of - creating SSL clients and servers. -Version: 0.10.1.1 -License: PublicDomain -License-File: COPYING -Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen -Maintainer: PHO -Stability: stable -Homepage: http://cielonegro.org/HsOpenSSL.html -Bug-Reports: http://static.cielonegro.org/ditz/HsOpenSSL/ -Category: Cryptography -Tested-With: GHC == 7.0.3 + HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It can + generate RSA and DSA keys, read and write PEM files, generate + message digests, sign and verify messages, encrypt and decrypt + messages. It has also some capabilities of creating SSL clients + and servers. +Version: 0.10.1.2 +License: PublicDomain +License-File: COPYING +Author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen +Maintainer: PHO +Stability: stable +Homepage: https://github.com/phonohawk/HsOpenSSL +Bug-Reports: https://github.com/phonohawk/HsOpenSSL/issues +Category: Cryptography +Tested-With: GHC == 7.0.3 Cabal-Version: >= 1.6 -Build-Type: Simple +Build-Type: Simple Extra-Source-Files: AUTHORS NEWS + README.rst cbits/HsOpenSSL.h cbits/mutex.h examples/Makefile diff --git a/NEWS b/NEWS index ea53d21..a302304 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -*- coding: utf-8 -*- -Changes from 0.10.1.1 to ? --------------------------- +Changes from 0.10.1.1 to 0.10.1.2 +--------------------------------- * Applied a patch by Mikhail Vorozhtsov: - Moved all EVP-related private functions to OpenSSL.EVP.Internal. diff --git a/bugs/issue-450768bf423579aa5ff1bf307d2786cf3a800214.yaml b/bugs/issue-450768bf423579aa5ff1bf307d2786cf3a800214.yaml deleted file mode 100644 index 6df6aa3..0000000 --- a/bugs/issue-450768bf423579aa5ff1bf307d2786cf3a800214.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- !ditz.rubyforge.org,2008-03-06/issue -title: Added optional verification callback to VerifyPeer. -desc: "" -type: :feature -component: HsOpenSSL -release: HsOpenSSL-0.10.1 -reporter: Mikhail Vorozhtsov -status: :closed -disposition: :fixed -creation_time: 2011-08-05 08:09:35.237407 Z -references: [] - -id: 450768bf423579aa5ff1bf307d2786cf3a800214 -log_events: -- - 2011-08-05 08:09:37.679957 Z - - PHO - - created - - "" -- - 2011-08-05 08:11:49.359898 Z - - PHO - - commented - - This has been applied to the darcs HEAD. -- - 2011-08-05 08:12:00.658529 Z - - PHO - - closed with disposition fixed - - "" diff --git a/bugs/issue-62016a58318e673bf7593c0d5365630f4bd5a462.yaml b/bugs/issue-62016a58318e673bf7593c0d5365630f4bd5a462.yaml deleted file mode 100644 index fbcb67e..0000000 --- a/bugs/issue-62016a58318e673bf7593c0d5365630f4bd5a462.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- !ditz.rubyforge.org,2008-03-06/issue -title: Added revocation lookup function. -desc: "" -type: :feature -component: HsOpenSSL -release: HsOpenSSL-0.10.1 -reporter: Mikhail Vorozhtsov -status: :closed -disposition: :fixed -creation_time: 2011-08-18 08:58:11.369808 Z -references: [] - -id: 62016a58318e673bf7593c0d5365630f4bd5a462 -log_events: -- - 2011-08-18 08:58:12.630362 Z - - PHO - - created - - "" -- - 2011-08-18 09:10:44.897442 Z - - PHO - - closed with disposition fixed - - Applied. diff --git a/bugs/issue-c63663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml b/bugs/issue-c63663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml deleted file mode 100644 index af635c7..0000000 --- a/bugs/issue-c63663efd20187aefdb6cc9ca4ffd73284b53b4f.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- !ditz.rubyforge.org,2008-03-06/issue -title: Added bindings to Diffie-Hellman functions. -desc: "" -type: :feature -component: HsOpenSSL -release: HsOpenSSL-0.10.1 -reporter: Mikhail Vorozhtsov -status: :closed -disposition: :fixed -creation_time: 2011-08-18 08:50:38.814940 Z -references: [] - -id: c63663efd20187aefdb6cc9ca4ffd73284b53b4f -log_events: -- - 2011-08-18 08:50:40.630805 Z - - PHO - - created - - "" -- - 2011-08-18 09:10:25.475127 Z - - PHO - - closed with disposition fixed - - Applied. diff --git a/bugs/issue-f9e485b28bf91b0932b66d9039f7fd7d578f7681.yaml b/bugs/issue-f9e485b28bf91b0932b66d9039f7fd7d578f7681.yaml deleted file mode 100644 index 25bc268..0000000 --- a/bugs/issue-f9e485b28bf91b0932b66d9039f7fd7d578f7681.yaml +++ /dev/null @@ -1,22 +0,0 @@ ---- !ditz.rubyforge.org,2008-03-06/issue -title: Expose low-level asynchronous versions of accept, connect, read, write and shutdown. -desc: "" -type: :feature -component: HsOpenSSL -release: HsOpenSSL-0.10.1 -reporter: Mikhail Vorozhtsov -status: :closed -disposition: :fixed -creation_time: 2011-08-05 08:10:34.180504 Z -references: [] - -id: f9e485b28bf91b0932b66d9039f7fd7d578f7681 -log_events: -- - 2011-08-05 08:11:01.966364 Z - - PHO - - created - - This has been applied to the darcs HEAD. -- - 2011-08-05 08:12:06.505790 Z - - PHO - - closed with disposition fixed - - "" diff --git a/bugs/project.yaml b/bugs/project.yaml deleted file mode 100644 index d264d81..0000000 --- a/bugs/project.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- !ditz.rubyforge.org,2008-03-06/project -name: HsOpenSSL -version: "0.5" -components: -- !ditz.rubyforge.org,2008-03-06/component - name: HsOpenSSL -releases: -- !ditz.rubyforge.org,2008-03-06/release - name: HsOpenSSL-0.10.1 - status: :released - release_time: 2011-08-27 14:02:31.854882 Z - log_events: - - - 2011-08-05 08:08:53.735865 Z - - PHO - - created - - This release will include several patches from Mikhail Vorozhtsov. - - - 2011-08-27 14:02:31.854903 Z - - PHO - - released - - Done.