All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 09/31] apt: update 2.2.3 -> 2.2.4
Date: Tue, 15 Jun 2021 10:12:18 +0200	[thread overview]
Message-ID: <20210615081240.1734087-9-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210615081240.1734087-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../apt/0001-Do-not-init-tables-from-dpkg-configuration.patch   | 2 +-
 ...1-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 2 +-
 meta/recipes-devtools/apt/{apt_2.2.3.bb => apt_2.2.4.bb}        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/apt/{apt_2.2.3.bb => apt_2.2.4.bb} (97%)

diff --git a/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch b/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch
index a9a8eb6306..72713c3b1a 100644
--- a/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch
+++ b/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch
@@ -1,4 +1,4 @@
-From 5fb6355c7dd00c97fe90e805ace075b6e9b6952d Mon Sep 17 00:00:00 2001
+From c7a79e753e50f1a5f248ba5812c61616f2f524f0 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 10 May 2019 16:47:38 +0200
 Subject: [PATCH] Do not init tables from dpkg configuration
diff --git a/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch b/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
index 34d0c4b4cd..1517b47858 100644
--- a/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
+++ b/meta/recipes-devtools/apt/apt/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch
@@ -1,4 +1,4 @@
-From 76f8386cac7f13688b386686e0b1fc4b1b574f53 Mon Sep 17 00:00:00 2001
+From 393ac20efc66bfc000a2457e093e369b934c5a50 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Thu, 21 May 2020 20:13:25 +0000
 Subject: [PATCH] Revert "always run 'dpkg --configure -a' at the end of our
diff --git a/meta/recipes-devtools/apt/apt_2.2.3.bb b/meta/recipes-devtools/apt/apt_2.2.4.bb
similarity index 97%
rename from meta/recipes-devtools/apt/apt_2.2.3.bb
rename to meta/recipes-devtools/apt/apt_2.2.4.bb
index fe00fb03ca..f120111410 100644
--- a/meta/recipes-devtools/apt/apt_2.2.3.bb
+++ b/meta/recipes-devtools/apt/apt_2.2.4.bb
@@ -26,7 +26,7 @@ SRC_URI_append_class-nativesdk = " \
            file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \
            "
 
-SRC_URI[sha256sum] = "2880474bc08c79f103cd30d24a9c30c78b480c65076e466d24df93b9fa05ab27"
+SRC_URI[sha256sum] = "6eecd04a4979bd2040b22a14571c15d342c4e1802b2023acb5aa19649b1f64ea"
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 # the package is taken from snapshots.debian.org; that source is static and goes stale
-- 
2.31.1


  parent reply	other threads:[~2021-06-15  8:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  8:12 [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 02/31] gdb-cross: enable debuginfod Alexander Kanavin
2021-06-15  8:12 ` [PATCH 03/31] cross-canadian: correct the location of pkg-config files Alexander Kanavin
2021-06-15  8:12 ` [PATCH 04/31] bitbake.conf: enable debuginfod in native/nativesdk Alexander Kanavin
2021-06-15  8:12 ` [PATCH 05/31] m4: upgrade 1.4.18 -> 1.4.19 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 06/31] m4: correct ptest failures Alexander Kanavin
2021-06-15  8:12 ` [PATCH 07/31] util-linux: update 2.36.2 -> 2.37 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 08/31] ovmf: update 2021.02 -> 2021.05 Alexander Kanavin
2021-06-15  8:12 ` Alexander Kanavin [this message]
2021-06-15  8:12 ` [PATCH 10/31] connman: update 1.39 -> 1.40 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 11/31] nettle: update 3.7.2 -> 3.7.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 12/31] glib-2.0: update 2.68.2 -> 2.68.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 13/31] meson: upgrade 0.58.0 -> 0.58.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 14/31] ell: upgrade 0.40 -> 0.41 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 15/31] erofs-utils: upgrade 1.2.1 -> 1.3 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 16/31] gptfdisk: upgrade 1.0.7 -> 1.0.8 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 17/31] grub: upgrade 2.04+2.06~rc1 -> 2.06 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 18/31] libksba: upgrade 1.5.1 -> 1.6.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 19/31] libnss-mdns: upgrade 0.15 -> 0.15.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 20/31] libpcap: upgrade 1.10.0 -> 1.10.1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 21/31] libwpe: " Alexander Kanavin
2021-06-15  8:12 ` [PATCH 22/31] libx11: upgrade 1.7.1 -> 1.7.2 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 23/31] mpg123: upgrade 1.27.2 -> 1.28.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 24/31] puzzles: upgrade to latest revision Alexander Kanavin
2021-06-15  8:12 ` [PATCH 25/31] python3-hypothesis: upgrade 6.13.14 -> 6.14.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 26/31] python3-magic: upgrade 0.4.23 -> 0.4.24 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 27/31] rng-tools: upgrade 6.12 -> 6.13 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 28/31] stress-ng: upgrade 0.12.09 -> 0.12.10 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 29/31] sudo: upgrade 1.9.7 -> 1.9.7p1 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 30/31] wpebackend-fdo: upgrade 1.8.4 -> 1.10.0 Alexander Kanavin
2021-06-15  8:12 ` [PATCH 31/31] xkeyboard-config: upgrade 2.32 -> 2.33 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615081240.1734087-9-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.