non port: net/wireshark/Makefile |
Number of commits found: 274 (showing only 100 on this page) |
Tuesday, 25 Feb 2025
|
14:22 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.5.
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.5.html for
changes in this release.
This release also bumps the required Lua versions to 5.3-5.4. Thanks to
stormshield-acazuc on GitHub for the patch. [1]
Sponsored by: Stormshield [1]
00333d5 |
Saturday, 22 Feb 2025
|
14:06 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.4
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.4.html for a
list of changes in this release.
50bfbb9 |
Sunday, 12 Jan 2025
|
20:20 Joe Marcus Clarke (marcus)
net/wireshark: Refine dependencies
Remove unneeded dependencies, turn off some cmake options, and add a
dependency on libnghttp3.
PR: 283968
Submitted by: vvd (based on)
13f111a |
Thursday, 9 Jan 2025
|
15:40 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.3
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.3.html for the
list of changes in this release.
dc1d99b |
Thursday, 21 Nov 2024
|
18:00 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.2
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.2.html for a
list of changes in this release.
cb5ba1b |
Friday, 11 Oct 2024
|
14:37 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.1
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.1.html for a
list of changes in this release.
b3d05c2 |
Friday, 30 Aug 2024
|
17:31 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.4.0
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.0.html for a
list of changes in this release.
1ace21d |
Friday, 12 Jul 2024
|
17:43 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.6
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.6.html for a
list of changes in this release.
1b88c31 |
Sunday, 19 May 2024
|
17:38 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.5
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.5.html for a
list of changes in this release.
afaedf7 |
Wednesday, 3 Apr 2024
|
13:03 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.4
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.4.html for a
list of changes in this release.
e7fe662 |
Monday, 19 Feb 2024
|
20:59 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.3
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.3.html for the
list of changes in this release.
f6d3312 |
Friday, 5 Jan 2024
|
14:49 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.2.
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.2.html and
https://www.wireshark.org/docs/relnotes/wireshark-4.2.1.html for changes
in this release over 4.2.0.
43bd388 |
Friday, 17 Nov 2023
|
19:50 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.2.0
See https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html for a
list of changes in this release.
Of note to FreeBSD users, wireshark now uses Qt6 (rather than 5), and
development files (e.g., headers), while installed by default can be
disabled by unchecking the DEVELOPMENT option.
b8629f7 |
Saturday, 7 Oct 2023
|
16:03 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.10
This just fixes a macOS issue, but updating to keep in sync with the
upstream version.
0fc30f8 |
Wednesday, 4 Oct 2023
|
22:38 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.9
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.9.html for a
list of changes in this release.
8f201ab |
Thursday, 24 Aug 2023
|
19:56 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.8
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.8.html for a
list of changes in this release.
922da79 |
Friday, 14 Jul 2023
|
15:07 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.7
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.7.html for a
list of changes in this release.
83eaa2c |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Thursday, 25 May 2023
|
17:26 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.6
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.6.html for a
list of changes in this release.
d7f2dcf |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Saturday, 15 Apr 2023
|
19:16 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.5
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.5.html for the
changes in this release.
687b493 |
Monday, 20 Mar 2023
|
08:40 Joe Marcus Clarke (marcus) Author: Daniel Engberg
net/wireshark: Rework ANDROIDDUMP
Use the cmake Bool helper and remove redundant code now that we're not
using individual _MAN and _LIB subs.
PR: 270160
55c08bf |
Saturday, 11 Mar 2023
|
20:32 Joe Marcus Clarke (marcus)
net/wireshark: Restore ANDROIDDUMP OPTION
If you have TCP blackhole enabled, having androiddump built adds ~ 70
seconds to wireshark's start time (if you don't have the Android
Debugger running).
Leave this OPTION default enabled as it doesn't introduce any other
dependencies.
Reported by: Boris Korzun <drtr0jan@yandex.ru>
ed01d80 |
Friday, 3 Mar 2023
|
19:18 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.4 and refactor the port logic
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.4.html for a
list of changes in wireshark.
This port features the following modifications:
- Use of helpers and consistent usage
- Refresh dependency list
- Use (lib)speexdsp from tree
- Add brotli as dependency, used for compressing data over HTTP2
- Flavourize port and create two variants, one including UI and one without
(-nox11)
- Disable detection of git for Wireshark's build
- Rework and consolidate options, try to be as consistent as possible with the
rest of the tree
- Rename DECRYPT option to GNUTLS
- Move various *dump tools to one option as they share the same dependency
(libssh)
- Make LTO default option on aarch64 and amd64
- RTP audio codecs are only used with GUI so make all use the same toggle
Thanks to diizzy for his refactoring work. One thing to note for uses
of the -lite ports is that they are going away. Flavors should be used
to build wireshark with the GUI (default) or without the GUI (nox11).
PR: 269103
Submitted by: diizzy [port refactoring]
c362cdf |
Friday, 20 Jan 2023
|
15:16 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.3
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.3.html for the
list of changes in this release.
1ebc044 |
Friday, 6 Jan 2023
|
19:11 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.2
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.2.html for a
list of changes in this release.
00d33cf |
Wednesday, 26 Oct 2022
|
20:17 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.1
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.1.html for a
list of changes in this release.
5d59a7d |
Monday, 10 Oct 2022
|
13:25 Joe Marcus Clarke (marcus)
net/wireshark: wifidump also requires libssh
65884b2 |
Sunday, 9 Oct 2022
|
17:27 Joe Marcus Clarke (marcus)
net/wireshark: Update to 4.0.0
See https://www.wireshark.org/docs/relnotes/wireshark-4.0.0.html for a
list of changes in this release.
713f6c2 |
Tuesday, 13 Sep 2022
|
14:38 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.8
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.8.html for a
list of changes in this release.
07123ae |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 3 Aug 2022
|
16:26 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.7
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.7.html for a
list of changes in this release.
7371107 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alex Miller <asm@asm.kiev.ua>
* Alexander Hausner <alex@hugo.bmg.gv.at>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Novitsky
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Panyushkin <vsityz@gmail.com>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev <alexey@renatasystems.org>
* Alfred Perlstein <alfred@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Anatoliy Dmytriyev
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreas Kohn <andreas@syndrom23.de>
* Andrei Lavreniyuk <andy.lavr@gmail.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <thompsa@FreeBSD.org>
* Andrey Zakhvatov
* Andy Kosela <akosela@andykosela.com>
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Yuzhaninov <citrin@citrin.ru>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Querubin <tony@lava.net>
* Archie Cobbs
* Arne Lundberg <arlu@telia.com>
* Babak Farrokhi
* Babak Farrokhi <babak@farrokhi.net>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski robak@FreeBSD.org
* Bill Fenner <fenner@FreeBSD.org>
* Bill Fumerola <billf@chc-chimes.com>
* Bill Fumerola <billf@mu.org>
* Bjorn Konig <bkoenig@alpha-tierchen.de>
* Blaz Zupan <blaz@si.FreeBSD.org>
* BluePex Security Solutions <freebsd-ports@bluepex.com>
* Bob Frazier
* Boris Lytochkin <lytboris@gmail.com>
* Brad Davis <so14k@so14k.com>
* Brent B. Powers <bbp2006@columbia.edu>
* Brian Somers <brian@FreeBSD.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Bruce M. Simpson <bms@FreeBSD.org>
* Bruce Simpson
* Carlo Strub <cs@FreeBSD.org>
* Carlos J Puga Medina <cpm@FreeBSD.org>
* Carsten Larsen <cs@innolan.dk>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chris Hutchinson <portmaster@BSDforge.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christian Brueffer <chris@unixpages.org)
* Christian Laursen <xi@borderworlds.dk>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
* Clement Laforet
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Corey Smith <corsmith@gmail.com>
* Cory R. King <coryking@mozimedia.com>
* Craig Boston <craig@yekse.gank.org>
* Craig Leres <leres@FreeBSD.org>
* Daisuke Aoyama <aoyama@peach.ne.jp>
* Dan Caescu <daniel at freebsd.ro>
* Dan Pelleg <dpelleg+unison@cs.cmu.edu>
* Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
* Daniel Bryan <sisko@bsdmail.com>
* Daniel O'Connor <darius@dons.net.au>
* Danilo G. Baio <dbaio@FreeBSD.org>
* Danny Howard <dannyman@tellme.com>
* David Carlier
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien (obrien@cs.ucdavis.edu)
* David O'Brien <obrien@NUXI.com>
* David Shane Holden <dpejesh@yahoo.com>
* David Thiel (lx@redundancy.redundancy.org)
* David Thiel <lx@redundancy.redundancy.org>
* Dean Freeman (wfreeman@sourcefire.com)
* Denis Generalov <gd.workbox@gmail.com>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Derek Schrock <dereks@lifeofadishwasher.com>
* Diederik de Groot
* Dima Dorfman <dd@FreeBSD.org>
* Dima Panov <fluffy@FreeBSD.org>
* Dima Sivachenko
* Dima Sivachenko <dima@chg.ru>
* Dirk-Willem van Gulik / dirkx@webweaving.org
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Dominic Marks <dominic.marks@btinternet.com>
* Dominic Mitchell <dom@happygiraffe.net>
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu
* Ed Schouten <ed@FreeBSD.org>
* Edwin Groothuis (edwin@mavetju.org)
* Elias Mandouvalos <ocean@compulink.gr>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Richiardone (err@tollari.org)
* Eric Freeman <freebsdports@chillibear.com>
* Erich Zigler <erich@tacni.net>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Hanley
* Felix Hanley <felix@userspace.com.au>
* Filippo Natali <filippo.natali@gmail.com>
* Filippo Natali <filippo@widestore.net>
* Florent Thoumie <flz@xbsd.org>
* Franco Fichtner <franco@opnsense.org>
* Frank Fenor <frank@fenor.de>
* Frank W. Josellis <frank@dynamical-systems.org>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fukang Chen <loader@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
* Gabriel Dutra <0xdutra@gmail.com>
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gaspar Chilingarov <nm@web.am>
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Geoff Garside
* George Reid <greid@ukug.uk.freebsd.org>
* George V. Neville-Neil
* Gerrit Beine (<tux@pinguru.net>)
* GomoR <netpkt@gomor.org>
* Goran Tal
* Greg Larkin <glarkin@FreeBSD.org>
* Gregory Edigarov <greg@bestnet.kharkov.ua>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guerkan Karaman <gk.freebsd@googlemail.com>
* Gunter Wambaugh <gunter@six-two.net>
* Gustau Perez <gustau.perez@gmail.com>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* HSIN-HSIUNG CHANG
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Haowu Ge <ghw@7axu.com>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Honza Betik
* Hugo Saro <hugo@barafranca.com>
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@FreeBSD.org>
* IWATSUKI Hiroyuki <don@na.rim.or.jp>
* Iblis Lin <iblis@hs.ntnu.edu.tw>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* Ilya Bakulin <webmaster@kibab.com>
* Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* J.R. Oldroyd <fbsd@opal.com>
* Jaap Akkerhuis <jaap@NLnetLabs.nl>
* Jacques Vidrine <nectar@FreeBSD.org>
* James Elstone <james@elstone.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan Hornyak <pav@oook.cz>
* Janni
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Janos.Mohacsi@dante.org.uk
* Jase Thew <freebsd@beardz.net>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Putsch <jdputsch@comcast.net>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jesper Skriver <jesper@FreeBSD.org>
* Jesse McConnell <jesse@gallup.com>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Clarke
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Bayly <freebsd.ports@tipstrade.net>
* John Hixson <jhixson@gmail.com>
* John Hixson<jhixson@FreeBSD.org>
* John Polstra <jdp@FreeBSD.org>
* Jon Nistor <nistor@snickers.org>
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose M. Alcaide <jose@we.lc.ehu.es>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Scott <joseph@randomnetworks.com>
* Joshua Goodall <joshua@roughtrade.net>
* Jov <amutu@amutu.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Juraj Lutter <otis@FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Karsten Pedersen <kpedersen@disroot.org>
* Kelly Yancey <kbyanc@FreeBSD.org>
* Kelly Yancey <kbyanc@posi.net>
* Kevin Bowling <k@kev009.com>
* Kevin Bowling <kbowling@freebsd.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kirill Ponomarew <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org
* Kris Kennaway <kris@FreeBSD.org>
* Kristof Provost <kp@FreeBSD.org>
* Krzysztof Stryjek <ports@bsdserwis.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Eggert <lars@eggert.org>
* Lars Erik Gullerud <lerik@nolink.net>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lasse L. Johnsen (lasse@freebsdcluster.org)
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* M. Birgmeier
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Mahlon E. Smith <mahlon@martini.nu>
* Maksym Sobolyev <sobomax@pbxpress.it>
* Manuel Creach <manuel.creach@icloud.com>
* Marcin Cieslak <saper@system.pl>
* Marcin Jessa <freebsd@yazzy.org>
* Marcin Jessa <yazzy@yazzy.org>
* Marco P. Rodrigues <drkangel@drkangel.org>
* Marco Steinbach <coco@webdev.c0c0.intra>
* Marcus Glocker <marcus@nazgul.ch>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <liouxFreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mars G Miro <spry@anarchy.in.the.ph>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Massimiliano Stucchi <mstucchi@ripe.net>
* Matt Emmerton <matt@gsicomp.on.ca>
* Matt Peterson <matt@peterson.org>
* Matthew George <mdg@secureworks.net>
* Matthew Luckie <mjl@luckie.org.nz>
* Matthew Seaman
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Teege <matthias@mteege.de>
* Max Khon <fjoe@FreeBSD.org>
* Max V. Kostikov <max@kostikov.co>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meno Abels <meno.abels@adviser.com>
* Michael Frey <frey@raum3.de>
* Michael Handler <handler@grendel.net>
* Michael Johnson <ahze@FreeBSD.org
* Michael Johnson <ahze@FreeBSD.org>
* Michael Joyner <mjoyner@hq.dyns.cx>
* Michael Kohn <mike@mikekohn.net>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Muenz <m.muenz@gmail.com>
* Mike Carlson <carlson39@llnl.gov>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikhail Zakharov <zmey20000@yahoo.com>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bd_subzero@yahoo.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Munechika SUMIKAWA <sumikawa@FreeBSD.org>
* Nathan Whitehon <nwhitehorn@freebsd.org>
* Neil Booth
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nobutaka Mantani <nobutaka@FreeBSD.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oliver Mahmoudi <olivermahmoudi@gmail.com>
* Olivier Cochard-Labbé <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Tharan <olive@oban.frmug.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Pankov Pavel <pankov_p@mail.ru>
* Paolo Pisati <flag@gufi.org>
* Patrick Li <pat@databits.net>
* Patrick MARIE <mycroft@virgaria.org>
* Patrick Powell <papowell@astart.com>
* Paul Dlug <paul@aps.org>
* Paul Schmehl <pauls@utdallas.edu>
* Pav Lucistnik <pav@FreeBSD.org>
* Pawel Pekala <pawel@FreeBSD.org>
* Peter Pentchev <roam@FreeBSD.org>
* Philip M. Gollucci <ports@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Phillip Neumann <pneumann@gmail.com>
* Piotr Florczyk <pf@itwf.pl>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Raffaele De Lorenzo - raffaele.delorenzo@libero.it
* Rich Neswold <rneswold@mcs.net>
* Richard Gallamore <ultima@FreeBSD.org>
* Roger Hardiman <roger@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Roman Neuhauser (<neuhauser@bellavista.cz>)
* Roman Shterenzon <roman@xpert.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rong-En Fan <rafan@infor.org>
* Roy Marples <roy@marples.name>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Francis
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@FreeBSD.org>
* Sahil Tandon <sahil@tandon.net>
* Seamus Venasse <svenasse@polaris.ca>
* Sebastien Petit <spe@phear.org>
* Sebastien Santoro <dereckson@gmail.com>
* Seiichirou Hiraoka
* Sergei Kolobov <sergei@kolobov.com>
* Sergey Kandaurov <pluknet@gmail.com>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sergey Velichkevych <serg@cad.kiev.ua>
* Shinsuke Matsui (<smatsui@karashi.org>)
* Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
* Simon Barner <barner@gmx.de>
* Simun Mikecin < numisemis at yahoo dot com >
* Simun Mikecin <numisemis@yahoo.com>
* Sofian Brabez <sbrabez@gmail.com>
* Stacey D. Son <sds@son.org>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Hagen <sh@codevoid.de>
* Steve Jacobson <sjac@cs.stanford.edu>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunagawa Koji <koj@ofug.net>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Talal Al Dik (tad@vif.com)
* Thibault Payet <monwarez@mailoo.org>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Thomas Quinot <thomas@cuivre.fr.eu.org>
* Tillman Hodgson <tillman@seekingfire.com>
* Tim Bishop <tim@bishnet.net>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timothy Redaelli <drizzt@gufi.org>
* Tom McLaughlin <tmclaugh@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Trenton Schulz <trueos@norwegianrockcat.com>
* Trevor Corpropst <tcornpropst@cox.net>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Vadim Belman <vab@lflat.vas.mobilix.dk>
* Valery Komarov <komarov@valerka.net>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vasil Dimov <vd@FreeBSD.org>
* Vassili Tchersky <vt@bsdjeunz.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Victor Yagofarov <xnasx@yandex.ru>
* Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Weongyo Jeong <weongyo@FreeBSD.org>
* Willem Jan Withagen <wjw@digiware.nl>
* William Grzybowski <wg@FreeBSD.org>
* William Ward <William.Ward@ericsson.com>
* Winston Weinert <winstonw@lavabit.com>
* Xiaoding Liu <xiaoding+freebsd@xiaoding.org>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yann Berthier <yb@sainte-barbe.org>
* Yarema <yds@CoolRat.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yen-Ming Lee <leeym@leeym.com>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yukihiro Nakai <Nacai@iname.com>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* aaron@FreeBSD.org
* ache
* adam
* adam@veda.is
* adamw
* alepulver
* alexp
* andreas
* andreas@FreeBSD.org
* andrey@kostenko.name
* arved
* asami
* ats (original)
* brd@FreeBSD.org
* brix@FreeBSD.org
* bsdx
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clsung
* clsung@dragon2.net
* cpm <cpm@fbsd.es>
* cy@FreeBSD.org
* dave@dogwood.com
* dds
* devin@spamcop.net
* dikshie <dikshie@lapi.itb.ac.id>
* dikshie@sfc.wide.ad.jp
* doconnor@gsoft.com.au
* erwin@FreeBSD.org
* fenner
* gahr
* gebhart@secnetix.de
* glarkin
* glewis
* gugu
* igor@zynaps.ru
* ijliao
* james@targetnet.com
* jameskamlyn@gmail.com
* jamundsen
* janos.mohacsi@bsd.hu
* jeff@cetlink.net
* jesusr
* jhay
* jkh
* johans@stack.nl
* jupengfei <jupengfei@gmail.com>
* kai
* krion@FreeBSD.org
* kris@FreeBSD.org
* kungfuftr <scott@surreytech.co.uk>
* kuriyama
* lance@evitel.net
* lbartoletti <lbartoletti@FreeBSD.org>
* liamfoy@sepulcrum.org
* lwhsu@FreeBSD.org
* marck@FreeBSD.org
* matusita@jp.FreeBSD.org
* maurice
* melifaro@ipfw.ru
* mfechner@FreeBSD.org
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* mike@binghamton.edu
* msmith
* mwest@uct.ac.za
* nbm
* netch@netch.kiev.ua
* nishida@sfc.wide.ad.jp
* nork@FreeBSD.org
* pat@databits.net
* paul@FreeBSD.org
* petef
* petef@FreeBSD.org
* peter
* ports@c0decafe.net
* quest <quest@mac.com>
* rdenis@simphalempin.com
* renchap@cocoa-x.com
* rflynn@acsalaska.net
* roam@orbitel.bg
* ru
* ryo
* scrappy@FreeBSD.org
* shan
* shanali
* shigeru@iij.ad.jp
* shipley@dis.org
* skreuzer
* smace@FreeBSD.org
* sobomax
* spf@xslt.cs.nccu.edu.tw
* stast
* stb
* steinex
* sten@blinkenlights.nl
* swills@
* thierry@pompo.net
* tim@relay.nnn.tstu.ru
* timur@FreeBSD.org
* tm@onepost.net
* trevor
* vanhu <vanhu@netasq.com>
* vanilla
* vanilla@
* wenheping <wenheping@gmail.com>
* will
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
* # Created by Radim Kolar <hsn@sendmail.cz>
With hat: portmgr
6a378e5 |
Thursday, 23 Jun 2022
|
06:25 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.6
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.6.html for a
list of changes in this release.
4629ce28 |
Thursday, 5 May 2022
|
19:31 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.5
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.5.html for a
list of changes in this release.
b398756 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Thursday, 31 Mar 2022
|
13:21 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.3.
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.3.html for a
list of changes in this release.
dc70167 |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Monday, 21 Feb 2022
|
19:58 Joe Marcus Clarke (marcus) Author: Daniel Engberg
net/wireshark: Update MASTER_SITES, fix RTP option, adjust Makefile
- Update MASTER_SITES with official mirrors and add main site as last resort
Reference: https://www.wireshark.org/mirror.html
- Remove unnecessary definitions and switch to DISTVERSION while at it
- Fix RTP option
PR: 262076
575930a |
Sunday, 20 Feb 2022
|
04:12 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.2.
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.2.html for a
list of changes in this release.
3e7662e |
Friday, 31 Dec 2021
|
15:58 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.1
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.1.html for a
list of changes in this release.
748000e |
Friday, 26 Nov 2021
|
05:45 Joe Marcus Clarke (marcus) Author: Joseph Mingrone
net/wireshark: Add missing dependencies to fix plist.
PR: 260053
Differential Revision: https://reviews.freebsd.org/D33122
b915ce8 |
Thursday, 25 Nov 2021
|
12:56 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.6.0
See https://www.wireshark.org/docs/relnotes/wireshark-3.6.0.html for a
list of changes in this release.
b850fab |
Tuesday, 23 Nov 2021
|
22:11 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
5933ac0 |
Wednesday, 10 Nov 2021
|
06:20 Fernando ApesteguÃa (fernape)
comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.
PR: 258999
Reported by: jailbird@fdf.net (maintainer)
Reviewed by: madpilot@
a55c182 |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2c672a4 |
Thursday, 7 Oct 2021
|
15:22 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.4.9
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.9.html for a
list of changes in this release.
cfd474e |
Monday, 30 Aug 2021
|
15:10 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.4.8
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.8.html for a
list of changes in this release.
c75a6cc |
Thursday, 15 Jul 2021
|
13:32 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.4.7
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.7.html for a
list of changes in this release.
a8fd544 |
Monday, 7 Jun 2021
|
19:33 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.4.6.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.6.html for a
list of what's changed in this release.
fd269b3 |
Thursday, 22 Apr 2021
|
21:17 Joe Marcus Clarke (marcus)
net/wireshark: Update to 3.4.5
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.5.html for a
list of what has changed in this release.
8d4498e |
Friday, 16 Apr 2021
|
18:31 Adriaan de Groot (adridg)
net/wireguard: fix build with CMake 3.20
Picked from upstream
https://gitlab.com/wireshark/wireshark/-/commit/6ef6e8f607456e239e5f1a326803846930d34fa8
and then `make makepatch`ed in.
6664a69 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 14 Mar 2021
|
14:42 marcus
Update to 3.4.4.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html for the
list of changes in this release.
 |
