All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] sudo: update to 1.8.30
@ 2020-01-25  8:52 ` Siva Balasubramanian
  0 siblings, 0 replies; 5+ messages in thread
From: sivakumar.bs @ 2020-01-25  8:24 UTC (permalink / raw)
  To: poky; +Cc: Siva Balasubramanian

Updated sudo to latest stable release
The following changes since commit ca3993cc4b13d4e661228cee6fb9448adfd0a4ba:

  bitbake: tests/fetch: Allow wget upgrade tests to run against a local server (2020-01-22 15:56:39 +0000)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib siva/master

Siva Balasubramanian (1):
  sudo: update to 1.8.30

 meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (91%)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] sudo: update to 1.8.30
  2020-01-25  8:52 ` Siva Balasubramanian
@ 2020-01-25  8:52   ` Siva Balasubramanian
  -1 siblings, 0 replies; 5+ messages in thread
From: Siva Balasubramanian @ 2020-01-25  8:25 UTC (permalink / raw)
  To: poky; +Cc: Siva Balasubramanian

Signed-off-by: Siva Balasubramanian <sivakumar.bs@gmail.com>
---
 meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (91%)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.29.bb b/meta/recipes-extended/sudo/sudo_1.8.30.bb
similarity index 91%
rename from meta/recipes-extended/sudo/sudo_1.8.29.bb
rename to meta/recipes-extended/sudo/sudo_1.8.30.bb
index 8da2d64..0aa9c59 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.29.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.30.bb
@@ -7,8 +7,8 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "b28dabff9c460f115fe74de4d6a6f79d"
-SRC_URI[sha256sum] = "ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c"
+SRC_URI[md5sum] = "d56cd5835b1cc9852bd76ddaaa572475"
+SRC_URI[sha256sum] = "a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7"
 
 DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [poky] [PATCH 1/1] sudo: update to 1.8.30
  2020-01-25  8:52   ` Siva Balasubramanian
  (?)
@ 2020-01-25  8:36   ` Alexander Kanavin
  -1 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2020-01-25  8:36 UTC (permalink / raw)
  To: Siva Balasubramanian; +Cc: poky

Please send this patch to openembedded-core mailing list.

Alex

> On 25 Jan 2020, at 9.25, Siva Balasubramanian <sivakumar.bs@gmail.com> wrote:
> 
> Signed-off-by: Siva Balasubramanian <sivakumar.bs@gmail.com>
> ---
> meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (91%)
> 
> diff --git a/meta/recipes-extended/sudo/sudo_1.8.29.bb b/meta/recipes-extended/sudo/sudo_1.8.30.bb
> similarity index 91%
> rename from meta/recipes-extended/sudo/sudo_1.8.29.bb
> rename to meta/recipes-extended/sudo/sudo_1.8.30.bb
> index 8da2d64..0aa9c59 100644
> --- a/meta/recipes-extended/sudo/sudo_1.8.29.bb
> +++ b/meta/recipes-extended/sudo/sudo_1.8.30.bb
> @@ -7,8 +7,8 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
> 
> PAM_SRC_URI = "file://sudo.pam"
> 
> -SRC_URI[md5sum] = "b28dabff9c460f115fe74de4d6a6f79d"
> -SRC_URI[sha256sum] = "ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c"
> +SRC_URI[md5sum] = "d56cd5835b1cc9852bd76ddaaa572475"
> +SRC_URI[sha256sum] = "a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7"
> 
> DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
> RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
> -- 
> 2.7.4
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/1] sudo: update to 1.8.30
@ 2020-01-25  8:52 ` Siva Balasubramanian
  0 siblings, 0 replies; 5+ messages in thread
From: Siva Balasubramanian @ 2020-01-25  8:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Siva Balasubramanian

Updated sudo to latest stable release
The following changes since commit ca3993cc4b13d4e661228cee6fb9448adfd0a4ba:

  bitbake: tests/fetch: Allow wget upgrade tests to run against a local server (2020-01-22 15:56:39 +0000)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib siva/master

Siva Balasubramanian (1):
  sudo: update to 1.8.30

 meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (91%)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] sudo: update to 1.8.30
@ 2020-01-25  8:52   ` Siva Balasubramanian
  0 siblings, 0 replies; 5+ messages in thread
From: Siva Balasubramanian @ 2020-01-25  8:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Siva Balasubramanian

Signed-off-by: Siva Balasubramanian <sivakumar.bs@gmail.com>
---
 meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (91%)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.29.bb b/meta/recipes-extended/sudo/sudo_1.8.30.bb
similarity index 91%
rename from meta/recipes-extended/sudo/sudo_1.8.29.bb
rename to meta/recipes-extended/sudo/sudo_1.8.30.bb
index 8da2d64..0aa9c59 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.29.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.30.bb
@@ -7,8 +7,8 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "b28dabff9c460f115fe74de4d6a6f79d"
-SRC_URI[sha256sum] = "ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c"
+SRC_URI[md5sum] = "d56cd5835b1cc9852bd76ddaaa572475"
+SRC_URI[sha256sum] = "a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7"
 
 DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-25  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25  8:24 [PATCH 0/1] sudo: update to 1.8.30 sivakumar.bs
2020-01-25  8:52 ` Siva Balasubramanian
2020-01-25  8:25 ` [PATCH 1/1] " Siva Balasubramanian
2020-01-25  8:52   ` Siva Balasubramanian
2020-01-25  8:36   ` [poky] " Alexander Kanavin

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.