summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-26 00:43:52 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-26 00:43:52 +0000
commit20faaba5d0d04bf956bc97e64aad2513edf18fa8 (patch)
tree7b932b6314c12203cb4c1fbe252a428c55ba6b67 /app-forensics/chkrootkit/files
parentInitial import as per bug #82113 (diff)
downloadgentoo-2-20faaba5d0d04bf956bc97e64aad2513edf18fa8.tar.gz
gentoo-2-20faaba5d0d04bf956bc97e64aad2513edf18fa8.tar.bz2
gentoo-2-20faaba5d0d04bf956bc97e64aad2513edf18fa8.zip
Version bump.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-forensics/chkrootkit/files')
-rw-r--r--app-forensics/chkrootkit/files/chkrootkit-0.45-makefile.diff61
-rw-r--r--app-forensics/chkrootkit/files/digest-chkrootkit-0.452
2 files changed, 63 insertions, 0 deletions
diff --git a/app-forensics/chkrootkit/files/chkrootkit-0.45-makefile.diff b/app-forensics/chkrootkit/files/chkrootkit-0.45-makefile.diff
new file mode 100644
index 000000000000..3a026e8e9f0c
--- /dev/null
+++ b/app-forensics/chkrootkit/files/chkrootkit-0.45-makefile.diff
@@ -0,0 +1,61 @@
+diff --exclude='*~' -urN chkrootkit-0.45.orig/Makefile chkrootkit-0.45/Makefile
+--- chkrootkit-0.45.orig/Makefile 2005-02-24 21:08:21.044113456 -0500
++++ chkrootkit-0.45/Makefile 2005-02-24 21:17:06.437241560 -0500
+@@ -23,48 +23,37 @@
+ #CFLAGS =
+
+
+-SRCS = chklastlog.c chkwtmp.c ifpromisc.c chkproc.c chkdirs.c check_wtmpx.c strings.c
++SRCS = chklastlog.c chkwtmp.c ifpromisc.c chkproc.c chkdirs.c strings.c
+
+-OBJS = chklastlog.o chkwtmp.o ifpromisc.o chkproc.o chkdirs.o check_wtmpx.o strings-static.o
++OBJS = chklastlog.o chkwtmp.o ifpromisc.o chkproc.o chkdirs.o strings-static.o
+
+ all:
+ @echo '*** stopping make sense ***'
+ @exec make sense
+
+-sense: chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
++sense: chklastlog chkwtmp ifpromisc chkproc chkdirs strings-static chkutmp
+
+ chklastlog: chklastlog.c
+- ${CC} ${CFLAGS} -o $@ chklastlog.c
+- @strip $@
++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ chklastlog.c
+
+ chkwtmp: chkwtmp.c
+- ${CC} ${CFLAGS} -o $@ chkwtmp.c
+- @strip $@
++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ chkwtmp.c
+
+ ifpromisc: ifpromisc.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -D_FILE_OFFSET_BITS=64 -o $@ ifpromisc.c
+- @strip $@
+
+ chkproc: chkproc.c
+- ${CC} ${LDFLAGS} -o $@ chkproc.c
+- @strip $@
++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ chkproc.c
+
+ chkdirs: chkdirs.c
+- ${CC} ${LDFLAGS} -o $@ chkdirs.c
+- @strip $@
+-
+-check_wtmpx: check_wtmpx.c
+- ${CC} ${LDFLAGS} -o $@ check_wtmpx.c
++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ chkdirs.c
+ @strip $@
+
+ chkutmp: chkutmp.c
+- ${CC} ${LDFLAGS} -o $@ chkutmp.c
+- @strip $@
+-
++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ chkutmp.c
+
+ strings-static: strings.c
+- ${CC} ${STATIC} ${LDFLAGS} -o $@ strings.c
+- @strip $@
++ ${CC} ${STATIC} ${CFLAGS} ${LDFLAGS} -o $@ strings.c
+
+ clean:
+ rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static chkutmp
diff --git a/app-forensics/chkrootkit/files/digest-chkrootkit-0.45 b/app-forensics/chkrootkit/files/digest-chkrootkit-0.45
new file mode 100644
index 000000000000..e7c39a8dc16c
--- /dev/null
+++ b/app-forensics/chkrootkit/files/digest-chkrootkit-0.45
@@ -0,0 +1,2 @@
+MD5 57493e24ca81750a200d8bcb4049e858 chkrootkit-0.45.tar.gz 36359
+MD5 ecac86c18a31fbf9897124e7c34def98 chkrootkit-0.45-gentoo.diff.bz2 3729