This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javamail.
commit 2b90ff8bfbea0ca0bf9ae4981a7c40a48b44502a Author: Emmanuel Bourg <[email protected]> Date: Sun Aug 28 23:45:24 2016 +0200 Refreshed the patches --- debian/changelog | 4 +++- debian/patches/04-disable-external-network-tests.patch | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73b7ba9..d08b347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -javamail (1.5.5-2) UNRELEASED; urgency=medium +javamail (1.5.6-1) UNRELEASED; urgency=medium * Team upload. + * New upstream release + - Refreshed the patches * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/patches/04-disable-external-network-tests.patch b/debian/patches/04-disable-external-network-tests.patch index c4e0d27..8c154e0 100644 --- a/debian/patches/04-disable-external-network-tests.patch +++ b/debian/patches/04-disable-external-network-tests.patch @@ -22,7 +22,7 @@ Bug-Debian: https://bugs.debian.org/770744 TestServer server = null; --- a/mail/src/test/java/com/sun/mail/util/WriteTimeoutSocketTest.java +++ b/mail/src/test/java/com/sun/mail/util/WriteTimeoutSocketTest.java -@@ -57,6 +57,7 @@ +@@ -61,6 +61,7 @@ import com.sun.mail.test.TestSocketFactory; import com.sun.mail.test.TestSSLSocketFactory; @@ -30,7 +30,7 @@ Bug-Debian: https://bugs.debian.org/770744 import org.junit.Test; import org.junit.Rule; import org.junit.rules.Timeout; -@@ -80,6 +81,7 @@ +@@ -84,6 +85,7 @@ * Test write timeouts with plain sockets. */ @Test @@ -38,7 +38,7 @@ Bug-Debian: https://bugs.debian.org/770744 public void test() { final Properties properties = new Properties(); properties.setProperty("mail.imap.host", "localhost"); -@@ -91,6 +93,7 @@ +@@ -95,6 +97,7 @@ * Test write timeouts with custom socket factory. */ @Test @@ -46,7 +46,7 @@ Bug-Debian: https://bugs.debian.org/770744 public void testSocketFactory() { final Properties properties = new Properties(); properties.setProperty("mail.imap.host", "localhost"); -@@ -107,6 +110,7 @@ +@@ -111,6 +114,7 @@ * Test write timeouts with SSL sockets. */ @Test @@ -54,7 +54,7 @@ Bug-Debian: https://bugs.debian.org/770744 public void testSSL() { final Properties properties = new Properties(); properties.setProperty("mail.imap.host", "localhost"); -@@ -123,6 +127,7 @@ +@@ -127,6 +131,7 @@ * Test write timeouts with a custom SSL socket factory. */ @Test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

