diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-15 13:20:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-16 10:42:07 +0000 |
| commit | 35d8cb1ccebfad1c09535a7eb0f368bde1532950 (patch) | |
| tree | 77b26e04678eef6a93441df1f1d86e17c60a2aec /meta | |
| parent | e55677116b7b6c9b9fa1c77b6cbc122ceffe21bd (diff) | |
| download | poky-35d8cb1ccebfad1c09535a7eb0f368bde1532950.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.
(From OE-Core rev: 22666e97b100b44bea85ede144ab6b4e0a2f7006)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 | |||
| 18 | 18 | ||
| 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" | 19 | SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" |
| 20 | 20 | ||
| 21 | SRCREV = "e91be752ecfc3d4f5514835c79609804940d4b97" | 21 | SRCREV = "ebc2c3def335ac391b010323ab65a302648f3ec7" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
