public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/znc: metadata.xml ChangeLog znc-0.074.ebuild znc-0.070.ebuild znc-0.060.ebuild
@ 2009-08-12 10:05 Alex Legler (a3li)
  0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2009-08-12 10:05 UTC (permalink / raw
  To: gentoo-commits

a3li        09/08/12 10:05:02

  Modified:             metadata.xml ChangeLog
  Added:                znc-0.074.ebuild
  Removed:              znc-0.070.ebuild znc-0.060.ebuild
  Log:
  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)

Revision  Changes    Path
1.3                  net-irc/znc/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	23 Aug 2008 01:23:26 -0000	1.2
+++ metadata.xml	12 Aug 2009 10:05:02 -0000	1.3
@@ -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>



1.23                 net-irc/znc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	17 Jul 2009 15:41:09 -0000	1.22
+++ ChangeLog	12 Aug 2009 10:05:02 -0000	1.23
@@ -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)
 



1.1                  net-irc/znc/znc-0.074.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.074.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/znc/znc-0.074.ebuild?rev=1.1&content-type=text/plain

Index: znc-0.074.ebuild
===================================================================
# 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.074.ebuild,v 1.1 2009/08/12 10:05:02 a3li Exp $

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="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 )
	ares? ( net-dns/c-ares )"
RDEPEND="${DEPEND}"

src_compile() {
	econf \
		$(use_enable debug) \
		$(use_enable ipv6) \
		$(use_enable !nomodules modules) \
		$(use_enable perl) \
		$(use_enable ssl openssl) \
		$(use_enable sasl) \
		$(use_enable ares c-ares) \
		|| 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 "If you are using SSL you should also run 'znc --makepem'"
	elog
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-12 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-12 10:05 [gentoo-commits] gentoo-x86 commit in net-irc/znc: metadata.xml ChangeLog znc-0.074.ebuild znc-0.070.ebuild znc-0.060.ebuild Alex Legler (a3li)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox