jer         14/09/05 09:46:33

  Modified:             ChangeLog tcpdump-4.6.2.ebuild
  Removed:              tcpdump-4.6.1.ebuild
  Log:
  Drop USE=samba warning. Drop ineffectual sed script.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.191                net-analyzer/tcpdump/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   4 Sep 2014 19:25:26 -0000       1.190
+++ ChangeLog   5 Sep 2014 09:46:33 -0000       1.191
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.190 
2014/09/04 19:25:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.191 
2014/09/05 09:46:33 jer Exp $
+
+  05 Sep 2014; Jeroen Roovers <j...@gentoo.org> -tcpdump-4.6.1.ebuild,
+  tcpdump-4.6.2.ebuild:
+  Drop USE=samba warning. Drop ineffectual sed script.
 
 *tcpdump-4.6.2 (04 Sep 2014)
 



1.2                  net-analyzer/tcpdump/tcpdump-4.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?r1=1.1&r2=1.2

Index: tcpdump-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcpdump-4.6.2.ebuild        4 Sep 2014 19:25:26 -0000       1.1
+++ tcpdump-4.6.2.ebuild        5 Sep 2014 09:46:33 -0000       1.2
@@ -1,11 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 
1.1 2014/09/04 19:25:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 
1.2 2014/09/05 09:46:33 jer Exp $
 
 EAPI=5
-
-AUTOTOOLS_AUTO_DEPEND="no" # Only cross-compiling
-inherit autotools eutils flag-o-matic toolchain-funcs user
+inherit eutils flag-o-matic toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
 HOMEPAGE="http://www.tcpdump.org/";
@@ -15,7 +13,7 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+drop-root smi ssl ipv6 -samba suid test"
+IUSE="+drop-root smi ssl ipv6 samba suid test"
 
 RDEPEND="
        drop-root? ( sys-libs/libcap-ng )
@@ -33,28 +31,12 @@
 "
 
 pkg_setup() {
-       if use samba ; then
-               ewarn
-               ewarn "CAUTION !!! CAUTION !!! CAUTION"
-               ewarn
-               ewarn "You're about to compile tcpdump with samba printing 
support"
-               ewarn "Upstream tags it with:"
-               ewarn "WARNING: The SMB printer may have exploitable buffer 
overflows!!!"
-               ewarn "So think twice whether this is fine with you"
-               ewarn
-               ewarn "CAUTION !!! CAUTION !!! CAUTION"
-               ewarn
-       fi
        if use drop-root || use suid; then
                enewgroup tcpdump
                enewuser tcpdump -1 -1 -1 tcpdump
        fi
 }
 
-src_prepare() {
-       sed -i aclocal.m4 -e 's|\"-O2\"|\"\"|g' || die
-       eautoconf
-}
 src_configure() {
        # tcpdump needs some optimization. see bug #108391
        # but do not replace -Os




Reply via email to