public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: ChangeLog tcpdump-4.1.1.ebuild
@ 2010-04-12 10:32 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2010-04-12 10:32 UTC (permalink / raw
  To: gentoo-commits

pva         10/04/12 10:32:14

  Modified:             ChangeLog tcpdump-4.1.1.ebuild
  Log:
  Print elog only if USE=suid, bug #312841, again thank Martin von Gagern for report.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.144                net-analyzer/tcpdump/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.143&r2=1.144

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog	8 Apr 2010 05:55:08 -0000	1.143
+++ ChangeLog	12 Apr 2010 10:32:14 -0000	1.144
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.143 2010/04/08 05:55:08 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.144 2010/04/12 10:32:14 pva Exp $
+
+  12 Apr 2010; Peter Volkov <pva@gentoo.org> tcpdump-4.1.1.ebuild:
+  Print elog only if USE=suid, bug #312841, again thank Martin von Gagern
+  for report.
 
 *tcpdump-4.1.1 (08 Apr 2010)
 



1.3                  net-analyzer/tcpdump/tcpdump-4.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild?r1=1.2&r2=1.3

Index: tcpdump-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tcpdump-4.1.1.ebuild	8 Apr 2010 06:03:12 -0000	1.2
+++ tcpdump-4.1.1.ebuild	12 Apr 2010 10:32:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.2 2010/04/08 06:03:12 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.3 2010/04/12 10:32:14 pva Exp $
 
 EAPI="2"
 inherit flag-o-matic toolchain-funcs eutils
@@ -80,5 +80,5 @@
 }
 
 pkg_postinst() {
-	elog "To let normal users run tcpdump add them into tcpdump group."
+	use suid && elog "To let normal users run tcpdump add them into tcpdump group."
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: ChangeLog tcpdump-4.1.1.ebuild
@ 2011-07-09  0:20 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2011-07-09  0:20 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/07/09 00:20:27

  Modified:             ChangeLog tcpdump-4.1.1.ebuild
  Log:
  Added ~mips, bug 247076
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.145                net-analyzer/tcpdump/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	12 Apr 2010 10:32:14 -0000	1.144
+++ ChangeLog	9 Jul 2011 00:20:27 -0000	1.145
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/tcpdump
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.144 2010/04/12 10:32:14 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.145 2011/07/09 00:20:27 mattst88 Exp $
+
+  09 Jul 2011; Matt Turner <mattst88@gentoo.org> tcpdump-4.1.1.ebuild:
+  Added ~mips, bug 247076
 
   12 Apr 2010; Peter Volkov <pva@gentoo.org> tcpdump-4.1.1.ebuild:
   Print elog only if USE=suid, bug #312841, again thank Martin von Gagern



1.4                  net-analyzer/tcpdump/tcpdump-4.1.1.ebuild

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

Index: tcpdump-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tcpdump-4.1.1.ebuild	12 Apr 2010 10:32:14 -0000	1.3
+++ tcpdump-4.1.1.ebuild	9 Jul 2011 00:20:27 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.3 2010/04/12 10:32:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.4 2011/07/09 00:20:27 mattst88 Exp $
 
 EAPI="2"
 inherit flag-o-matic toolchain-funcs eutils
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE="+chroot smi ssl ipv6 -samba suid test"
 
 RDEPEND="net-libs/libpcap






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: ChangeLog tcpdump-4.1.1.ebuild
@ 2011-11-10 13:22 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2011-11-10 13:22 UTC (permalink / raw
  To: gentoo-commits

naota       11/11/10 13:22:19

  Modified:             ChangeLog tcpdump-4.1.1.ebuild
  Log:
  Add fall-back dependency sys-freebsd/freebsd-ubin. It should work with FreeBSD uuencode
  
  (Portage version: 2.2.0_alpha72/cvs/FreeBSD i386)

Revision  Changes    Path
1.146                net-analyzer/tcpdump/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	9 Jul 2011 00:20:27 -0000	1.145
+++ ChangeLog	10 Nov 2011 13:22:19 -0000	1.146
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/tcpdump
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.145 2011/07/09 00:20:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.146 2011/11/10 13:22:19 naota Exp $
+
+  10 Nov 2011; Naohiro Aota <naota@gentoo.org> tcpdump-4.1.1.ebuild:
+  Add fall-back dependency sys-freebsd/freebsd-ubin. It should work with
+  FreeBSD uuencode
 
   09 Jul 2011; Matt Turner <mattst88@gentoo.org> tcpdump-4.1.1.ebuild:
   Added ~mips, bug 247076



1.5                  net-analyzer/tcpdump/tcpdump-4.1.1.ebuild

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

Index: tcpdump-4.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcpdump-4.1.1.ebuild	9 Jul 2011 00:20:27 -0000	1.4
+++ tcpdump-4.1.1.ebuild	10 Nov 2011 13:22:19 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.4 2011/07/09 00:20:27 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.1.1.ebuild,v 1.5 2011/11/10 13:22:19 naota Exp $
 
 EAPI="2"
 inherit flag-o-matic toolchain-funcs eutils
@@ -19,7 +19,7 @@
 	smi? ( net-libs/libsmi )
 	ssl? ( >=dev-libs/openssl-0.9.6m )"
 DEPEND="${RDEPEND}
-	test? ( app-arch/sharutils
+	test? ( || ( app-arch/sharutils sys-freebsd/freebsd-ubin )
 		dev-lang/perl )"
 
 pkg_setup() {






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-10 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 10:32 [gentoo-commits] gentoo-x86 commit in net-analyzer/tcpdump: ChangeLog tcpdump-4.1.1.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09  0:20 Matt Turner (mattst88)
2011-11-10 13:22 Naohiro Aota (naota)

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