mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux-ng: version bump 2.26 -> 2.26.1
@ 2015-03-23  7:32 Robert Schwebel
  2015-03-26  8:54 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2015-03-23  7:32 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

This version has a new option, we --disable-colors-default by default.
Patches do still apply.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 .../0001-__progname-redefinition-fix.patch                           | 0
 patches/{util-linux-2.26 => util-linux-2.26.1}/series                | 0
 rules/util-linux-ng.make                                             | 5 +++--
 3 files changed, 3 insertions(+), 2 deletions(-)
 rename patches/{util-linux-2.26 => util-linux-2.26.1}/0001-__progname-redefinition-fix.patch (100%)
 rename patches/{util-linux-2.26 => util-linux-2.26.1}/series (100%)

diff --git a/patches/util-linux-2.26/0001-__progname-redefinition-fix.patch b/patches/util-linux-2.26.1/0001-__progname-redefinition-fix.patch
similarity index 100%
rename from patches/util-linux-2.26/0001-__progname-redefinition-fix.patch
rename to patches/util-linux-2.26.1/0001-__progname-redefinition-fix.patch
diff --git a/patches/util-linux-2.26/series b/patches/util-linux-2.26.1/series
similarity index 100%
rename from patches/util-linux-2.26/series
rename to patches/util-linux-2.26.1/series
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index bcef93e..1828fcf 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng
 #
 # Paths and names
 #
-UTIL_LINUX_NG_VERSION	:= 2.26
-UTIL_LINUX_NG_MD5	:= 912c550a4e5c47c0ce9abd0733fa9a64
+UTIL_LINUX_NG_VERSION	:= 2.26.1
+UTIL_LINUX_NG_MD5	:= 2308850946766677f3fabe0685e85de8
 UTIL_LINUX_NG		:= util-linux-$(UTIL_LINUX_NG_VERSION)
 UTIL_LINUX_NG_SUFFIX	:= tar.xz
 UTIL_LINUX_NG_URL	:= $(call ptx/mirror, KERNEL, utils/util-linux/v$(UTIL_LINUX_NG_VERSION)/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX))
@@ -122,6 +122,7 @@ UTIL_LINUX_NG_CONF_OPT	:= \
 	--disable-sulogin-emergency-mount \
 	--disable-makeinstall-chown \
 	--disable-makeinstall-setuid \
+	--disable-colors-default \
 	--without-libiconv-prefix \
 	--without-libintl-prefix \
 	--without-selinux \
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] util-linux-ng: version bump 2.26 -> 2.26.1
  2015-03-23  7:32 [ptxdist] [PATCH] util-linux-ng: version bump 2.26 -> 2.26.1 Robert Schwebel
@ 2015-03-26  8:54 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2015-03-26  8:54 UTC (permalink / raw)
  To: ptxdist

On Mon, Mar 23, 2015 at 08:32:29AM +0100, Robert Schwebel wrote:
> This version has a new option, we --disable-colors-default by default.
> Patches do still apply.
> 

Thanks, applied, with a fixed URL.

Michael

> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
>  .../0001-__progname-redefinition-fix.patch                           | 0
>  patches/{util-linux-2.26 => util-linux-2.26.1}/series                | 0
>  rules/util-linux-ng.make                                             | 5 +++--
>  3 files changed, 3 insertions(+), 2 deletions(-)
>  rename patches/{util-linux-2.26 => util-linux-2.26.1}/0001-__progname-redefinition-fix.patch (100%)
>  rename patches/{util-linux-2.26 => util-linux-2.26.1}/series (100%)
> 
> diff --git a/patches/util-linux-2.26/0001-__progname-redefinition-fix.patch b/patches/util-linux-2.26.1/0001-__progname-redefinition-fix.patch
> similarity index 100%
> rename from patches/util-linux-2.26/0001-__progname-redefinition-fix.patch
> rename to patches/util-linux-2.26.1/0001-__progname-redefinition-fix.patch
> diff --git a/patches/util-linux-2.26/series b/patches/util-linux-2.26.1/series
> similarity index 100%
> rename from patches/util-linux-2.26/series
> rename to patches/util-linux-2.26.1/series
> diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
> index bcef93e..1828fcf 100644
> --- a/rules/util-linux-ng.make
> +++ b/rules/util-linux-ng.make
> @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng
>  #
>  # Paths and names
>  #
> -UTIL_LINUX_NG_VERSION	:= 2.26
> -UTIL_LINUX_NG_MD5	:= 912c550a4e5c47c0ce9abd0733fa9a64
> +UTIL_LINUX_NG_VERSION	:= 2.26.1
> +UTIL_LINUX_NG_MD5	:= 2308850946766677f3fabe0685e85de8
>  UTIL_LINUX_NG		:= util-linux-$(UTIL_LINUX_NG_VERSION)
>  UTIL_LINUX_NG_SUFFIX	:= tar.xz
>  UTIL_LINUX_NG_URL	:= $(call ptx/mirror, KERNEL, utils/util-linux/v$(UTIL_LINUX_NG_VERSION)/$(UTIL_LINUX_NG).$(UTIL_LINUX_NG_SUFFIX))
> @@ -122,6 +122,7 @@ UTIL_LINUX_NG_CONF_OPT	:= \
>  	--disable-sulogin-emergency-mount \
>  	--disable-makeinstall-chown \
>  	--disable-makeinstall-setuid \
> +	--disable-colors-default \
>  	--without-libiconv-prefix \
>  	--without-libintl-prefix \
>  	--without-selinux \
> -- 
> 2.1.4
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2015-03-26  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-23  7:32 [ptxdist] [PATCH] util-linux-ng: version bump 2.26 -> 2.26.1 Robert Schwebel
2015-03-26  8:54 ` Michael Olbrich

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