Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crun for openSUSE:Factory checked in at 2024-02-01 18:03:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crun (Old) and /work/SRC/openSUSE:Factory/.crun.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crun" Thu Feb 1 18:03:38 2024 rev:20 rq:1143040 version:1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/crun/crun.changes 2023-12-05 17:01:01.560303659 +0100 +++ /work/SRC/openSUSE:Factory/.crun.new.1815/crun.changes 2024-02-01 18:03:40.415413174 +0100 @@ -1,0 +2,17 @@ +Sat Jan 27 16:21:04 UTC 2024 - Andrea Manzini <[email protected]> + +- update to 1.14: + * build: drop dependency on libgcrypt. Use blake3 to compute the cache key. + * cpuset: don't clobber parent cgroup value when writing the cpuset value. + * linux: force umask(0). It ensures that the mknodat syscall is not affected by the umask of the calling process, + allowing file permissions to be set as specified in the OCI configuration. + * ebpf: do not require MEMLOCK for eBPF programs. This requirement was relaxed in Linux 5.11. + +- update to 1.13: + * src: use O_CLOEXEC for all open/openat calls + * cgroup v1: use "max" when pids limit < 0. + * improve error message when idmap mount fails because the underlying file system has no support for it. + * libcrun: fix compilation when building without libseccomp and libcap. + * fix relative idmapped mount when using the custom annotation. + +------------------------------------------------------------------- Old: ---- crun-1.12.tar.xz crun-1.12.tar.xz.asc New: ---- crun-1.14.tar.xz crun-1.14.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crun.spec ++++++ --- /var/tmp/diff_new_pack.NyQqtu/_old 2024-02-01 18:03:42.435486410 +0100 +++ /var/tmp/diff_new_pack.NyQqtu/_new 2024-02-01 18:03:42.439486555 +0100 @@ -1,7 +1,7 @@ # # spec file for package crun # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif Name: crun -Version: 1.12 +Version: 1.14 Release: 0 Summary: OCI runtime written in C License: GPL-2.0-or-later ++++++ crun-1.12.tar.xz -> crun-1.14.tar.xz ++++++ ++++ 3341 lines of diff (skipped)
