- remove advchk
it does not work, it is not maintained no objection espie@ ok naddy@ fkr@ sturm@
This commit is contained in:
parent
c0324c2453
commit
df48ef2e76
@ -1,31 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/09/15 23:29:57 merdely Exp $
|
||||
|
||||
COMMENT= monitor the security of installed softwares
|
||||
|
||||
DISTNAME= advchk-2.00
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://advchk.unixgu.ru/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# 2-clause BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
RUN_DEPENDS= ::www/p5-libwww
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/advchk ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/advchk-addfeeds.sh ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/advchk.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (advchk-2.00.tar.gz) = YhjPsFvlnKmZnrIgfY63dw==
|
||||
RMD160 (advchk-2.00.tar.gz) = 6CrMUi8qcj6ou/UMVSv+IZIiE38=
|
||||
SHA1 (advchk-2.00.tar.gz) = QG5e/DdSxWoMguh3mciBCuzumu0=
|
||||
SHA256 (advchk-2.00.tar.gz) = GG8NIk9V0BwyLFfVsaKgMeRsGXwBWcJhSAWKu9HCIjA=
|
||||
SIZE (advchk-2.00.tar.gz) = 11629
|
@ -1,59 +0,0 @@
|
||||
$OpenBSD: patch-advchk_1,v 1.3 2007/05/26 14:47:46 ajacoutot Exp $
|
||||
--- advchk.1.orig Wed May 23 09:07:47 2007
|
||||
+++ advchk.1 Sat May 26 16:23:22 2007
|
||||
@@ -61,21 +61,40 @@ ports is as simple as:
|
||||
The following
|
||||
.B package managers
|
||||
are supported:
|
||||
-.TS
|
||||
-tab (@);
|
||||
-l l l.
|
||||
-MANAGER@OPERATING SYSTEM@COMMAND
|
||||
-pkg_info@Open-, Net-, FreeBSD, Darwin/MacOS X@pkg_info
|
||||
-dpkg@Debian, Ubuntu, ...@dpkg -l
|
||||
-rpm@Redhat/Fedora, SuSE, Turbolinux, ...@rpm -qa
|
||||
-lpp@AIX@lslpp -Lc
|
||||
-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
|
||||
+Open-, Net-, FreeBSD, Darwin/MacOS X
|
||||
+.TP
|
||||
+.I dpkg
|
||||
+.B dpkg -l
|
||||
+Debian, Ubuntu, ...
|
||||
+.TP
|
||||
+.I rpm
|
||||
+.B rpm -qa
|
||||
+Redhat/Fedora, SuSE, Turbolinux, ...
|
||||
+.TP
|
||||
+.I lpp
|
||||
+.B lslpp -Lc
|
||||
+AIX
|
||||
+.TP
|
||||
+.I pkginfo
|
||||
+.B pkginfo -x
|
||||
+Solaris
|
||||
+.TP
|
||||
+.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
|
||||
as your
|
@ -1,12 +0,0 @@
|
||||
Advchk (Advisory Check) reads security advisories so you don't have to.
|
||||
Advisory Check gathers security advisories using RSS / RDF / XML feeds,
|
||||
compares them against a list of known softwares, and alerts you if
|
||||
you're vulnerable.
|
||||
|
||||
Software installed on remote systems can be monitored using SSH-Update.
|
||||
SSH-Update retrieves packages list by executing the remote package
|
||||
manager as an SSH ForcedCommand using Public-key authentication.
|
||||
|
||||
Quite a few CERTs and vendors offer security-relevant feeds. Mailing
|
||||
lists can be monitored using feeds provided by some web archives. Some
|
||||
usenet gateways like Google Groups also offer RSS subscriptions.
|
@ -1,4 +0,0 @@
|
||||
@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
|
Loading…
Reference in New Issue
Block a user