Commit Graph

149 Commits

Author SHA1 Message Date
sthen
fdbd3962ee update to wireshark-4.0.3 2023-01-22 15:23:47 +00:00
sthen
85f055365c update to wireshark-4.0.2 2022-12-09 09:40:38 +00:00
jca
7d6ce284d0 Don't enable LTO on riscv64
where lld fails with:
LLVM ERROR: Function Import: link error: linking module flags 'SmallDataLimit': IDs have conflicting values in
'extcap/CMakeFiles/extcap-base.dir/extcap-base.c.o' and 'extcap/CMakeFiles/sshdump.dir/sshdump.c.o

Error already spotted in games/arx-libertatis.  ok sthen@ (maintainer)
2022-11-15 23:46:40 +00:00
sthen
235cb158f0 update to wireshark-4.0.1 2022-10-27 08:11:19 +00:00
sthen
f63eb6aa6e update to wireshark-4.0.0 2022-10-05 13:58:00 +00:00
sthen
a864f8733b update to wireshark-3.6.8 2022-09-07 20:17:53 +00:00
sthen
0fd80d1e93 update to wireshark-3.6.7 2022-07-28 07:12:29 +00:00
sthen
8a47a9ac22 update to wireshark-3.6.6 2022-06-16 08:34:04 +00:00
sthen
71dd9cfc00 update to wireshark-3.6.5 (noop update for us, Windows installer fix) 2022-05-05 10:06:08 +00:00
sthen
b9480c1829 update to wireshark-3.6.4 2022-05-04 19:38:02 +00:00
sthen
a118c35927 update to tshark-3.6.3 2022-03-24 11:29:16 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
4c6cd567a0 update to wireshark-3.6.2 2022-02-10 21:17:50 +00:00
sthen
b24ebf2ceb update to wireshark-3.6.1 2021-12-30 11:55:06 +00:00
sthen
9ef68423c1 wireshark: doc changed from asciidoc to asciidoctor; thanks to
Mark Patruck for reporting build failure and sending the log
2021-12-14 11:29:58 +00:00
sthen
a2a87ae592 update to wireshark-3.6.0 2021-12-13 22:44:01 +00:00
sthen
dd3408b295 update to wireshark-3.4.10 2021-11-17 21:18:49 +00:00
sthen
b45f0bf340 update to wireshark-3.4.9 2021-10-07 10:00:52 +00:00
sthen
6dda53560c update to wireshark-3.4.8 2021-08-26 09:05:57 +00:00
gkoehler
087bd55e9c Switch macppc to ld.lld
Add powerpc to LLD_ARCH, and bump _SYSTEM_VERSION-powerpc so people
will upgrade to lld-linked packages when they exist.  Remove
-Wl,--relax from several ports; ld.bfd needed this flag, but ld.lld
can't take it.

lang/gcc/8 needs USE_LLD = No, because LLD can't link C++ code from
gcc (error: relocation refers to a discarded section: ...), and also,
the adastrap is too old.

To avoid linker errors on macppc, you need a snapshot where
/usr/bin/ld is LLD.

ok sthen@
2021-08-21 03:25:05 +00:00
sthen
663e22708e update to wireshark-3.4.7 2021-07-14 20:56:19 +00:00
sthen
8d3c1b2322 uncomment DEBUG_PACKAGES, they're working on -current at least (previously
disabled with what looked like an ld-related issue)
2021-06-03 10:51:05 +00:00
sthen
60c4eefa6d update to wireshark-3.4.6 2021-06-03 10:49:56 +00:00
sthen
94be1fc625 update to wireshark-3.4.5 2021-04-23 21:15:46 +00:00
sthen
e3e1822f4f update to wireshark-3.4.4 2021-03-11 13:33:28 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
763fad78bf switch py2 BDEP to py3 (it was using py3 anyway, probably pulled in via
another dep)
2021-02-20 17:33:38 +00:00
sthen
a7ed2b1ae0 update to wireshark-3.4.3 2021-01-29 23:37:55 +00:00
sthen
a49cdee74a update to wireshark-3.4.2 2020-12-19 11:41:44 +00:00
sthen
d862251fa4 update to wireshark-3.4.1 2020-12-10 11:43:14 +00:00
sthen
1fc7c97beb update to wireshark-3.4.0 2020-11-20 17:29:11 +00:00
sthen
682fd803e4 update to wireshark-3.2.8 2020-10-29 22:34:38 +00:00
landry
d76d2e0e87 Add -DENABLE_MINIZIP=false to CONFIGURE_ARGS to make sure minizip is not
picked up if found during configure. Found out by naddy@, thanks!
2020-10-15 06:56:56 +00:00
sthen
432ec615af update to wireshark-3.2.7 2020-09-25 20:54:19 +00:00
sthen
1b6a5e685f wireshark: cope with libssh 0.9.5, it moved version macros to a different
header file
2020-09-16 08:00:21 +00:00
sthen
a9793b19f9 update to Wireshark 3.2.6 2020-08-13 14:17:03 +00:00
visa
795bafca3c Fix GOT overflow on mips64.
OK sthen@
2020-07-27 11:08:45 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
275cbdc86e update to wireshark-3.2.5 2020-07-02 02:00:03 +00:00
sthen
2de0a5b996 update to wireshark-3.2.4 2020-05-19 22:15:21 +00:00
sthen
d8fa3b864c wireshark: committed upstream 2020-04-13 08:09:35 +00:00
sthen
48bd4a200e tweak previous patch 2020-04-11 14:17:50 +00:00
sthen
e792299e87 update to Wireshark 3.2.3 plus a patch working around a crash I'm
seeing (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16489)
2020-04-09 20:06:48 +00:00
sthen
6e1e501f7b update to wireshark-3.2.2 2020-02-26 23:11:00 +00:00
sthen
7914f70f09 update to wireshark-3.2.1 2020-01-16 18:09:14 +00:00
sthen
757f7abd5b update to wireshark-3.2.0 2019-12-19 15:48:56 +00:00
sthen
394a3d024c update to wireshark-3.0.7 2019-12-05 17:07:42 +00:00
sthen
998fae5e8c update to wireshark-3.0.6 2019-10-24 11:12:12 +00:00
sthen
014ec642ee update to wireshark-3.0.5 and garbage-collect some remnants of the "no_qt"
pseudoflavour.
2019-09-22 13:13:48 +00:00
sthen
40646bc74b update to wireshark-3.0.4 2019-09-12 08:14:59 +00:00