|
@@ -4,14 +4,17 @@ Summary: A GNU tool for automatically creating Makefiles.
|
|
Summary(ja): Makefile を自動生成するための GNU ツール
|
|
Summary(ja): Makefile を自動生成するための GNU ツール
|
|
Name: automake
|
|
Name: automake
|
|
Version: %{api_version}.1
|
|
Version: %{api_version}.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
|
|
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2
|
|
|
|
+Patch100: automake-1.11.1_CVE-2012-3386.patch
|
|
|
|
+
|
|
URL: http://sources.redhat.com/automake
|
|
URL: http://sources.redhat.com/automake
|
|
Requires: perl, autoconf >= 2.58
|
|
Requires: perl, autoconf >= 2.58
|
|
Buildrequires: autoconf >= 2.58
|
|
Buildrequires: autoconf >= 2.58
|
|
-Prereq: install-info
|
|
+Requires(pre): install-info
|
|
|
|
+# Prereq: install-info
|
|
BuildArchitectures: noarch
|
|
BuildArchitectures: noarch
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -37,6 +40,7 @@ GNU's Autoconf package.
|
|
%prep
|
|
%prep
|
|
%setup -q -n automake-%{version}
|
|
%setup -q -n automake-%{version}
|
|
|
|
|
|
|
|
+%patch100 -p1 -b .CVE-2012-3386
|
|
|
|
|
|
%build
|
|
%build
|
|
./configure --prefix=%{_prefix}
|
|
./configure --prefix=%{_prefix}
|
|
@@ -80,6 +84,12 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 30 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.1-4
|
|
|
|
+- change prereq to Require(pre)
|
|
|
|
+
|
|
|
|
+* Sat Aug 11 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.11.1-3
|
|
|
|
+- add patch100 for fix CVE-2012-3386 (world-writable tmp dir)
|
|
|
|
+
|
|
* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.1-2
|
|
* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.1-2
|
|
- rebuild for Vine 6
|
|
- rebuild for Vine 6
|
|
|
|
|