[Git][haskell-team/DHG_packages][master] http-client-restricted: Upgrading from 0.0.3 to 0.0.5

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Jul 29 18:09:45 BST 2022



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


Commits:
4148ef8b by Clint Adams at 2022-07-29T13:09:25-04:00
http-client-restricted: Upgrading from 0.0.3 to 0.0.5

- - - - -


3 changed files:

- p/haskell-http-client-restricted/debian/changelog
- p/haskell-http-client-restricted/debian/control
- p/haskell-http-client-restricted/debian/patches/remove-AI_ADDRCONFIG


Changes:

=====================================
p/haskell-http-client-restricted/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-http-client-restricted (0.0.3-3) UNRELEASED; urgency=medium
+haskell-http-client-restricted (0.0.5-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:33 +0300
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Fri, 29 Jul 2022 13:07:45 -0400
 
 haskell-http-client-restricted (0.0.3-2) unstable; urgency=medium
 


=====================================
p/haskell-http-client-restricted/debian/control
=====================================
@@ -12,10 +12,10 @@ Build-Depends: debhelper (>= 9),
  libghc-connection-prof,
  libghc-data-default-dev,
  libghc-data-default-prof,
- libghc-http-client-dev (>= 0.6),
- libghc-http-client-dev (<< 0.7),
+ libghc-http-client-dev (>= 0.7.11),
+ libghc-http-client-dev (<< 0.8),
  libghc-http-client-prof,
- libghc-http-client-tls-dev (>= 0.3.2),
+ libghc-http-client-tls-dev (>= 0.3.6),
  libghc-http-client-tls-dev (<< 0.4),
  libghc-http-client-tls-prof,
  libghc-network-dev (>= 3.0.0.0),


=====================================
p/haskell-http-client-restricted/debian/patches/remove-AI_ADDRCONFIG
=====================================
@@ -1,6 +1,6 @@
 --- a/Network/HTTP/Client/Restricted.hs
 +++ b/Network/HTTP/Client/Restricted.hs
-@@ -173,8 +173,7 @@
+@@ -178,8 +178,7 @@ restrictProxy cfg base = do
  			proto <- getProtocolNumber "tcp"
  			let serv = show (proxyPort p)
  			let hints = defaultHints
@@ -10,7 +10,7 @@
  				, addrSocketType = Stream
  				}
  			let h = BU.toString $ proxyHost p
-@@ -250,8 +249,7 @@
+@@ -255,8 +254,7 @@ getConnection cfg tls mcontext = do
  		proto <- getProtocolNumber "tcp"
  		let serv = show p
  		let hints = defaultHints
@@ -19,4 +19,4 @@
 +			{ addrProtocol = proto
  			, addrSocketType = Stream
  			}
- 		addrs <- getAddrInfo (Just hints) (Just h) (Just serv)
+ 		addrs <- getAddrInfo (Just hints) (Just hstripped) (Just serv)



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4148ef8b511a73766205079b4bb9284a2dd267ac
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/e7483e42/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list