From d773dd73cf3ec7a823124b343f63ada3b99a3425 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Nov 2004 20:13:49 +0000 Subject: Version bump for security #70674. --- net-irc/bnc/ChangeLog | 8 +++++++- net-irc/bnc/Manifest | 15 +++------------ net-irc/bnc/bnc-2.9.1.ebuild | 35 +++++++++++++++++++++++++++++++++++ net-irc/bnc/files/digest-bnc-2.9.1 | 1 + net-irc/bnc/metadata.xml | 1 - 5 files changed, 46 insertions(+), 14 deletions(-) create mode 100644 net-irc/bnc/bnc-2.9.1.ebuild create mode 100644 net-irc/bnc/files/digest-bnc-2.9.1 (limited to 'net-irc/bnc') diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog index 63425fd44ae7..96db0c6ba2d6 100644 --- a/net-irc/bnc/ChangeLog +++ b/net-irc/bnc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/bnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.15 2004/10/09 22:55:33 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.16 2004/11/10 20:13:49 vapier Exp $ + +*bnc-2.9.1 (10 Nov 2004) + + 10 Nov 2004; Mike Frysinger metadata.xml, + +bnc-2.9.1.ebuild: + Version bump for security #70674. 10 Oct 2004; Bryan Østergaard bnc-2.8.9.ebuild: Stable on alpha, bug 66912. diff --git a/net-irc/bnc/Manifest b/net-irc/bnc/Manifest index 526ff7e4afb9..054fc33591a3 100644 --- a/net-irc/bnc/Manifest +++ b/net-irc/bnc/Manifest @@ -1,14 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a6cc65b4055c55ce8767c97a7ca37079 ChangeLog 2093 -MD5 b548677db8b820721075cb8c151fe399 metadata.xml 250 -MD5 d04e1d16f68d5f7bcf3e01befc47c8ee bnc-2.8.9.ebuild 867 +MD5 d04e1d16f68d5f7bcf3e01befc47c8ee bnc-2.9.1.ebuild 867 +MD5 b2fd9f07925d7c1a3f1ed2366d0c74ba metadata.xml 221 +MD5 200881420ffb6bf2cabb14b66830e05e files/digest-bnc-2.9.1 59 MD5 abfd9014770224aa08ceed9439d9e0d5 files/digest-bnc-2.8.9 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBhEN8HTu7gpaalycRAqh2AKCSmFv9NYHlO5SuGgpGyew/E+jAEQCgoO9Z -vAmkuLJYxE8XUDXSq9H+v6M= -=H8A1 ------END PGP SIGNATURE----- diff --git a/net-irc/bnc/bnc-2.9.1.ebuild b/net-irc/bnc/bnc-2.9.1.ebuild new file mode 100644 index 000000000000..c3f4770b4672 --- /dev/null +++ b/net-irc/bnc/bnc-2.9.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.9.1.ebuild,v 1.1 2004/11/10 20:13:49 vapier Exp $ + +inherit eutils + +MY_P=${P/-/} +DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" +HOMEPAGE="http://gotbnc.com/" +SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha arm ~ppc ~sparc x86" +IUSE="" + +DEPEND="virtual/libc" + +S=${WORKDIR}/${MY_P} + +src_compile() { + econf || die "econf failed" + emake CFLAGS="${CFLAGS}" || die "emake failed" + mv mkpasswd bncmkpasswd +} + +src_install() { + dobin bnc bncchk bncsetup bncmkpasswd || die "dobin failed" + dodoc CHANGES README example.conf motd +} + +pkg_postinst() { + einfo "You can find an example motd/conf file here:" + einfo " /usr/share/doc/${PF}/{example.conf,motd}.gz" +} diff --git a/net-irc/bnc/files/digest-bnc-2.9.1 b/net-irc/bnc/files/digest-bnc-2.9.1 new file mode 100644 index 000000000000..694b574d12df --- /dev/null +++ b/net-irc/bnc/files/digest-bnc-2.9.1 @@ -0,0 +1 @@ +MD5 ec371deebb7842b3703816296c7530a2 bnc2.9.1.tar.gz 74351 diff --git a/net-irc/bnc/metadata.xml b/net-irc/bnc/metadata.xml index 17ea33a9d4c4..dfacbae4e6ba 100644 --- a/net-irc/bnc/metadata.xml +++ b/net-irc/bnc/metadata.xml @@ -4,6 +4,5 @@ net-irc vapier@gentoo.org - Mike Frysinger -- cgit v1.2.3-65-gdbad