summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 01:43:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 01:43:49 +0000
commit1ff5810afd151a205be9fda7eecbe0cd9ecd8a41 (patch)
tree82e6d9e5e4363e242e7d4f90a3a3e7de35b94002 /net-irc/bnc
parentarm/ia64/s390 stable for security #67062 (Manifest recommit) (diff)
downloadgentoo-2-1ff5810afd151a205be9fda7eecbe0cd9ecd8a41.tar.gz
gentoo-2-1ff5810afd151a205be9fda7eecbe0cd9ecd8a41.tar.bz2
gentoo-2-1ff5810afd151a205be9fda7eecbe0cd9ecd8a41.zip
arm stable for security #66912
Diffstat (limited to 'net-irc/bnc')
-rw-r--r--net-irc/bnc/bnc-2.6.4.ebuild37
-rw-r--r--net-irc/bnc/bnc-2.8.6-r1.ebuild48
-rw-r--r--net-irc/bnc/bnc-2.8.6.ebuild41
-rw-r--r--net-irc/bnc/bnc-2.8.9.ebuild6
-rw-r--r--net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch23
-rw-r--r--net-irc/bnc/files/bncsetup.patch40
-rw-r--r--net-irc/bnc/files/digest-bnc-2.6.41
-rw-r--r--net-irc/bnc/files/digest-bnc-2.8.61
-rw-r--r--net-irc/bnc/files/digest-bnc-2.8.6-r11
9 files changed, 3 insertions, 195 deletions
diff --git a/net-irc/bnc/bnc-2.6.4.ebuild b/net-irc/bnc/bnc-2.6.4.ebuild
deleted file mode 100644
index 7a7172c408f9..000000000000
--- a/net-irc/bnc/bnc-2.6.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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.6.4.ebuild,v 1.12 2004/07/01 22:20:18 eradicator Exp $
-
-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
- http://bnc.ircadmin.net/${MY_P}.tar.gz
- ftp://ftp.ircadmin.net/bnc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha arm"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die
- emake || die
- mv mkpasswd bncmkpasswd
-}
-
-src_install() {
- dodoc CHANGES README
- dobin bnc bncchk bncsetup bncmkpasswd || die
- insinto /usr/share/${MY_P}
- doins example.conf motd
-}
-
-pkg_postinst() {
- einfo "You can find an example motd/conf file here:"
- einfo " /usr/share/${MY_P}/{example.conf,motd}"
-}
diff --git a/net-irc/bnc/bnc-2.8.6-r1.ebuild b/net-irc/bnc/bnc-2.8.6-r1.ebuild
deleted file mode 100644
index 3ba4a8afc183..000000000000
--- a/net-irc/bnc/bnc-2.8.6-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.8.6-r1.ebuild,v 1.4 2004/07/01 22:20:18 eradicator 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
- http://bnc.ircadmin.net/${MY_P}.tar.gz
- ftp://ftp.ircadmin.net/bnc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # fix gcc-3.4 compilation, bug #54689.
- epatch ${FILESDIR}/bnc-2.8.6-gotofail-labelfix.patch
- epatch ${FILESDIR}/bncsetup.patch
-}
-
-src_compile() {
- econf || die "econf failed"
- emake OPTS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- mv mkpasswd bncmkpasswd
- dodoc CHANGES README
- dobin bnc bncchk bncsetup bncmkpasswd || die
- insinto /usr/share/${MY_P}
- doins example.conf motd
-}
-
-pkg_postinst() {
- einfo "You can find an example motd/conf file here:"
- einfo " /usr/share/${MY_P}/{example.conf,motd}"
-}
diff --git a/net-irc/bnc/bnc-2.8.6.ebuild b/net-irc/bnc/bnc-2.8.6.ebuild
deleted file mode 100644
index 75ff9bee1474..000000000000
--- a/net-irc/bnc/bnc-2.8.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.8.6.ebuild,v 1.16 2004/07/01 22:20:18 eradicator 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
- http://bnc.ircadmin.net/${MY_P}.tar.gz
- ftp://ftp.ircadmin.net/bnc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha arm"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # fix gcc-3.4 compilation, bug #54689.
- epatch ${FILESDIR}/bnc-2.8.6-gotofail-labelfix.patch
- econf || die
- emake || die
- mv mkpasswd bncmkpasswd
-}
-
-src_install() {
- dodoc CHANGES README
- dobin bnc bncchk bncsetup bncmkpasswd || die
- insinto /usr/share/${MY_P}
- doins example.conf motd
-}
-
-pkg_postinst() {
- einfo "You can find an example motd/conf file here:"
- einfo " /usr/share/${MY_P}/{example.conf,motd}"
-}
diff --git a/net-irc/bnc/bnc-2.8.9.ebuild b/net-irc/bnc/bnc-2.8.9.ebuild
index 2532ed8babbe..e838d362ed6b 100644
--- a/net-irc/bnc/bnc-2.8.9.ebuild
+++ b/net-irc/bnc/bnc-2.8.9.ebuild
@@ -1,6 +1,6 @@
# 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.8.9.ebuild,v 1.4 2004/10/09 22:55:33 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.9.ebuild,v 1.5 2004/10/31 01:43:49 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ~arm"
+KEYWORDS="alpha arm ppc sparc x86"
IUSE=""
DEPEND="virtual/libc"
@@ -26,7 +26,7 @@ src_compile() {
src_install() {
dobin bnc bncchk bncsetup bncmkpasswd || die "dobin failed"
- dodoc CHANGES README example.conf motd || die "dodoc failed"
+ dodoc CHANGES README example.conf motd
}
pkg_postinst() {
diff --git a/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch b/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch
deleted file mode 100644
index b04f1e98419a..000000000000
--- a/net-irc/bnc/files/bnc-2.8.6-gotofail-labelfix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -u bnc2.8.6/cmds.c bnc2.8.6-gcc34/cmds.c
---- bnc2.8.6/cmds.c 2002-07-13 02:48:13.000000000 +0000
-+++ bnc2.8.6-gcc34/cmds.c 2004-06-21 23:16:39.809362023 +0000
-@@ -504,8 +504,8 @@
- }
- }
- tprintf(&cptr->loc, "NOTICE AUTH :End of dock list\n");
--nodock:
- }
-+nodock:
- tprintf(&cptr->loc, "NOTICE AUTH :type /quote help for basic list of commands and usage\n");
- }
- return w;
-@@ -1067,8 +1067,8 @@
- break;
- }
- }
--vfast_fail:
- }
-+vfast_fail:
-
- res = inet_aton(vhost, &addr);
- if(res == 1)
diff --git a/net-irc/bnc/files/bncsetup.patch b/net-irc/bnc/files/bncsetup.patch
deleted file mode 100644
index 75e7b5d8d682..000000000000
--- a/net-irc/bnc/files/bncsetup.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -Naur bnc2.8.6.org/bncsetup bnc2.8.6/bncsetup
---- bnc2.8.6.org/bncsetup 2000-12-31 09:19:39.000000000 +0100
-+++ bnc2.8.6/bncsetup 2004-06-22 00:31:00.242167464 +0200
-@@ -63,15 +63,15 @@
-
- }
-
--if ! [ -e ./mkpasswd ]
-+if ! [ -e /usr/bin/bncmkpasswd ]
- then
- echo "You need to Make the package before you can use this script"
-- echo "(required ./mkpasswd)"
-+ echo "(required /usr/bin/bncmkpasswd)"
- bsclean 0
- fi
-
- echo "BAD\$" > $TMPFILE
--echo "Test" | ./mkpasswd -s >> $TMPFILE
-+echo "Test" | /usr/bin/bncmkpasswd -s >> $TMPFILE
- CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 )
-
-
-@@ -201,13 +201,13 @@
-
- if [ x$ERRORLEVEL = x0 ]
- then
-- if [ -x ./mkpasswd ]
-+ if [ -x /usr/bin/bncmkpasswd ]
- then
-- SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s)
-- BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s)
-+ SUPERPASS="+"$(echo "$SUPERPASS" | /usr/bin/bncmkpasswd -s)
-+ BNCPASS="+"$(echo "$BNCPASS" | /usr/bin/bncmkpasswd -s)
- else
- clear
-- echo "You have not did ./configure and make so there is no ./mkpasswd"
-+ echo "You have not did ./configure and make so there is no /usr/bin/bncmkpasswd"
- echo "This program is required to produce the encryption"
- bsclean 0
- fi
diff --git a/net-irc/bnc/files/digest-bnc-2.6.4 b/net-irc/bnc/files/digest-bnc-2.6.4
deleted file mode 100644
index 5d681d37bbbb..000000000000
--- a/net-irc/bnc/files/digest-bnc-2.6.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4c4e4356b5be027b2ecca49a574e6f8a bnc2.6.4.tar.gz 44454
diff --git a/net-irc/bnc/files/digest-bnc-2.8.6 b/net-irc/bnc/files/digest-bnc-2.8.6
deleted file mode 100644
index 28c8124ff678..000000000000
--- a/net-irc/bnc/files/digest-bnc-2.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c3800ec09f62abf9881b84770fa79362 bnc2.8.6.tar.gz 52569
diff --git a/net-irc/bnc/files/digest-bnc-2.8.6-r1 b/net-irc/bnc/files/digest-bnc-2.8.6-r1
deleted file mode 100644
index 28c8124ff678..000000000000
--- a/net-irc/bnc/files/digest-bnc-2.8.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c3800ec09f62abf9881b84770fa79362 bnc2.8.6.tar.gz 52569