From 05481ad5e100fab0d9fab4c8cbf6d147f762a8b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Wed, 27 Apr 2005 05:16:34 +0000 Subject: [PATCH] - fix insecure temporary file creation (CAN-2005-1270) - release 2 Changed files: rkhunter.spec -> 1.27 --- rkhunter.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rkhunter.spec b/rkhunter.spec index 64db1d7..e5ccfb9 100644 --- a/rkhunter.spec +++ b/rkhunter.spec @@ -2,7 +2,7 @@ Summary: Rootkit Hunter Summary(pl): Program do poszukiwania rootkitów Name: rkhunter Version: 1.2.4 -Release: 1 +Release: 2 License: GPL Group: Applications Source0: http://downloads.rootkit.nl/%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ Source1: %{name}.cron Source2: %{name}.conf Patch0: %{name}-datadir.patch Patch1: %{name}-appversion.patch +Patch2: %{name}-CAN-2005-1270.patch URL: http://www.rootkit.nl/projects/rootkit_hunter.html Requires: binutils Requires: coreutils @@ -52,6 +53,7 @@ wszystkich. %setup -q -n %{name} %patch0 -p0 %patch1 -p1 +%patch2 -p1 %install rm -rf $RPM_BUILD_ROOT -- 2.44.0