[Git][haskell-team/DHG_packages][master] http-conduit: Upgrading from 2.3.7.3 to 2.3.8
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jul 29 18:16:16 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ff1e7747 by Clint Adams at 2022-07-29T13:16:01-04:00
http-conduit: Upgrading from 2.3.7.3 to 2.3.8
- - - - -
4 changed files:
- p/haskell-http-conduit/debian/changelog
- p/haskell-http-conduit/debian/control
- − p/haskell-http-conduit/debian/patches/fix-tests
- − p/haskell-http-conduit/debian/patches/series
Changes:
=====================================
p/haskell-http-conduit/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http-conduit (2.3.7.3-3) UNRELEASED; urgency=medium
+haskell-http-conduit (2.3.8-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:34 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Fri, 29 Jul 2022 13:14:09 -0400
haskell-http-conduit (2.3.7.3-2) unstable; urgency=medium
=====================================
p/haskell-http-conduit/debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends:
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
libghc-http-client-dev (>= 0.5.13),
- libghc-http-client-dev (<< 0.7),
+ libghc-http-client-dev (<< 0.8),
libghc-http-client-prof,
libghc-http-client-tls-dev (>= 0.3),
libghc-http-client-tls-dev (<< 0.4),
@@ -50,6 +50,9 @@ Build-Depends:
libghc-resourcet-dev,
libghc-streaming-commons-dev,
libghc-temporary-dev,
+ libghc-temporary-prof,
+ libghc-tls-dev,
+ libghc-tls-prof,
libghc-unliftio-dev,
libghc-utf8-string-dev,
libghc-wai-conduit-dev,
=====================================
p/haskell-http-conduit/debian/patches/fix-tests deleted
=====================================
@@ -1,11 +0,0 @@
---- a/test/main.hs
-+++ b/test/main.hs
-@@ -406,7 +406,7 @@
- describe "hostAddress" $ do
- it "overrides host" $ withApp app $ \port -> do
- req' <- parseUrlThrow $ "http://example.com:" ++ show port
-- let req = req' { hostAddress = Just 0x0100007f } -- 127.0.0.1
-+ let req = req' { hostAddress = Just $ NS.tupleToHostAddress (127, 0, 0, 1) }
- manager <- newManager tlsManagerSettings
- res <- httpLbs req manager
- responseBody res @?= "homepage for example.com"
=====================================
p/haskell-http-conduit/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-fix-tests
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ff1e77479ed1c76d1bb22a1aa0405184f25d14b8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ff1e77479ed1c76d1bb22a1aa0405184f25d14b8
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/20220729/19a7064d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list