[plexus-cipher] 05/07: Refreshed the patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:38:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-cipher.
commit 71fd5d9d3f98549c8e3849a650c5b1ea4d57a493
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jul 9 12:17:27 2015 +0200
Refreshed the patch
---
debian/changelog | 4 +++-
debian/patches/0001_PBECipherTest.patch | 7 +++----
.../java/org/sonatype/plexus/components/cipher/PBECipherTest.java | 2 ++
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1c5330d..05eed28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-plexus-cipher (1.5-5) UNRELEASED; urgency=low
+plexus-cipher (1.7-1) UNRELEASED; urgency=low
* Team upload.
+ * New upstream release
+ - Refreshed the patch
* debian/control:
- Use canonical URLs for the Vcs-* fields
- Standard-Version updated to 3.9.6 (no changes)
diff --git a/debian/patches/0001_PBECipherTest.patch b/debian/patches/0001_PBECipherTest.patch
index 6d91765..91cdcab 100644
--- a/debian/patches/0001_PBECipherTest.patch
+++ b/debian/patches/0001_PBECipherTest.patch
@@ -6,12 +6,11 @@ Author: Sjoerd Simons <sjoerd at debian.org>
--- a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
+++ b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
@@ -55,6 +55,8 @@
-
- System.out.println(enc);
+
+ System.out.println( enc );
+ Thread.sleep (10);
+
String enc2 = _cipher.encrypt64( _cleatText, _password );
-
+
assertNotNull( enc2 );
-
diff --git a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
index 90f0059..e3868c9 100644
--- a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
+++ b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java
@@ -55,6 +55,8 @@ public class PBECipherTest
System.out.println( enc );
+ Thread.sleep (10);
+
String enc2 = _cipher.encrypt64( _cleatText, _password );
assertNotNull( enc2 );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cipher.git
More information about the pkg-java-commits
mailing list