diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-27 03:58:49 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-07-27 03:58:49 +0000 |
commit | 240af896bd0d9302ab7f3a29fd374492c2b2db91 (patch) | |
tree | 2d77a43dc2a35824bc4767eba6f0a128ac97f7a8 /net-analyzer | |
parent | bug 93768 (diff) | |
download | gentoo-2-240af896bd0d9302ab7f3a29fd374492c2b2db91.tar.gz gentoo-2-240af896bd0d9302ab7f3a29fd374492c2b2db91.tar.bz2 gentoo-2-240af896bd0d9302ab7f3a29fd374492c2b2db91.zip |
0.10.12 version bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/ethereal/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.12.ebuild | 109 | ||||
-rw-r--r-- | net-analyzer/ethereal/files/digest-ethereal-0.10.12 | 1 |
4 files changed, 121 insertions, 13 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index 566d7dd5ac52..234f50c06dab 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.126 2005/07/19 12:22:08 kaiowas Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.127 2005/07/27 03:58:49 vanquirius Exp $ + +*ethereal-0.10.12 (27 Jul 2005) + + 27 Jul 2005; Marcelo Goes <vanquirius@gentoo.org> + +ethereal-0.10.12.ebuild: + Version bump wrt bug 100316. *ethereal-0.10.11-r1 (19 Jul 2005) diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest index 248fc12d9ad3..413e91f44714 100644 --- a/net-analyzer/ethereal/Manifest +++ b/net-analyzer/ethereal/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 c13b6ad6086c2e25586debe3248af31a ethereal-0.10.12.ebuild 3487 +MD5 d654937d7e27a24b2ddfa68e276a64dc ethereal-0.10.11-r1.ebuild 3679 MD5 bb09ae52ab2eac89cdd8af675394b18b ChangeLog 9555 -MD5 c197a642ecd8faf1ac997c497a965b3b ethereal-0.10.11.ebuild 3478 MD5 17a9be2cf8cb9f24e7e5b398392483b4 metadata.xml 224 -MD5 d654937d7e27a24b2ddfa68e276a64dc ethereal-0.10.11-r1.ebuild 3679 +MD5 c197a642ecd8faf1ac997c497a965b3b ethereal-0.10.11.ebuild 3478 MD5 5f6da5f1fabdf39da22bbb5ea224fab1 files/digest-ethereal-0.10.11 70 +MD5 34bd8a0285aea402be479f40304aa947 files/digest-ethereal-0.10.12 70 MD5 a4d5fb3621ed4e86f311718f1447a870 files/fifo.patch 1138 MD5 5f6da5f1fabdf39da22bbb5ea224fab1 files/digest-ethereal-0.10.11-r1 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFC3OERGSBEIeh4AEYRAkKfAJkBouzAVrI5UocG/vPjqhMe1/1n0gCggQse -tBjpu/FEXgQ8NWuTsoOrGn0= -=oniU ------END PGP SIGNATURE----- diff --git a/net-analyzer/ethereal/ethereal-0.10.12.ebuild b/net-analyzer/ethereal/ethereal-0.10.12.ebuild new file mode 100644 index 000000000000..66125e63030b --- /dev/null +++ b/net-analyzer/ethereal/ethereal-0.10.12.ebuild @@ -0,0 +1,109 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.12.ebuild,v 1.1 2005/07/27 03:58:49 vanquirius Exp $ + +inherit libtool flag-o-matic eutils + +DESCRIPTION="A commercial-quality network protocol analyzer" +HOMEPAGE="http://www.ethereal.com/" +SRC_URI="http://www.ethereal.com/distribution/${P}.tar.bz2" +#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~amd64 ~ia64 ~ppc64" +IUSE="adns gtk ipv6 snmp ssl gtk2 kerberos" + +# if --disable-gtk2 is not passed to configure it will try to build with glib-2.0. +# --disable-ethereal do not have an influence. + + +RDEPEND=">=sys-libs/zlib-1.1.4 + snmp? ( >=net-analyzer/net-snmp-5.1.1 ) + >=dev-util/pkgconfig-0.15.0 + gtk? ( gtk2? ( >=dev-libs/glib-2.0.4 =x11-libs/gtk+-2* ) + !gtk2? ( =x11-libs/gtk+-1.2* ) + x11-libs/pango + dev-libs/atk ) + !gtk? ( =dev-libs/glib-1.2* ) + ssl? ( >=dev-libs/openssl-0.9.6e ) + virtual/libpcap + >=dev-libs/libpcre-4.2 + adns? ( net-libs/adns ) + kerberos? ( virtual/krb5 )" + +DEPEND="${RDEPEND} + dev-lang/perl + sys-devel/bison + sys-devel/flex + sys-apps/sed" + +src_compile() { + + replace-flags -O? -O + + # Fix gcc-3.4 segfault #49238 + #[ "`gcc-version`" == "3.4" ] && append-flags -fno-unroll-loops + + local myconf + + if use gtk; then + myconf="${myconf} $(use_enable gtk2)" + else + myconf="${myconf} --disable-gtk2" + + # the asn1 plugin needs gtk + sed -i -e '/plugins.asn1/d' Makefile.in || die "sed failed" + sed -i -e '/^SUBDIRS/s/asn1//' plugins/Makefile.in || die "sed failed" + fi + + econf \ + $(use_with ssl) \ + $(use_enable ipv6) \ + $(use_with adns) \ + $(use_with kerberos krb5) \ + $(use_with snmp net-snmp) \ + --without-ucd-snmp \ + --enable-dftest \ + --enable-randpkt \ + --sysconfdir=/etc/ethereal \ + --enable-editcap \ + --enable-capinfos \ + --enable-text2pcap \ + --enable-dftest \ + --enable-randpkt \ + ${myconf} || die "bad ./configure" + + # fixes an access violation caused by libnetsnmp - see bug 79068 + use snmp && export MIBDIRS="${D}/usr/share/snmp/mibs" + + emake || die "compile problem" +} + +src_install() { + dodir /usr/lib/ethereal/plugins/${PV} + make DESTDIR=${D} install || die + + dodoc AUTHORS ChangeLog INSTALL.* NEWS README* + + insinto /usr/share/icons/hicolor/16x16/apps + newins ${S}/image/hi16-app-ethereal.png ethereal.png + insinto /usr/share/icons/hicolor/32x32/apps + newins ${S}/image/hi32-app-ethereal.png ethereal.png + insinto /usr/share/icons/hicolor/48x48/apps + newins ${S}/image/hi48-app-ethereal.png ethereal.png + make_desktop_entry ethereal "Ethereal" ethereal +} + +pkg_postinst() { + ewarn "Due to a history of security flaws in this piece of software, it may contain more flaws." + ewarn "To protect yourself against malicious damage due to potential flaws in this product we recommend" + ewarn "you take the following security precautions when running ethereal in an untrusted environment:" + ewarn "do no run any longer than you need to;" + ewarn "use in a root jail - prefereably one that has been hardened with grsec like rootjail protections;" + ewarn "use a hardened operating system;" + ewarn "do not listen to addition interfaces;" + ewarn "if possible, run behind a firewall;" + ewarn "take a capture with tcpdump and analyze the contents offline running ethereal as a the least priviledged user; and" + ewarn "subscribe to ethereal's announce list to be notified of newly discovered vulnerabilities." +} diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.10.12 b/net-analyzer/ethereal/files/digest-ethereal-0.10.12 new file mode 100644 index 000000000000..fb5c5267cbd9 --- /dev/null +++ b/net-analyzer/ethereal/files/digest-ethereal-0.10.12 @@ -0,0 +1 @@ +MD5 372b60e6eca14b7e1cf3e789207027f7 ethereal-0.10.12.tar.bz2 7749174 |