Thursday, 25 Feb 2021
|
16:10 pkubaj
net/wireshark: add LTO option
PR: 253426
Approved by: marcus (maintainer timeout)
 |
Monday, 1 Feb 2021
|
15:33 marcus
Update to 3.4.3.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.3.html for a list of
changes
in this release.
 |
Monday, 21 Dec 2020
|
15:22 marcus
Update to 3.4.2.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.2.html for the changes
in this release.
 |
Friday, 18 Dec 2020
|
14:54 marcus
Update to 3.4.1.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.1.html for a
list of changes in this release.
 |
Wednesday, 4 Nov 2020
|
16:06 marcus
Async DNS is now enabled by default.
This makes C-ARES a mandatory dependency now.
Reported by: olgeni
 |
Tuesday, 3 Nov 2020
|
19:51 marcus
Update to 3.4.0.
See https://www.wireshark.org/docs/relnotes/wireshark-3.4.0.html
for a list of changes in this release.
 |
Thursday, 24 Sep 2020
|
20:42 marcus
Update to 3.2.7.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html for
a list of changes in this release.
 |
Friday, 14 Aug 2020
|
16:52 marcus
Update to 3.2.6.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.6.html for a list
of changes in this release.
 |
Saturday, 4 Jul 2020
|
16:42 marcus
Update to 3.2.5.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.5.html for the list
of changes in this release.
 |
