Commit graph

100 commits

Author SHA1 Message Date
Joe Marcus Clarke
a9e72e2a56 Update to 0.10.13. This fixes many security problems as well as adds some
minor news features, some new dissectors, and enhances a good number of the
current dissectors.  See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html for the
complete list of changes.

Security:	See
		http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html
		for all the security issues fixed in this release
2005-10-20 21:40:44 +00:00
Joe Marcus Clarke
3877968350 Update to 0.10.12 with the usual number of security fixes, new features, and
improved dissector support.  See http://www.ethereal.com/news/item_20050726_01.html for the list of changes.

Security:	See http://www.ethereal.com/news/item_20050726_01.html for
		the list of security fixes in this release
2005-07-27 19:36:53 +00:00
Joe Marcus Clarke
040869bc3f * Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!)

PR:		81236
Submitted by:	Tod McQuillin <devin@spamcop.net>
2005-05-20 05:59:48 +00:00
Joe Marcus Clarke
bced5612c7 Fix a problem with the last patch. It was causing the build to fail.
Reported by:	many
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-05-15 04:48:15 +00:00
Joe Marcus Clarke
eb8e32a1db Work around a GCC bug that prevented ethereal from linking when compiled
with optimizations above -O.  See
http://www.ethereal.com/lists/ethereal-dev/200505/msg00069.html for more
details.

Obtained from:	Ethereal mailing list (see URL above)
Reported by:	many
2005-05-13 05:46:41 +00:00
Joe Marcus Clarke
ad7138b930 * Add a dependency on gnometarget
* Add a dependency on libiconv to fix the gtk12/glib12 build [1]

Reported by:	pointyhat via kris [1]
2005-05-11 17:37:34 +00:00
Joe Marcus Clarke
bcef4c8b0b Fix the build with Glib/GTK+ 1.2. 2005-05-08 02:04:18 +00:00
Joe Marcus Clarke
fca70f4d60 Update to 0.10.11 which fixes a number of security issues as well as adds
a slew of new features.  See http://www.ethereal.com/news/item_20050504_01.html
for the list of all the changes.

Security:	See http://www.ethereal.com/news/item_20050504_01.html
		for all of the security fixes in this release
2005-05-07 20:17:25 +00:00
Joe Marcus Clarke
3cfc37b212 Update to 0.10.10. 2005-03-14 01:26:59 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Joe Marcus Clarke
4f36a34d74 Fix the build on 4.X.
Reported by:	dhw
2005-01-29 01:36:08 +00:00
Joe Marcus Clarke
06928e9bc0 Update to 0.10.9. See http://www.ethereal.com/news/item_20050120_01.html for
the list of fixes and improvements.  All users are encouraged to upgrade.
2005-01-27 23:10:00 +00:00
Joe Marcus Clarke
fe54d6209f * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html for
a list of what's new)
* Make portlint a bit happier
* Assume maintainership

Approved by:	billf (previous maintainer)
2004-12-19 01:11:54 +00:00
Joe Marcus Clarke
894d8f9ca4 Bump the net-snmp shared lib version.
PR:		74718
2004-12-05 20:26:24 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
6b0314e72a Update to 0.10.6. The release notes can be found at
http://www.ethereal.com/news/item_20040812_01.html.

Approved by:	billf (maintainer)
2004-08-14 00:33:57 +00:00
Joe Marcus Clarke
f587f92d22 Add a forgotten patch to really fix the capture lockups when ethereal is
built with GTK+ 2 support.
2004-07-22 00:24:08 +00:00
Joe Marcus Clarke
3c4249e772 * Update to 0.10.5 to add new features, and fix some security issues [1]
* Use the new libtool scheme
* Add USE_PERL5_BUILD [2]
* Make the GTK+ 2 frontend the default [2]
* Fix the lockup waiting for packets to arrive while capturing when built
  with GTK+ 2

PR:		68819 [1]
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> [1]
		billf [2]
Approved by:	maintainer
2004-07-21 02:31:37 +00:00
Bill Fumerola
c6f7e574ed . update to 0.10.3
. fix pkg-plist to include installed libraries and new modules
. fix net-snmp configure args

