CVS log for ports/net/ethereal/Attic/Makefile
Up to [FreeBSD] / ports / net / ethereal
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.107
Tue Jul 18 05:03:53 2006 UTC (5 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.106: +1 -1 lines
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.
Revision 1.106: download - view: text, markup, annotated - select for diffs
Thu Jul 6 17:41:20 2006 UTC (5 years, 7 months ago) by novel
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
Chase gnutls shlib version change.
Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri May 5 01:43:24 2006 UTC (5 years, 9 months ago) by tmclaugh
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +8 -5 lines
- 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
Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu May 4 04:49:26 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +3 -3 lines
Add dumpcap to ethereal-lite. dumpcap is required for proper ethereal operation. Requested by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Apr 28 19:23:28 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -1 lines
Fix parsing of radiotap packet captures. Submitted by: sam Obtained from: Ethereal SVN
Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Apr 27 05:14:31 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +1 -0 lines
Add USE_GCC=3.4+ to fix the build on 4.X. Reported by: pointyhat via kris
Revision 1.101: download - view: text, markup, annotated - select for diffs
Thu Apr 27 02:22:29 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -0 lines
Fix the dissection of 802.11 QoS packets. Submitted by: sam
Revision 1.100: download - view: text, markup, annotated - select for diffs
Wed Apr 26 21:13:29 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -3 lines
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
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Apr 24 02:43:50 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
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.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Apr 21 18:39:18 2006 UTC (5 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +2 -2 lines
- Bump adns library version and PORTREVISION after last dns/adns update for all affected ports. Reproached by: kris
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:18 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Feb 4 06:25:57 2006 UTC (6 years ago) by marcus
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -0 lines
Make portlint happy.
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Feb 4 06:25:16 2006 UTC (6 years ago) by marcus
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -0 lines
Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing up in the net-snmp mibs directory during build.
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Dec 31 06:47:08 2005 UTC (6 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Fix patching on FreeBSD <= 5.4-RELEASE.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Dec 29 23:19:11 2005 UTC (6 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -2 lines
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.
Revision 1.92: download - view: text, markup, annotated - select for diffs
Fri Dec 9 04:03:57 2005 UTC (6 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
* 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
Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Nov 30 05:23:08 2005 UTC (6 years, 2 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -2 lines
Chase shlib version bump of net-snmp.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:23 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
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.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sat Nov 5 05:19:10 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared library update.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Fri Oct 21 01:19:15 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
This patch isn't needed for recent 5-STABLE users, either.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Oct 20 21:40:44 2005 UTC (6 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +9 -8 lines
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
Revision 1.86: download - view: text, markup, annotated - select for diffs
Wed Jul 27 19:36:53 2005 UTC (6 years, 6 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +10 -2 lines
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
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri May 20 05:59:48 2005 UTC (6 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2 lines
* Add USE_PYTHON_BUILD * Replace the static iconv dependency with USE_ICONV (bad Joe!) PR: 81236 Submitted by: Tod McQuillin <devin@spamcop.net>
Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed May 11 17:37:34 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +7 -3 lines
* Add a dependency on gnometarget * Add a dependency on libiconv to fix the gtk12/glib12 build [1] Reported by: pointyhat via kris [1]
Revision 1.83: download - view: text, markup, annotated - select for diffs
Sat May 7 20:17:25 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
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
Revision 1.82: download - view: text, markup, annotated - select for diffs
Mon Mar 14 01:26:59 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -2 lines
Update to 0.10.10.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Mar 12 10:52:07 2005 UTC (6 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -0 lines
Bump PORTREVISION to chase the glib20 shared lib version change.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jan 27 23:10:00 2005 UTC (7 years ago) by marcus
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
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.
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Dec 19 01:11:54 2004 UTC (7 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -4 lines
* 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)
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sun Dec 5 20:26:24 2004 UTC (7 years, 2 months ago) by marcus
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Bump the net-snmp shared lib version. PR: 74718
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:36:58 2004 UTC (7 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -0 lines
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the big upgrade.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Aug 14 00:33:57 2004 UTC (7 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -5 lines
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)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Jul 22 00:24:08 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
Add a forgotten patch to really fix the capture lockups when ethereal is built with GTK+ 2 support.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Wed Jul 21 02:31:37 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +11 -10 lines
* 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
Revision 1.73: download - view: text, markup, annotated - select for diffs
Tue Mar 30 19:53:07 2004 UTC (7 years, 10 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +57 -30 lines
. 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.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Mar 26 17:42:01 2004 UTC (7 years, 10 months ago) by nectar
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -0 lines
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
Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:04 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
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.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Feb 28 22:58:19 2004 UTC (7 years, 11 months ago) by pav
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +9 -5 lines
- 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)
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Feb 23 04:41:25 2004 UTC (7 years, 11 months ago) by wollman
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
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
Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:01 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Jan 10 11:35:47 2004 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +8 -0 lines
[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>
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Dec 17 16:40:13 2003 UTC (8 years, 1 month ago) by green
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -0 lines
Merge GTK2 support. Submitted by: Sebastian Yepes F.ESN <esn@x123.info> PR: 60255
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Dec 17 16:22:31 2003 UTC (8 years, 1 month ago) by green
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
Make sure to compress/package the new ethereal-filter.4 manpage. Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> PR: 58954
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Dec 17 06:59:32 2003 UTC (8 years, 1 month ago) by green
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
Update to Ethereal 0.10.0a to fix various security bugs.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Nov 18 03:19:37 2003 UTC (8 years, 2 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -1 lines
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Sep 7 13:05:32 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +0 -5 lines
[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>
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Sep 7 12:36:40 2003 UTC (8 years, 5 months ago) by edwin
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
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
Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri Jul 11 20:19:02 2003 UTC (8 years, 7 months ago) by nork
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to 0.9.13. PR: ports/53643 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: maintainer timeout (20 days)
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue May 20 01:05:51 2003 UTC (8 years, 8 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
update to 0.9.12
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Apr 20 19:37:53 2003 UTC (8 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -1 lines
Remove USE_GNOMENG.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Mar 8 20:59:12 2003 UTC (8 years, 11 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +4 -3 lines
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>
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Feb 24 21:23:58 2003 UTC (8 years, 11 months ago) by billf
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +6 -3 lines
upgrade to 0.9.9 Submitted by: marcus
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Oct 16 21:58:43 2002 UTC (9 years, 3 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
upgrade to 0.9.7
Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Aug 23 10:29:50 2002 UTC (9 years, 5 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -3 lines
upgrade to 0.9.6, unFORBIDDEN
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Aug 22 19:08:45 2002 UTC (9 years, 5 months ago) by trevor
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -0 lines
forbid because of possible security bug
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jul 15 18:12:08 2002 UTC (9 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Complete USE_GLIB-->USE_GNOMENG+USE_GNOME transition.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jul 15 17:21:54 2002 UTC (9 years, 6 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -1 lines
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Jul 4 20:28:56 2002 UTC (9 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
ethereal 0.9.5
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed May 29 08:07:24 2002 UTC (9 years, 8 months ago) by billf
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
upgrade to 0.9.4
Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun May 19 22:47:10 2002 UTC (9 years, 8 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
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.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun May 19 21:55:37 2002 UTC (9 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Chase net-snmp library version
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed May 1 23:33:48 2002 UTC (9 years, 9 months ago) by billf
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -1 lines
wiretapped.net mirror changed layout PR: ports/34827 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed May 1 23:27:45 2002 UTC (9 years, 9 months ago) by billf
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3 lines
upgrade to 0.9.3, use USE_GLIB
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Feb 5 01:27:53 2002 UTC (10 years ago) by billf
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
update to 0.9.1
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Feb 5 00:42:05 2002 UTC (10 years ago) by billf
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +18 -6 lines
ethereal: add hooks for only building tethereal, which doesn't require X build with SNMP dissection (requires ucd-snmp) by default add tethereal as a slave port to ethereal
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jan 4 01:06:46 2002 UTC (10 years, 1 month ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +8 -7 lines
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 PR: ports/31434 (2) Submitted by: jhb (1), Scott Renfro <scott@renfro.org> (2)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Oct 22 01:11:09 2001 UTC (10 years, 3 months ago) by billf
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -1 lines
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.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Oct 22 01:06:57 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -3 lines
Update to 0.8.20.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Aug 19 07:04:37 2001 UTC (10 years, 5 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -4 lines
fix building of a few man pages on systems w/o autoconf installed PR: ports/29381 Submitted by: Scott Renfro <scott@renfro.org>
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jul 25 07:32:52 2001 UTC (10 years, 6 months ago) by billf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +15 -2 lines
update to 0.8.19, add SNMP hooks PR: ports/27503 Submitted by: Scott Renfro <scott@renfro.org>
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Mar 11 00:47:16 2001 UTC (10 years, 11 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
upgrade to 0.8.16
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jan 29 16:30:18 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -3 lines
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. PR: 24578 Submitted by: Roman Shterenzon <roman@xpert.com> Blessed by: maintainer
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 21 10:56:33 2000 UTC (11 years, 2 months ago) by asmodai
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3 lines
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)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Nov 20 12:04:08 2000 UTC (11 years, 2 months ago) by asmodai
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +6 -7 lines
Update to Ethereal 0.8.13 PR: 22831 Submitted by: Joseph Scott <scottj@rodan.water-programs.com> Approved by: billf
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Nov 20 01:31:09 2000 UTC (11 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -2 lines
Remotely exploitable buffer overflow; same code and impact as in Security Advisory 00:61
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:42:15 2000 UTC (11 years, 4 months ago) by reg
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -8 lines
Implement USE_GTK, part 2.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jul 19 01:24:10 2000 UTC (11 years, 6 months ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -1 lines
Oops, previous commit for PLIST requires PLIST_SUB definition.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 5 18:31:22 2000 UTC (11 years, 7 months ago) by billf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Upgrade to 0.8.10
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Apr 15 07:19:46 2000 UTC (11 years, 9 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -2 lines
Upgrade to 0.8.7, disable snmp for now. Its messed up. Requested by: scanner@closed-networks.com
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:11:11 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Apr 7 18:57:10 2000 UTC (11 years, 10 months ago) by billf
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
0.8.4 -> 0.8.6 Once again my snail like pace has paid off as 0.8.5 had a major bug.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Mar 8 00:30:28 2000 UTC (11 years, 11 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Upgrade to 0.8.4, bugfixes + new disectors. This program continues to rock.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Feb 2 02:14:32 2000 UTC (12 years ago) by billf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Upgrade to 0.8.3 which obsoletes patches/patch-ab
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jan 26 20:21:14 2000 UTC (12 years ago) by billf
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +9 -6 lines
Upgrade to 0.8.2, including a vendor patch (patch-ab) which temporaily fixes 'tethereal' (a tcpdump-like program) until 0.8.3 can be released.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 18 12:54:53 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Add 'ipv6' on CATEGORIES.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jan 13 04:46:50 2000 UTC (12 years, 1 month ago) by billf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Upgrade to 0.8.1
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Dec 25 03:07:10 1999 UTC (12 years, 1 month ago) by billf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Upgrade to 0.7.9, the latest and greatest with even more dissectors. Fix pkg/COMMENT to sound like it wasn't written by a four-year-old.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 24 02:28:48 1999 UTC (12 years, 2 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update to 0.7.8; this does too much in the install: target but I'll tackle that later.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 29 00:35:15 1999 UTC (12 years, 3 months ago) by billf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Upgrade to ethereal 0.7.7 from 0.7.5 The skip of 0.7.6 was not due to my usual lazyness, we found it didn't work with bmake, and the authors actually _care_ about interplatform building (and most of them use FreeBSD as a development platform) so we worked out some problems with that and some autoconf "smarts" with SNMP.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 24 22:03:35 1999 UTC (12 years, 4 months ago) by billf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade from 0.7.3 to 0.7.5, 0.7.4 had some serious errors with BSD allegedly, so I'm glad I'm lazy.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 1 20:18:58 1999 UTC (12 years, 5 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Upgrade to 0.7.3
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:48:46 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 30 14:22:41 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 12 13:43:44 1999 UTC (12 years, 6 months ago) by billf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Upgrade to 0.7.2, which fixes several large memory leaks.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 5 20:14:20 1999 UTC (12 years, 6 months ago) by billf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
Upgrade to 0.7.1, they actually released 0.7.1 before I could even upgrade our tree to 0.7.0! It's good, however, because this version fixes some significant bugs.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 15 12:13:43 1999 UTC (12 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -4 lines
Upgrade to version 0.6.3. Don't use offical master sites for now. Both webservers are down and one returns a message that they don't know for how long.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 29 03:55:12 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -4 lines
Update to use gtk version 1.2.3. PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 25 18:24:34 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update to 0.6.2 Submitted by: Oyvind Moll oyvindmo@initio.no PR Number: 11882
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 22 07:53:01 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
gtk11 -> gtk12
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 5 13:49:59 1999 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -4 lines
Upgrade to 0.5.1, and change LIBDEPEND to glib11-devel.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 23 18:22:53 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Upgrade to 0.5.0, it can works with gtk11 still :(
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 11 21:47:04 1998 UTC (13 years, 3 months ago) by billf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
changing the MAINTAINER address, I'm trying to keep work e-mail addresses seperate from FreeBSD e-mail addresses.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 20 18:10:47 1998 UTC (13 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Upgrade to 0.4.1, remove the TAG of USE_AUTOCONF, add GNU_CONFIGURE. Remind by: Ollivier Robert
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 19 15:51:24 1998 UTC (13 years, 3 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Upgrade to 0.4.0 PR: ports/8291 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 29 01:32:40 1998 UTC (13 years, 4 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Upgrade to v0.3.17. Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 22 22:55:54 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
gtk and gtk11 are now ELFized.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 18 21:53:24 1998 UTC (13 years, 4 months ago) by vanilla
Branches: BIFFL
CVS tags: ethereal_0_3_16
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
a network sniffer a la NetXray. With a little work and development this could rival NetXray (which is approx $4,000). PR: ports/7581 Submitted by: Bill Fumerola <billf@chc-chimes.com>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 18 21:53:24 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
Initial revision
