diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:13 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-26 01:43:13 +0400 |
| commit | 33abc79a08711312e487cee35089dbb6c7668211 (patch) | |
| tree | 83dec5557f3ec1ad1038acda0d81a129b999d3b0 /p/haskell-pwstore-fast | |
| parent | 8c805163406d6b35420794087abdd50636859b31 (diff) | |
| download | DHG_packages-33abc79a08711312e487cee35089dbb6c7668211.tar.gz | |
haskell-pwstore-fast: Move Haskell blurb to the end of the description, reduces the impact of #708703
Diffstat (limited to 'p/haskell-pwstore-fast')
| -rw-r--r-- | p/haskell-pwstore-fast/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-pwstore-fast/debian/control | 12 |
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-pwstore-fast/debian/changelog b/p/haskell-pwstore-fast/debian/changelog index 41e59c1b0..8d84bae5e 100644 --- a/p/haskell-pwstore-fast/debian/changelog +++ b/p/haskell-pwstore-fast/debian/changelog @@ -1,3 +1,10 @@ +haskell-pwstore-fast (2.3-3) UNRELEASED; urgency=low + + * Move Haskell blurb to the end of the description, reduces the impact + of #708703 + + -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:43:13 +0200 + haskell-pwstore-fast (2.3-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-pwstore-fast/debian/control b/p/haskell-pwstore-fast/debian/control index e8c922ea2..b75bd9a86 100644 --- a/p/haskell-pwstore-fast/debian/control +++ b/p/haskell-pwstore-fast/debian/control @@ -32,14 +32,14 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: secure password storage${haskell:ShortBlurb} - ${haskell:Blurb} - . To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable. + . + ${haskell:Blurb} Package: libghc-pwstore-fast-prof Architecture: any @@ -49,14 +49,14 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: secure password storage${haskell:ShortBlurb} - ${haskell:Blurb} - . To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable. + . + ${haskell:Blurb} Package: libghc-pwstore-fast-doc Section: doc @@ -65,11 +65,11 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: secure password storage${haskell:ShortBlurb} - ${haskell:Blurb} - . To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable. + . + ${haskell:Blurb} |
