]> git.pld-linux.org Git - packages/chkrootkit.git/blobdiff - chkrootkit.spec
- updated to 0.44
[packages/chkrootkit.git] / chkrootkit.spec
index 82cbb4143d0dd0aeabc33e3bafe38a5d99d1951c..e0694d42112003ebf6483154e478bf439cbca4cb 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       chkrootkit - locally checks for signs of a rootkit
 Summary(pl):   chkrootkit - narzêdzie do lokalnego szukania oznak rootkitów
 Name:          chkrootkit
-Version:       0.43
+Version:       0.44
 Release:       1
 License:       AMS (BSD like; look at COPYRIGHT)
 Group:         Applications/Networking
-#Source0:      ftp://sunsite.icm.edu.pl/pub/unix/security/chkrootkit/%{name}-%{version}.tar.gz
-Source0:       http://manta.univ.gda.pl/~tiwek/chkrootkit/%{name}-%{version}.tar.gz
-# Source0-md5: 08646b9bf3a9dc45c25a40946962a839
+Source0:       ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit-0.44.tar.gz
+# Source0-md5: 8f6dbb3204c24e9b71490142cb2953ee
 Source1:       %{name}-check
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-CC.patch
@@ -15,7 +14,7 @@ Patch1:               %{name}-nostrip.patch
 Patch2:                %{name}-names.patch
 Patch3:                %{name}-wtmp.patch
 Patch4:                %{name}-usebash.patch
-Patch5:   http://www.rootshell.be/~unspawn/packaging/chkrootkit-0.42-ip.patch
+Patch5:                http://www.rootshell.be/~unspawn/packaging/%{name}-0.42-ip.patch
 # Patch5-md5: 0dfeda71b081eaa8c316eca1f81b21f0
 URL:           http://www.chkrootkit.org/
 BuildRequires: glibc-static
@@ -35,6 +34,9 @@ Chkrootkit is a toolkit to locally check for signs of a rootkit.
  - chkproc: checks for signs of LKM trojans. (kernel modules)
  - strings: quick and dirty strings replacement.
 
+This package is a little outdated, please use rkhunter or similar for
+better results.
+
 %description -l pl
 Chkrootkit to zestaw narzêdzi do lokalnego sprawdzania oznak u¿ycia
 rootkitów.
@@ -49,6 +51,8 @@ rootkit
  - chkproc: szuka oznak trojanów LKM (modu³y j±dra)
  - strings: szybko i brzydko napisany zamiennik programu strings.
 
+Pakiet ten jest przestarza³y, lepiej u¿ywaæ rkhunter lub podobnego.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -59,7 +63,7 @@ rootkit
 #%patch5 -p0
 
 %build
-CC=%{__cc}
+CC="%{__cc}"
 export CC
 %{__make} sense
 
@@ -67,7 +71,7 @@ export CC
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},/etc/{sysconfig,cron.weekly}}
 
-for x in check_wtmpx chkdirs chklastlog chkproc chkwtmp ifpromisc strings; do
+for x in check_wtmpx chkdirs chklastlog chkproc chkwtmp ifpromisc strings-static; do
        install $x $RPM_BUILD_ROOT%{_bindir}/%{name}-$x
 done
 
This page took 0.087171 seconds and 4 git commands to generate.