Imported Upstream version 14.45.15 upstream/14.45.15
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:09:01 +0000 (16:09 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 2 Sep 2019 07:09:01 +0000 (16:09 +0900)
VERSION.cmake
package/libzypp.changes
zypp/media/MediaCurl.cc

index b3c68e6..8e54dea 100644 (file)
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "39")
 SET(LIBZYPP_MINOR "45")
-SET(LIBZYPP_PATCH "14")
+SET(LIBZYPP_PATCH "15")
 #
-# LAST RELEASED: 14.45.14 (39)
+# LAST RELEASED: 14.45.15 (39)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
index bc27655..a4fea1c 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Jul 31 12:39:10 CEST 2018 - ma@suse.de
+
+- Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
+  (fixes openSUSE/zypper#177)
+- version 14.45.15 (39)
+
+-------------------------------------------------------------------
 Wed Jul 18 11:43:23 CEST 2018 - ma@suse.de
 
 - RepoManager: Explicitly request repo2solv to generate application
index eee68c3..99a6868 100644 (file)
@@ -997,6 +997,7 @@ void MediaCurl::evaluateCurlCode( const Pathname &filename,
                            ));
           }
 
+          case 502: // bad gateway (bnc #1070851)
           case 503: // service temporarily unavailable (bnc #462545)
             ZYPP_THROW(MediaTemporaryProblemException(url));
           case 504: // gateway timeout