golang-github-containers-storage (1.45.1+ds1-2)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1.43.0+ds1-8 < 1.45.1+ds1-2.
- Git: https://salsa.debian.org/go-team/packages/golang-github-containers-storage.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 19591168
- Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-storage
- Last scan: 2023-06-02 09:58:32+00
- Next scan: 2023-06-10 14:53:00+00
- CI pipeline status: success
- Debian changelog in Git:
golang-github-containers-storage (1.43.0+ds1-8) unstable; urgency=medium
* [PATCH] unshare: fix creating a userns when running as root
- critical when run as UID 0, but without CAP_SYS_ADMIN
* [PATCH] overlay: fix call to clone on s390x
- critical for non-root invocations on s390x
* [PATCH] options: reject empty runroot or graphroot (Closes: #1034871)
- can avoid serious dataloss when used on btrfs,
cf. https://github.com/containers/podman/issues/18349
-- Reinhard Tartler <siretart@tauware.de> Fri, 28 Apr 2023 17:48:12 -0400
- This branch is 5 commits ahead of tag debian/1.43.0+ds1-7
- Git log:
commit 030f7f88f1289963d55ccc3a27a8b8089d2dee5a
Author: Damian Szuberski <szuberskidamian@gmail.com>
Date: Sun Apr 30 16:41:32 2023 +1000
Correct debian/watch
Gbp-Dch: Ignore
commit 45ac466eb908f222e21329a89cfc94f621d204f7
Author: Reinhard Tartler <siretart@tauware.de>
Date: Thu Apr 27 06:53:21 2023 -0400
debian/changelog: update
commit 9297ab2078a178c300425b695a6ee874b31f0d94
Author: Reinhard Tartler <siretart@tauware.de>
Date: Thu Apr 27 06:35:08 2023 -0400
[PATCH] options: reject empty runroot or graphroot
Closes: #1034871
commit ed231d2e0fef294588ff4776b7fd24de33d24924
Author: Reinhard Tartler <siretart@tauware.de>
Date: Thu Apr 27 06:33:21 2023 -0400
[PATCH] overlay: fix call to clone on s390x
commit dd3968050adfbb44bab240bfa5003ad0a32f7ade
Author: Reinhard Tartler <siretart@tauware.de>
Date: Thu Apr 27 06:32:34 2023 -0400
[PATCH] unshare: fix creating a userns when running as root