[pkg-java] r17027 - in trunk/bouncycastle/debian: . poms

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Jul 15 14:19:15 UTC 2013


Author: ebourg-guest
Date: 2013-07-15 14:19:14 +0000 (Mon, 15 Jul 2013)
New Revision: 17027

Modified:
   trunk/bouncycastle/debian/changelog
   trunk/bouncycastle/debian/poms/bcmail.pom
   trunk/bouncycastle/debian/poms/bcpg.pom
   trunk/bouncycastle/debian/poms/bcpkix.pom
   trunk/bouncycastle/debian/poms/bcprov.pom
Log:
New upstream release (1.49)



Modified: trunk/bouncycastle/debian/changelog
===================================================================
--- trunk/bouncycastle/debian/changelog	2013-07-15 14:06:32 UTC (rev 17026)
+++ trunk/bouncycastle/debian/changelog	2013-07-15 14:19:14 UTC (rev 17027)
@@ -1,5 +1,6 @@
-bouncycastle (1.48+dfsg-3) UNRELEASED; urgency=low
+bouncycastle (1.49+dfsg-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * Updated the Maven poms
   * Use canonical URLs in the Vcs-* fields
   * Added the missing dependencies between the packages:

Modified: trunk/bouncycastle/debian/poms/bcmail.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcmail.pom	2013-07-15 14:06:32 UTC (rev 17026)
+++ trunk/bouncycastle/debian/poms/bcmail.pom	2013-07-15 14:19:14 UTC (rev 17027)
@@ -5,7 +5,7 @@
   <artifactId>bcmail-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle S/MIME API</name>
-  <version>1.48</version>
+  <version>1.49</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.7. 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>
@@ -29,13 +29,13 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.48</version>
+      <version>1.49</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcpkix-jdk15on</artifactId>
-      <version>1.48</version>
+      <version>1.49</version>
       <type>jar</type>
     </dependency>
   </dependencies>

Modified: trunk/bouncycastle/debian/poms/bcpg.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcpg.pom	2013-07-15 14:06:32 UTC (rev 17026)
+++ trunk/bouncycastle/debian/poms/bcpg.pom	2013-07-15 14:19:14 UTC (rev 17027)
@@ -5,7 +5,7 @@
   <artifactId>bcpg-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle OpenPGP API</name>
-  <version>1.48</version>
+  <version>1.49</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.7. 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>
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.48</version>
+      <version>1.49</version>
       <type>jar</type>
     </dependency>
   </dependencies>

Modified: trunk/bouncycastle/debian/poms/bcpkix.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcpkix.pom	2013-07-15 14:06:32 UTC (rev 17026)
+++ trunk/bouncycastle/debian/poms/bcpkix.pom	2013-07-15 14:19:14 UTC (rev 17027)
@@ -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.48</version>
+  <version>1.49</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.7. 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>
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
-      <version>1.48</version>
+      <version>1.49</version>
       <type>jar</type>
     </dependency>
   </dependencies>

Modified: trunk/bouncycastle/debian/poms/bcprov.pom
===================================================================
--- trunk/bouncycastle/debian/poms/bcprov.pom	2013-07-15 14:06:32 UTC (rev 17026)
+++ trunk/bouncycastle/debian/poms/bcprov.pom	2013-07-15 14:19:14 UTC (rev 17027)
@@ -5,7 +5,7 @@
   <artifactId>bcprov-jdk15on</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle Provider</name>
-  <version>1.48</version>
+  <version>1.49</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.7.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>




More information about the pkg-java-commits mailing list