forked from pool/apache-commons-email
Accepting request 517519 from home:pmonrealgonzalez:branches:Java:packages
- 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 OBS-URL: https://build.opensuse.org/request/show/517519 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-email?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
7037451e5f
commit
f68feeb0ad
@@ -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
|
||||
|
||||
|
@@ -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 \
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69732702816eaa430fb97254389424892e87c40ca61bfbf9133b0c71a1395190
|
||||
size 3501
|
||||
oid sha256:8bc3f5bcbdb47660aa59dc8d1df3b154f7cc6c5a5ccb13566dbb44f2625a75cc
|
||||
size 3729
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80d95d47bc72265ab5c9b74e5fe9413b1f4b00fd79878d4d9c6e44e6ac68952b
|
||||
size 152631
|
3
commons-email-1.5-src.tar.gz
Normal file
3
commons-email-1.5-src.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:108e226c51acec5eb2bdbb607a7f856f5af507891c3654b4d55086778d3fd774
|
||||
size 298028
|
Reference in New Issue
Block a user