[pkg-java] r17107 - in trunk/libitext5-java/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Sun Aug 4 23:25:00 UTC 2013


Author: ebourg-guest
Date: 2013-08-04 23:24:59 +0000 (Sun, 04 Aug 2013)
New Revision: 17107

Removed:
   trunk/libitext5-java/debian/patches/bouncycastle_compatibility.patch
Modified:
   trunk/libitext5-java/debian/changelog
   trunk/libitext5-java/debian/patches/series
Log:
New upstream release (5.4.3)
Removed the patch for Bouncy Castle 1.49 (fixed upstream)




Modified: trunk/libitext5-java/debian/changelog
===================================================================
--- trunk/libitext5-java/debian/changelog	2013-08-01 14:21:07 UTC (rev 17106)
+++ trunk/libitext5-java/debian/changelog	2013-08-04 23:24:59 UTC (rev 17107)
@@ -1,8 +1,8 @@
-libitext5-java (5.4.2-2) UNRELEASED; urgency=low
+libitext5-java (5.4.3-1) experimental; urgency=low
 
-  * Added a patch to compile against Bouncy Castle 1.49
+  * New upstream release
 
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 16 Jul 2013 00:08:27 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 05 Aug 2013 01:22:43 +0200
 
 libitext5-java (5.4.2-1) experimental; urgency=low
 

Deleted: trunk/libitext5-java/debian/patches/bouncycastle_compatibility.patch
===================================================================
--- trunk/libitext5-java/debian/patches/bouncycastle_compatibility.patch	2013-08-01 14:21:07 UTC (rev 17106)
+++ trunk/libitext5-java/debian/patches/bouncycastle_compatibility.patch	2013-08-04 23:24:59 UTC (rev 17107)
@@ -1,14 +0,0 @@
-Description: Ensures the compatibility with the recent versions of Bouncy Castle
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: no
---- a/src/main/java/com/itextpdf/text/pdf/PdfPublicKeySecurityHandler.java
-+++ b/src/main/java/com/itextpdf/text/pdf/PdfPublicKeySecurityHandler.java
-@@ -245,7 +245,7 @@
-         AlgorithmIdentifier algorithmidentifier = new AlgorithmIdentifier(new ASN1ObjectIdentifier(s), derobject);
-         EncryptedContentInfo encryptedcontentinfo =
-             new EncryptedContentInfo(PKCSObjectIdentifiers.data, algorithmidentifier, deroctetstring);
--        EnvelopedData env = new EnvelopedData(null, derset, encryptedcontentinfo, null);
-+        EnvelopedData env = new EnvelopedData(null, derset, encryptedcontentinfo, (org.bouncycastle.asn1.ASN1Set) null);
-         ContentInfo contentinfo =
-             new ContentInfo(PKCSObjectIdentifiers.envelopedData, env);
-         return contentinfo.toASN1Primitive();

Modified: trunk/libitext5-java/debian/patches/series
===================================================================
--- trunk/libitext5-java/debian/patches/series	2013-08-01 14:21:07 UTC (rev 17106)
+++ trunk/libitext5-java/debian/patches/series	2013-08-04 23:24:59 UTC (rev 17107)
@@ -1,2 +1 @@
 utf8.patch
-bouncycastle_compatibility.patch




More information about the pkg-java-commits mailing list