File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : DAG tests
22on :
3- push :
3+ # push:
44 workflow_dispatch :
55jobs :
66 pre_job :
Original file line number Diff line number Diff line change 2323 strategy :
2424 fail-fast : false
2525 matrix :
26- os : [ubuntu-22.04, ubuntu-24.04]
26+ os : [ubuntu-22.04, ubuntu-24.04, ubuntu-26.04 ]
2727 c_compiler : [gcc, clang]
2828 cxx_compiler : [g++, clang++]
2929 exclude :
Original file line number Diff line number Diff line change @@ -2,8 +2,21 @@ libtrace4 (4.0.31-1) unstable; urgency=medium
22
33 * Fixed crash in ndag/ndagtcp when a multi-stream sender connects
44 to a libtrace ndag recipient.
5-
6- -- Shane Alcock <shane@alcock.co.nz> Wed, 18 Feb 2026 14:18:05 +1300
5+ * Fix memory errors in the ndag / ndagtcp code.
6+ * Fixed data corruption bugs in `etsilive:` format when packets are being
7+ delivered by multiple sources.
8+ * Fixed memory leak in libpacketdump when decoding TRI records received via
9+ `etsilive:`.
10+ * Fixed a number of bugs in the code path that converts from `etsifile:` to
11+ `pcapfile:`.
12+ * Fixed crash when trying to convert a headerless format (e.g. `etsifile:`)
13+ to `pcapng:`.
14+ * `ring:` and `int:` formats now correctly recognise gretap interfaces and
15+ are now able to parse packets correctly when capturing from them.
16+ * DPDK inputs now report useful stats (e.g. dropped packet counts) on a
17+ per-thread basis, depending on the NIC vendor.
18+
19+ -- Shane Alcock <shane@alcock.co.nz> Tue, 28 Apr 2026 12:47:21 +1200
720
821libtrace4 (4.0.30-1) unstable; urgency=medium
922
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ AM_CPPFLAGS= @ADD_INCLS@ -I../lib
198198# a shared library.
199199libpacketdump_la_LIBADD = @LIBPKTDUMP_LIBS@
200200libpacketdump_la_LDFLAGS =\
201- -version-info 5:9 :0 \
201+ -version-info 5:10 :0 \
202202 @ADD_LDFLAGS@
203203
204204AM_CXXFLAGS =-g -Wall -DDIRNAME=\"$(plugindir ) \" $(AM_CPPFLAGS )
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
127127
128128
129129%changelog
130- * Wed Feb 18 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.31-1
130+ * Tue Apr 28 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.31-1
131131- Updated for 4.0.31 release
132132
133133* Wed Feb 11 2026 Shane Alcock <shane@alcock.co.nz> - 4.0.30-1
You can’t perform that action at this time.
0 commit comments