diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 17:57:18 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 17:57:18 +0000 |
commit | 7a7e53fa2feb13efa63cdf87e6a5683d9b5579d4 (patch) | |
tree | 969fb3e2c6b3ceb5524f791d41fdf26a4f4a591c /net-analyzer/base | |
parent | ChangeLog update (diff) | |
download | gentoo-2-7a7e53fa2feb13efa63cdf87e6a5683d9b5579d4.tar.gz gentoo-2-7a7e53fa2feb13efa63cdf87e6a5683d9b5579d4.tar.bz2 gentoo-2-7a7e53fa2feb13efa63cdf87e6a5683d9b5579d4.zip |
Add signatures useflag
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer/base')
-rw-r--r-- | net-analyzer/base/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/base/base-1.2.7-r2.ebuild (renamed from net-analyzer/base/base-1.2.7-r1.ebuild) | 16 | ||||
-rw-r--r-- | net-analyzer/base/files/digest-base-1.2.7-r1 | 3 | ||||
-rw-r--r-- | net-analyzer/base/files/digest-base-1.2.7-r2 | 6 |
4 files changed, 23 insertions, 10 deletions
diff --git a/net-analyzer/base/ChangeLog b/net-analyzer/base/ChangeLog index c15899083929..1092d824742f 100644 --- a/net-analyzer/base/ChangeLog +++ b/net-analyzer/base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/base # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/ChangeLog,v 1.7 2007/02/01 16:44:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/ChangeLog,v 1.8 2007/02/01 17:57:18 jokey Exp $ + +*base-1.2.7-r2 (01 Feb 2007) + + 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -base-1.2.7-r1.ebuild, + +base-1.2.7-r2.ebuild: + Add signatures useflag *base-1.2.7-r1 (01 Feb 2007) diff --git a/net-analyzer/base/base-1.2.7-r1.ebuild b/net-analyzer/base/base-1.2.7-r2.ebuild index a0d2903602b2..15f4e762db0e 100644 --- a/net-analyzer/base/base-1.2.7-r1.ebuild +++ b/net-analyzer/base/base-1.2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/base-1.2.7-r1.ebuild,v 1.1 2007/02/01 16:44:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/base/base-1.2.7-r2.ebuild,v 1.1 2007/02/01 17:57:18 jokey Exp $ inherit webapp versionator eutils depend.apache depend.php @@ -12,12 +12,13 @@ DBTYPES="mssql mysql oracle postgres" DESCRIPTION="A web-based front-end to the Snort IDS." HOMEPAGE="http://base.secureideas.net" -SRC_URI="mirror://sourceforge/secureideas/${P}.tar.gz" +SRC_URI="mirror://sourceforge/secureideas/${P}.tar.gz + signatures? ( http://www.snort.org/pub-bin/downloads.cgi/Download/vrt_pr/snortrules-pr-2.4.tar.gz )" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" # SLOT is intentionally omitted because this package uses webapp-config -IUSE="gd ${DBTYPES}" +IUSE="gd signatures ${DBTYPES}" # BASE *should* work with any php-driven web server, so only require Apache # when the user has an apache use-flag set. @@ -154,6 +155,11 @@ src_install() { # location instead of installing them in every virtual host directory. cd docs dodoc * + if use signatures ; then + cd "${WORKDIR}" + insinto ${MY_HTDOCSDIR}/signatures + doins doc/signatures/* + fi cd "${S}" rm -rf docs @@ -179,11 +185,9 @@ pkg_postinst() { # Notify the user of any problems at the very end. if [ "${HTTPD_GROUP}" == "root" ]; then ewarn "" - ewarn "It looks like you are not using Apache or Cherokee" + ewarn "It looks like you are not using Apache" ewarn "as your web server. For BASE to work properly, you will" ewarn "need to change the ownership of ${CONF_DIR}/${CONF_NEW} to" - ewarn "root:[www user] To use Apache, add \"apache\" or" - ewarn "\"apache2\" to your USE flags and re-emerge BASE." fi if [ "${FPERMS}" == "FALSE" ]; then ewarn "" diff --git a/net-analyzer/base/files/digest-base-1.2.7-r1 b/net-analyzer/base/files/digest-base-1.2.7-r1 deleted file mode 100644 index d3c9119a5538..000000000000 --- a/net-analyzer/base/files/digest-base-1.2.7-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bb61fa3f694dff1ea938ea52e50a02be base-1.2.7.tar.gz 364282 -RMD160 a078acf49da55a957f659e52f4e37f978bb1246c base-1.2.7.tar.gz 364282 -SHA256 615bdc6cd3cfb45143bff5f23d3edfed025702d572086e473506acdd745d132f base-1.2.7.tar.gz 364282 diff --git a/net-analyzer/base/files/digest-base-1.2.7-r2 b/net-analyzer/base/files/digest-base-1.2.7-r2 new file mode 100644 index 000000000000..9ec0dbdde6c2 --- /dev/null +++ b/net-analyzer/base/files/digest-base-1.2.7-r2 @@ -0,0 +1,6 @@ +MD5 bb61fa3f694dff1ea938ea52e50a02be base-1.2.7.tar.gz 364282 +RMD160 a078acf49da55a957f659e52f4e37f978bb1246c base-1.2.7.tar.gz 364282 +SHA256 615bdc6cd3cfb45143bff5f23d3edfed025702d572086e473506acdd745d132f base-1.2.7.tar.gz 364282 +MD5 35d9a2486f8c0280bb493aa03c011927 snortrules-pr-2.4.tar.gz 789097 +RMD160 dd2179b3ce8a55699d2e1b857426e5489191a121 snortrules-pr-2.4.tar.gz 789097 +SHA256 19d2545a2a150dff8b4dbcbd0def389b6865c4c70f5084172d08a7b151e1a504 snortrules-pr-2.4.tar.gz 789097 |