Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bouncycastle for openSUSE:Factory checked in at 2021-01-18 11:26:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old) and /work/SRC/openSUSE:Factory/.bouncycastle.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bouncycastle" Mon Jan 18 11:26:18 2021 rev:29 rq:862835 version:1.68 Changes: -------- --- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes 2021-01-08 17:31:56.177154589 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bouncycastle.changes 2021-01-18 11:26:26.252428528 +0100 @@ -1,0 +2,34 @@ +Wed Jan 13 09:44:54 UTC 2021 - Fridrich Strba <[email protected]> + +- Version update to 1.68 + * Defects Fixed: + - Some BigIntegers utility methods would fail for + BigInteger.ZERO. This has been fixed. + - PGPUtil.isKeyRing() was not detecting secret sub-keys in its + input. This has been fixed. + - The ASN.1 class, ArchiveTimeStamp was insisting on a value + for the optional reducedHashTree field. This has been fixed. + - BCJSSE: Lock against multiple writers - a possible + synchronization issue has been removed. + * Additional Features and Functionality + - BCJSSE: Added support for system property + com.sun.net.ssl.requireCloseNotify. Note that we are using a + default value of 'true'. + - BCJSSE: 'TLSv1.3' is now a supported protocol for both client + and server. For this release it is only enabled by default for + the 'TLSv1.3' SSLContext, but can be explicitly enabled using + 'setEnabledProtocols' on an SSLSocket or SSLEngine, or via + SSLParameters. + - BCJSSE: Session resumption is now also supported for servers + in TLS 1.2 and earlier. For this release it is disabled by + default, and can be enabled by setting the boolean system + property org.bouncycastle.jsse.server.enableSessionResumption + to 'true'. + - The provider RSA-PSS signature names that follow the JCA + naming convention. + - FIPS mode for the BCJSSE now enforces namedCurves for any + presented certificates. + - PGPSignatureSubpacketGenerator now supports editing of a + pre-existing sub-packet list. + +------------------------------------------------------------------- Old: ---- bcmail-jdk15on-1.67.pom bcpg-jdk15on-1.67.pom bcpkix-jdk15on-1.67.pom bcprov-jdk15on-1.67.pom bctls-jdk15on-1.67.pom r1rv67.tar.gz New: ---- bcmail-jdk15on-1.68.pom bcpg-jdk15on-1.68.pom bcpkix-jdk15on-1.68.pom bcprov-jdk15on-1.68.pom bctls-jdk15on-1.68.pom r1rv68.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bouncycastle.spec ++++++ --- /var/tmp/diff_new_pack.tg3wjm/_old 2021-01-18 11:26:38.156455339 +0100 +++ /var/tmp/diff_new_pack.tg3wjm/_new 2021-01-18 11:26:38.160455348 +0100 @@ -1,7 +1,7 @@ # # spec file for package bouncycastle # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%global ver 1.67 -%global shortver 167 -%global gittag r1rv67 +%global ver 1.68 +%global shortver 168 +%global gittag r1rv68 %global archivever jdk15on-%{shortver} %global classname org.bouncycastle.jce.provider.BouncyCastleProvider Name: bouncycastle @@ -140,7 +140,7 @@ for bc in bcprov bcpkix bcpg bcmail bctls ; do install -pm 0644 build/artifacts/jdk1.5/jars/$bc-%{archivever}.jar %{buildroot}%{_javadir}/$bc.jar install -pm 0644 %{_sourcedir}/$bc-jdk15on-%{version}.pom %{buildroot}%{_mavenpomdir}/$bc.pom - %add_maven_depmap $bc.pom $bc.jar -a "org.bouncycastle:$bc-jdk16,org.bouncycastle:$bc-jdk15" -f $bc + %add_maven_depmap $bc.pom $bc.jar -a "org.bouncycastle:$bc-jdk16,org.bouncycastle:$bc-jdk15,org.bouncycastle:$bc-jdk15to18" -f $bc done install -dm 0755 %{buildroot}%{_javadocdir}/%{name} ++++++ bcmail-jdk15on-1.67.pom -> bcmail-jdk15on-1.68.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcmail-jdk15on-1.67.pom 2021-01-08 17:31:54.505151087 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bcmail-jdk15on-1.68.pom 2021-01-18 11:26:24.376424303 +0100 @@ -5,7 +5,7 @@ <artifactId>bcmail-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle S/MIME API</name> - <version>1.67</version> + <version>1.68</version> <description>The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation framework will also be needed.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> @@ -33,13 +33,13 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.68</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.67</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ++++++ bcpg-jdk15on-1.67.pom -> bcpg-jdk15on-1.68.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcpg-jdk15on-1.67.pom 2021-01-08 17:31:55.085152302 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bcpg-jdk15on-1.68.pom 2021-01-18 11:26:24.508424600 +0100 @@ -5,7 +5,7 @@ <artifactId>bcpg-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle OpenPGP API</name> - <version>1.67</version> + <version>1.68</version> <description>The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> @@ -38,7 +38,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ++++++ bcpkix-jdk15on-1.67.pom -> bcpkix-jdk15on-1.68.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcpkix-jdk15on-1.67.pom 2021-01-08 17:31:55.553153282 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bcpkix-jdk15on-1.68.pom 2021-01-18 11:26:25.092425915 +0100 @@ -5,7 +5,7 @@ <artifactId>bcpkix-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name> - <version>1.67</version> + <version>1.68</version> <description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ++++++ bcprov-jdk15on-1.67.pom -> bcprov-jdk15on-1.68.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcprov-jdk15on-1.67.pom 2021-01-08 17:31:55.753153701 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bcprov-jdk15on-1.68.pom 2021-01-18 11:26:25.320426429 +0100 @@ -5,7 +5,7 @@ <artifactId>bcprov-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle Provider</name> - <version>1.67</version> + <version>1.68</version> <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 and up.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> ++++++ bctls-jdk15on-1.67.pom -> bctls-jdk15on-1.68.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bctls-jdk15on-1.67.pom 2021-01-08 17:31:55.997154212 +0100 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/bctls-jdk15on-1.68.pom 2021-01-18 11:26:25.856427636 +0100 @@ -5,7 +5,7 @@ <artifactId>bctls-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle JSSE provider and TLS/DTLS API</name> - <version>1.67</version> + <version>1.68</version> <description>The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.</description> <url>http://www.bouncycastle.org/java.html</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ++++++ r1rv67.tar.gz -> r1rv68.tar.gz ++++++ /work/SRC/openSUSE:Factory/bouncycastle/r1rv67.tar.gz /work/SRC/openSUSE:Factory/.bouncycastle.new.28504/r1rv68.tar.gz differ: char 30, line 2
