[apache-commons-fileupload] Update to upstream version 1.3.1

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Feb 10 07:41:02 UTC 2014


commit 26e11326b1386b316ba42761d8bb119ce1797a05
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Feb 10 08:25:51 2014 +0100

    Update to upstream version 1.3.1

 .gitignore                                     |    1 +
 apache-commons-fileupload-CVE-2014-0050.patch  |  151 ------------------------
 apache-commons-fileupload-portlet20.patch      |   65 ----------
 apache-commons-fileupload-remove-portlet.patch |   24 ----
 apache-commons-fileupload.spec                 |   13 +-
 sources                                        |    2 +-
 6 files changed, 8 insertions(+), 248 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e0f367..00bbdef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 commons-fileupload-1.2.1-src.tar.gz
 /commons-fileupload-1.2.2-src.tar.gz
 /commons-fileupload-1.3-src.tar.gz
+/commons-fileupload-1.3.1-src.tar.gz
diff --git a/apache-commons-fileupload.spec b/apache-commons-fileupload.spec
index c00bc7d..db55e7b 100644
--- a/apache-commons-fileupload.spec
+++ b/apache-commons-fileupload.spec
@@ -2,8 +2,8 @@
 %global short_name      commons-%{base_name}
 
 Name:             apache-%{short_name}
-Version:          1.3
-Release:          5%{?dist}
+Version:          1.3.1
+Release:          1%{?dist}
 Summary:          This package provides an api to work with html file upload
 License:          ASL 2.0
 Group:            Development/Libraries
@@ -11,10 +11,6 @@ URL:              http://commons.apache.org/%{base_name}/
 Source0:          http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 BuildArch:        noarch
 
-# Backported from upstream revision 1565143
-Patch0:           %{name}-CVE-2014-0050.patch
-Patch1:           %{name}-portlet20.patch
-
 BuildRequires:    java-devel >= 1:1.6.0
 BuildRequires:    maven-local
 BuildRequires:    junit >= 0:3.8.1
@@ -65,7 +61,6 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q -n %{short_name}-%{version}-src
-%patch0 -p1
 sed -i 's/\r//' LICENSE.txt
 sed -i 's/\r//' NOTICE.txt
 
@@ -126,6 +121,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 # -----------------------------------------------------------------------------
 
 %changelog
+* Mon Feb 10 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.3.1-1
+- Update to upstream version 1.3.1
+- Remove unused patched
+
 * Thu Feb  6 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.3-5
 - Add backported upstream patch to fix DoS vulnerability
 - Resolves: CVE-2014-0050
diff --git a/sources b/sources
index 7b8af5f..becc879 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ebb9e0e7d528d4660c35c63a13f20a5  commons-fileupload-1.3-src.tar.gz
+0903f9606096d11a8ff57525fd9ee83c  commons-fileupload-1.3.1-src.tar.gz


More information about the scm-commits mailing list