Tony Mancill pushed to branch master at Debian Java Maintainers / bouncycastle
Commits: 226e7632 by tony mancill at 2021-05-13T19:13:55-07:00 Update poms for upstream version 1.68 (Closes: #988486) - - - - - dbe4eb78 by tony mancill at 2021-05-13T19:15:19-07:00 prepare changelog for upload to unstable - - - - - 5 changed files: - debian/changelog - debian/poms/bcmail.pom - debian/poms/bcpg.pom - debian/poms/bcpkix.pom - debian/poms/bcprov.pom Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +bouncycastle (1.68-2) unstable; urgency=medium + + * Team upload. + * Update poms for upstream version 1.68 (Closes: #988486) + + -- tony mancill <[email protected]> Thu, 13 May 2021 19:14:07 -0700 + bouncycastle (1.68-1) unstable; urgency=medium * Team upload. ===================================== debian/poms/bcmail.pom ===================================== @@ -5,8 +5,8 @@ <artifactId>bcmail-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle S/MIME API</name> - <version>1.65</version> - <description>The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 1.8. 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> + <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> <license> @@ -33,13 +33,13 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.65</version> + <version>1.68</version> <type>jar</type> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.65</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ===================================== debian/poms/bcpg.pom ===================================== @@ -5,8 +5,8 @@ <artifactId>bcpg-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle OpenPGP API</name> - <version>1.65</version> - <description>The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description> + <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> <license> @@ -38,7 +38,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.65</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ===================================== debian/poms/bcpkix.pom ===================================== @@ -5,8 +5,8 @@ <artifactId>bcpkix-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name> - <version>1.65</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 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description> + <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> <license> @@ -33,7 +33,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.65</version> + <version>1.68</version> <type>jar</type> </dependency> </dependencies> ===================================== debian/poms/bcprov.pom ===================================== @@ -5,8 +5,8 @@ <artifactId>bcprov-jdk15on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle Provider</name> - <version>1.65</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 to JDK 1.8.</description> + <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> <license> View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/5be3e4b94bcdcd6ceb7e633799d08f44a59038d8...dbe4eb789df329a90386d53cc61d30a5cc266fbf -- View it on GitLab: https://salsa.debian.org/java-team/bouncycastle/-/compare/5be3e4b94bcdcd6ceb7e633799d08f44a59038d8...dbe4eb789df329a90386d53cc61d30a5cc266fbf You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

