summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-24 16:41:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-24 14:27:53 +0100
commitc105d299ab57f32495648d47b6915e46d803aad6 (patch)
tree011d18c9a95fce1f149074b1e6463660678af9d5
parentdd09173ad4e4931a8d580ad810c48d6ddbde4172 (diff)
downloadpoky-c105d299ab57f32495648d47b6915e46d803aad6.tar.gz
dpkg: upgrade 1.22.5 -> 1.22.6
Changelog: ============ -po: Regenerate .pot files and merge .po files with them -Dpkg::Vendor::Debian: Unconditionally set qa bug-implicit-func -build: Fix typo in CI config -build: Add gen-release script -test: Skip OpenPGP tests if the backend does not have a verify command -test: Refactor certfile and keyfile filenames for OpenPGP test -test: Refactor OpenPGP backend and commands list -build: Test with minimal library dependencies in CI -dpkg-deb: Fix up compressor parameters for default legacy format -man: Document dpkg versions supporting SOURCE_DATE_EPOCH for various tools -debian: Fix typo in man page reference in changelog -po: Fix typos in Swedish man pages translations -po: Update Dutch man pages translations -po: Update Portugese man pages translations -Dpkg::Vendor::Debian: Make it possible to disable qa=-bug-implicit-func -libdpkg: Use a macro to define the zstd default compression level -libdpkg: Use array access instead of pointer arithmetic for meminfo parser -po: Update German man pages translation (From OE-Core rev: ac8a8f0bc70d1db96bc2ddf0ce79303e04f9b764) 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.22.6.bb (renamed from meta/recipes-devtools/dpkg/dpkg_1.22.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.22.5.bb b/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb
index 9f1d00e208..3f5f7395e0 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.22.5.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb
@@ -17,6 +17,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main
17 17
18SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch" 18SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
19 19
20SRCREV = "1c92a4a8bfbeea30ceb0109b096c4ec845e3c6ce" 20SRCREV = "b2f9600ead232a2dd3c27f8b52807a9ca5854d17"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"