[libpdfbox-java] 03/07: Refreshed the patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 18 18:24:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libpdfbox-java.
commit 599df460b148da937a2fdf8cb6adcc20c1b0f9bd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 18 17:49:35 2015 +0100
Refreshed the patches
---
debian/changelog | 4 +++-
debian/patches/bc-1.47.patch | 8 ++++----
debian/patches/build.xml.patch | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e795932..bdcbf37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-libpdfbox-java (1:1.8.7+dfsg-2) UNRELEASED; urgency=medium
+libpdfbox-java (1:1.8.10-1) UNRELEASED; urgency=medium
+ * New upstream release.
+ - Refreshed the patches
* Removed the unused build dependency on liblucene2-java
* Changed the priority from extra to optional
* Clean the upstream tarball using the Files-Excluded field
diff --git a/debian/patches/bc-1.47.patch b/debian/patches/bc-1.47.patch
index 28fcca9..c159a49 100644
--- a/debian/patches/bc-1.47.patch
+++ b/debian/patches/bc-1.47.patch
@@ -19,7 +19,7 @@ Last-Update: 2014-09-19
import org.bouncycastle.asn1.DEROctetString;
import org.bouncycastle.asn1.DEROutputStream;
import org.bouncycastle.asn1.DERSet;
-@@ -317,7 +317,7 @@
+@@ -315,7 +315,7 @@
pkcs7input[22] = two;
pkcs7input[23] = one;
@@ -28,7 +28,7 @@ Last-Update: 2014-09-19
ByteArrayOutputStream baos = new ByteArrayOutputStream();
-@@ -384,7 +384,7 @@
+@@ -382,7 +382,7 @@
}
@@ -37,7 +37,7 @@ Last-Update: 2014-09-19
throws IOException,
GeneralSecurityException
{
-@@ -395,7 +395,7 @@
+@@ -393,7 +393,7 @@
AlgorithmParameters algorithmparameters = algorithmparametergenerator.generateParameters();
ByteArrayInputStream bytearrayinputstream = new ByteArrayInputStream(algorithmparameters.getEncoded("ASN.1"));
ASN1InputStream asn1inputstream = new ASN1InputStream(bytearrayinputstream);
@@ -46,7 +46,7 @@ Last-Update: 2014-09-19
KeyGenerator keygenerator = KeyGenerator.getInstance(s);
keygenerator.init(128);
SecretKey secretkey = keygenerator.generateKey();
-@@ -405,13 +405,13 @@
+@@ -403,13 +403,13 @@
DEROctetString deroctetstring = new DEROctetString(abyte1);
KeyTransRecipientInfo keytransrecipientinfo = computeRecipientInfo(cert, secretkey.getEncoded());
DERSet derset = new DERSet(new RecipientInfo(keytransrecipientinfo));
diff --git a/debian/patches/build.xml.patch b/debian/patches/build.xml.patch
index ca0bc63..1cfadd8 100644
--- a/debian/patches/build.xml.patch
+++ b/debian/patches/build.xml.patch
@@ -19,7 +19,7 @@ Last-Update: 2014-09-19
+ <property name="tool.dir" value="/usr/share/java" />
<property name="bin.dir" value="bin" />
- <property name="project.version" value="1.8.7" />
+ <property name="project.version" value="1.8.10" />
@@ -64,23 +64,23 @@
<property name="maven.repo1" value="http://repo1.maven.org/maven2" />
<property name="maven.repo2" value="http://repo2.maven.org/maven2" />
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpdfbox-java.git
More information about the pkg-java-commits
mailing list