]> git.pld-linux.org Git - packages/chkrootkit.git/commitdiff
- up to 0.45
authortiwek <tiwek@pld-linux.org>
Wed, 23 Feb 2005 16:21:47 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkrootkit.spec -> 1.36.2.2

chkrootkit.spec

index 79dfcd51f114d575350c5d2025988a657468bba0..7c192d965511799be214648e599a31f0aac2dc6c 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
-Release:       1.1
+Version:       0.45
+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/%{name}-%{version}.tar.gz
+# Source0-md5: 57493e24ca81750a200d8bcb4049e858
 Source1:       %{name}-check
 Source2:       %{name}.sysconfig
 Patch0:                %{name}-CC.patch
@@ -15,8 +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/%{name}-0.42-ip.patch
-# Patch5-md5: 0dfeda71b081eaa8c316eca1f81b21f0
+Patch5:         %{name}-utmpx.patch
 URL:           http://www.chkrootkit.org/
 BuildRequires: glibc-static
 Requires:      binutils
@@ -56,7 +54,7 @@ rootkit
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-#%patch5 -p0
+%patch5 -p1
 
 %build
 CC=%{__cc}
@@ -67,7 +65,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 chkutmp; do
        install $x $RPM_BUILD_ROOT%{_bindir}/%{name}-$x
 done
 
This page took 0.0777 seconds and 4 git commands to generate.