Browse Source

rkhunter: update to 1.4.2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9082 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
bb1488972b
1 changed files with 6 additions and 3 deletions
  1. 6 3
      r/rkhunter/rkhunter-vl.spec

+ 6 - 3
r/rkhunter/rkhunter-vl.spec

@@ -1,5 +1,5 @@
 Name:           rkhunter
-Version:        1.4.0
+Version:        1.4.2
 Release:        1%{?_dist_release}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
@@ -9,7 +9,7 @@ URL:            http://rkhunter.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz
 Source2:        01-rkhunter
 Source3:        rkhunter.sysconfig
-Patch0:         rkhunter-1.4.0-fedoraconfig.patch
+Patch0:         rkhunter-1.4.2-vineconfig.patch
 BuildArch:      noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -31,7 +31,7 @@ and other unwanted tools.
 
 %setup -q
 
-%patch0 -p1
+%patch0 -p1 -b .vine
 
 %{__cat} <<'EOF' >%{name}.logrotate
 %{_localstatedir}/log/%{name}/%{name}.log {
@@ -100,6 +100,9 @@ EOF
 %{_mandir}/man8/*
 
 %changelog
+* Wed Nov 12 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.4.2-1
+- update to 1.4.2
+
 * Thu Feb 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
 - initial build for Vine Linux