Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib
@ 2016-11-05 15:57 Bernd Kuhls
  2016-11-05 15:57 ` [Buildroot] [PATCH/next 2/2] package/sudo: bump version to 1.8.18p1 Bernd Kuhls
  2016-11-05 22:32 ` [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-11-05 15:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/sudo/sudo.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index f28312a..89859dd 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -30,6 +30,13 @@ else
 SUDO_CONF_OPTS += --without-pam
 endif
 
+ifeq ($(BR2_PACKAGE_ZLIB),y)
+SUDO_CONF_OPTS += --enable-zlib
+SUDO_DEPENDENCIES += zlib
+else
+SUDO_CONF_OPTS += --disable-zlib
+endif
+
 # mksigname/mksiglist needs to run on build host to generate source files
 define SUDO_BUILD_MKSIGNAME_MKSIGLIST_HOST
 	$(MAKE) $(HOST_CONFIGURE_OPTS) \
-- 
2.10.2

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

* [Buildroot] [PATCH/next 2/2] package/sudo: bump version to 1.8.18p1
  2016-11-05 15:57 [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Bernd Kuhls
@ 2016-11-05 15:57 ` Bernd Kuhls
  2016-11-05 22:32 ` [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2016-11-05 15:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/sudo/sudo.hash | 2 +-
 package/sudo/sudo.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash
index 4c2431f..c6f5be3 100644
--- a/package/sudo/sudo.hash
+++ b/package/sudo/sudo.hash
@@ -1,2 +1,2 @@
 # From: http://www.sudo.ws/download.html
-sha256 4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308  sudo-1.8.15.tar.gz
+sha256 e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434  sudo-1.8.18p1.tar.gz
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index 89859dd..3643d55 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUDO_VERSION = 1.8.15
+SUDO_VERSION = 1.8.18p1
 SUDO_SITE = http://www.sudo.ws/sudo/dist
 SUDO_LICENSE = ISC BSD-3c
 SUDO_LICENSE_FILES = doc/LICENSE
-- 
2.10.2

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

* [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib
  2016-11-05 15:57 [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Bernd Kuhls
  2016-11-05 15:57 ` [Buildroot] [PATCH/next 2/2] package/sudo: bump version to 1.8.18p1 Bernd Kuhls
@ 2016-11-05 22:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-05 22:32 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  5 Nov 2016 16:57:52 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/sudo/sudo.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Both applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-11-05 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 15:57 [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Bernd Kuhls
2016-11-05 15:57 ` [Buildroot] [PATCH/next 2/2] package/sudo: bump version to 1.8.18p1 Bernd Kuhls
2016-11-05 22:32 ` [Buildroot] [PATCH/next 1/2] package/sudo: add optional support for zlib Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox