Hello community,

here is the log from the commit of package ghc-http-client for openSUSE:Factory 
checked in at 2020-07-09 13:19:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-client.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-client"

Thu Jul  9 13:19:19 2020 rev:36 rq:819578 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client/ghc-http-client.changes  
2020-06-19 17:13:26.998164183 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-client.new.3060/ghc-http-client.changes    
    2020-07-09 13:19:42.569334450 +0200
@@ -1,0 +2,8 @@
+Fri Jun 19 02:00:23 UTC 2020 - psim...@suse.com
+
+- Update http-client to version 0.7.1.
+  ## 0.7.1
+
+  * Remove `AI_ADDRCONFIG` 
[#400](https://github.com/snoyberg/http-client/issues/400)
+
+-------------------------------------------------------------------

Old:
----
  http-client-0.7.0.tar.gz

New:
----
  http-client-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-http-client.spec ++++++
--- /var/tmp/diff_new_pack.zGYl5j/_old  2020-07-09 13:19:43.849338496 +0200
+++ /var/tmp/diff_new_pack.zGYl5j/_new  2020-07-09 13:19:43.853338508 +0200
@@ -19,7 +19,7 @@
 %global pkg_name http-client
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        An HTTP client engine
 License:        MIT

++++++ http-client-0.7.0.tar.gz -> http-client-0.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.7.0/ChangeLog.md 
new/http-client-0.7.1/ChangeLog.md
--- old/http-client-0.7.0/ChangeLog.md  2020-05-26 12:43:52.000000000 +0200
+++ new/http-client-0.7.1/ChangeLog.md  2020-06-18 13:40:14.000000000 +0200
@@ -1,5 +1,9 @@
 # Changelog for http-client
 
+## 0.7.1
+
+* Remove `AI_ADDRCONFIG` 
[#400](https://github.com/snoyberg/http-client/issues/400)
+
 ## 0.7.0
 
 * Remove Eq instances for Cookie, CookieJar, Response, Ord instance for Cookie 
[#435](https://github.com/snoyberg/http-client/pull/435)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.7.0/Network/HTTP/Client/Connection.hs 
new/http-client-0.7.1/Network/HTTP/Client/Connection.hs
--- old/http-client-0.7.0/Network/HTTP/Client/Connection.hs     2020-05-26 
12:43:50.000000000 +0200
+++ new/http-client-0.7.1/Network/HTTP/Client/Connection.hs     2020-06-18 
13:38:08.000000000 +0200
@@ -145,10 +145,7 @@
                          -> Int -- ^ port
                          -> IO Connection
 openSocketConnectionSize tweakSocket chunksize hostAddress' host' port' = do
-    let hints = NS.defaultHints {
-                          NS.addrFlags = [NS.AI_ADDRCONFIG]
-                        , NS.addrSocketType = NS.Stream
-                        }
+    let hints = NS.defaultHints { NS.addrSocketType = NS.Stream }
     addrs <- case hostAddress' of
         Nothing ->
             NS.getAddrInfo (Just hints) (Just host') (Just $ show port')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.7.0/http-client.cabal 
new/http-client-0.7.1/http-client.cabal
--- old/http-client-0.7.0/http-client.cabal     2020-05-26 12:43:52.000000000 
+0200
+++ new/http-client-0.7.1/http-client.cabal     2020-06-18 13:39:42.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                http-client
-version:             0.7.0
+version:             0.7.1
 synopsis:            An HTTP client engine
 description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<http://www.stackage.org/package/http-client>.
 homepage:            https://github.com/snoyberg/http-client


Reply via email to