[Git][haskell-team/DHG_packages][master] cryptohash-sha256: Upgrading from 0.11.101.0 to 0.11.102.1

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jul 19 23:37:25 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e6b7ab6f by Clint Adams at 2022-07-19T18:36:14-04:00
cryptohash-sha256: Upgrading from 0.11.101.0 to 0.11.102.1

- - - - -


5 changed files:

- p/haskell-cryptohash-sha256/debian/changelog
- p/haskell-cryptohash-sha256/debian/control
- − p/haskell-cryptohash-sha256/debian/patches/newer-deps
- − p/haskell-cryptohash-sha256/debian/patches/newer-tasty
- − p/haskell-cryptohash-sha256/debian/patches/series


Changes:

=====================================
p/haskell-cryptohash-sha256/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-cryptohash-sha256 (0.11.101.0-10) UNRELEASED; urgency=medium
+haskell-cryptohash-sha256 (0.11.102.1-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:11 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 19 Jul 2022 18:35:33 -0400
 
 haskell-cryptohash-sha256 (0.11.101.0-9) unstable; urgency=medium
 


=====================================
p/haskell-cryptohash-sha256/debian/control
=====================================
@@ -11,11 +11,18 @@ Build-Depends: debhelper (>= 10),
  ghc-prof,
  libghc-sha-dev (>= 1.6.4),
  libghc-sha-dev (<< 1.7),
- libghc-base16-bytestring-dev (>= 0.1.1),
- libghc-base16-bytestring-dev (<< 0.2),
- libghc-tasty-dev (>= 0.11),
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (>= 0.8),
+ libghc-sha-prof,
+ libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-prof,
+ libghc-tasty-dev (>= 1.4),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/hvr/cryptohash-sha256


=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-deps deleted
=====================================
@@ -1,42 +0,0 @@
---- a/cryptohash-sha256.cabal
-+++ b/cryptohash-sha256.cabal
-@@ -16,8 +16,6 @@
- compute a SHA-256 hash over 230 MiB of data in under one second.
- (If, instead, you require a pure Haskell implementation and performance is secondary, please refer to the [SHA package](https://hackage.haskell.org/package/SHA).)
- .
--
--.
- Additionally, this package provides support for
- .
- - HMAC-SHA-256: SHA-256-based [Hashed Message Authentication Codes](https://en.wikipedia.org/wiki/HMAC) (HMAC)
-@@ -25,6 +23,13 @@
- .
- conforming to [RFC6234](https://tools.ietf.org/html/rfc6234), [RFC4231](https://tools.ietf.org/html/rfc4231), [RFC5869](https://tools.ietf.org/html/rfc5869), et al..
- .
-+=== Packages in the @cryptohash-*@ family
-+.
-+- <https://hackage.haskell.org/package/cryptohash-md5    cryptohash-md5>
-+- <https://hackage.haskell.org/package/cryptohash-sha1   cryptohash-sha1>
-+- <https://hackage.haskell.org/package/cryptohash-sha256 cryptohash-sha256>
-+- <https://hackage.haskell.org/package/cryptohash-sha512 cryptohash-sha512>
-+.
- === Relationship to the @cryptohash@ package and its API
- .
- This package has been originally a fork of @cryptohash-0.11.7@ because the @cryptohash@
-@@ -54,6 +59,7 @@
-                    , GHC == 7.10.3
-                    , GHC == 8.0.2
-                    , GHC == 8.2.1
-+                   , GHC == 8.4.1
- 
- extra-source-files:  cbits/hs_sha256.h
-                      changelog.md
-@@ -74,7 +80,7 @@
-                      Trustworthy
-                      Unsafe
- 
--  build-depends:     base             >= 4.5   && < 4.11
-+  build-depends:     base             >= 4.5   && < 4.15
-                    , bytestring       >= 0.9.2 && < 0.11
- 
-   ghc-options:       -Wall


=====================================
p/haskell-cryptohash-sha256/debian/patches/newer-tasty deleted
=====================================
@@ -1,17 +0,0 @@
-Index: b/cryptohash-sha256.cabal
-===================================================================
---- a/cryptohash-sha256.cabal
-+++ b/cryptohash-sha256.cabal
-@@ -118,9 +118,9 @@ test-suite test-sha256
- 
-                    , base16-bytestring >= 0.1.1  && < 0.2
-                    , SHA               >= 1.6.4  && < 1.7
--                   , tasty             == 0.11.*
--                   , tasty-quickcheck  == 0.8.*
--                   , tasty-hunit       == 0.9.*
-+                   , tasty             >= 0.11
-+                   , tasty-quickcheck  >= 0.8
-+                   , tasty-hunit       >= 0.9
- 
- benchmark bench-sha256
-   default-language:  Haskell2010


=====================================
p/haskell-cryptohash-sha256/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-newer-deps
-newer-tasty



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e6b7ab6fc71546efaf8c0b0faf0f382ea2610bd7

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e6b7ab6fc71546efaf8c0b0faf0f382ea2610bd7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220719/f6a9246f/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list