Friday, 22 May 2020
|
18:33 marcus
Update to 3.2.4.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.4.html for changes
in this release.
 |
Tuesday, 14 Apr 2020
|
15:49 mat
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494
 |
Sunday, 12 Apr 2020
|
17:18 marcus
Update to 3.2.3.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html for a list of
what's changed in this release.
 |
Wednesday, 4 Mar 2020
|
15:24 marcus
Update to 3.2.2.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.2.html for a
list of changes in this release.
 |
Monday, 20 Jan 2020
|
19:09 marcus
Update to 3.2.1.
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.1.html for a
list of changes in this release.
 |
Saturday, 28 Dec 2019
|
13:08 marcus
Update to 3.2.0.
Also, normalize the Kerberos OPTIONs. [1]
See https://www.wireshark.org/docs/relnotes/wireshark-3.2.0.html for a list
of changes in this release.
PR: 241797 [1]
Submitted by: Tatsuki Makino [1]
 |
Friday, 8 Nov 2019
|
13:48 tobik
net: Add missing USES={gnome,php}
 |
Sunday, 27 Oct 2019
|
19:56 marcus
Update to 3.0.6.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html for a
lost of changes in this release.
 |
Wednesday, 9 Oct 2019
|
12:17 bapt
Drop the ipv6 virtual category for n* category as it is not relevant anymore
 |
