From cce01af2f75071ae7bbfc9be4f34eba2d811db65 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Fri, 2 Jan 2004 15:26:47 +0000 Subject: [PATCH] Alejandro Mery : chkrootkit 0.42b -> 0.43 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2102 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/mnemoc/chkrootkit/chkrootkit.desc | 4 ++-- package/mnemoc/chkrootkit/make_install.patch | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/mnemoc/chkrootkit/chkrootkit.desc b/package/mnemoc/chkrootkit/chkrootkit.desc index db55d18e8..52c6f41f6 100644 --- a/package/mnemoc/chkrootkit/chkrootkit.desc +++ b/package/mnemoc/chkrootkit/chkrootkit.desc @@ -46,8 +46,8 @@ [L] OpenSource [S] Stable -[V] 0.42b +[V] 0.43 [P] X -----5---9 800.000 -[D] 3286636968 chkrootkit-0.42b.tar.gz ftp://ftp.pangeia.com.br/pub/seg/pac/ +[D] 2776672124 chkrootkit-0.43.tar.gz ftp://ftp.pangeia.com.br/pub/seg/pac/ diff --git a/package/mnemoc/chkrootkit/make_install.patch b/package/mnemoc/chkrootkit/make_install.patch index 0fbb918d5..0708613eb 100644 --- a/package/mnemoc/chkrootkit/make_install.patch +++ b/package/mnemoc/chkrootkit/make_install.patch @@ -20,8 +20,8 @@ # # --- ROCK-COPYRIGHT-NOTE-END --- ---- ./Makefile.orig Sat Mar 8 14:21:31 2003 -+++ ./Makefile Sat Mar 8 14:31:15 2003 +--- ./Makefile.orig 2003-12-26 18:34:10.000000000 -0300 ++++ ./Makefile 2003-12-28 15:25:55.000000000 -0300 @@ -7,6 +7,8 @@ CFLAGS = -DHAVE_LASTLOG_H STATIC = -static @@ -34,7 +34,7 @@ @@ -63,3 +65,6 @@ clean: - rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings + rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static + +install: sense -+ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings $(SBIN) ++ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static $(SBIN)