File: changelog

package info (click to toggle)
crun 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,288 kB
  • sloc: ansic: 62,795; python: 5,805; sh: 4,873; makefile: 769
file content (311 lines) | stat: -rw-r--r-- 10,602 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
crun (1.21-1) unstable; urgency=medium

  * New upstream release.
    - Drop patch tests-fix-test_resources_unified_invalid_controller, merged
      upstream.
  * Bump Standards-Version to 4.7.2.

 -- Faidon Liambotis <paravoid@debian.org>  Sun, 30 Mar 2025 18:33:19 +0300

crun (1.20-1) unstable; urgency=medium

  * New upstream release.
  * Build-Depend on libcriu-dev only on criu's supported architectures,
    currently: amd64 arm64 ppc64el s390x. (Closes: #1097132)
  * Add @recommends@ to debian/tests/control, to make sure libcriu2 is
    installed on supported architectures during test time.
  * Add iptables to autopkgtest Depends, as it's necessary for the criu tests.
  * Build tests/init explicitly, as we need this for autopkgtests through
    build-needed. This partially rolls back upstream 3c5292b.
  * Add an upstream patch to fix a test regression in test_resources.py
    introduced by a new better error message in 1.20.

 -- Faidon Liambotis <paravoid@debian.org>  Sat, 22 Feb 2025 13:31:01 +0200

crun (1.19.1-1) unstable; urgency=medium

  * New upstream release.
    - Build-Depend on golang-github-opencontainers-specs-dev (>= 1.2.0-2~),
      needed for the new CPU affinity functionality. (FTBFSes without it).
  * Enable checkpoint/restore (e.g. through "podman container checkpoint"), by
    build depending on the (now split off) libcriu-dev package, and add
    Recommends for libcriu2. Note that podman also requires the criu package.
    (Closes: #1008249)

 -- Faidon Liambotis <paravoid@debian.org>  Sat, 04 Jan 2025 12:10:18 +0200

crun (1.18.2-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 31 Oct 2024 21:23:39 +0200

crun (1.18.1-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 30 Oct 2024 13:55:01 +0200

crun (1.18-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 22 Oct 2024 16:15:39 +0300

crun (1.17-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 09 Sep 2024 16:43:26 +0300

crun (1.16.1-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 14 Aug 2024 12:12:06 +0300

crun (1.16-1) unstable; urgency=medium

  * New upstream release.
  * Ship the /usr/bin/crun-wasm symlink on amd64/arm64. (Closes: #1070727)
  * Remove the last remaining workaround for cpuguy83/go-md2man#99, now fully
    fixed upstream.
  * Remove Built-Using for runtime/image specs, as this should only be used
    for licensing/DFSG reasons (per policy 7.8).

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 13 Aug 2024 17:20:13 +0300

crun (1.15-1) unstable; urgency=medium

  * New upstream release.
  * Bump golang-github-opencontainers-specs-dev Build-Dependency to 1.2.0.
  * Bump Standards-Version to 4.7.0, no further changes needed.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 02 May 2024 16:35:46 +0300

crun (1.14.4-1) unstable; urgency=medium

  * New upstream release.

 -- Reinhard Tartler <siretart@tauware.de>  Sat, 09 Mar 2024 09:39:23 -0500

crun (1.14.1-1) unstable; urgency=medium

  * New upstream release.
    - Harden codebase based on the learnings of runc's CVE-2024-21626.
  * Drop alternative dependency pkg-config, obsolete since bookworm.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 12 Feb 2024 14:29:52 +0200

crun (1.14-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 25 Jan 2024 10:36:38 +0200

crun (1.13-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 15 Jan 2024 20:20:00 +0200

crun (1.12-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Fri, 24 Nov 2023 11:11:19 +0200

crun (1.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 02 Nov 2023 15:07:49 +0200

crun (1.11-1) unstable; urgency=medium

  * New upstream release.
    - Drop patch ioprio-test-issue-1330, merged upstream.
  * Regenerate manpages from their Markdown sources, resolving lintian
    groff-message warnings in the process, resulting from go-md2man upstream
    issue #99 ("C" font portability), now fixed.

 -- Faidon Liambotis <paravoid@debian.org>  Fri, 27 Oct 2023 15:37:50 +0300

crun (1.10-1) unstable; urgency=medium

  * New upstream release.
    - Fix incompatibility with Linux >= 6.1.0. (Closes: #1053821)
  * Fix a test failure with Linux >= 6.5 (test_prio/ioprio).

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 24 Oct 2023 18:17:09 +0300

crun (1.9-1) unstable; urgency=medium

  * New upstream release.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 13 Sep 2023 02:25:18 +0300

crun (1.8.7-1) unstable; urgency=medium

  * New upstream release.
    - Drop patch mount_flags.perf-add-get_mount_flags_from_wordlist, as it was
      a backport.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 22 Aug 2023 03:24:25 +0300

crun (1.8.6-1) unstable; urgency=medium

  * New upstream release.
    - Drop test suite patches that were merged upstream.
  * Add patch mount_flags.perf-add-get_mount_flags_from_wordlist, fix for the
    reported upstream issue #1253, an FTBFS caused by the regeneration of
    gperf-generated files from source.
  * Unmark autopkgtest tests from being flaky.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 17 Aug 2023 04:50:08 +0300

crun (1.8.5-1) unstable; urgency=medium

  * New upstream release.
  * Bump golang-github-opencontainers-specs-dev Build-Dependency to account
    for required changes there (timeOffsets).
  * Add an additional guard in override_dh_gencontrol to ensure that we are
    building against libyajl. The embedded copy is not, and was never used in
    this package, but add a guard to make sure we FTBFS if that ever becomes
    the case. See bugs #1039083 and #1040147 for additional context.
  * Add an autopkgtest running the upstream test suite, in an isolated-machine
    test rig, under both rootless and rootful configurations.
  * Enable wasm-wasi support on amd64 and arm64 through the WasmEdge runtime.
    - Build-Depend on libwasmedge-dev, and Suggest libwasmedge0.
    - Pass --with-wasmedge to ./configure.
  * Move myself to Maintainer, and Dmitry to Uploaders.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 13 Jul 2023 17:54:38 +0300

crun (1.8.1-1) unstable; urgency=medium

  * New bugfix upstream release.
  * Provide a lengthier long description.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 27 Feb 2023 22:01:38 +0200

crun (1.8-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch to point to the GitHub API.
  * Ship the original upstream release, including its signature, instead of
    the DFSG repack. The two binary files were removed in the latest upstream
    release (PR #1126), and libocispec is DFSG-free, even if unused.
  * Rework debian/copyright, to simplify, document previously undocumented
    files (e.g. libyajl).
  * Bump golang-github-opencontainers-specs-dev Build-Dependency to account
    for required changes there (memory.checkBeforeUpdate).
  * Regenerate a couple of pregenerated files using gperf.
  * Bump debhelper level to 13.
  * Switch buildsystem to autoreconf.
  * Various other misc packaging changes (override -> execute_after,
    d/install, wrap-and-sort -sabt, etc.)
  * Bump Standards-Version to 4.6.2, no further changes needed.
  * Add Reinhard Tartler to uploaders per his request.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 09 Feb 2023 03:36:22 +0200

crun (1.5+dfsg-1) unstable; urgency=medium

  * New upstream release. (Closes: #1014306)
    - Includes a fix for CVE-2022-27650 (Closes: #1009881)
    - Remove patch zos.patch, was an upstream backport.
  * Replace invalid field Homepage by field Repository-Browse in upstream
    metadata. Also add Repository and Changelog fields.
  * Install crun.1 from the installed path in /usr/share/man, rather than the
    source tree, silencing a dh_missing warning.
  * Bump build-dep of golang-github-opencontainers-specs-dev to
    >= v1.0.2.102.ga8106e9, which includes commit 2792412 for cpu.idle.
  * Bump Standards-Version to 4.6.1, no changes needed.
  * Add myself to Uploaders.

 -- Faidon Liambotis <paravoid@debian.org>  Mon, 08 Aug 2022 13:42:27 +0300

crun (0.17+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Bug fix: "FTBFS: undefined reference to
    `gen_runtime_spec_schema_config_zos", thanks to Lucas Nussbaum
    (Closes: #997225).

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 10 Nov 2021 09:17:23 -0500

crun (0.17+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Mon, 01 Feb 2021 12:33:51 +1100

crun (0.16+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 07 Jan 2021 16:31:49 +1100

crun (0.15.1+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 19 Nov 2020 22:32:23 +1100

crun (0.15+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * rules: don't install .la file.

 -- Dmitry Smirnov <onlyjob@debian.org>  Thu, 24 Sep 2020 06:44:34 +1000

crun (0.14.1+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Fri, 17 Jul 2020 23:14:03 +1000

crun (0.13+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Rules-Requires-Root: no.

 -- Dmitry Smirnov <onlyjob@debian.org>  Mon, 06 Apr 2020 09:56:09 +1000

crun (0.12.2.1+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Fri, 28 Feb 2020 19:04:21 +1100

crun (0.12.1+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Wed, 12 Feb 2020 12:51:41 +1100

crun (0.12+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.5.0.

 -- Dmitry Smirnov <onlyjob@debian.org>  Tue, 04 Feb 2020 12:32:26 +1100

crun (0.11+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Tue, 24 Dec 2019 13:09:41 +1100

crun (0.10.6+dfsg-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <onlyjob@debian.org>  Mon, 18 Nov 2019 20:56:31 +1100

crun (0.10.5+dfsg-1) unstable; urgency=medium

  * Initial release (Closes: #944087).

 -- Dmitry Smirnov <onlyjob@debian.org>  Sun, 10 Nov 2019 12:28:16 +1100