summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerry Meyndert <m0rpheus@gentoo.org>2002-02-13 00:26:39 +0000
committerFerry Meyndert <m0rpheus@gentoo.org>2002-02-13 00:26:39 +0000
commit6c9c187df4443fddcf8305a75f87a89802fed26a (patch)
treea3430edcf561f5e2cc84dcb7e82bdcc581aefa0d /net-analyzer/ucd-snmp
parentAdded support for Gnu plotutils library to gnuplot. Plotutils dependency and... (diff)
downloadhistorical-6c9c187df4443fddcf8305a75f87a89802fed26a.tar.gz
historical-6c9c187df4443fddcf8305a75f87a89802fed26a.tar.bz2
historical-6c9c187df4443fddcf8305a75f87a89802fed26a.zip
Added new version 4.2.3 that fixes a security issue and removed all
previous versions
Diffstat (limited to 'net-analyzer/ucd-snmp')
-rw-r--r--net-analyzer/ucd-snmp/ChangeLog10
-rw-r--r--net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.21
-rw-r--r--net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2-r61
-rw-r--r--net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.2.31
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild39
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.2.3.ebuild (renamed from net-analyzer/ucd-snmp/ucd-snmp-4.1.2-r6.ebuild)2
6 files changed, 11 insertions, 43 deletions
diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog
index b3c3385e5f74..5244e51da075 100644
--- a/net-analyzer/ucd-snmp/ChangeLog
+++ b/net-analyzer/ucd-snmp/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-analyzer/ucd-snmp
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.2 2002/02/13 00:26:39 m0rpheus Exp $
+
+*ucd-snmp-4.2.3 (13 Feb 2002)
+
+ 13 Feb 2002; F.Meyndert <m0rpheus@gentoo.org> ucd-snmp-4.2.3.ebuild :
+
+ Added new version for ucd-snmp and removed all older versions. The new
+ version 4.2.3 fixes several security failures in the ucd-snmp tools in
+ version 4.2.2 and earlier. Thnx Hagabard for the report.
*ucd-snmp-4.1.2-r6 (1 Feb 2002)
diff --git a/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2 b/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2
deleted file mode 100644
index 63fc32a9f75b..000000000000
--- a/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 378c8cf99e0845da4662fb72c956d20d ucd-snmp-4.1.2.tar.gz 1190965
diff --git a/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2-r6 b/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2-r6
deleted file mode 100644
index 63fc32a9f75b..000000000000
--- a/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.1.2-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 378c8cf99e0845da4662fb72c956d20d ucd-snmp-4.1.2.tar.gz 1190965
diff --git a/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.2.3 b/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.2.3
new file mode 100644
index 000000000000..ecae0870ec3d
--- /dev/null
+++ b/net-analyzer/ucd-snmp/files/digest-ucd-snmp-4.2.3
@@ -0,0 +1 @@
+MD5 e42df4c7558b5f12cd442b36428ec4bb ucd-snmp-4.2.3.tar.gz 1662976
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
deleted file mode 100644
index 55ec17b4eb9a..000000000000
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.6 2001/09/06 09:51:34 woodchip Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Software for generating and retrieving SNMP data"
-SRC_URI="http://download.sourceforge.net/net-snmp/${P}.tar.gz"
-HOMEPAGE="http://net-snmp.sourceforge.net/"
-
-DEPEND="virtual/glibc <sys-libs/db-2
- >=sys-libs/zlib-1.1.3
- ssl? ( >=dev-libs/openssl-0.9.6 )
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-
-src_compile() {
- local myconf
- use ssl && myconf="${myconf} --with-openssl=/usr"
- use ssl || myconf="${myconf} --enable-internal-md5 --with-openssl=no"
- use tcpd && myconf="${myconf} --with-libwrap"
- use ipv6 && myconf="${myconf} --with-ipv6"
-
- ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --with-zlib --enable-shared --with-sys-contact="root@Unknown" \
- --with-sys-location="Unknown" --with-logfile=/var/log/snmpd.log \
- --with-persistent-directory=/var/lib/ucd-snmp ${myconf}
- assert
- emake || die
-}
-
-src_install () {
- make prefix=${D}/usr exec_prefix=${D}/usr mandir=${D}/usr/share/man \
- persistentdir=${D}/var/lib/ucd-snmp install || die
-
- dodoc AGENT.txt ChangeLog FAQ INSTALL NEWS PORTING README* TODO EXAMPLE.conf
-
- exeinto /etc/rc.d/init.d
- newexe ${FILESDIR}/snmpd.rc5 snmpd
-}
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2-r6.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3.ebuild
index 2ccf37e5bf70..ff58a505a78a 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2-r6.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2-r6.ebuild,v 1.1 2001/09/06 09:51:34 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.3.ebuild,v 1.1 2002/02/13 00:26:39 m0rpheus Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Software for generating and retrieving SNMP data"