Commit graph

128 commits

Author SHA1 Message Date
Joe Marcus Clarke
0235e1b52f Update to 0.99.3a. 2006-08-25 07:14:07 +00:00
Joe Marcus Clarke
362bb57aa5 Correct DATADIR name for tshark and tshark-lite.
Reported by:	pointyhat via erwin
2006-08-04 21:14:31 +00:00
Joe Marcus Clarke
9a9ca79483 Correct rather dumb typo in pkg-descr.
Reported by:	Chris Timmons <cwt@networks.cwu.edu>
2006-07-28 21:04:54 +00:00
Joe Marcus Clarke
5b24572dbf Add a dependency on libgcrypt if it is found. libgcrypt adds the ability
to decrypt IPSec packets.

PR:		100645
2006-07-23 17:40:38 +00:00
Joe Marcus Clarke
6fdbe60136 Bring the description in line with reality. 2006-07-21 18:10:33 +00:00
Joe Marcus Clarke
6c220a4e2e Correct the DISTNAME for tshark[-lite].
Reported by:	olgeni
2006-07-19 23:28:35 +00:00
Joe Marcus Clarke
acbaaee2e6 Fix build on 4.X by removing the extra patch which is apparently no
longer needed.

PR:		100476
2006-07-18 13:23:02 +00:00
Joe Marcus Clarke
a69db4b2a0 Add wireshark and tshark after repocopies from ethereal and tethereal
respectively.  Wireshark is a rename of ethereal after the principal
developer moved companies and lost the Ethereal copyright.

Messenger, don't shoot!

Now the ethereal binary is called wireshark, the tethereal binary is
called tshark, and idl2eth is now idl2wrs.  All other binaries have
kept the same name.

In addition to this name change, I have also changed the PREFIX from X11BASE
to LOCALBASE.
2006-07-18 05:03:53 +00:00
Roman Bogorodskiy
26d33e9388 Chase gnutls shlib version change. 2006-07-06 17:41:23 +00:00
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