Commit graph

119 commits

Author SHA1 Message Date
Tom McLaughlin
85ee28ec12 - Add optional dependency on gnutls if it is installed or via WITH_GNUTLS.
(gnutls support cannot be disabled if it is present.)

- Replace manual openssl check with USE_OPENSSL

Approved by:	marcus
2006-05-05 01:43:24 +00:00
Joe Marcus Clarke
a04cae1f2b Grr...correct path to dumpcap. 2006-05-04 21:03:30 +00:00
Joe Marcus Clarke
01ac113f15 Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.

Requested by:	Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
2006-05-04 04:49:26 +00:00
Joe Marcus Clarke
99b7c72fe6 Fix parsing of radiotap packet captures.
Submitted by:	sam
Obtained from:	Ethereal SVN
2006-04-28 19:23:29 +00:00
Joe Marcus Clarke
8a44189263 Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by:	pointyhat via kris
2006-04-27 05:14:31 +00:00
Joe Marcus Clarke
5b38285381 Fix the dissection of 802.11 QoS packets.
Submitted by:	sam
2006-04-27 02:22:29 +00:00
Joe Marcus Clarke
aa50053db4 Update to 0.99.0. See
http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html for the
complete list of changes.

Security:	Ethereal 0.99.0 fixes numerous security bugs.  See
		http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html
		for details
2006-04-26 21:13:30 +00:00
Joe Marcus Clarke
e3e7faeda3 Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
2006-04-24 02:43:51 +00:00
Sergey Matveychuk
2201ea0607 - Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.

Reproached by:	kris
2006-04-21 18:39:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
26374b53e9 Make portlint happy. 2006-02-04 06:25:57 +00:00
Joe Marcus Clarke
1dc7ecd019 Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build.
2006-02-04 06:25:16 +00:00
Joe Marcus Clarke
e9e5f6bd57 Fix patching on FreeBSD <= 5.4-RELEASE. 2005-12-31 06:47:08 +00:00
Joe Marcus Clarke
c18700310b Update to 0.10.14. See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.14.html for a list
of all the changes.

Security:	See http://www.ethereal.com/appnotes/enpa-sa-00022.html for
		security advisories fixed in this version.
2005-12-29 23:19:11 +00:00
Joe Marcus Clarke
d8fea3bfc4 * Fix a bug in caclulating the 802.11 header length for QoS data frames
(way bad regression from previous code)
* Add support for packets w/ data padding between the 802.11 header and
  the payload (as indicated in the radiotap flags)
* Add support for handling FCS indication in the radiotap flags
* Fix display of TSF (previous code was not byte swapping)
* Update ieee80211_mhz2ieee in radiotap.c to handle more channels
* Nuke some #if 0 code leftover in radiotap.c

Submitted by:	sam
2005-12-09 04:03:57 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
338a3ccff7 This patch isn't needed for recent 5-STABLE users, either. 2005-10-21 01:19:15 +00:00
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