| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Jul 2006 06:03:54
0.99.0_3  |
marcus  |
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. |
06 Jul 2006 18:41:23
0.99.0_3  |
novel  |
Chase gnutls shlib version change. |
05 May 2006 02:43:24
0.99.0_2  |
tmclaugh  |
- 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 |
04 May 2006 22:03:30
0.99.0_2  |
marcus  |
Grr...correct path to dumpcap. |
04 May 2006 05:49:26
0.99.0_2  |
marcus  |
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.
Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw> |
28 Apr 2006 20:23:29
0.99.0_2  |
marcus  |
Fix parsing of radiotap packet captures.
Submitted by: sam
Obtained from: Ethereal SVN |
27 Apr 2006 06:14:31
0.99.0_1  |
marcus  |
Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by: pointyhat via kris |
27 Apr 2006 03:22:29
0.99.0_1  |
marcus  |
Fix the dissection of 802.11 QoS packets.
Submitted by: sam |
26 Apr 2006 22:13:30
0.99.0  |
marcus  |
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 |
24 Apr 2006 03:43:52
0.10.14_2  |
marcus  |
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. |
21 Apr 2006 19:39:19
0.10.14_2  |
sem  |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris |
23 Feb 2006 10:40:45
0.10.14_1  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
04 Feb 2006 06:25:57
0.10.14  |
marcus  |
Make portlint happy. |
04 Feb 2006 06:25:16
0.10.14  |
marcus  |
Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build. |
31 Dec 2005 06:47:08
0.10.14  |
marcus  |
Fix patching on FreeBSD <= 5.4-RELEASE. |
29 Dec 2005 23:19:12
0.10.14  |
marcus  |
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. |
09 Dec 2005 04:03:57
0.10.13_3  |
marcus  |
* 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 |
30 Nov 2005 05:23:10
0.10.13_2  |
kuriyama  |
Chase shlib version bump of net-snmp. |
15 Nov 2005 06:52:12
0.10.13_1  |
ade  |
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. |
05 Nov 2005 05:22:06
0.10.13_1  |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
21 Oct 2005 02:19:16
0.10.13  |
marcus  |
This patch isn't needed for recent 5-STABLE users, either. |
20 Oct 2005 22:40:44
0.10.13  |
marcus  |
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 |
27 Jul 2005 20:36:53
0.10.12  |
marcus  |
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 |
20 May 2005 06:59:48
0.10.11_1  |
marcus  |
* Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!)
PR: 81236
Submitted by: Tod McQuillin <devin@spamcop.net> |
15 May 2005 05:48:15
0.10.11_1  |
marcus  |
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> |
13 May 2005 06:46:41
0.10.11_1  |
marcus  |
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 |
11 May 2005 18:37:34
0.10.11_1  |
marcus  |
* Add a dependency on gnometarget
* Add a dependency on libiconv to fix the gtk12/glib12 build [1]
Reported by: pointyhat via kris [1] |
08 May 2005 03:04:18
0.10.11  |
marcus  |
Fix the build with Glib/GTK+ 1.2. |
07 May 2005 21:17:25
0.10.11  |
marcus  |
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 |
14 Mar 2005 01:26:59
0.10.10  |
marcus  |
Update to 0.10.10. |
12 Mar 2005 10:54:27
0.10.9_1  |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
29 Jan 2005 01:36:08
0.10.9  |
marcus  |
Fix the build on 4.X.
Reported by: dhw |
27 Jan 2005 23:10:00
0.10.9  |
marcus  |
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. |
19 Dec 2004 01:11:54
0.10.8  |
marcus  |
* 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) |
05 Dec 2004 20:26:24
0.10.6_1  |
marcus  |
Bump the net-snmp shared lib version.
PR: 74718 |
07 Nov 2004 22:37:47
0.10.6_1  |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
14 Aug 2004 01:33:57
0.10.6  |
marcus  |
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) |
22 Jul 2004 01:24:08
0.10.5_1  |
marcus  |
Add a forgotten patch to really fix the capture lockups when ethereal is
built with GTK+ 2 support. |
21 Jul 2004 03:31:37
0.10.5  |
marcus  |
* 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 |
30 Mar 2004 20:53:09
0.10.3  |
billf  |
. 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. |
26 Mar 2004 17:42:01
0.10.0a_2  |
nectar  |
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 |
14 Mar 2004 06:17:56
0.10.0a_2  |
ade  |
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. |
28 Feb 2004 22:58:19
0.10.0a_2  |
pav  |
- 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) |
23 Feb 2004 04:42:13
0.10.0a_2  |
wollman  |
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 |
04 Feb 2004 05:10:27
0.10.0a_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
10 Jan 2004 11:35:47
0.10.0a_1  |
edwin  |
[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> |
17 Dec 2003 16:40:13
0.10.0a  |
green  |
Merge GTK2 support.
Submitted by: Sebastian Yepes F.ESN <esn@x123.info>
PR: 60255 |
17 Dec 2003 16:22:31
0.10.0a  |
green  |
Make sure to compress/package the new ethereal-filter.4 manpage.
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
PR: 58954 |
17 Dec 2003 06:59:32
0.10.0a  |
green  |
Update to Ethereal 0.10.0a to fix various security bugs. |
18 Nov 2003 03:19:38
0.9.14_1  |
kuriyama  |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. |
07 Sep 2003 14:05:33
0.9.14  |
edwin  |
[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> |
07 Sep 2003 13:36:40
0.9.14  |
edwin  |
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 |
11 Jul 2003 21:19:02
0.9.13  |
nork  |
Update to 0.9.13.
PR: ports/53643
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Approved by: maintainer timeout (20 days) |
20 May 2003 02:05:51
0.9.12  |
billf  |
update to 0.9.12 |
20 Apr 2003 20:38:02
0.9.10  |
marcus  |
Remove USE_GNOMENG. |
10 Mar 2003 21:56:58
0.9.10  |
billf  |
textfiles moved from etc/ to share/ethereal/
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> |
08 Mar 2003 20:59:12
0.9.10  |
billf  |
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> |
24 Feb 2003 21:23:58
0.9.9  |
billf  |
upgrade to 0.9.9
Submitted by: marcus |
16 Oct 2002 22:58:43
0.9.7  |
billf  |
upgrade to 0.9.7 |
24 Aug 2002 01:14:04
0.9.6  |
billf  |
remove etc/diameter dir
PR: ports/40915
Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp> |
23 Aug 2002 11:29:51
0.9.6  |
billf  |
upgrade to 0.9.6, unFORBIDDEN |
22 Aug 2002 20:08:45
0.9.5  |
trevor  |
forbid because of possible security bug |
15 Jul 2002 19:12:09
0.9.5  |
sobomax  |
Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition. |
15 Jul 2002 18:21:56
0.9.5  |
sobomax  |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
04 Jul 2002 21:28:57
0.9.5  |
billf  |
ethereal 0.9.5 |
29 May 2002 09:07:24
0.9.4  |
billf  |
upgrade to 0.9.4 |
19 May 2002 23:47:10
0.9.3  |
kuriyama  |
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. |
19 May 2002 22:55:37
0.9.3  |
kris  |
Chase net-snmp library version |
02 May 2002 00:33:48
0.9.3  |
billf  |
wiretapped.net mirror changed layout
PR: ports/34827
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
02 May 2002 00:27:45
0.9.3  |
billf  |
upgrade to 0.9.3, use USE_GLIB |
05 Feb 2002 01:27:53 
|
billf  |
update to 0.9.1 |
05 Feb 2002 00:42:05 
|
billf  |
ethereal: add hooks for only building tethereal, which doesn't require
X build with SNMP dissection (requires ucd-snmp) by default |
04 Jan 2002 10:12:45 
|
billf  |
this patch is no longer needed, the distribution is fixed |
04 Jan 2002 01:06:46 
|
billf  |
0) upgrade to 0.9.0, the latest and greatest 1) include 'old-versions' in
MASTER_SITE_SUBDIR for the next time the maintainers move the distfile
around 2) include a forgotten man page in Makefile and plugins in pkg-plist
3) include some xml that gets installed in pkg-plist |
22 Oct 2001 03:11:09 
|
billf  |
contrary to david obrien's opinion. if I don't upgrade my port in time, that
_doesn't_ give him the right to touch it. |
22 Oct 2001 03:06:57 
|
obrien  |
Update to 0.8.20. |
19 Aug 2001 09:04:38 
|
billf  |
fix building of a few man pages on systems w/o autoconf installed |
25 Jul 2001 09:32:52 
|
billf  |
update to 0.8.19, add SNMP hooks |
11 Mar 2001 00:47:16 
|
billf  |
upgrade to 0.8.16 |
29 Jan 2001 16:30:19 
|
sobomax  |
o Upgrade to 0.8.15; o USE_LIBTOOL instead of GNU_CONFIGURE; o add manual
manpage installation, this version doesn't install them by itself. |
22 Jan 2001 13:30:42 
|
kuriyama  |
Add missing entries. |
21 Nov 2000 10:56:34 
|
asmodai  |
Update to 0.8.14 which fixes some security problems which were akin tcpdump.
This also includes dissectors for WAP, SIP, AIM/OSCAR, 802.11, GIOP v1.2, and
MGCP (plugin) |
20 Nov 2000 13:35:45 
|
asmodai  |
Nuke unneeded patches for the new version. |
20 Nov 2000 12:04:09 
|
asmodai  |
Update to Ethereal 0.8.13 |
20 Nov 2000 01:31:09 
|
kris  |
Remotely exploitable buffer overflow; same code and impact as in Security
Advisory 00:61 |
08 Oct 2000 08:19:09 
|
asami  |
Convert category net to new layout. |
05 Oct 2000 08:42:57 
|
reg  |
Implement USE_GTK, part 2. |
19 Jul 2000 03:24:10 
|
kuriyama  |
Oops, previous commit for PLIST requires PLIST_SUB definition. |
14 Jul 2000 04:02:37 
|
kuriyama  |
Use %%PORTVERSION%% for plugins directory. |
05 Jul 2000 20:31:23 
|
billf  |
Upgrade to 0.8.10 |