Christian Wiese
18 years ago
3 changed files with 107 additions and 0 deletions
@ -0,0 +1,27 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../openvas-server/install-includes.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- openvas-server-0.9.0/Makefile.orig 2007-09-18 02:16:13.000000000 +0200
|
||||
+++ openvas-server-0.9.0/Makefile 2007-09-18 02:18:20.000000000 +0200
|
||||
@@ -79,7 +79,7 @@
|
||||
$(INSTALL) -m 755 openvas-rmuser ${sbindir}/openvas-rmuser
|
||||
$(INSTALL) -m 755 openvas-mkcert ${sbindir}/openvas-mkcert
|
||||
$(INSTALL) -c -m 0444 openvas-services ${localstatedir}/lib/openvas/openvas-services
|
||||
- $(INSTALL) -c -m 0444 include/includes.h ${includedir}/openvas/includes.h
|
||||
+ @test -f ${includedir}/openvas/includes.h || $(INSTALL) -c -m 0444 include/includes.h ${includedir}/openvas/includes.h
|
||||
$(INSTALL) -c -m 0444 include/openvas-devel.h ${includedir}/openvas/openvas-devel.h
|
||||
$(INSTALL) -c -m 0444 include/config.h ${includedir}/openvas/config.h
|
||||
$(INSTALL) -c -m 0444 include/threadcompat.h ${includedir}/openvas/threadcompat.h
|
@ -0,0 +1,40 @@
|
||||
|
||||
[TIMESTAMP] 1190075077 Tue Sep 18 02:24:37 2007 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 0.40 MB, 40 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] dbus |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] flex |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] gnutls |
||||
[DEP] grep |
||||
[DEP] imake |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] libice |
||||
[DEP] libpcap |
||||
[DEP] libpthread-stubs |
||||
[DEP] libtasn1 |
||||
[DEP] libx11 |
||||
[DEP] libxau |
||||
[DEP] libxcb |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] openvas-libnasl |
||||
[DEP] openvas-libraries |
||||
[DEP] patch |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
||||
[DEP] xorg-cf-files |
@ -0,0 +1,40 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../openvas-server/openvas-server.desc |
||||
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] OpenVAS Server |
||||
|
||||
[T] OpenVAS stands for Open Vulnerability Assessment System. |
||||
[T] The OpenVAS Server is the core application of the OpenVAS project. It is a |
||||
[T] scanner that runs many network vulnerabilitiy tests against many target |
||||
[T] hosts and delivers the results. It uses a communication protocol to have |
||||
[T] client tools (graphical end-user or batched) connect to it, configure and |
||||
[T] execute a scan and finally receive the results for reporting. |
||||
[T] Tests are implemented in the form of plugins which need to be updated to |
||||
[T] cover newest identieifed security issues. |
||||
|
||||
[U] http://www.openvas.org/openvas-server.html |
||||
|
||||
[A] Tim Brown <freshmeat@machine.org.uk> |
||||
[M] Christian Wiese <morfoh@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] GPL |
||||
[S] Beta |
||||
[V] 0.9.0 |
||||
[P] X -----5---9 118.200 |
||||
|
||||
[O] . $base/package/*/*/openvas-conf.in |
||||
|
||||
[D] 2062448258 openvas-server-0.9.0.tar.gz http://wald.intevation.org/frs/download.php/361/ |
Loading…
Reference in new issue