diff --git a/apache-commons-email.changes b/apache-commons-email.changes index 8c1afa2..ac1c9d4 100644 --- a/apache-commons-email.changes +++ b/apache-commons-email.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 17 13:27:51 UTC 2017 - pmonrealgonzalez@suse.com + +- 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 + ------------------------------------------------------------------- Sun May 21 07:49:03 UTC 2017 - tchvatal@suse.com diff --git a/apache-commons-email.spec b/apache-commons-email.spec index 5290de5..53df84f 100644 --- a/apache-commons-email.spec +++ b/apache-commons-email.spec @@ -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 @@ Group: Documentation/Other 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 \ diff --git a/build.xml.tar.bz2 b/build.xml.tar.bz2 index 371ba47..29c5a4c 100644 --- a/build.xml.tar.bz2 +++ b/build.xml.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69732702816eaa430fb97254389424892e87c40ca61bfbf9133b0c71a1395190 -size 3501 +oid sha256:8bc3f5bcbdb47660aa59dc8d1df3b154f7cc6c5a5ccb13566dbb44f2625a75cc +size 3729 diff --git a/commons-email-1.2-src.tar.gz b/commons-email-1.2-src.tar.gz deleted file mode 100644 index cccbeea..0000000 --- a/commons-email-1.2-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d95d47bc72265ab5c9b74e5fe9413b1f4b00fd79878d4d9c6e44e6ac68952b -size 152631 diff --git a/commons-email-1.5-src.tar.gz b/commons-email-1.5-src.tar.gz new file mode 100644 index 0000000..0e8449c --- /dev/null +++ b/commons-email-1.5-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108e226c51acec5eb2bdbb607a7f856f5af507891c3654b4d55086778d3fd774 +size 298028