From 8ec47c1d4633a38c7c4ffaacdad19216b0dde800 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Aug 04 2009 13:34:44 +0000 Subject: fix #512534 --- diff --git a/amanda-2.6.0p2-insec.patch b/amanda-2.6.0p2-insec.patch new file mode 100644 index 0000000..306d9e4 --- /dev/null +++ b/amanda-2.6.0p2-insec.patch @@ -0,0 +1,9 @@ +diff -up amanda-2.6.0p2/server-src/amstatus.pl.insec amanda-2.6.0p2/server-src/amstatus.pl +--- amanda-2.6.0p2/server-src/amstatus.pl.insec 2009-08-04 15:17:13.000000000 +0200 ++++ amanda-2.6.0p2/server-src/amstatus.pl 2009-08-04 15:17:31.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!@PERL@ -Tw ++#!@PERL@ -w + # + + # Run perl. diff --git a/amanda.spec b/amanda.spec index eb58f53..a8c91e4 100644 --- a/amanda.spec +++ b/amanda.spec @@ -7,7 +7,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 2.6.0p2 -Release: 11%{?dist} +Release: 12%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz #Source: http://www.zmanda.com/downloads/community/community-builds/amanda-%{version}.tar.gz Source1: amanda.crontab @@ -21,6 +21,7 @@ Patch3: amanda-2.6.0p2-tcpport.patch Patch4: amanda-2.6.0b3-lib.patch Patch5: amanda-2.6.0p2-pie.patch Patch6: amanda-2.6.0p2-builderr.patch +Patch7: amanda-2.6.0p2-insec.patch License: BSD Group: Applications/System URL: http://www.amanda.org @@ -93,6 +94,7 @@ be used to develop amanda applications. %patch4 -p1 -b .lib %patch5 -p1 -b .pie %patch6 -p1 -b .builderr +%patch7 -p1 -b .insec ./autogen %build @@ -377,6 +379,9 @@ grep -l -E '^dumpuser[[:blank:]]*"amanda"' /etc/amanda/*/amanda.conf | %{_libdir}/libamandad.so %changelog +* Tue Aug 04 2009 Daniel Novotny 2.6.0p2-12 +-fix #512534 - amstatus outputs "Insecure dependency in printf ..." + * Fri Jul 24 2009 Fedora Release Engineering - 2.6.0p2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild