Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bouncycastle for openSUSE:Factory checked in at 2025-12-18 18:29:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bouncycastle (Old) and /work/SRC/openSUSE:Factory/.bouncycastle.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bouncycastle" Thu Dec 18 18:29:05 2025 rev:47 rq:1323289 version:1.83 Changes: -------- --- /work/SRC/openSUSE:Factory/bouncycastle/bouncycastle.changes 2025-09-23 16:06:51.994567639 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bouncycastle.changes 2025-12-18 18:29:06.943726263 +0100 @@ -1,0 +2,33 @@ +Tue Dec 16 09:58:09 UTC 2025 - Pedro Monreal <[email protected]> + +- Update to 1.83: + * Defects Fixed: + - Attempting to check a password on a stripped PGP would throw an + exception. Checking the password on such a key will now always + return false. + - Fixed an issue in KangarooTwelve where premature absorption caused + erroneous 168-byte padding; absorption is now delayed so correct + final-byte padding is applied. + - BCJSSE: Fix supported_versions creation for renegotiation handshake. + - (D)TLS: Reneg info now oly offered with pre-1.3. + * Additional Features and Functionality: + - A generic "COMPOSITE" algorithm name has been added as a JCA + Signature algorithm. The algorithm will identify the composite + signature to use from the composite key passed in. + - The composite signatures implementation has been updated to the + final draft and now follows the submitted standard. + - Support for the generation and use as trust anchors has been added + for certificate signatures with id-alg-unsigned as the signature type. + - Support for CMP direct POP for encryption keys using + challenge/response has been added to the CMP/CRMF APIs. + - Support for SupportedCurves attribute to the BC provider + - BCJSSE: Added support for SLH-DSA signature schemes in TLS 1.3 per + draft-reddy-tls-slhdsa-01. + - Support has been added for the Java 25 KDF API (current algorithms, + PBKDF2, SCRYPT, and HKDF). + - Support for composite signatures is now included in CMS and timestamping. + - It is now possible to disable the Lenstra check in RSA where the public + key is not available via the system/security property + "org.bouncycastle.rsa.no_lenstra_check". + +------------------------------------------------------------------- Old: ---- bcjmail-jdk18on-1.82.pom bcmail-jdk18on-1.82.pom bcpg-jdk18on-1.82.pom bcpkix-jdk18on-1.82.pom bcprov-jdk18on-1.82.pom bctls-jdk18on-1.82.pom bcutil-jdk18on-1.82.pom r1rv82.tar.gz New: ---- bcjmail-jdk18on-1.83.pom bcmail-jdk18on-1.83.pom bcpg-jdk18on-1.83.pom bcpkix-jdk18on-1.83.pom bcprov-jdk18on-1.83.pom bctls-jdk18on-1.83.pom bcutil-jdk18on-1.83.pom r1rv83.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bouncycastle.spec ++++++ --- /var/tmp/diff_new_pack.aDmrYf/_old 2025-12-18 18:29:12.679967174 +0100 +++ /var/tmp/diff_new_pack.aDmrYf/_new 2025-12-18 18:29:12.683967341 +0100 @@ -17,7 +17,7 @@ %global ver_major 1 -%global ver_minor 82 +%global ver_minor 83 #%%global ver_micro 1 %global gittag r%{ver_major}rv%{ver_minor}%{?ver_micro:v%{ver_micro}} %global archivever jdk18on-%{ver_major}.%{ver_minor}%{?ver_micro:0%{ver_micro}} ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.aDmrYf/_old 2025-12-18 18:29:12.743969862 +0100 +++ /var/tmp/diff_new_pack.aDmrYf/_new 2025-12-18 18:29:12.751970198 +0100 @@ -1,6 +1,6 @@ -mtime: 1758534716 -commit: c662046f84348bdce654226b19c7af52fee77ce6c12cc4f83b8e69e4c85b4ad3 +mtime: 1765879815 +commit: b9a6238172860cf3ae84a0753ab14895c534b0d3e4fef344ae978c0b5e7794a0 url: https://src.opensuse.org/java-packages/bouncycastle.git -revision: c662046f84348bdce654226b19c7af52fee77ce6c12cc4f83b8e69e4c85b4ad3 +revision: b9a6238172860cf3ae84a0753ab14895c534b0d3e4fef344ae978c0b5e7794a0 projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj ++++++ bcjmail-jdk18on-1.82.pom -> bcjmail-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcjmail-jdk18on-1.82.pom 2025-09-23 16:06:49.830476985 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcjmail-jdk18on-1.83.pom 2025-12-18 18:29:06.843722063 +0100 @@ -5,7 +5,7 @@ <artifactId>bcjmail-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle JavaMail Jakarta S/MIME APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for doing S/MIME with the Jakarta Mail APIs. The APIs are designed primarily to be used in conjunction with the BC Java provider for Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ bcmail-jdk18on-1.82.pom -> bcmail-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcmail-jdk18on-1.82.pom 2025-09-23 16:06:49.974483017 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcmail-jdk18on-1.83.pom 2025-12-18 18:29:06.859722736 +0100 @@ -5,7 +5,7 @@ <artifactId>bcmail-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle JavaMail S/MIME APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for doing S/MIME with JavaMail. The APIs are designed primarily to be used in conjunction with the BC Java provider for Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ bcpg-jdk18on-1.82.pom -> bcpg-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcpg-jdk18on-1.82.pom 2025-09-23 16:06:50.082487542 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcpg-jdk18on-1.83.pom 2025-12-18 18:29:06.867723071 +0100 @@ -5,7 +5,7 @@ <artifactId>bcpg-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle OpenPGP APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for the OpenPGP Protocol. The APIs are designed primarily to be used in conjunction with the BC Java provider but may also be used with other providers providing cryptographic services. This jar is designed to work best with Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -38,13 +38,13 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ bcpkix-jdk18on-1.82.pom -> bcpkix-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcpkix-jdk18on-1.82.pom 2025-09-23 16:06:50.378499942 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcpkix-jdk18on-1.83.pom 2025-12-18 18:29:06.887723912 +0100 @@ -5,7 +5,7 @@ <artifactId>bcpkix-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for Java 1.8 and later. The APIs are designed primarily to be used in conjunction with the BC Java provider but may also be used with other providers providing cryptographic services.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ bcprov-jdk18on-1.82.pom -> bcprov-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcprov-jdk18on-1.82.pom 2025-09-23 16:06:50.970524742 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcprov-jdk18on-1.83.pom 2025-12-18 18:29:06.895724247 +0100 @@ -5,8 +5,8 @@ <artifactId>bcprov-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle Provider</name> - <version>1.82</version> - <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains the JCA/JCE provider and low-level API for the BC Java version 1.82 for Java 1.8 and later.</description> + <version>1.83</version> + <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains the JCA/JCE provider and low-level API for the BC Java version 1.83 for Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> <license> ++++++ bctls-jdk18on-1.82.pom -> bctls-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bctls-jdk18on-1.82.pom 2025-09-23 16:06:51.414543342 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bctls-jdk18on-1.83.pom 2025-12-18 18:29:06.907724751 +0100 @@ -5,7 +5,7 @@ <artifactId>bctls-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle TLS/JSSE APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for the TLS, including a JSSE provider (except in Java 4). The APIs are designed primarily to be used in conjunction with the BC Java provider but may also be used with other providers providing cryptographic services. This jar is designed to best work with Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ bcutil-jdk18on-1.82.pom -> bcutil-jdk18on-1.83.pom ++++++ --- /work/SRC/openSUSE:Factory/bouncycastle/bcutil-jdk18on-1.82.pom 2025-09-23 16:06:51.754557585 +0200 +++ /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/bcutil-jdk18on-1.83.pom 2025-12-18 18:29:06.915725088 +0100 @@ -5,7 +5,7 @@ <artifactId>bcutil-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle ASN.1 Extension and Utility APIs</name> - <version>1.82</version> + <version>1.83</version> <description>The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. This jar contains APIs for Java 1.8 and later.</description> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>1.82</version> + <version>1.83</version> <type>jar</type> </dependency> </dependencies> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-12-16 14:04:52.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ r1rv82.tar.gz -> r1rv83.tar.gz ++++++ /work/SRC/openSUSE:Factory/bouncycastle/r1rv82.tar.gz /work/SRC/openSUSE:Factory/.bouncycastle.new.1928/r1rv83.tar.gz differ: char 13, line 1
