Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.0_3 18 Jul 2006 05:03:54 |
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. |
0.99.0_3 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
0.99.0_2 05 May 2006 01:43:24 |
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 |
0.99.0_2 04 May 2006 21:03:30 |
marcus |
Grr...correct path to dumpcap. |
0.99.0_2 04 May 2006 04:49:26 |
marcus |
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal
operation.
Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw> |
0.99.0_2 28 Apr 2006 19:23:29 |
marcus |
Fix parsing of radiotap packet captures.
Submitted by: sam
Obtained from: Ethereal SVN |
0.99.0_1 27 Apr 2006 05:14:31 |
marcus |
Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by: pointyhat via kris |
0.99.0_1 27 Apr 2006 02:22:29 |
marcus |
Fix the dissection of 802.11 QoS packets.
Submitted by: sam |
0.99.0 26 Apr 2006 21:13:30 |
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 |
0.10.14_2 24 Apr 2006 02:43:52 |
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. |
0.10.14_2 21 Apr 2006 18:39:19 |
sem |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris |
0.10.14_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.10.14 04 Feb 2006 06:25:57 |
marcus |
Make portlint happy. |
0.10.14 04 Feb 2006 06:25:16 |
marcus |
Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up
in the net-snmp mibs directory during build. |
0.10.14 31 Dec 2005 06:47:08 |
marcus |
Fix patching on FreeBSD <= 5.4-RELEASE. |
0.10.14 29 Dec 2005 23:19:12 |
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. |
0.10.13_3 09 Dec 2005 04:03:57 |
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 |
0.10.13_2 30 Nov 2005 05:23:10 |
kuriyama |
Chase shlib version bump of net-snmp. |
0.10.13_1 15 Nov 2005 06:52:12 |
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. |
0.10.13_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.10.13 21 Oct 2005 01:19:16 |
marcus |
This patch isn't needed for recent 5-STABLE users, either. |
0.10.13 20 Oct 2005 21:40:44 |
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 |
0.10.12 27 Jul 2005 19:36:53 |
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 |
0.10.11_1 20 May 2005 05:59:48 |
marcus |
* Add USE_PYTHON_BUILD
* Replace the static iconv dependency with USE_ICONV (bad Joe!)
PR: 81236
Submitted by: Tod McQuillin <devin@spamcop.net> |
0.10.11_1 15 May 2005 04:48:15 |
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> |
0.10.11_1 13 May 2005 05:46:41 |
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 |
0.10.11_1 11 May 2005 17:37:34 |
marcus |
* Add a dependency on gnometarget
* Add a dependency on libiconv to fix the gtk12/glib12 build [1]
Reported by: pointyhat via kris [1] |
0.10.11 08 May 2005 02:04:18 |
marcus |
Fix the build with Glib/GTK+ 1.2. |
0.10.11 07 May 2005 20:17:25 |
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 |
0.10.10 14 Mar 2005 01:26:59 |
marcus |
Update to 0.10.10. |
0.10.9_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.10.9 29 Jan 2005 01:36:08 |
marcus |
Fix the build on 4.X.
Reported by: dhw |
0.10.9 27 Jan 2005 23:10:00 |
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. |
0.10.8 19 Dec 2004 01:11:54 |
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) |
0.10.6_1 05 Dec 2004 20:26:24 |
marcus |
Bump the net-snmp shared lib version.
PR: 74718 |
0.10.6_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.10.6 14 Aug 2004 00:33:57 |
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) |
0.10.5_1 22 Jul 2004 00:24:08 |
marcus |
Add a forgotten patch to really fix the capture lockups when ethereal is
built with GTK+ 2 support. |
0.10.5 21 Jul 2004 02:31:37 |
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 |
0.10.3 30 Mar 2004 19:53:09 |
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. |
0.10.0a_2 26 Mar 2004 17:42:01 |
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 |
0.10.0a_2 14 Mar 2004 06:17:56 |
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. |
0.10.0a_2 28 Feb 2004 22:58:19 |
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) |
0.10.0a_2 23 Feb 2004 04:42:13 |
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 |
0.10.0a_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.10.0a_1 10 Jan 2004 11:35:47 |
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> |
0.10.0a 17 Dec 2003 16:40:13 |
green |
Merge GTK2 support.
Submitted by: Sebastian Yepes F.ESN <esn@x123.info>
PR: 60255 |
0.10.0a 17 Dec 2003 16:22:31 |
green |
Make sure to compress/package the new ethereal-filter.4 manpage.
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
PR: 58954 |
0.10.0a 17 Dec 2003 06:59:32 |
green |
Update to Ethereal 0.10.0a to fix various security bugs. |
0.9.14_1 18 Nov 2003 03:19:38 |
kuriyama |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. |
0.9.14 07 Sep 2003 13:05:33 |
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> |
0.9.14 07 Sep 2003 12:36:40 |
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 |
0.9.13 11 Jul 2003 20:19:02 |
nork |
Update to 0.9.13.
PR: ports/53643
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Approved by: maintainer timeout (20 days) |
0.9.12 20 May 2003 01:05:51 |
billf |
update to 0.9.12 |
0.9.10 20 Apr 2003 19:38:02 |
marcus |
Remove USE_GNOMENG. |
0.9.10 10 Mar 2003 21:56:58 |
billf |
textfiles moved from etc/ to share/ethereal/
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> |
0.9.10 08 Mar 2003 20:59:12 |
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> |
0.9.9 24 Feb 2003 21:23:58 |
billf |
upgrade to 0.9.9
Submitted by: marcus |
0.9.7 16 Oct 2002 21:58:43 |
billf |
upgrade to 0.9.7 |
0.9.6 24 Aug 2002 00:14:04 |
billf |
remove etc/diameter dir
PR: ports/40915
Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp> |
0.9.6 23 Aug 2002 10:29:51 |
billf |
upgrade to 0.9.6, unFORBIDDEN |
0.9.5 22 Aug 2002 19:08:45 |
trevor |
forbid because of possible security bug |
0.9.5 15 Jul 2002 18:12:09 |
sobomax |
Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition. |
0.9.5 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
0.9.5 04 Jul 2002 20:28:57 |
billf |
ethereal 0.9.5 |
0.9.4 29 May 2002 08:07:24 |
billf |
upgrade to 0.9.4 |
0.9.3 19 May 2002 22:47:10 |
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. |
0.9.3 19 May 2002 21:55:37 |
kris |
Chase net-snmp library version |
0.9.3 01 May 2002 23:33:48 |
billf |
wiretapped.net mirror changed layout
PR: ports/34827
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.9.3 01 May 2002 23:27:45 |
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 02: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 02:06:57 |
obrien |
Update to 0.8.20. |
19 Aug 2001 08:04:38 |
billf |
fix building of a few man pages on systems w/o autoconf installed |
25 Jul 2001 08: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 07:19:09 |
asami |
Convert category net to new layout. |
05 Oct 2000 07:42:57 |
reg |
Implement USE_GTK, part 2. |
19 Jul 2000 02:24:10 |
kuriyama |
Oops, previous commit for PLIST requires PLIST_SUB definition. |
14 Jul 2000 03:02:37 |
kuriyama |
Use %%PORTVERSION%% for plugins directory. |
05 Jul 2000 19:31:23 |
billf |
Upgrade to 0.8.10 |