diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-04 14:35:01 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-04 14:35:01 +0000 |
commit | 793730923696727ec2ffd491128698b526858da3 (patch) | |
tree | b7e844c02b087f479566f9d3e1729b0cc01683f3 /net-analyzer | |
parent | rename device-mapper.rc-r1 to device-mapper.rc-1.02.22-r2 to make it clear wh... (diff) | |
download | gentoo-2-793730923696727ec2ffd491128698b526858da3.tar.gz gentoo-2-793730923696727ec2ffd491128698b526858da3.tar.bz2 gentoo-2-793730923696727ec2ffd491128698b526858da3.zip |
amd64 stable, security bug 194178
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 34eb055bd9a9..c0b8396e2280 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nagios-plugins # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.74 2007/10/01 16:08:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.75 2007/10/04 14:35:01 beandog Exp $ + + 04 Oct 2007; Steve Dibb <beandog@gentoo.org> nagios-plugins-1.4.10.ebuild: + amd64 stable, security bug 194178 01 Oct 2007; Markus Rothe <corsair@gentoo.org> nagios-plugins-1.4.10.ebuild: diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild index 6cf38bd85384..c23dc82b034f 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.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/nagios-plugins/nagios-plugins-1.4.10.ebuild,v 1.5 2007/10/01 16:08:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild,v 1.6 2007/10/04 14:35:01 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/nagiosplug/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 sparc x86" IUSE="ssl samba mysql postgres ldap snmp nagios-dns nagios-ntp nagios-ping nagios-ssh nagios-game ups ipv6 radius" @@ -93,8 +93,8 @@ src_install() { sed -i -e '30s/use lib utils.pm;/use utils;/' \ "${S}"/plugins-scripts/check_file_age.pl || die "sed failed" - dodoc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING COPYING \ - Changelog FAQ INSTALL LEGAL NEWS README REQUIREMENTS SUPPORT + dodoc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING \ + ChangeLog FAQ NEWS README REQUIREMENTS SUPPORT THANKS emake DESTDIR="${D}" install || die "make install failed" |