diff options
author | 2023-01-15 13:20:55 +0800 | |
---|---|---|
committer | 2023-01-16 10:40:08 +0000 | |
commit | 22666e97b100b44bea85ede144ab6b4e0a2f7006 (patch) | |
tree | 11fa676eb0dc5e9a85381e394d66f1200ca4fee1 | |
parent | f6ddfaac9e4957abfe9f1c8d336b4fd7b52a80f5 (diff) | |
download | openembedded-core-22666e97b100b44bea85ede144ab6b4e0a2f7006.tar.gz |
dpkg: upgrade 1.21.17 -> 1.21.18
Changelog:
==========
* Perl modules:
- Dpkg::BuildFlags: Fix strip method to always work with duplicates.
* Documentation:
- man: Add a note to dpkg-fsys-usrunmess(8) about Debian support.
* Code internals:
- libdpkg: Move compression level max bound check from dpkg-deb.
- libdpkg: Switch dpkg_lzma_strerror() to use struct io_lzma.
- libdpkg: Split compression filter operation tracking from its status.
- libdpkg: Generalize compression stream action handling.
- libdpkg: Abstract compression stream status tracking.
- libdpkg: Add zstd support for .deb archives. Closes: #892664
* Build system:
- Update .mailmap mappings.
* Packaging:
- Update copyright years.
* Test suite:
- Add dpkg-deb build and extract tests.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg_1.21.18.bb (renamed from meta/recipes-devtools/dpkg/dpkg_1.21.17.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.21.17.bb b/meta/recipes-devtools/dpkg/dpkg_1.21.18.bb index f6687671f0..3bb84a433a 100644 --- a/meta/recipes-devtools/dpkg/dpkg_1.21.17.bb +++ b/meta/recipes-devtools/dpkg/dpkg_1.21.18.bb @@ -18,6 +18,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" -SRCREV = "e91be752ecfc3d4f5514835c79609804940d4b97" +SRCREV = "ebc2c3def335ac391b010323ab65a302648f3ec7" S = "${WORKDIR}/git" |