Christian Wiese
14 years ago
4 changed files with 123 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-manager/openvas-manager-2.0.3-no-sysconfdir-suffix.patch
|
||||
# Copyright (C) 2011 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-manager-2.0.3/CMakeLists.txt.orig 2011-04-28 00:11:37.992000255 +0200
|
||||
+++ openvas-manager-2.0.3/CMakeLists.txt 2011-04-28 00:12:40.920000254 +0200
|
||||
@@ -150,7 +150,7 @@
|
||||
set (OPENVAS_STATE_DIR "${LOCALSTATEDIR}/lib/openvas")
|
||||
set (OPENVAS_LOG_DIR "${LOCALSTATEDIR}/log/openvas")
|
||||
set (OPENVAS_PID_DIR "${LOCALSTATEDIR}/run")
|
||||
-set (OPENVAS_SYSCONF_DIR "${SYSCONFDIR}/openvas")
|
||||
+set (OPENVAS_SYSCONF_DIR "${SYSCONFDIR}")
|
||||
|
||||
set (OPENVAS_LIB_INSTALL_DIR "${LIBDIR}")
|
||||
set (OPENVAS_HEADER_INSTALL_DIR "${INCLUDEDIR}")
|
@ -0,0 +1,38 @@
|
||||
|
||||
[TIMESTAMP] 1303942498 Thu Apr 28 00:14:58 2011 |
||||
[BUILDTIME] 10 (5) |
||||
[SIZE] 1.02 MB, 48 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] cmake |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gcc |
||||
[DEP] glib |
||||
[DEP] glibc |
||||
[DEP] gmp |
||||
[DEP] gnutls |
||||
[DEP] gpgme |
||||
[DEP] grep |
||||
[DEP] libassuan |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] libnl |
||||
[DEP] libpcap |
||||
[DEP] libtasn1 |
||||
[DEP] linux-header |
||||
[DEP] make |
||||
[DEP] nettle |
||||
[DEP] openvas-libraries |
||||
[DEP] patch |
||||
[DEP] pkgconfig |
||||
[DEP] sed |
||||
[DEP] sqlite |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
||||
[DEP] zlib |
@ -0,0 +1,15 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../openvas-manager/openvas-manager.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append cmakeopt ' ' "-DSYSCONFDIR=$sysconfdir" |
@ -0,0 +1,43 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../openvas-manager/openvas-manager.desc |
||||
[COPY] Copyright (C) 2011 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] Central management service of the OpenVAS framework |
||||
|
||||
[T] The OpenVAS Manager is the central service that consolidates plain |
||||
[T] vulnerability scanning into a full vulnerability management solution. |
||||
[T] The Manager controls the Scanner via OTP and itself offers the XML-based, |
||||
[T] stateless OpenVAS Management Protocol (OMP). All intelligence is |
||||
[T] implemented in the Manager so that it is possible to implement various lean |
||||
[T] clients that will behave consistently e.g. with regard to filtering or |
||||
[T] sorting scan results. The Manager also controls a SQL database where all |
||||
[T] configuration and scan result data is centrally stored. |
||||
|
||||
[U] http://openvas.org/ |
||||
|
||||
[A] Matthew Mundell <matthew.mundell@greenbone.net> |
||||
[A] Michael Wiegand <michael.wiegand@greenbone.net> |
||||
[A] Felix Wolfsteller <felix.wolfsteller@greenbone.net> |
||||
[A] Jan-Oliver Wagner <jan-oliver.wagner@greenbone.net> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/security |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 2.0.3 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[O] . $base/package/*/*/openvas-conf.in |
||||
|
||||
[D] 531100311 openvas-manager-2.0.3.tar.gz http://wald.intevation.org/frs/download.php/863/ |
Loading…
Reference in new issue