[Git][haskell-team/DHG_packages][master] 5 commits: crypton-connection: Initial release
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Sep 27 16:27:27 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
335437a2 by Ilias Tsitsimpis at 2024-09-27T18:11:30+03:00
crypton-connection: Initial release
- - - - -
eac96437 by Ilias Tsitsimpis at 2024-09-27T18:11:30+03:00
crypton-x509: Upgrading from 1.7.6 to 1.7.7
- - - - -
5fea9940 by Ilias Tsitsimpis at 2024-09-27T18:15:33+03:00
tls: Upgrading from 1.6.0 to 1.8.0
- - - - -
fa7dd71d by Ilias Tsitsimpis at 2024-09-27T18:17:45+03:00
async: Upgrading from 2.2.4 to 2.2.5
- - - - -
146d3ad9 by Ilias Tsitsimpis at 2024-09-27T18:19:35+03:00
hashable: Upgrading from 1.4.3.0 to 1.4.4.0
- - - - -
17 changed files:
- p/haskell-async/debian/changelog
- − p/haskell-async/debian/patches/newer-deps
- − p/haskell-async/debian/patches/series
- + p/haskell-crypton-connection/debian/changelog
- + p/haskell-crypton-connection/debian/compat
- + p/haskell-crypton-connection/debian/control
- + p/haskell-crypton-connection/debian/copyright
- + p/haskell-crypton-connection/debian/rules
- + p/haskell-crypton-connection/debian/source/format
- + p/haskell-crypton-connection/debian/watch
- p/haskell-crypton-x509/debian/changelog
- − p/haskell-crypton-x509/debian/patches/fix-tests
- − p/haskell-crypton-x509/debian/patches/series
- p/haskell-hashable/debian/changelog
- p/haskell-hashable/debian/control
- p/haskell-tls/debian/changelog
- p/haskell-tls/debian/control
Changes:
=====================================
p/haskell-async/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-async (2.2.4-5) UNRELEASED; urgency=medium
+haskell-async (2.2.5-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:16:57 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 27 Sep 2024 18:17:19 +0300
haskell-async (2.2.4-4) unstable; urgency=medium
=====================================
p/haskell-async/debian/patches/newer-deps deleted
=====================================
@@ -1,47 +0,0 @@
-Index: b/async.cabal
-===================================================================
---- a/async.cabal
-+++ b/async.cabal
-@@ -1,6 +1,7 @@
- name: async
- version: 2.2.4
- -- don't forget to update ./changelog.md!
-+x-revision: 3
- synopsis: Run IO operations asynchronously and wait for their results
-
- description:
-@@ -35,9 +36,11 @@ cabal-version: >=1.10
- homepage: https://github.com/simonmar/async
- bug-reports: https://github.com/simonmar/async/issues
- tested-with:
-- GHC == 9.2.0.20210821
-- GHC == 9.0.1
-- GHC == 8.10.4
-+ GHC == 9.6.1
-+ GHC == 9.4.4
-+ GHC == 9.2.7
-+ GHC == 9.0.2
-+ GHC == 8.10.7
- GHC == 8.8.4
- GHC == 8.6.5
- GHC == 8.4.4
-@@ -64,8 +67,8 @@ library
- if impl(ghc>=7.1)
- other-extensions: Trustworthy
- exposed-modules: Control.Concurrent.Async
-- build-depends: base >= 4.3 && < 4.17,
-- hashable >= 1.1.2.0 && < 1.4,
-+ build-depends: base >= 4.3 && < 4.19,
-+ hashable >= 1.1.2.0 && < 1.5,
- stm >= 2.2 && < 2.6
-
- test-suite test-async
-@@ -73,7 +76,7 @@ test-suite test-async
- type: exitcode-stdio-1.0
- hs-source-dirs: test
- main-is: test-async.hs
-- build-depends: base >= 4.3 && < 4.17,
-+ build-depends: base,
- async,
- stm,
- test-framework,
=====================================
p/haskell-async/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps
=====================================
p/haskell-crypton-connection/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-crypton-connection (0.3.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #1056063)
+ * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 27 Sep 2024 18:09:49 +0300
=====================================
p/haskell-crypton-connection/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-crypton-connection/debian/control
=====================================
@@ -0,0 +1,87 @@
+Source: haskell-crypton-connection
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-basement-dev,
+ libghc-basement-prof,
+ libghc-crypton-x509-dev (>= 1.5),
+ libghc-crypton-x509-prof,
+ libghc-crypton-x509-store-dev (>= 1.5),
+ libghc-crypton-x509-store-prof,
+ libghc-crypton-x509-system-dev (>= 1.5),
+ libghc-crypton-x509-system-prof,
+ libghc-crypton-x509-validation-dev (>= 1.5),
+ libghc-crypton-x509-validation-prof,
+ libghc-data-default-class-dev,
+ libghc-data-default-class-prof,
+ libghc-network-dev (>= 2.6.3),
+ libghc-network-prof,
+ libghc-socks-dev (>= 0.6),
+ libghc-socks-prof,
+ libghc-tls-dev (>= 1.7),
+ libghc-tls-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-basement-doc,
+ libghc-crypton-x509-doc,
+ libghc-crypton-x509-store-doc,
+ libghc-crypton-x509-system-doc,
+ libghc-crypton-x509-validation-doc,
+ libghc-data-default-class-doc,
+ libghc-network-doc,
+ libghc-socks-doc,
+ libghc-tls-doc,
+Standards-Version: 4.7.0
+Homepage: https://github.com/kazu-yamamoto/crypton-connection
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-crypton-connection
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-crypton-connection]
+X-Description: simple and easy network connections API
+ Simple network library for all your connection needs. This library
+ provides a very simple API to create sockets to a destination with
+ the choice of SSL/TLS, and SOCKS.
+
+Package: libghc-crypton-connection-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-crypton-connection-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-crypton-connection-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-crypton-connection/debian/copyright
=====================================
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crypton-connection
+Upstream-Contact: Kazu Yamamoto <kazu at iij.ad.jp>
+Source: https://hackage.haskell.org/package/crypton-connection
+
+Files: *
+Copyright:
+ (c) 2012-2019 Vincent Hanquez <vincent at snarc.org>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2012-2019 Vincent Hanquez <vincent at snarc.org>
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
=====================================
p/haskell-crypton-connection/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-crypton-connection/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-crypton-connection/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/crypton-connection/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-crypton-x509/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-crypton-x509 (1.7.6-3) UNRELEASED; urgency=medium
+haskell-crypton-x509 (1.7.7-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:11 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 27 Sep 2024 17:47:46 +0300
haskell-crypton-x509 (1.7.6-2) unstable; urgency=medium
=====================================
p/haskell-crypton-x509/debian/patches/fix-tests deleted
=====================================
@@ -1,24 +0,0 @@
-From 5281ff115a18621407b41f9560fd6cd65c602fcc Mon Sep 17 00:00:00 2001
-From: Felix Yan <felixonmars at archlinux.org>
-Date: Fri, 9 Jun 2023 04:15:59 +0300
-Subject: [PATCH] Correct dependency in tests
-
-Fixes #1. I believe it's just missing a rename.
----
- x509/crypton-x509.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: b/crypton-x509.cabal
-===================================================================
---- a/crypton-x509.cabal
-+++ b/crypton-x509.cabal
-@@ -54,8 +54,8 @@ Test-Suite test-x509
- , tasty-quickcheck
- , hourglass
- , asn1-types
-- , x509
- , crypton
-+ , crypton-x509
- ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
-
- source-repository head
=====================================
p/haskell-crypton-x509/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-tests
=====================================
p/haskell-hashable/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hashable (1.4.3.0-2) UNRELEASED; urgency=medium
+haskell-hashable (1.4.4.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:31 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 27 Sep 2024 18:19:34 +0300
haskell-hashable (1.4.3.0-1) unstable; urgency=medium
=====================================
p/haskell-hashable/debian/control
=====================================
@@ -9,7 +9,10 @@ Build-Depends: debhelper (>= 10),
cdbs,
ghc (>= 9.4),
ghc-prof,
+ libghc-os-string-dev (>= 2.0.2),
+ libghc-os-string-prof,
Build-Depends-Indep: ghc-doc,
+ libghc-os-string-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/haskell-unordered-containers/hashable
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hashable
=====================================
p/haskell-tls/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tls (1.6.0-2) UNRELEASED; urgency=medium
+haskell-tls (1.8.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:30 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 27 Sep 2024 18:14:54 +0300
haskell-tls (1.6.0-1) unstable; urgency=medium
=====================================
p/haskell-tls/debian/control
=====================================
@@ -19,44 +19,45 @@ Build-Depends:
libghc-async-prof,
libghc-cereal-dev (>= 0.5.3),
libghc-cereal-prof,
- libghc-cryptonite-dev (>= 0.27),
- libghc-cryptonite-prof,
+ libghc-crypton-dev,
+ libghc-crypton-prof,
+ libghc-crypton-x509-dev (>= 1.7.5),
+ libghc-crypton-x509-prof,
+ libghc-crypton-x509-store-dev (>= 1.6),
+ libghc-crypton-x509-store-prof,
+ libghc-crypton-x509-validation-dev (>= 1.6.5),
+ libghc-crypton-x509-validation-prof,
libghc-data-default-class-dev,
libghc-data-default-class-prof,
- libghc-hourglass-dev,
- libghc-hourglass-prof,
libghc-memory-dev (>= 0.14.6),
libghc-memory-prof,
libghc-network-dev (>= 2.4.0.0),
libghc-network-prof,
- libghc-x509-dev (>= 1.7.5),
- libghc-x509-prof,
- libghc-x509-store-dev (>= 1.6),
- libghc-x509-store-prof,
- libghc-x509-validation-dev (>= 1.6.5),
- libghc-x509-validation-prof,
+ libghc-unix-time-dev,
+ libghc-unix-time-prof,
libghc-quickcheck2-dev,
libghc-asn1-types-dev,
- libghc-cryptonite-dev,
+ libghc-crypton-x509-dev,
+ libghc-crypton-x509-validation-dev,
+ libghc-hourglass-dev,
+ libghc-hourglass-prof,
libghc-tasty-dev,
libghc-tasty-quickcheck-dev,
- libghc-x509-dev,
- libghc-x509-validation-dev,
Build-Depends-Indep: ghc-doc,
libghc-asn1-encoding-doc,
libghc-asn1-types-doc,
libghc-async-doc,
libghc-cereal-doc,
- libghc-cryptonite-doc,
+ libghc-crypton-doc,
+ libghc-crypton-x509-doc,
+ libghc-crypton-x509-store-doc,
+ libghc-crypton-x509-validation-doc,
libghc-data-default-class-doc,
- libghc-hourglass-doc,
libghc-memory-doc,
libghc-network-doc,
- libghc-x509-doc,
- libghc-x509-store-doc,
- libghc-x509-validation-doc,
+ libghc-unix-time-doc,
Standards-Version: 4.7.0
-Homepage: http://github.com/vincenthz/hs-tls
+Homepage: https://github.com/haskell-tls/hs-tls
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tls
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tls]
X-Description: native Haskell implementation of TLS/SSL protocol
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/7cbfc23be39d9faee0821bec8c17315e1128c5e5...146d3ad9cbcaae73aaa2f9a13f8bd49141560ad2
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/7cbfc23be39d9faee0821bec8c17315e1128c5e5...146d3ad9cbcaae73aaa2f9a13f8bd49141560ad2
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/20240927/550187ba/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list