Wednesday, 25 Sep 2019
|
15:39 marcus
Update to 3.0.5.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.5.html for
a list of changes in this release.
 |
Saturday, 14 Sep 2019
|
18:58 marcus
Update to 3.0.4.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.4.html for changes
in this release.
 |
Friday, 2 Aug 2019
|
23:19 marcus
Unconditionally install dumpcap.
This is required to actually be able to capture packets with tshark.
PR: 239601
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Thursday, 18 Jul 2019
|
19:21 marcus
Update to 3.0.3.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.3.html for a list
of changes in this release.
 |
Monday, 27 May 2019
|
20:06 marcus
Update to 3.0.2.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.2.html for a list of
changes in this release.
 |
Wednesday, 17 Apr 2019
|
13:52 marcus
Update to 3.0.1.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.1.html for a list of
changes in this release.
 |
Wednesday, 13 Mar 2019
|
20:47 marcus
Various fixes.
* Fix detection of the LUA library
* Unconditionally package libwscodecs
* Add CONFLICTS_INSTALL throughout
PR: 236332 (for LUA)
236468 (for conflicts)
 |
Tuesday, 5 Mar 2019
|
09:00 marcus
Add a dependency on qmake_build.
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
 |
01:02 marcus
Update to 3.0.0.
Note: the GTK+ UI is now gone. Qt 5 is all that remains.
See https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html for a list
of changes in this release.
 |
