File: changelog

package info (click to toggle)
dlt-daemon 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,296 kB
  • sloc: ansic: 58,041; cpp: 16,199; sh: 1,769; xml: 1,440; python: 376; makefile: 32
file content (346 lines) | stat: -rw-r--r-- 11,541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
dlt-daemon (3.0.0-2) unstable; urgency=medium

  * Also ignore shift-count-overflow for i386 32 bit time_t

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 12 Feb 2026 18:31:45 +0100

dlt-daemon (3.0.0-1) unstable; urgency=medium

  * Add patch 810 and split no-errors with remaining failures
  * New upstream version 3.0.0
  * Bump std-version to 4.7.3, no changes required
  * Add tools for dltv2 protocol
  * Refresh patches for new release
  * Add patch to fix build with new release

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 12 Feb 2026 16:39:14 +0100

dlt-daemon (2.18.11-5) unstable; urgency=medium

  * Another security flag ignored

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 06 Jan 2026 23:15:06 +0100

dlt-daemon (2.18.11-4) unstable; urgency=medium

  * Fixup format-security ignore flag (Closes: #1124287)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 06 Jan 2026 22:35:33 +0100

dlt-daemon (2.18.11-3) unstable; urgency=medium

  * Also ignore no-format for 32 bit builds

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 06 Jan 2026 21:16:17 +0100

dlt-daemon (2.18.11-2) unstable; urgency=medium

  * Ignore new error gcc flags to make it build

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 06 Jan 2026 10:45:20 +0100

dlt-daemon (2.18.11-1) unstable; urgency=medium

  * New upstream version 2.18.11
  * Drop patches: 529 572 574 775 786 787: upstream
  * Fix typo in previous changelog entry
  * Add some patches proposed upstream to fix various build/test/runtime issues
    such as possible buffer overflows, build failures with new googletest
    and other fixes: 788 789 805 806 807

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 28 Dec 2025 21:48:23 +0100

dlt-daemon (2.18.10-13) unstable; urgency=medium

  [ Andreas Tille ]
  * Permit failure of lintian in Salsa CI

  [ Gianfranco Costamagna ]
  * Fix lintian issues
  * Ack previous NMU, thanks!
  * Drop R^3: no, default now
  * Fix duplicate description
  * Add patches proposed upstream to fix typos
  * Add another patch proposed upstream to fix an underlinking issue
  * Add one missing shlibs:Depends on dev package

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 01 Dec 2025 14:40:50 +0100

dlt-daemon (2.18.10-12.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Migrate packaging to Debian/ team on Salsa with maintainer consent
  * d/watch: version=5
  * Standards-Version: 4.7.2 (routine-update)
  * Trim trailing whitespace.

 -- Andreas Tille <tille@debian.org>  Mon, 24 Nov 2025 15:22:44 +0100

dlt-daemon (2.18.10-12) unstable; urgency=medium

  * Fix build with new cmake 4 (Closes: #1113254)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 08 Sep 2025 15:19:54 +0200

dlt-daemon (2.18.10-11) unstable; urgency=medium

  * Use std=gnu++17 to fix FTBFS with default gcc-15

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 08 Sep 2025 13:23:28 +0200

dlt-daemon (2.18.10-10) unstable; urgency=medium

  * Switch dependency from systemd to systemd-dev (Closes: #1060592)
  * Also depend on pkgconf, used by cmake

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 19 Jan 2024 10:16:52 +0100

dlt-daemon (2.18.10-9) unstable; urgency=medium

  * Ignore test results, they write on serial console and sometimes they fail
    due to this
  * Fix copyright file, gtest is not part of source code anymore
  * Fix adduser to pass also home directory
  * Fix systemd targets, basic should be instead multi-user
  * Mark patches as forwarded.
  * Add another upstream proposed patch to silence a cmake warning

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 23 Nov 2023 10:50:05 +0100

dlt-daemon (2.18.10-8) unstable; urgency=medium

  * Make sure dlt runs as _dlt user, not as nobody (Closes: #1055580)
  * Start using upstream service files.
  * Enable systemd watchdog

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 21 Nov 2023 13:18:22 +0100

dlt-daemon (2.18.10-7) unstable; urgency=medium

  * Add back systemd B-D FTBFS otherwise.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 08 Nov 2023 08:35:12 +0100

dlt-daemon (2.18.10-6) unstable; urgency=medium

  [ Guillem Jover <gjover@sipwise.com> ]
  * run wrap-and-sort -sat
  * don't run tests in parallel (Closes: #1054999)
  * add psmisc to B-D for killall command
  * remove unused systemd B-D
  * tweak rules file to use execute_dh_auto_install target.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 07 Nov 2023 23:17:42 +0100

dlt-daemon (2.18.10-5) unstable; urgency=medium

  * Take a better approach from upstream.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 23 Aug 2023 18:30:57 +0200

dlt-daemon (2.18.10-4) unstable; urgency=medium

  * Enable tests again with a proposed upstream patch
  * Simplify rules file

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 21 Aug 2023 08:32:46 +0200

dlt-daemon (2.18.10-3) unstable; urgency=medium

  * Fixup test disable syntax.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 18 Aug 2023 16:59:38 +0200

dlt-daemon (2.18.10-2) unstable; urgency=medium

  * Disable tests for now, until upstream issue: #522 is sorted out

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 18 Aug 2023 09:02:49 +0200

dlt-daemon (2.18.10-1) unstable; urgency=medium

  * New upstream release.
    - drop all patches, now upstream
  * Enable gzip compression for logstorage

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 17 Aug 2023 08:23:46 +0200

dlt-daemon (2.18.9-2) unstable; urgency=medium

  * debian/patches/504.patch:
    - cherry-pick proposed upstream patch from Adrian Bunk, to fix build
      failure with googletest 1.13.0 (Closes: #1041124)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 15 Jul 2023 11:32:10 +0200

dlt-daemon (2.18.9-1) unstable; urgency=medium

  * New upstream release.
  * Fix watch file regex to take account of alpha releases
  * Drop all patches, now fixed upstream
  * Add two patches proposed upstream, 481.patch and 482.patch
    to fix build failures with security build flags enabled and with different
    cmake configurations

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 28 Apr 2023 11:26:31 +0200

dlt-daemon (2.18.8-6) unstable; urgency=medium

  * Switch from GENIVI to COVESA

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 10 Jan 2023 15:36:58 +0100

dlt-daemon (2.18.8-5) unstable; urgency=medium

  * debian/patches/433.patch
    - Add upstream-proposed patch to fix latomic underlinkage on riscv64
  * Upload to lunar with atomic fix on cmake

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 10 Jan 2023 11:40:57 +0100

dlt-daemon (2.18.8-4) unstable; urgency=medium

  * Enable tests during build
  * Enable extended filtering feature.
  * Refresh patch 398
  * Add upstream patch to fix a test build failure
  * Add R^3: no

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 10 Jan 2023 10:41:43 +0100

dlt-daemon (2.18.8-3) unstable; urgency=medium

  * Fix dh_installinit call with compat level 13
  * Install some more tool and manpage, e.g. dlt-sortbytimestamp
  * Also install cmake helper
  * Install some missing manpages
  * Override dh_install to avoid installing not needed files, avoiding
    dh_missing failures with compat level 13

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 10 Jan 2023 07:20:45 +0100

dlt-daemon (2.18.8-2) unstable; urgency=medium

  * debian/patches/398.patch
    - add upstream patch to fix a buffer overflow on 32 bit systems.
  * Bump std-version to4.6.2
  * Bump compat level to 13

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 09 Jan 2023 15:07:11 +0100

dlt-daemon (2.18.8-1) unstable; urgency=low

  * New upstream release
  * Dropped an upstreamed patch

 -- Aigars Mahinovs <aigarius@debian.org>  Mon, 14 Nov 2022 21:50:12 +0100

dlt-daemon (2.18.6-2.1) unstable; urgency=high

  * Non-maintainer upload.
  * CVE-2022-31291: Double free in dlt_config_file_set_section().
    (Closes: #1014534)

 -- Adrian Bunk <bunk@debian.org>  Thu, 18 Aug 2022 19:39:48 +0300

dlt-daemon (2.18.6-2) unstable; urgency=medium

  * Enable and run unit tests during build step:
    - b-d on libgtest-dev
    - patch cmake to run the system gtest version without rebuilding it

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 06 Apr 2021 18:35:22 +0200

dlt-daemon (2.18.6-1) unstable; urgency=medium

  * Update to new release
  * Drop all patches: upstream

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 09 Jan 2021 14:18:44 +0100

dlt-daemon (2.18.5-0.4) unstable; urgency=medium

  * Team upload (add myself to uploaders list since I maintained it on the
    last 1.5 years and 6 uploads, Aigars please let me know if this is ok for
    you)
  * debian/patches/33fbad18c814e13bd7ba2053525d8959fee437d1.patch:
  * debian/patches/ef7ca2706aa2e877c1be62d73554c6c79996d69a.patch:
    - cherry-pick two upstream commits to fix the ABI with the python-dlt one
      (unbreaking python-dlt migration and build)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 02 Dec 2020 18:39:15 +0100

dlt-daemon (2.18.5-0.3) unstable; urgency=high

  * Non-maintainer upload
  * debian/patches/275.patch:
    - cherry-pick upstream fix for CVE-2020-29394
      (Closes: #976228)

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 01 Dec 2020 21:57:59 +0100

dlt-daemon (2.18.5-0.2) unstable; urgency=medium

  * Non-maintainer upload
  * Add backports of upstream PR #241 and #245 to properly fix
    the gcc-10 build failure without regressions.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 29 Aug 2020 08:56:20 +0200

dlt-daemon (2.18.5-0.1) unstable; urgency=medium

  * Non-maintainer upload
  * New upstream release.
  * Drop debian/patches/170.patch: upstream
  * debian/patches/238.patch:
    - upstream proposed patch to fix gcc-10 build failures (Closes: #957140)
  * enable UDP_CONNECTION and DLT_FILETRANSFER

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 31 Jul 2020 14:09:08 +0200

dlt-daemon (2.18.4-0.2) unstable; urgency=medium

  [ Martyn Welch ]
  * Non-maintainer upload
  * Move systemd unit files into associated packages
    Closes: #944253

  [ Gianfranco Costamagna ]
  * Replace dbus-glib with correct libdbus-1-dev (Closes: #955836)

 -- Martyn Welch <martyn.welch@collabora.com>  Fri, 20 Mar 2020 16:37:12 +0000

dlt-daemon (2.18.4-0.1) unstable; urgency=medium

  * Non-maintainer upload
  * New upstream release (Closes: #925670)
  * debian/patches/170.patch: upstream proposed manpage fix
  * Update std-version to 4.4.0, no changes required
  * Add pandoc dependency, needed to build documentation
  * Bump compat level to 12

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Thu, 19 Sep 2019 13:31:17 +0200

dlt-daemon (2.18.0-1) unstable; urgency=low

  * New upstream release

 -- Aigars Mahinovs <aigarius@debian.org>  Sun, 03 Feb 2019 13:50:12 +0200

dlt-daemon (2.17.0-3) unstable; urgency=medium

  * Fix building with glibc 2.28 (Closes: #914666)

 -- Aigars Mahinovs <aigarius@debian.org>  Sat, 22 Dec 2018 07:45:18 +0200

dlt-daemon (2.17.0-2) unstable; urgency=low

  * Fix FTBFS (Closes: #914356)

 -- Aigars Mahinovs <aigarius@debian.org>  Fri, 23 Nov 2018 17:45:18 +0200

dlt-daemon (2.17.0-1) unstable; urgency=low

  * Initial release (Closes: #688586)

 -- Aigars Mahinovs <aigarius@debian.org>  Mon, 23 Jul 2018 14:32:38 +0200