Accepting request 336663 from Java:packages
- Update URL to link to live domain - Fix bnc#920813 CVE-2015-0254, patch taken from debian: * CVE-2015-0254.patch OBS-URL: https://build.opensuse.org/request/show/336663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jakarta-taglibs-standard?expand=0&rev=16
This commit is contained in:
commit
117a160520
2265
CVE-2015-0254.patch
Normal file
2265
CVE-2015-0254.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 09:00:42 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Update URL to link to live domain
|
||||
- Fix bnc#920813 CVE-2015-0254, patch taken from debian:
|
||||
* CVE-2015-0254.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 09:14:05 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jakarta-taglibs-standard
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,12 +23,13 @@ Release: 0
|
||||
Summary: Open Source Implementation of the JSP Standard Tag Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
Url: http://jakarta.apache.org/taglibs/
|
||||
Url: http://tomcat.apache.org/taglibs/
|
||||
Source0: jakarta-taglibs-standard-%{version}-src.tar.bz2
|
||||
Patch0: %{name}-%{version}-build.patch
|
||||
Patch1: %{name}-java6-compatibility.patch
|
||||
Patch2: %{name}-%{version}-remove-enums.patch
|
||||
Patch3: jakarta-taglibs-standard-java7.patch
|
||||
Patch4: CVE-2015-0254.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: servletapi5
|
||||
@ -57,6 +58,7 @@ This package contains the javadoc documentation for Jakarta Taglibs.
|
||||
%patch1 -b .sav1
|
||||
%patch2 -b .sav2
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
cat > build.properties <<EOBP
|
||||
build.dir=build
|
||||
|
Loading…
Reference in New Issue
Block a user