Tuesday, 15 Jan 2019
|
13:15 marcus
Fix plist with MaxMindDB (GeoIP) support.
PR: 234963
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
 |
Monday, 14 Jan 2019
|
23:25 marcus
Correct a typo with s/LIBS/LIB_DEPENDS/
This was an issue with me needing to manually merge the previously submitted
diff.
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
 |
20:34 marcus
Update to 2.6.6.
* Re-add geolocation support via MaxMind
* See https://www.wireshark.org/docs/relnotes/wireshark-2.6.6.html
for a list of other changes in this release.
PR: 234931
Submitted by: rkoberman@gmail.com
 |
Sunday, 13 Jan 2019
|
20:58 adamw
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.
Also, as suggested by zi, add an UPDATING note about this.
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Saturday, 8 Dec 2018
|
16:10 marcus
Fix packaging.
Conditionalize sshdump and ciscodump as they need libssh.
PR: 233858
 |
Friday, 7 Dec 2018
|
22:23 marcus
Update to 2.6.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.5.html for a list
of changes in this release.
 |
Friday, 2 Nov 2018
|
16:36 linimon
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket)
 |
Saturday, 13 Oct 2018
|
11:01 marcus
Update to 2.6.4.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.4.html for
changes in this release.
 |
Friday, 31 Aug 2018
|
11:10 marcus
Update to 2.6.3.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.3.html for a list of
changes in this release.
 |
