Hello community,

here is the log from the commit of package jetty-alpn for openSUSE:Factory 
checked in at 2020-04-27 23:38:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jetty-alpn (Old)
 and      /work/SRC/openSUSE:Factory/.jetty-alpn.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jetty-alpn"

Mon Apr 27 23:38:58 2020 rev:2 rq:798199 version:8.1.13.v20181017

Changes:
--------
--- /work/SRC/openSUSE:Factory/jetty-alpn/jetty-alpn.changes    2019-11-08 
15:24:49.042937085 +0100
+++ /work/SRC/openSUSE:Factory/.jetty-alpn.new.2738/jetty-alpn.changes  
2020-04-27 23:39:01.803599595 +0200
@@ -1,0 +2,8 @@
+Mon Apr 27 07:05:08 UTC 2020 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * no-nullsession.patch
+    + static sun.security.ssl.ClientHandshaker.nullSession
+      was removed by April 2020 CPU
+
+-------------------------------------------------------------------

New:
----
  no-nullsession.patch

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

Other differences:
------------------
++++++ jetty-alpn.spec ++++++
--- /var/tmp/diff_new_pack.OVs1eG/_old  2020-04-27 23:39:04.099604077 +0200
+++ /var/tmp/diff_new_pack.OVs1eG/_new  2020-04-27 23:39:04.099604077 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jetty-alpn
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,14 @@
 URL:            https://github.com/jetty-project/jetty-alpn
 Source0:        
https://github.com/jetty-project/%{name}/archive/alpn-project-%{version}.tar.gz
 Patch0:         Unshade-alpn-api.patch
+Patch1:         no-nullsession.patch
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
 BuildRequires:  mvn(org.eclipse.jetty.alpn:alpn-api)
 BuildRequires:  mvn(org.eclipse.jetty:jetty-parent:pom:)
-BuildConflicts: java-devel >= 9
+BuildConflicts: java-devel >= 9 java-headless >= 9 java >= 9
 BuildArch:      noarch
 
 %description
@@ -52,6 +53,8 @@
 %patch0 -p1
 %pom_remove_plugin -r :maven-shade-plugin
 
+%patch1 -p1
+
 %pom_remove_plugin -r :maven-enforcer-plugin
 
 %pom_disable_module alpn-tests

++++++ no-nullsession.patch ++++++
--- 
jetty-alpn-alpn-project-8.1.13.v20181017/alpn-boot/src/main/java/sun/security/ssl/ClientHandshaker.java
     2020-04-27 09:01:49.010193170 +0200
+++ 
jetty-alpn-alpn-project-8.1.13.v20181017/alpn-boot/src/main/java/sun/security/ssl/ClientHandshaker.java
     2020-04-27 09:02:03.454272464 +0200
@@ -1347,7 +1347,7 @@
     @Override
     HandshakeMessage getKickstartMessage() throws SSLException {
         // session ID of the ClientHello message
-        SessionId sessionId = SSLSessionImpl.nullSession.getSessionId();
+        SessionId sessionId = new SessionId(new byte[0]);
 
         // a list of cipher suites sent by the client
         CipherSuiteList cipherSuites = getActiveCipherSuites();

Reply via email to