diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-02 17:48:30 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-02 17:48:30 +0000 |
commit | 72de7d6aad78c2a5882778a8a0906f3705f05e66 (patch) | |
tree | 4f2932ee8cbdb39a98810f44653001e3b779d51d /net-analyzer | |
parent | Removed the executable bit from files/metalog.init as it's installed through ... (diff) | |
download | gentoo-2-72de7d6aad78c2a5882778a8a0906f3705f05e66.tar.gz gentoo-2-72de7d6aad78c2a5882778a8a0906f3705f05e66.tar.bz2 gentoo-2-72de7d6aad78c2a5882778a8a0906f3705f05e66.zip |
Version bump
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-core/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-3.0.6.ebuild (renamed from net-analyzer/nagios-core/nagios-core-3.0.5-r1.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog index 79cb2037d157..d45696801694 100644 --- a/net-analyzer/nagios-core/ChangeLog +++ b/net-analyzer/nagios-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nagios-core # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.134 2008/12/01 17:06:22 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.135 2008/12/02 17:48:30 dertobi123 Exp $ + +*nagios-core-3.0.6 (02 Dec 2008) + + 02 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org> + -nagios-core-3.0.5-r1.ebuild, +nagios-core-3.0.6.ebuild: + Version bump 01 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org> files/lighttpd_nagios3.conf: diff --git a/net-analyzer/nagios-core/nagios-core-3.0.5-r1.ebuild b/net-analyzer/nagios-core/nagios-core-3.0.6.ebuild index 26288f34a5d4..0b96988b6acb 100644 --- a/net-analyzer/nagios-core/nagios-core-3.0.5-r1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.5-r1.ebuild,v 1.1 2008/11/28 20:27:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.6.ebuild,v 1.1 2008/12/02 17:48:30 dertobi123 Exp $ EAPI="1" @@ -9,8 +9,7 @@ inherit eutils depend.apache toolchain-funcs MY_P=${PN/-core}-${PV} DESCRIPTION="Nagios Core - Check daemon, CGIs, docs" HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz - mirror://gentoo/${MY_P}-CVE-2008-5028.patch.bz2" +SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -50,8 +49,6 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${WORKDIR}/${MY_P}-CVE-2008-5028.patch" - local strip="$(echo '$(MAKE) strip-post-install')" sed -i -e "s:${strip}::" {cgi,base}/Makefile.in || die "sed failed in Makefile.in" } |