PR:		ports/64777, ports/64808
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777)
		Ken Stailey <kstailey@yahoo.com> (#64808)

. follow master_site layout changes

Submitted by:	lost private email (sorry!)

. introduce a LITE variable and add [t]ethereal-lite slave ports to build
  packages that don't depend on the kitchen sink.
2004-03-30 19:53:09 +00:00
Jacques Vidrine
4ad74a8845 Mark forbidden due to boat loads of vulnerabilities in versions prior to
0.10.3.

http://www.vuxml.org/freebsd/cdf18ed9-7f4a-11d8-9645-0020ed76ef5a.html
2004-03-26 17:42:01 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Pav Lucistnik
04316421dd - Improve WITH_GTK2 knob:
autodetect
  USE_GNOME instead of direct dependency

PR:		ports/56083
Submitted by:	Rolf Grossmann <grossman@progtech.net>
Approved by:	maintainer timeout (2 months)
2004-02-28 22:58:19 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
0aacf342d7 [PATCH] ethereal-0.9.16 uses adns
Ethereal has a --with-adns switch. ./configure tests for presence
    of the library even if --with-adns is not specified, and if it
    finds it, the build fails later on because /usr/local/lib is
    not in -L.

PR:		ports/59855
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2004-01-10 11:35:47 +00:00
Brian Feldman
4159cbb78f Merge GTK2 support.
Submitted by:	Sebastian Yepes F.ESN <esn@x123.info>
PR:	60255
2003-12-17 16:40:13 +00:00
Brian Feldman
698af116c8 Make sure to compress/package the new ethereal-filter.4 manpage.
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
PR:	58954
2003-12-17 16:22:31 +00:00
Brian Feldman
96900fe5ed Update to Ethereal 0.10.0a to fix various security bugs. 2003-12-17 06:59:32 +00:00
Jun Kuriyama
ae9970fe43 Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. 2003-11-18 03:19:38 +00:00
Edwin Groothuis
85b89802c3 [Port Update]:: net/ethereal 0.9.13 -> 0.9.14
(actually all I took from this PR was the removal of pre-install)

PR:		ports/55142
Submitted by:	Sebastian Yepes F. [ESN] <esn@x123.info>
2003-09-07 13:05:32 +00:00
Edwin Groothuis
5f7b028bc6 Update net/ethreal 0.9.13 -> 0.9.14
Update, new features. No change in installed files.

PR:		ports/56080
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Approved by:	billf@FreeBSD.org
2003-09-07 12:36:40 +00:00
Norikatsu Shigemura
d8e2708158 Update to 0.9.13.
PR:		ports/53643
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	maintainer timeout (20 days)
2003-07-11 20:19:02 +00:00
Bill Fumerola
80a58dba11 update to 0.9.12 2003-05-20 01:05:51 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Bill Fumerola
b56db73bd6 textfiles moved from etc/ to share/ethereal/
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2003-03-10 21:56:57 +00:00
Bill Fumerola
a2dcbf65cc upgrade to 0.9.10 to pick up a security fix in the socks dissector.
Approved by:    portmgr (wca)

properly disable ucd-snmp

Submitted by:   Oliver Lehmann <lehmann@ans-netz.de>
2003-03-08 20:59:12 +00:00
Bill Fumerola
fd8d2fd3f8 upgrade to 0.9.9
Submitted by:	marcus
2003-02-24 21:23:58 +00:00
Bill Fumerola
3c92e99f9d upgrade to 0.9.7 2002-10-16 21:58:43 +00:00
Bill Fumerola
f6af7f6221 remove etc/diameter dir
PR:		ports/40915
Submitted by:	KAWATA Masahiko <kawata@mta.biglobe.ne.jp>
2002-08-24 00:14:04 +00:00
Bill Fumerola
cb516c8d2d upgrade to 0.9.6, unFORBIDDEN 2002-08-23 10:29:50 +00:00
Trevor Johnson
0b83d1d1d2 forbid because of possible security bug 2002-08-22 19:08:45 +00:00
Maxim Sobolev
413c39ab27 Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition. 2002-07-15 18:12:08 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Bill Fumerola
09f3254f3d ethereal 0.9.5 2002-07-04 20:28:56 +00:00
Bill Fumerola
27bf13dbfe upgrade to 0.9.4 2002-05-29 08:07:24 +00:00
Jun Kuriyama
2cc20c3223 I did not check this port works fine with net-snmp 5.x.
Maintainer, feel free to depend on 5.x if you are sure.
2002-05-19 22:47:10 +00:00
Kris Kennaway
34026ac196 Chase net-snmp library version 2002-05-19 21:55:37 +00:00
Bill Fumerola
9237e2b2df wiretapped.net mirror changed layout
PR:		ports/34827
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-05-01 23:33:48 +00:00
Bill Fumerola
a0d104ee40 upgrade to 0.9.3, use USE_GLIB 2002-05-01 23:27:45 +00:00
Bill Fumerola
f107f2574d update to 0.9.1 2002-02-05 01:27:53 +00:00