Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-warp for openSUSE:Factory checked in at 2021-04-26 16:39:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-warp (Old) and /work/SRC/openSUSE:Factory/.ghc-warp.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-warp" Mon Apr 26 16:39:38 2021 rev:6 rq:888413 version:3.3.15 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-warp/ghc-warp.changes 2021-02-16 22:48:46.398572070 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-warp.new.12324/ghc-warp.changes 2021-04-26 16:40:36.338172261 +0200 @@ -1,0 +2,8 @@ +Fri Apr 16 11:05:38 UTC 2021 - psim...@suse.com + +- Update warp to version 3.3.15. + ## 3.3.15 + + * Using http2 v3. + +------------------------------------------------------------------- Old: ---- warp-3.3.14.tar.gz New: ---- warp-3.3.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-warp.spec ++++++ --- /var/tmp/diff_new_pack.oPzyl3/_old 2021-04-26 16:40:36.730172905 +0200 +++ /var/tmp/diff_new_pack.oPzyl3/_new 2021-04-26 16:40:36.730172905 +0200 @@ -19,7 +19,7 @@ %global pkg_name warp %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.3.14 +Version: 3.3.15 Release: 0 Summary: A fast, light-weight web server for WAI applications License: MIT ++++++ warp-3.3.14.tar.gz -> warp-3.3.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/warp-3.3.14/ChangeLog.md new/warp-3.3.15/ChangeLog.md --- old/warp-3.3.14/ChangeLog.md 2021-02-04 01:28:05.000000000 +0100 +++ new/warp-3.3.15/ChangeLog.md 2021-04-16 06:44:27.000000000 +0200 @@ -1,3 +1,7 @@ +## 3.3.15 + +* Using http2 v3. + ## 3.3.14 * Drop support for GHC < 8.2. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/warp-3.3.14/Network/Wai/Handler/Warp/HTTP2.hs new/warp-3.3.15/Network/Wai/Handler/Warp/HTTP2.hs --- old/warp-3.3.14/Network/Wai/Handler/Warp/HTTP2.hs 2021-02-04 01:28:05.000000000 +0100 +++ new/warp-3.3.15/Network/Wai/Handler/Warp/HTTP2.hs 2021-04-16 06:44:27.000000000 +0200 @@ -13,7 +13,7 @@ import qualified Data.ByteString as BS import Data.IORef (IORef, newIORef, writeIORef) import qualified Data.IORef as I -import qualified Network.HTTP2 as H2 +import qualified Network.HTTP2.Frame as H2 import qualified Network.HTTP2.Server as H2 import Network.Socket (SockAddr) import Network.Wai @@ -50,6 +50,7 @@ , confSendAll = sendBS , confReadN = recvN , confPositionReadMaker = pReadMaker ii + , confTimeoutManager = timeoutManager ii } checkTLS setConnHTTP2 conn True diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/warp-3.3.14/Network/Wai/Handler/Warp/Settings.hs new/warp-3.3.15/Network/Wai/Handler/Warp/Settings.hs --- old/warp-3.3.14/Network/Wai/Handler/Warp/Settings.hs 2021-02-04 01:28:05.000000000 +0100 +++ new/warp-3.3.15/Network/Wai/Handler/Warp/Settings.hs 2021-04-16 06:44:27.000000000 +0200 @@ -15,7 +15,7 @@ import Data.Version (showVersion) import GHC.IO.Exception (IOErrorType(..)) import qualified Network.HTTP.Types as H -import Network.HTTP2( HTTP2Error (..), ErrorCodeId (..) ) +import Network.HTTP2.Frame (HTTP2Error (..), ErrorCodeId (..)) import Network.Socket (SockAddr) import Network.Wai import qualified Paths_warp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/warp-3.3.14/warp.cabal new/warp-3.3.15/warp.cabal --- old/warp-3.3.14/warp.cabal 2021-02-04 01:28:05.000000000 +0100 +++ new/warp-3.3.15/warp.cabal 2021-04-16 06:44:27.000000000 +0200 @@ -1,5 +1,5 @@ Name: warp -Version: 3.3.14 +Version: 3.3.15 Synopsis: A fast, light-weight web server for WAI applications. License: MIT License-file: LICENSE @@ -45,7 +45,7 @@ , hashable , http-date , http-types >= 0.12 - , http2 >= 2.0 && < 2.1 + , http2 >= 3.0 && < 3.1 , iproute >= 1.3.1 , simple-sendfile >= 0.2.7 && < 0.3 , stm >= 2.3 @@ -199,7 +199,7 @@ , http-client , http-date , http-types >= 0.12 - , http2 >= 2.0 && < 2.1 + , http2 >= 3.0 && < 3.1 , iproute >= 1.3.1 , lifted-base >= 0.1 , network