diff --git a/bcmail-jdk15on-1.67.pom b/bcmail-jdk15on-1.68.pom similarity index 94% rename from bcmail-jdk15on-1.67.pom rename to bcmail-jdk15on-1.68.pom index ce6412a1f2173edf6a959a4670caea9e53bb36ec..54786be829be7b9a4418e296eccf4d4621d2ca31 100644 --- a/bcmail-jdk15on-1.67.pom +++ b/bcmail-jdk15on-1.68.pom @@ -5,7 +5,7 @@ bcmail-jdk15on jar Bouncy Castle S/MIME API - 1.67 + 1.68 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. http://www.bouncycastle.org/java.html @@ -33,13 +33,13 @@ org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 jar org.bouncycastle bcpkix-jdk15on - 1.67 + 1.68 jar diff --git a/bcpg-jdk15on-1.67.pom b/bcpg-jdk15on-1.68.pom similarity index 96% rename from bcpg-jdk15on-1.67.pom rename to bcpg-jdk15on-1.68.pom index fa1975289417d4aa0157cacafcfc488ecf711436..8390292ba7cdd6ddc1df917537baeb5a554d0c37 100644 --- a/bcpg-jdk15on-1.67.pom +++ b/bcpg-jdk15on-1.68.pom @@ -5,7 +5,7 @@ bcpg-jdk15on jar Bouncy Castle OpenPGP API - 1.67 + 1.68 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. http://www.bouncycastle.org/java.html @@ -38,7 +38,7 @@ org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 jar diff --git a/bcpkix-jdk15on-1.67.pom b/bcpkix-jdk15on-1.68.pom similarity index 96% rename from bcpkix-jdk15on-1.67.pom rename to bcpkix-jdk15on-1.68.pom index 12633c0500e730d7ef791bb5c4057377ed9e358f..f39612fe6852ab286c8f3ff2bf38c57fe4c339a6 100644 --- a/bcpkix-jdk15on-1.67.pom +++ b/bcpkix-jdk15on-1.68.pom @@ -5,7 +5,7 @@ bcpkix-jdk15on jar Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs - 1.67 + 1.68 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. http://www.bouncycastle.org/java.html @@ -33,7 +33,7 @@ org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 jar diff --git a/bcprov-jdk15on-1.67.pom b/bcprov-jdk15on-1.68.pom similarity index 97% rename from bcprov-jdk15on-1.67.pom rename to bcprov-jdk15on-1.68.pom index 65f379fbdb3186fb45ec5c2d2ca3e6fd94ab4575..e118dd7918263f685b6519f524e96037fdbe145a 100644 --- a/bcprov-jdk15on-1.67.pom +++ b/bcprov-jdk15on-1.68.pom @@ -5,7 +5,7 @@ bcprov-jdk15on jar Bouncy Castle Provider - 1.67 + 1.68 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. http://www.bouncycastle.org/java.html diff --git a/bctls-jdk15on-1.67.pom b/bctls-jdk15on-1.68.pom similarity index 95% rename from bctls-jdk15on-1.67.pom rename to bctls-jdk15on-1.68.pom index 2c00d62186a2aeac866fcb045a5bf7205f9febf9..ee6f0720629a689dde4c3d1cd5e4e5d2dc5bea0f 100644 --- a/bctls-jdk15on-1.67.pom +++ b/bctls-jdk15on-1.68.pom @@ -5,7 +5,7 @@ bctls-jdk15on jar Bouncy Castle JSSE provider and TLS/DTLS API - 1.67 + 1.68 The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE. http://www.bouncycastle.org/java.html @@ -33,7 +33,7 @@ org.bouncycastle bcprov-jdk15on - 1.67 + 1.68 jar diff --git a/bouncycastle.spec b/bouncycastle.spec index 41d4a2097937814f41fa78ef93b9a71815c99c86..2b70c5fdb8fa87ad1ea9691174b08d61899b296b 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -1,12 +1,12 @@ -%define tag r1rv67 +%define tag r1rv68 %define class_name org.bouncycastle.jce.provider.BouncyCastleProvider %define jdk_dir build/artifacts/jdk1.5 %define java_sec_dir %{_sysconfdir}/java/security/security.d %define suffix_name security/classpath.security Name: bouncycastle -Version: 1.67 -Release: 2 +Version: 1.68 +Release: 1 Summary: A Java implementation of cryptographic algorithms License: MIT URL: http://www.bouncycastle.org @@ -57,6 +57,7 @@ find . -type f -name "*.jar" -delete sed -i -e '/ - 1.68-1 +- Update to 1.68 + * Sun Jun 25 2023 licihua - 1.67-2 - fix cve CVE-2023-33201 diff --git a/bouncycastle.yaml b/bouncycastle.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9d95248dbfcee4c71dcad8070dea8b79ca3d3ad9 --- /dev/null +++ b/bouncycastle.yaml @@ -0,0 +1,5 @@ +git_url: https://github.com/bcgit/bc-java +version_control: github +src_repo: bcgit/bc-java +tag_prefix: "^v" +separator: "." diff --git a/mockito.yaml b/mockito.yaml new file mode 100644 index 0000000000000000000000000000000000000000..316bd4e26de1dbe3ac7835438f818fe35cd5705c --- /dev/null +++ b/mockito.yaml @@ -0,0 +1,5 @@ +git_url: https://github.com/mockito/mockito +version_control: github +src_repo: mockito/mockito +tag_prefix: "^v" +seperator: "." diff --git a/r1rv67.tar.gz b/r1rv68.tar.gz similarity index 80% rename from r1rv67.tar.gz rename to r1rv68.tar.gz index c84436af38a17ae6f2af7d15b1d48780cc4fe811..5652981c4f41ea075aa9f2ed7b3f5d6af50ea6e6 100644 Binary files a/r1rv67.tar.gz and b/r1rv68.tar.gz differ