Thursday, 9 Aug 2018
|
14:09 marcus
Update to 2.6.2.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.2.html for a list of
changes
in this release.
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
Monday, 28 May 2018
|
19:30 marcus
Fix an undefined symbol error in tshark.
The l16mono codec was installed as a regular plugin, and this generated a bogus
undefined symbol error.
PR: 228051
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Obtained from: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14638
 |
Wednesday, 2 May 2018
|
13:37 marcus
Fix build with base krb5.
Add an additional CONFIGURE_ARG to allow wireshark to build with base Kerberos.
PR: 227908
Submitted by: mbeis
 |
Tuesday, 1 May 2018
|
16:26 marcus
Update to 2.6.0.
See https://www.wireshark.org/docs/relnotes/wireshark-2.6.0.html
for a list of changes in this release.
Also note: The -lite ports were made lighter with the removal of dumpcap.
 |
Sunday, 8 Apr 2018
|
15:47 marcus
Update to 2.4.6.
See
https://www.wireshark.org/docs/relnotes/wireshark-2.4.6.html for a list of
changes in this release.
Additionally, fix the following issues in the Makefile [1]:
* Add missing --with-* for lz4, snappy, and nghttp2
* Remove obsolete --with-* for IPv6 and gcrypt
* Use localbase
PR: 227131 [1]
Submitted by: Greg V <greg@unrelenting.technology> [1]
 |
Wednesday, 14 Mar 2018
|
09:11 marcus
Update to 2.4.5.
See https://www.wireshark.org/docs/relnotes/wireshark-2.4.5.html for the
changes in this release.
PR: 226355
Submitted by: cmt
 |
Number of commits found: 274 (showing only 100 on this page) |