All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: Hongxu Jia <hongxu.jia@windriver.com>, raj.khem@gmail.com
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 02/16] usermode: 0.111 -> 0.112
Date: Wed, 1 Aug 2018 15:31:53 +0800	[thread overview]
Message-ID: <d3340f0d-7f97-a377-3244-c62c88bf3dc7@intel.com> (raw)
In-Reply-To: <2c1741bf8ecf487a42eda85c8c4f962854f24d90.1533107855.git.hongxu.jia@windriver.com>

Should the subject be 1.111 -> 1.112?

On 08/01/2018 03:21 PM, Hongxu Jia wrote:
> - Drop 0001-formatting-issues.patch which upstream fixed the issue
> 
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
>  .../0001-Missing-n-in-translated-string.patch      | 28 ++++++++++++++++++
>  .../usermode/usermode/0001-formatting-issues.patch | 34 ----------------------
>  .../{usermode_1.111.bb => usermode_1.112.bb}       |  6 ++--
>  3 files changed, 31 insertions(+), 37 deletions(-)
>  create mode 100644 meta-gnome/recipes-support/usermode/usermode/0001-Missing-n-in-translated-string.patch
>  delete mode 100644 meta-gnome/recipes-support/usermode/usermode/0001-formatting-issues.patch
>  rename meta-gnome/recipes-support/usermode/{usermode_1.111.bb => usermode_1.112.bb} (84%)
> 
> diff --git a/meta-gnome/recipes-support/usermode/usermode/0001-Missing-n-in-translated-string.patch b/meta-gnome/recipes-support/usermode/usermode/0001-Missing-n-in-translated-string.patch
> new file mode 100644
> index 0000000..9db700e
> --- /dev/null
> +++ b/meta-gnome/recipes-support/usermode/usermode/0001-Missing-n-in-translated-string.patch
> @@ -0,0 +1,28 @@
> +From 7cbc6441cd06e0c0bb51ac37c8f22b0fd51f12f2 Mon Sep 17 00:00:00 2001
> +From: Jiri Kucera <jkucera@redhat.com>
> +Date: Wed, 11 Apr 2018 17:13:44 +0200
> +Subject: [PATCH] Missing \n in translated string
> +
> +Upstream-Status: Backport
> +
> +Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> +---
> + po/tr.po | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/po/tr.po b/po/tr.po
> +index 84e5021..a28e947 100644
> +--- a/po/tr.po
> ++++ b/po/tr.po
> +@@ -408,7 +408,7 @@ msgstr "Grafik pencere açılamadı ve uçbirim denetimi bulunamadı.\n"
> + #: ../../po/../userpasswd.c:37
> + #, c-format
> + msgid "Unexpected command-line arguments\n"
> +-msgstr "Beklenmeyen komut satırı argümanları"
> ++msgstr "Beklenmeyen komut satırı argümanları\n"
> + 
> + #: ../../po/../userinfo.c:411
> + #, c-format
> +-- 
> +2.7.4
> +
> diff --git a/meta-gnome/recipes-support/usermode/usermode/0001-formatting-issues.patch b/meta-gnome/recipes-support/usermode/usermode/0001-formatting-issues.patch
> deleted file mode 100644
> index 9d512d4..0000000
> --- a/meta-gnome/recipes-support/usermode/usermode/0001-formatting-issues.patch
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -From 7a316dad0697af2ef4e8079a5af51565a8195aa6 Mon Sep 17 00:00:00 2001
> -From: Hongxu Jia <hongxu.jia@windriver.com>
> -Date: Mon, 24 Jul 2017 01:42:30 -0400
> -Subject: [PATCH] userhelper.c: fix formatting issues
> -
> -Fixed when compile with "-Wformat -Wformat-security -Werror=format-security":
> -|../usermode-1.111/userhelper.c:585:4: error: format not a string
> -literal and no format arguments [-Werror=format-security]
> -|    text = g_strdup_printf(dgettext(data->domain, data->banner));
> -|    ^~~~
> -
> -Upstream-Status: Pending
> -
> -Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ----
> - userhelper.c | 2 +-
> - 1 file changed, 1 insertion(+), 1 deletion(-)
> -
> -diff --git a/userhelper.c b/userhelper.c
> -index 76ad492..ee0da49 100644
> ---- a/userhelper.c
> -+++ b/userhelper.c
> -@@ -582,7 +582,7 @@ converse_console(int num_msg, const struct pam_message **msg,
> - 
> - 	if (banner == 0) {
> - 		if ((data->banner != NULL) && (data->domain != NULL)) {
> --			text = g_strdup_printf(dgettext(data->domain, data->banner));
> -+			text = g_strdup_printf("%s", dgettext(data->domain, data->banner));
> - 		} else {
> - 			if ((service != NULL) && (strlen(service) > 0)) {
> - 				if (data->fallback_allowed) {
> --- 
> -2.8.1
> -
> diff --git a/meta-gnome/recipes-support/usermode/usermode_1.111.bb b/meta-gnome/recipes-support/usermode/usermode_1.112.bb
> similarity index 84%
> rename from meta-gnome/recipes-support/usermode/usermode_1.111.bb
> rename to meta-gnome/recipes-support/usermode/usermode_1.112.bb
> index 3aea2e6..51f81a1 100644
> --- a/meta-gnome/recipes-support/usermode/usermode_1.111.bb
> +++ b/meta-gnome/recipes-support/usermode/usermode_1.112.bb
> @@ -14,12 +14,12 @@ DEPENDS = "libuser ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '',
>  "
>  
>  SRC_URI = "https://releases.pagure.org/${BPN}/${BPN}-${PV}.tar.xz \
> -           file://0001-formatting-issues.patch \
>             file://0001-fix-compile-failure-against-musl-C-library.patch \
>             file://0001-Makefile.am-Link-with-libm-for-powl-API.patch \
> +           file://0001-Missing-n-in-translated-string.patch \
>             "
> -SRC_URI[md5sum] = "28ba510fbd8da9f4e86e57d6c31cff29"
> -SRC_URI[sha256sum] = "3dd0b9639b5bd396b7ea5fada6aaa694dbfdaa3ad06eb95a6eabcdfd02f875c6"
> +SRC_URI[md5sum] = "a766a9f7600f573fb6de4655d4162196"
> +SRC_URI[sha256sum] = "37c4d667209da14082c08df6e48fe955d1532efebd5322f13f94683c6cc10370"
>  
>  LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>  
> 



  reply	other threads:[~2018-08-01  7:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-01  7:21 [PATCH 00/16] upgrade 16 recipes Hongxu Jia
2018-08-01  7:21 ` [PATCH 01/16] dconf 0.18.0 -> 0.28.0 Hongxu Jia
2018-08-01  7:30   ` Anuj Mittal
2018-08-01  7:21 ` [PATCH 02/16] usermode: 0.111 -> 0.112 Hongxu Jia
2018-08-01  7:31   ` Anuj Mittal [this message]
2018-08-01  7:21 ` [PATCH 03/16] libgnomekbd: 3.22.0 -> 3.26.0 Hongxu Jia
2018-08-01  7:21 ` [PATCH 04/16] network-manager-applet: 1.8.10 -> 1.8.14 Hongxu Jia
2018-08-01 12:10   ` Andreas Müller
2018-08-01  7:21 ` [PATCH 05/16] libblockdev: clean up obsolete patches Hongxu Jia
2018-08-01  7:21 ` [PATCH 06/16] thin-provisioning-tools: 0.6.3 -> 0.7.6 Hongxu Jia
2018-08-01  7:21 ` [PATCH 07/16] efibootmgr: 0.15 -> 0.16 Hongxu Jia
2018-08-01  7:21 ` [PATCH 08/16] efivar: 0.31 -> 0.36 Hongxu Jia
2018-08-01  7:21 ` [PATCH 09/16] lvm2/libdevmapper: 2.02.177 -> 2.02.180 Hongxu Jia
2018-08-01  7:21 ` [PATCH 10/16] volume-key: 0.3.10 -> 0.3.11 Hongxu Jia
2018-08-01  7:21 ` [PATCH 11/16] tigervnc: 1.8.0 -> 1.9.0 Hongxu Jia
2018-08-01  7:21 ` [PATCH 12/16] libreport: 2.9.2 -> 2.9.5 Hongxu Jia
2018-08-01  7:21 ` [PATCH 13/16] isomd5sum: 1.2.1 -> 1.2.3 Hongxu Jia
2018-08-01  7:21 ` [PATCH 14/16] python3-blivet: 2.2.0 -> 3.0.1 Hongxu Jia
2018-08-01  7:21 ` [PATCH 15/16] python3-pykickstart: 2.35 -> 3.15 Hongxu Jia
2018-08-01  7:21 ` [PATCH 16/16] python3-blivetgui: 2.1.5 -> 2.1.8 Hongxu Jia
2018-08-01  8:27 ` [PATCH V2 00/16] upgrade 16 recipes Hongxu Jia
2018-08-01  8:27   ` [meta-gnome][PATCH 01/16 V2] dconf 0.18.0 -> 0.28.0 Hongxu Jia
2018-08-01  8:27   ` [meta-gnome][PATCH 02/16 V2] usermode: 1.111 -> 1.112 Hongxu Jia
2018-08-01  8:27   ` [meta-python][PATCH 14/16 V2] python3-blivet: 2.2.0 -> 3.0.1 Hongxu Jia
2018-08-02  1:33   ` [PATCH V3 00/16] upgrade 16 recipes Hongxu Jia
2018-08-02  1:33     ` [PATCH 04/16] network-manager-applet: 1.8.10 -> 1.8.14 Hongxu Jia

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=d3340f0d-7f97-a377-3244-c62c88bf3dc7@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=hongxu.jia@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.