[Git][java-team/bouncycastle][master] 4 commits: Mark bugs #1070655, #1094311 and #1032164 as closed by 1.80-1
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Tue Mar 4 07:30:31 GMT 2025
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / bouncycastle
Commits:
ebd7c320 by Emmanuel Bourg at 2025-03-04T08:23:27+01:00
Mark bugs #1070655, #1094311 and #1032164 as closed by 1.80-1
- - - - -
712b9e8f by Emmanuel Bourg at 2025-03-04T08:26:13+01:00
libbcutil-java now depends on libbcprov-java
- - - - -
eaf711ec by Emmanuel Bourg at 2025-03-04T08:29:03+01:00
Added relocations for the jdk15on, jdk15to18 and jdk18on artifacts
- - - - -
43217deb by Emmanuel Bourg at 2025-03-04T08:30:05+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/libbcprov-java.poms
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,16 @@
+bouncycastle (1.80-2) unstable; urgency=medium
+
+ * libbcutil-java now depends on libbcprov-java
+ * Added relocations for the jdk15on, jdk15to18 and jdk18on artifacts
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 04 Mar 2025 08:29:30 +0100
+
bouncycastle (1.80-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release (Closes: #1070655, #1094311)
- Refreshed the patches
- Updated the Maven poms
- * Run the Java 8+ build file instead of the Java 5+ one
+ * Run the Java 8+ build file instead of the Java 5+ one (Closes: #1032164)
* No longer build the javadoc
* Standards-Version updated to 4.7.2
=====================================
debian/control
=====================================
@@ -35,8 +35,6 @@ Description: Bouncy Castle Java Cryptographic Service Provider
Package: libbcmail-java
Architecture: all
Depends: libbcpkix-java (>= ${source:Version}),
- libbcprov-java (>= ${source:Version}),
- libbcutil-java (>= ${source:Version}),
libmail-java,
${misc:Depends}
Description: Bouncy Castle generators/processors for S/MIME and CMS
@@ -48,8 +46,7 @@ Description: Bouncy Castle generators/processors for S/MIME and CMS
Package: libbcpkix-java
Architecture: all
-Depends: libbcprov-java (>= ${source:Version}),
- libbcutil-java (>= ${source:Version}),
+Depends: libbcutil-java (>= ${source:Version}),
${misc:Depends}
Description: Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF
The Bouncy Castle Crypto package is a Java implementation of
@@ -69,8 +66,7 @@ Description: Bouncy Castle generators/processors for OpenPGP
Package: libbctls-java
Architecture: all
-Depends: libbcprov-java (>= ${source:Version}),
- libbcutil-java (>= ${source:Version}),
+Depends: libbcutil-java (>= ${source:Version}),
${misc:Depends}
Description: Bouncy Castle JSSE provider and TLS/DTLS API
The Bouncy Castle Java APIs for TLS and DTLS, including a
@@ -78,7 +74,7 @@ Description: Bouncy Castle JSSE provider and TLS/DTLS API
Package: libbcutil-java
Architecture: all
-Depends: ${misc:Depends}
+Depends: libbcprov-java (>= ${source:Version}), ${misc:Depends}
Multi-Arch: foreign
Description: Bouncy Castle ASN.1 Extension and Utility APIs
The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used
@@ -87,8 +83,6 @@ Description: Bouncy Castle ASN.1 Extension and Utility APIs
Package: libbcjmail-java
Architecture: all
Depends: libbcpkix-java (>= ${source:Version}),
- libbcprov-java (>= ${source:Version}),
- libbcutil-java (>= ${source:Version}),
libjakarta-activation-java,
libjakarta-mail-java,
${misc:Depends}
=====================================
debian/libbcprov-java.poms
=====================================
@@ -1,7 +1,7 @@
-debian/poms/bcprov.pom --has-package-version --java-lib --package=libbcprov-java --artifact=build/artifacts/jdk1.8/jars/bcprov-jdk18on-*.jar
-debian/poms/bcpkix.pom --has-package-version --java-lib --package=libbcpkix-java --artifact=build/artifacts/jdk1.8/jars/bcpkix-jdk18on-*.jar
-debian/poms/bcmail.pom --has-package-version --java-lib --package=libbcmail-java --artifact=build/artifacts/jdk1.8/jars/bcmail-jdk18on-*.jar
-debian/poms/bcpg.pom --has-package-version --java-lib --package=libbcpg-java --artifact=build/artifacts/jdk1.8/jars/bcpg-jdk18on-*.jar
-debian/poms/bctls.pom --has-package-version --java-lib --package=libbctls-java --artifact=build/artifacts/jdk1.8/jars/bctls-jdk18on-*.jar
-debian/poms/bcutil.pom --has-package-version --java-lib --package=libbcutil-java --artifact=build/artifacts/jdk1.8/jars/bcutil-jdk18on-*.jar
-debian/poms/bcjmail.pom --has-package-version --java-lib --package=libbcjmail-java --artifact=build/artifacts/jdk1.8/jars/bcjmail-jdk18on-*.jar
+debian/poms/bcprov.pom --has-package-version --java-lib --package=libbcprov-java --artifact=build/artifacts/jdk1.8/jars/bcprov-jdk18on-*.jar --relocate=org.bouncycastle:bcprov-jdk15on,org.bouncycastle:bcprov-jdk15to18,org.bouncycastle:bcprov-jdk18on
+debian/poms/bcpkix.pom --has-package-version --java-lib --package=libbcpkix-java --artifact=build/artifacts/jdk1.8/jars/bcpkix-jdk18on-*.jar --relocate=org.bouncycastle:bcpkix-jdk15on,org.bouncycastle:bcpkix-jdk15to18,org.bouncycastle:bcpkix-jdk18on
+debian/poms/bcmail.pom --has-package-version --java-lib --package=libbcmail-java --artifact=build/artifacts/jdk1.8/jars/bcmail-jdk18on-*.jar --relocate=org.bouncycastle:bcmail-jdk15on,org.bouncycastle:bcmail-jdk15to18,org.bouncycastle:bcmail-jdk18on
+debian/poms/bcpg.pom --has-package-version --java-lib --package=libbcpg-java --artifact=build/artifacts/jdk1.8/jars/bcpg-jdk18on-*.jar --relocate=org.bouncycastle:bcpg-jdk15on,org.bouncycastle:bcpg-jdk15to18,org.bouncycastle:bcpg-jdk18on
+debian/poms/bctls.pom --has-package-version --java-lib --package=libbctls-java --artifact=build/artifacts/jdk1.8/jars/bctls-jdk18on-*.jar --relocate=org.bouncycastle:bctls-jdk15on,org.bouncycastle:bctls-jdk15to18,org.bouncycastle:bctls-jdk18on
+debian/poms/bcutil.pom --has-package-version --java-lib --package=libbcutil-java --artifact=build/artifacts/jdk1.8/jars/bcutil-jdk18on-*.jar --relocate=org.bouncycastle:bcutil-jdk15on,org.bouncycastle:bcutil-jdk15to18,org.bouncycastle:bcutil-jdk18on
+debian/poms/bcjmail.pom --has-package-version --java-lib --package=libbcjmail-java --artifact=build/artifacts/jdk1.8/jars/bcjmail-jdk18on-*.jar --relocate=org.bouncycastle:bcjmail-jdk15on,org.bouncycastle:bcjmail-jdk15to18,org.bouncycastle:bcjmail-jdk18on
View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/bf8702c3cfbaea48558e048074686dae67c730ef...43217deb2f401e92bbbdb07e388e8ad0b81860fd
--
View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/bf8702c3cfbaea48558e048074686dae67c730ef...43217deb2f401e92bbbdb07e388e8ad0b81860fd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250304/e5175893/attachment.htm>
More information about the pkg-java-commits
mailing list