- update to advchk-1.20

ok jasper@
This commit is contained in:
ajacoutot 2007-03-15 08:41:07 +00:00
parent 398b1a7dc0
commit bed54d1d39
4 changed files with 26 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2007/01/28 23:20:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2007/03/15 08:41:07 ajacoutot Exp $
COMMENT= "tool for monitoring the security of installed softwares"
DISTNAME= advchk-1.03
DISTNAME= advchk-1.20
CATEGORIES= security
HOMEPAGE= http://advchk.unixgu.ru/
@ -25,7 +25,7 @@ PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/advchk ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/addfeeds.sh ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/advchk-addfeeds.sh ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/advchk.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
MD5 (advchk-1.03.tar.gz) = 23565c73d10e37efd8a1f834b118b5c9
RMD160 (advchk-1.03.tar.gz) = 4449ce1b4d92fc50f955f52fba3f7ced1f202e67
SHA1 (advchk-1.03.tar.gz) = dbf4cceb93c34a98d3d79f6c9bd673b4a4f76f1e
SIZE (advchk-1.03.tar.gz) = 9593
MD5 (advchk-1.20.tar.gz) = e3bc4197876cacb6574fb65d725ee655
RMD160 (advchk-1.20.tar.gz) = 4b828655a42e543c24f38df8f2ffe42a14a1b133
SHA1 (advchk-1.20.tar.gz) = efa9600da892851fec9ce6da26fad15c1a4c14df
SHA256 (advchk-1.20.tar.gz) = 7ac2dde4ed41c68122591d201d914fd15e68aaede4ce7bd6b4469e4b7a8a88e6
SIZE (advchk-1.20.tar.gz) = 11263

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-advchk_1,v 1.1.1.1 2006/10/20 11:32:07 ajacoutot Exp $
--- advchk.1.orig Thu Oct 12 19:48:48 2006
+++ advchk.1 Fri Oct 20 13:29:11 2006
@@ -47,19 +47,32 @@ Enabling SSH-Update for a vanilla host i
$OpenBSD: patch-advchk_1,v 1.2 2007/03/15 08:41:07 ajacoutot Exp $
--- advchk.1.orig Mon Feb 19 10:02:15 2007
+++ advchk.1 Mon Feb 19 10:04:49 2007
@@ -59,21 +59,40 @@ ports is as simple as:
The following
.B package managers
are supported:
@ -16,7 +16,10 @@ $OpenBSD: patch-advchk_1,v 1.1.1.1 2006/10/20 11:32:07 ajacoutot Exp $
-pkginfo@Solaris@pkginfo -x
-portage@Gentoo@equery list -i
-\ @Equery is included in "gentoolkit".@\
-inst@IRIX@showprods -1En
-nmap@universal "package manager"@nmap -A -T4 -sT
-.TE
-
+.TP
+.I pkg_info
+.B pkg_info
@ -41,7 +44,15 @@ $OpenBSD: patch-advchk_1,v 1.1.1.1 2006/10/20 11:32:07 ajacoutot Exp $
+.I portage
+.B equery list -i
+Gentoo (Equery is included in "gentoolkit")
+.TP
+.I inst
+.B showprods -1En
+IRIX
+.TP
+.I nmap
+.B nmap -A -T4 -sT
+universal "package manager"
+
+.P
Think of
.B advchk

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/20 11:32:07 ajacoutot Exp $
bin/addfeeds.sh
@comment $OpenBSD: PLIST,v 1.2 2007/03/15 08:41:07 ajacoutot Exp $
bin/advchk
bin/advchk-addfeeds.sh
@man man/man1/advchk.1