Hello community,
here is the log from the commit of package apache-commons-email for
openSUSE:Factory checked in at 2017-08-19 10:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-email (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-email.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-email"
Sat Aug 19 10:56:33 2017 rev:4 rq:517618 version:1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-email/apache-commons-email.changes
2017-05-22 10:49:11.190512080 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-email.new/apache-commons-email.changes
2017-08-19 10:56:36.986774740 +0200
@@ -1,0 +2,14 @@
+Thu Aug 17 13:27:51 UTC 2017 - [email protected]
+
+- Update to version 1.5
+ * Security fix [CVE-2017-9801, bsc#1051785]
+ - SMTP header injection vulnerabilty
+ - Added patch apache-commons-email-CVE-2017-9801.patch
+ * Requires Java >= 1.6
+ * Added Support for International Domain Names
+ * Upgrade to javax.mail-1.5.6
+
+- Full update report in:
+ http://commons.apache.org/proper/commons-email/changes-report.html
+
+-------------------------------------------------------------------
Old:
----
commons-email-1.2-src.tar.gz
New:
----
commons-email-1.5-src.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-email.spec ++++++
--- /var/tmp/diff_new_pack.MGYvKo/_old 2017-08-19 10:56:38.554553694 +0200
+++ /var/tmp/diff_new_pack.MGYvKo/_new 2017-08-19 10:56:38.574550874 +0200
@@ -19,15 +19,13 @@
%global base_name email
%global short_name commons-%{base_name}
Name: apache-%{short_name}
-Version: 1.2
+Version: 1.5
Release: 0
Summary: Apache Commons Email Package
License: Apache-2.0
Group: Development/Libraries/Java
Url: http://commons.apache.org/%{base_name}/
-# Only latest avail, we need maven for that
-#Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
-Source0: %{short_name}-%{version}-src.tar.gz
+Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Source1: build.xml.tar.bz2
BuildRequires: ant
BuildRequires: javamail
@@ -48,8 +46,7 @@
This package contains the API documentation for %{name}.
%prep
-%setup -q -n %{short_name}-%{version}-src
-tar xpvf %{SOURCE1}
+%setup -q -n %{short_name}-%{version}-src -a1
%build
ant -Dmaven.mode.offline=true -Dmaven.test.skip=true \
++++++ build.xml.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-build.properties new/maven-build.properties
--- old/maven-build.properties 2011-12-20 15:39:36.000000000 +0100
+++ new/maven-build.properties 2017-08-17 15:11:23.083848997 +0200
@@ -8,18 +8,18 @@
commons.docEncoding=iso-8859-1
maven.settings.interactiveMode=true
commons.osgi.private=
-commons.release.version=1.2
+commons.release.version=1.5
commons.componentid=email
maven.reporting.outputDirectory=${maven.build.dir}/site
commons.osgi.symbolicName=org.apache.commons.email
project.build.sourceEncoding=UTF-8
maven.build.testOutputDir=${maven.build.dir}/test-classes
commons.binary.suffix=-bin
-maven.build.finalName=commons-email-1.2
+maven.build.finalName=commons-email-1.5
maven.test.reports=${maven.build.dir}/test-reports
-commons.osgi.export=org.apache.commons.*;version\=1.2
-commons.release.name=commons-email-1.2
-maven.compile.target=1.4
+commons.osgi.export=org.apache.commons.*;version\=1.5
+commons.release.name=commons-email-1.5
+maven.compile.target=1.5
maven.repo.local=${user.home}/.m2/repository
maven.build.dir=target
maven.build.outputDir=${maven.build.dir}/classes
@@ -30,10 +30,10 @@
organization.logo=http\://www.apache.org/images/asf_logo_wide.gif
commons.manifestfile=target/osgi/MANIFEST.MF
commons.jira.pid=12310474
-maven.build.srcDir.0=src/java
+maven.build.srcDir.0=src/main/java
commons.rc.version=RC3
maven.build.testResourceDir.0=src/test
-maven.compile.source=1.4
+maven.compile.source=1.5
JAVA_1_6_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0
commons.deployment.protocol=scp
project.build.outputDirectory=${maven.build.outputDir}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/maven-build.xml new/maven-build.xml
--- old/maven-build.xml 2011-12-20 15:49:05.000000000 +0100
+++ new/maven-build.xml 2017-08-17 16:15:55.395688423 +0200
@@ -24,7 +24,7 @@
<property file="${user.home}/.m2/maven.properties"/>
<property file="maven-build.properties"/>
- <property name="maven.build.finalName" value="commons-email-1.2"/>
+ <property name="maven.build.finalName" value="commons-email-1.5"/>
<property name="maven.build.dir" value="target"/>
<property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
<property name="maven.build.srcDir.0" value="src/java"/>
@@ -44,11 +44,11 @@
<!-- ======================================================================
-->
<path id="build.classpath">
- <pathelement
location="${maven.repo.local}/javax/mail/mail/1.4.1/mail-1.4.1.jar"/>
+ <pathelement
location="${maven.repo.local}/javax/mail/mail/1.5.6/mail-1.5.6.jar"/>
<pathelement
location="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"/>
</path>
<path id="build.test.classpath">
- <pathelement
location="${maven.repo.local}/javax/mail/mail/1.4.1/mail-1.4.1.jar"/>
+ <pathelement
location="${maven.repo.local}/javax/mail/mail/1.5.6/mail-1.5.6.jar"/>
<pathelement
location="${maven.repo.local}/javax/activation/activation/1.1/activation-1.1.jar"/>
<pathelement
location="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
<pathelement
location="${maven.repo.local}/net/sf/retrotranslator/retrotranslator-runtime/1.2.1/retrotranslator-runtime-1.2.1.jar"/>
@@ -82,10 +82,10 @@
debug="true"
optimize="false"
deprecation="true"
- target="1.4"
+ target="1.5"
verbose="false"
fork="false"
- source="1.4">
+ source="1.5">
<src>
<pathelement location="${maven.build.srcDir.0}"/>
</src>
@@ -225,10 +225,10 @@
nonavbar="false"
serialwarn="false"
charset="ISO-8859-1"
- source="1.4"
+ source="1.5"
linksource="true"
breakiterator="false">
- <link href="http://java.sun.com/javase/6/docs/api/"/>
+ <link href="http://docs.oracle.com/javase/8/docs/api/"/>
</javadoc>
</target>
@@ -266,13 +266,13 @@
description="Download all dependencies"
unless="maven.mode.offline">
<mkdir dir="${maven.repo.local}"/>
- <mkdir dir="${maven.repo.local}/javax/mail/mail/1.4.1"/>
- <get
src="http://people.apache.org/repo/m2-snapshot-repository/javax/mail/mail/1.4.1/mail-1.4.1.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4.1/mail-1.4.1.jar"
+ <mkdir dir="${maven.repo.local}/javax/mail/mail/1.5.6"/>
+ <get
src="http://people.apache.org/repo/m2-snapshot-repository/javax/mail/mail/1.5.6/mail-1.5.6.jar"
+ dest="${maven.repo.local}/javax/mail/mail/1.5.6/mail-1.5.6.jar"
usetimestamp="false"
ignoreerrors="true"/>
- <get
src="http://repo1.maven.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar"
- dest="${maven.repo.local}/javax/mail/mail/1.4.1/mail-1.4.1.jar"
+ <get
src="http://repo1.maven.org/maven2/javax/mail/mail/1.5.6/mail-1.5.6.jar"
+ dest="${maven.repo.local}/javax/mail/mail/1.5.6/mail-1.5.6.jar"
usetimestamp="false"
ignoreerrors="true"/>
<mkdir dir="${maven.repo.local}/javax/activation/activation/1.1"/>
++++++ commons-email-1.2-src.tar.gz -> commons-email-1.5-src.tar.gz ++++++
++++ 28066 lines of diff (skipped)