All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard Purdie" <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 06/20] dpkg: upgrade 1.20.0 -> 1.20.5
Date: Thu, 16 Jul 2020 22:07:54 +0100	[thread overview]
Message-ID: <20200716210808.7438-6-richard.purdie@linuxfoundation.org> (raw)
In-Reply-To: <20200716210808.7438-1-richard.purdie@linuxfoundation.org>

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../0001-build.c-ignore-return-of-1-from-tar-cf.patch    | 9 +++++----
 .../dpkg/{dpkg_1.20.0.bb => dpkg_1.20.5.bb}              | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/dpkg/{dpkg_1.20.0.bb => dpkg_1.20.5.bb} (95%)

diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch
index 7c354073648..ffe520c5130 100644
--- a/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch
+++ b/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch
@@ -1,4 +1,4 @@
-From 450fece894fce750502be8accabfd88c585bda4c Mon Sep 17 00:00:00 2001
+From 15b081cc8bead80c493ab83369ecb3345a24a3dc Mon Sep 17 00:00:00 2001
 From: Paul Eggleton <paul.eggleton@linux.microsoft.com>
 Date: Tue, 16 Jun 2020 03:57:25 +0000
 Subject: [PATCH] build.c: ignore return of 1 from tar -cf
@@ -23,15 +23,16 @@ Upstream-Status: Inappropriate [OE specific]
 Original patch by RP 2015/3/27, rebased by Paul Eggleton
 
 Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
+
 ---
  dpkg-deb/build.c | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c
-index a3d1912..1de7f9c 100644
+index 8436839cd..6b44a36f7 100644
 --- a/dpkg-deb/build.c
 +++ b/dpkg-deb/build.c
-@@ -427,6 +427,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
+@@ -434,6 +434,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
  {
    int pipe_filenames[2], pipe_tarball[2];
    pid_t pid_tar, pid_comp;
@@ -39,7 +40,7 @@ index a3d1912..1de7f9c 100644
  
    /* Fork off a tar. We will feed it a list of filenames on stdin later. */
    m_pipe(pipe_filenames);
-@@ -477,7 +478,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
+@@ -486,7 +487,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
    /* All done, clean up wait for tar and <compress> to finish their job. */
    close(pipe_filenames[1]);
    subproc_reap(pid_comp, _("<compress> from tar -cf"), 0);
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.20.0.bb b/meta/recipes-devtools/dpkg/dpkg_1.20.5.bb
similarity index 95%
rename from meta/recipes-devtools/dpkg/dpkg_1.20.0.bb
rename to meta/recipes-devtools/dpkg/dpkg_1.20.5.bb
index 334294e6f88..d97b69c0b97 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.20.0.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.20.5.bb
@@ -18,6 +18,6 @@ SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https \
 
 SRC_URI_append_class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
 
-SRCREV = "314ac02663c5bd1a82b34745150bf13a39a549a3"
+SRCREV = "823a67d67538b1b403a32d1fef40e6e228265566"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


  parent reply	other threads:[~2020-07-16 21:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16 21:07 [PATCH 01/20] libuv: upgrade 1.38.0 -> 1.38.1 Richard Purdie
2020-07-16 21:07 ` [PATCH 02/20] btrfs-tools: upgrade 5.6.1 -> 5.7 Richard Purdie
2020-07-16 21:07 ` [PATCH 03/20] init-system-helpers: upgrade 1.57 -> 1.58 Richard Purdie
2020-07-16 21:07 ` [PATCH 04/20] createrepo-c: upgrade 0.15.11 -> 0.16.0 Richard Purdie
2020-07-16 21:07 ` [PATCH 05/20] mtd-utils: upgrade 2.1.1 -> 2.1.2 Richard Purdie
2020-07-16 21:07 ` Richard Purdie [this message]
2020-07-16 21:07 ` [PATCH 07/20] python3-cython: upgrade 0.29.20 -> 0.29.21 Richard Purdie
2020-07-16 21:07 ` [PATCH 08/20] python3-git: upgrade 3.1.3 -> 3.1.7 Richard Purdie
2020-07-16 21:07 ` [PATCH 09/20] asciidoc: upgrade 9.0.0 -> 9.0.1 Richard Purdie
2020-07-16 21:07 ` [PATCH 10/20] libnsl2: upgrade 1.2.0 -> 1.3.0 Richard Purdie
2020-07-16 21:07 ` [PATCH 11/20] rpcsvc-proto: upgrade 1.4.1 -> 1.4.2 Richard Purdie
2020-07-16 21:08 ` [PATCH 12/20] stress-ng: upgrade 0.11.14 -> 0.11.15 Richard Purdie
2020-07-16 21:08 ` [PATCH 13/20] epiphany: upgrade 3.36.2 -> 3.36.3 Richard Purdie
2020-07-16 21:08 ` [PATCH 14/20] ffmpeg: upgrade 4.3 -> 4.3.1 Richard Purdie
2020-07-16 21:08 ` [PATCH 15/20] gnupg: upgrade 2.2.20 -> 2.2.21 Richard Purdie
2020-07-16 21:08 ` [PATCH 16/20] mpg123: upgrade 1.26.1 -> 1.26.2 Richard Purdie
2020-07-16 21:08 ` [PATCH 17/20] libevent: upgrade 2.1.11 -> 2.1.12 Richard Purdie
2020-07-16 21:08 ` [PATCH 18/20] webkitgtk: upgrade 2.28.2 -> 2.28.3 Richard Purdie
2020-07-16 21:08 ` [PATCH 19/20] libgcrypt: upgrade 1.8.5 -> 1.8.6 Richard Purdie
2020-07-16 21:08 ` [PATCH 20/20] mpfr: upgrade 4.0.2 -> 4.1.0 Richard Purdie

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=20200716210808.7438-6-richard.purdie@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --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.