diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /net-analyzer/sguil-server | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'net-analyzer/sguil-server')
-rw-r--r-- | net-analyzer/sguil-server/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/sguil-server/files/sguild.confd | 25 | ||||
-rw-r--r-- | net-analyzer/sguil-server/files/sguild.initd | 44 | ||||
-rw-r--r-- | net-analyzer/sguil-server/metadata.xml | 12 | ||||
-rw-r--r-- | net-analyzer/sguil-server/sguil-server-1.0.0.ebuild | 101 |
5 files changed, 0 insertions, 187 deletions
diff --git a/net-analyzer/sguil-server/Manifest b/net-analyzer/sguil-server/Manifest deleted file mode 100644 index ac6ad6f58711..000000000000 --- a/net-analyzer/sguil-server/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX sguild.confd 718 BLAKE2B b2ac186865f8fbe20c920b8f493fe6b7fd5736244e8d5574c8362e9c663baecd270821d024f124cb952d49a2ea80513d0bf961db9bf1fa5a93262b2236051037 SHA512 48bf64ed2335367c6b11dafb7f157fc507398e2466e186602e3319891848b3b47a5f9a70a39d8d94ecba170a7604252f689d116442572c3bc71441b01e3c0e34 -AUX sguild.initd 1198 BLAKE2B bd1225afa2e9544a818d234270fa1179db899b400492cea5efce91d59b7f211ba44cf4014eb7b5b785fa5da318cf7c52ca87d961ac4cd0c90e354219de270d8f SHA512 73bc162660ec36e568071026b6578a6e46215720cafdf957356307a341fcb159f201ba075d3f97563c81384da119f88a002f0f9e990071aef18026ad77e2e101 -DIST sguil-1.0.0.tar.gz 892934 BLAKE2B 69459eed682d91a1b57ba08c141dd655dbbfaa0d9d2956e6a26065f1b6820307b0e0e4dcbcad89537eba7499aea38f81739c351246e3dd6c46cab46bdf0d054f SHA512 fc3007383f90c99a0ace3eeebac75864f9aa549676e784c7bf1d81222282e3a5a3d5290b121097ae3c027dee3dd35bbe8ac9dfede04dbd561edfd3948a0465ab -EBUILD sguil-server-1.0.0.ebuild 2696 BLAKE2B 73d8065d9cbf487839c61c85169de7a41fc267a334a191bad48aed2bcbe643e5f01b7f39853699c3f4a52639f4b854de58d035d30140e598942c4648ba8e8e3a SHA512 3faf9efbd2832e93e988e367bbe7161d4028232406eeabe43e45c7cb306abf3c3dfd1efc6068bb104bc23570a29893d2e9362169a1f850470773a14cf0dc5cc0 -MISC metadata.xml 418 BLAKE2B 7d1502fb438a75e29db9a29cd469c6ded1cb6566e374bd9ec0aa1ba4902b160a6e2f568bbacf78956db116df52e7bf647fc9c1b69a3e38b254c60ebc74fc6ea0 SHA512 bbe71ed5ce17f337808f82d4fe54ef68b94723a808c597a52d049b88b7334be9abb066911accf9175886405f3f02d37d838422a933afe8e00eeeac2c74ba5ed3 diff --git a/net-analyzer/sguil-server/files/sguild.confd b/net-analyzer/sguil-server/files/sguild.confd deleted file mode 100644 index 216f6e60ad87..000000000000 --- a/net-analyzer/sguil-server/files/sguild.confd +++ /dev/null @@ -1,25 +0,0 @@ -# Config file for /etc/init.d/sguild -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -#PATH to the sguild config (sguild.conf) file. -CONF=/etc/sguil/sguild.conf - -#PATH to the sguild config (autocat.conf) file. -AUTOCAT=/etc/sguil/autocat.conf - -#PATH to the sguild global queries (sguild.queries) file. -QUERIES=/etc/sguil/sguild.queries - -#PATH to the sguild users (sguild.users) file. -USERS=/etc/sguil/sguild.users - -#PATH to the sguild access file -ACCESS=/etc/sguil/sguild.access - -#Directory that contains sguild.pem and sguild.key -#Uncomment to enable openssl connectivity -#OPENSSLPATH="/etc/sguil/" - -#For any other options you wish to add -#EXTRA_SGUILD_OPTS= diff --git a/net-analyzer/sguil-server/files/sguild.initd b/net-analyzer/sguil-server/files/sguild.initd deleted file mode 100644 index e4fec500feb9..000000000000 --- a/net-analyzer/sguil-server/files/sguild.initd +++ /dev/null @@ -1,44 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -[ -z "${CONF}" ] && CONF="/etc/sguil/sguild.conf" -[ -z "${AUTOCAT}" ] && AUTOCAT="/etc/sguil/autocat.conf" -[ -z "${QUERIES}" ] && QUERIES="/etc/sguil/sguild.queries" -[ -z "${USERS}" ] && USERS="/etc/sguil/sguild.users" -[ -z "${ACCESS}" ] && AUTOCAT="/etc/sguil/sguild.access" - -SGUILD_OPTS="-D -c ${CONF} -u ${USERS} -A ${ACCESS}" - -[ -n "${OPENSSLPATH}" ] && SGUILD_OPTS="${SGUILD_OPTS} -o -C ${OPENSSLPATH}" - -depend() { - need net - use mysql -} - -checkconfig() { - [ -f "${CONF}" ] || return 1 - [ -f "${AUTOCAT}" ] || return 1 - [ -f "${QUERIES}" ] || return 1 - [ -f "${USERS}" ] || return 1 - [ -f "${ACCESS}" ] || return 1 - if [ -n "${OPENSSLPATH}" ]; then - [ -f "${OPENSSLPATH}/sguild.key" ] || return 1 - [ -f "${OPENSSLPATH}/sguild.pem" ] || return 1 - fi -} - -start() { - checkconfig || return 1 - ebegin "Starting sguild" - start-stop-daemon --start --quiet -c sguil --exec /usr/bin/sguild \ - -- ${SGUILD_OPTS} ${EXTRA_SGUILD_OPTS} -D -P /run/sguild.pid - eend $? -} - -stop() { - ebegin "Stopping sguild" - start-stop-daemon --stop --quiet --pidfile /run/sguild.pid - eend $? -} diff --git a/net-analyzer/sguil-server/metadata.xml b/net-analyzer/sguil-server/metadata.xml deleted file mode 100644 index ca324d618d91..000000000000 --- a/net-analyzer/sguil-server/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <upstream> - <remote-id type="github">bammv/sguil</remote-id> - <remote-id type="sourceforge">sguil</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild b/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild deleted file mode 100644 index 08a35d0af331..000000000000 --- a/net-analyzer/sguil-server/sguil-server-1.0.0.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit ssl-cert user - -MY_PV="${PV/_p/p}" -DESCRIPTION="Daemon for Sguil Network Security Monitoring" -HOMEPAGE="https://github.com/bammv/sguil" -SRC_URI="https://github.com/bammv/sguil/archive/v${PV}.tar.gz -> ${P/-server}.tar.gz" - -LICENSE="GPL-2 QPL" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="ssl" - -DEPEND=" - >=dev-lang/tcl-8.3:0=[-threads] - >=dev-tcltk/tclx-8.3 - dev-tcltk/tcllib - dev-tcltk/mysqltcl - ssl? ( >=dev-tcltk/tls-1.4.1 ) -" -RDEPEND=" - ${DEPEND} - net-analyzer/p0f - net-analyzer/tcpflow - net-misc/openssh -" - -S="${WORKDIR}/sguil-${MY_PV}" - -pkg_setup() { - enewgroup sguil - enewuser sguil -1 -1 /var/lib/sguil sguil -} - -src_prepare() { - default - sed -i \ - -e 's:DEBUG 2:DEBUG 1:' -e 's:DAEMON 0:DAEMON 1:' \ - -e 's:SGUILD_LIB_PATH ./lib:SGUILD_LIB_PATH /usr/'$(get_libdir)'/sguild:g' \ - -e 's:/sguild_data/rules:/var/lib/sguil/rules:g' \ - -e 's:/sguild_data/archive:/var/lib/sguil/archive:g' \ - server/sguild.conf || die -} - -src_install() { - dodoc server/sql_scripts/* - dodoc doc/CHANGES doc/OPENSSL.README doc/USAGE doc/INSTALL \ - doc/TODO doc/sguildb.dia - - insopts -m640 - insinto /etc/sguil - doins server/{sguild.email,sguild.users,sguild.conf,sguild.queries,sguild.access,autocat.conf} - - insinto /usr/$(get_libdir)/sguild - doins server/lib/* - dobin server/sguild - newinitd "${FILESDIR}/sguild.initd" sguild - newconfd "${FILESDIR}/sguild.confd" sguild - - if use ssl; then - sed -i -e "s/#OPENSSL/OPENSSL/" "${D}/etc/conf.d/sguild" - fi - - diropts -g sguil -o sguil - keepdir \ - /var/lib/sguil \ - /var/lib/sguil/archive \ - /var/lib/sguil/rules - -} - -pkg_postinst() { - if use ssl && ! [ -f "${ROOT}"/etc/sguil/sguild.key ]; then - install_cert /etc/sguil/sguild - fi - - chown -R sguil:sguil "${ROOT}"/etc/sguil/sguild.* - chown -R sguil:sguil "${ROOT}"/usr/lib/sguild - - if [ -d "${ROOT}"/etc/snort/rules ] ; then - ln -s /etc/snort/rules "${ROOT}"/var/lib/sguil/rules/${HOSTNAME} - fi - - elog - elog "Please customize the sguild configuration files in /etc/sguild before" - elog "trying to run the daemon. Additionally you will need to setup the" - elog "mysql database. See /usr/share/doc/${PF}/INSTALL.gz for information." - elog "Please note that it is STRONGLY recommended to mount a separate" - elog "filesystem at /var/lib/sguil for both space and performance reasons" - elog "as a large amount of data will be kept in the directory structure" - elog "underneath that top directory." - elog - elog "You should create the sguild db as per the install instructions in" - elog "/usr/share/doc/${PF}/ and use the appropriate" - elog "database setup script located in the same directory." - - elog -} |