summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-08-12 10:05:02 +0000
committerAlex Legler <a3li@gentoo.org>2009-08-12 10:05:02 +0000
commitcb1b763057d8415a61f5b5a39f554f70c5667bf6 (patch)
tree0846eceba3a4eea8e1100576fe3e8f54ddee7e40 /net-irc
parentKOFFICE: Version bump to 2.0.2. (diff)
downloadgentoo-2-cb1b763057d8415a61f5b5a39f554f70c5667bf6.tar.gz
gentoo-2-cb1b763057d8415a61f5b5a39f554f70c5667bf6.tar.bz2
gentoo-2-cb1b763057d8415a61f5b5a39f554f70c5667bf6.zip
Non-maintainer commit: Version bump for security bug 278684. Removing unneded vulnerable versions. Adding local "ares" USE flag for newly-introduced support for c-ares in 0.074.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/znc/ChangeLog10
-rw-r--r--net-irc/znc/metadata.xml3
-rw-r--r--net-irc/znc/znc-0.060.ebuild42
-rw-r--r--net-irc/znc/znc-0.074.ebuild (renamed from net-irc/znc/znc-0.070.ebuild)8
4 files changed, 16 insertions, 47 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog
index 547624188d29..87715f96fe35 100644
--- a/net-irc/znc/ChangeLog
+++ b/net-irc/znc/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-irc/znc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.22 2009/07/17 15:41:09 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.23 2009/08/12 10:05:02 a3li Exp $
+
+*znc-0.074 (12 Aug 2009)
+
+ 12 Aug 2009; Alex Legler <a3li@gentoo.org> -znc-0.060.ebuild,
+ -znc-0.070.ebuild, +znc-0.074.ebuild, metadata.xml:
+ Non-maintainer commit: Version bump for security bug 278684. Removing
+ unneded vulnerable versions. Adding local "ares" USE flag for
+ newly-introduced support for c-ares in 0.074.
*znc-0.070 (17 Jul 2009)
diff --git a/net-irc/znc/metadata.xml b/net-irc/znc/metadata.xml
index 2c6bdf79f2db..c17924a6ef30 100644
--- a/net-irc/znc/metadata.xml
+++ b/net-irc/znc/metadata.xml
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>net-irc</herd>
<use>
- <flag name='nomodules'>Don't build modules</flag>
+ <flag name="nomodules">Don't build modules</flag>
+ <flag name="ares">Enables support for asynchronous DNS using the c-ares library</flag>
</use>
</pkgmetadata>
diff --git a/net-irc/znc/znc-0.060.ebuild b/net-irc/znc/znc-0.060.ebuild
deleted file mode 100644
index 3744573e2f36..000000000000
--- a/net-irc/znc/znc-0.060.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.060.ebuild,v 1.3 2009/01/25 15:00:55 maekke Exp $
-
-inherit autotools
-
-DESCRIPTION="An advanced IRC Bouncer"
-HOMEPAGE="http://znc.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug ipv6 nomodules perl ssl"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
- perl? ( dev-lang/perl )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable ipv6) \
- $(use_enable !nomodules modules) \
- $(use_enable perl) \
- $(use_enable ssl openssl) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failed."
- dodoc AUTHORS znc.conf || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog
- elog "Run 'znc --makeconf' as the user you want to run ZNC as"
- elog "to make a configuration file"
- elog
-}
diff --git a/net-irc/znc/znc-0.070.ebuild b/net-irc/znc/znc-0.074.ebuild
index fb9d314f8a27..aea3b1ef9fac 100644
--- a/net-irc/znc/znc-0.070.ebuild
+++ b/net-irc/znc/znc-0.074.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.070.ebuild,v 1.1 2009/07/17 15:41:09 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.074.ebuild,v 1.1 2009/08/12 10:05:02 a3li Exp $
DESCRIPTION="An advanced IRC Bouncer"
HOMEPAGE="http://znc.sourceforge.net"
@@ -9,11 +9,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug ipv6 nomodules perl ssl sasl"
+IUSE="ares debug ipv6 nomodules perl ssl sasl"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d )
perl? ( dev-lang/perl )
- sasl? ( >=dev-libs/cyrus-sasl-2 )"
+ sasl? ( >=dev-libs/cyrus-sasl-2 )
+ ares? ( net-dns/c-ares )"
RDEPEND="${DEPEND}"
src_compile() {
@@ -24,6 +25,7 @@ src_compile() {
$(use_enable perl) \
$(use_enable ssl openssl) \
$(use_enable sasl) \
+ $(use_enable ares c-ares) \
|| die "econf failed"
emake || die "emake failed"