Logoj0ke.net Open Build Service > Projects > internetx > ix-rkhunter > Changes
Sign Up | Log In

Changes of Revision 15

[-] Changed rkhunter.spec
x
 
1
@@ -8,13 +8,13 @@
2
 Group:          System/Monitoring
3
 Autoreqprov:    on
4
 Summary:        Rootkit Scans for Rootkits, Backdoors, and Local Exploits
5
-Version:        1.3.4
6
+Version:        1.3.6
7
 Release:        1
8
-Source0:        http://downloads.rootkit.nl/%{realname}-%{version}.tar.gz
9
-Patch0:         %{realname}-10.0_os.dat.patch
10
+Source0:        http://downloads.rootkit.nl/%{realname}-%{version}.tar.bz2
11
+#Patch0:         %{realname}-10.0_os.dat.patch
12
 Patch1:        %{realname}-config.patch
13
-Patch2:        %{realname}-installer.patch
14
-Requires:       coreutils wget
15
+Patch2:        %{realname}-%{version}-installer.patch
16
+Requires:       coreutils wget cron
17
 BuildArch:      noarch
18
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
19
 
20
@@ -48,9 +48,9 @@
21
 %debug_package
22
 %prep
23
 %setup -q -n %{realname}-%{version}
24
-%patch0 -p1
25
+##%patch0 -p1
26
 %patch1 -p1
27
-%patch2 -p1
28
+%patch2
29
 %build
30
 
31
 %install
32
@@ -85,6 +85,7 @@
33
 %{_bindir}/rkhunter
34
 %doc %{_docdir}/rkhunter-%{version}
35
 %{_mandir}/man8/*
36
+%dir %{_libdir}/rkhunter
37
 %{_libdir}/rkhunter/scripts
38
 %dir %{_var}/lib/rkhunter
39
 %dir %{_var}/lib/rkhunter/tmp
40
@@ -93,7 +94,24 @@
41
 %attr(755,root,root) %{_sysconfdir}/cron.daily/ix-rkhunter
42
 
43
 %changelog -n rkhunter
44
-* Thu Jan 01 2009 Carsten Schoene <cs@linux-administrator.com>
45
+* Sun Nov 29 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.6-1
46
+- new upstream release 1.3.6
47
+ - New IGNORE_PRELINK_DEP_ERR configuration option in case of persistent prelink dependency errors.
48
+ - New USER_FILEPROP_FILES_DIRS configuration option to add files and directories to the file properties check.
49
+ - New COPY_LOG_ON_ERROR configuration option to copy the log file if any errors or warnings have occurred.
50
+ - New WEBCMD configuration option to specify the command used to download data file updates from the Internet.
51
+ - Rkhunter will look for configuration options in the main configuration file, and then in the local configuration file if it exists.
52
+ - New SHARED_LIB_WHITELIST configuration option for whitelisting preloaded shared libraries.
53
+ - New WARN_ON_OS_CHANGE configuration option. If unset then no warnings will be shown.
54
+ - New UPDT_ON_OS_CHANGE configuration option. If set and the O/S has changed then rkhunter will automatically update properties ('rkhunter –propupd').
55
+ - Added support for hash functions SHA224, SHA256, SHA384 and SHA512 using CPAN perl modules Digest-SHA-PurePerl or SHA256.
56
+ - New UPDATE_LANG configuration option.
57
+ - New ALLOWPROMISCIF configuration option.
58
+ - New PKGMGR_NO_VRFY configuration option for fine-grained package manager verification process control.
59
+ - Rootkit checks added: Adore Rootkit (aka strings.o aka Dextenea) cb, CX, Fu, iLLogiC, ld-linuxv.so.1, 'Spanish', trNkit, Xzibit, ZK.
60
+ - Updated rootkit / malware checks: Ambient (ark), beX2, BOBkit, Dica-kit, Dreams, Enye LKM, evil strings test, Fleakit, FreeBSD, Phalanx2, SHV4, Universal (URK).
61
+
62
+* Thu Jan 01 2009 Carsten Schoene <cs@linux-administrator.com> - 1.3.4-1
63
 - new upstream release 1.3.4
64
  - Added IntoXonia-NG rootkit check.
65
  - Added Phalanx2 rootkit check.
66
[+] Added rkhunter-1.3.6-installer.patch ^
Added rkhunter-1.3.6.tar.bz2 ^