mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/8] busybox: bump version
@ 2016-11-06 17:27 Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 2/8] coreutils: update to 8.25 Clemens Gruber
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 .../0200-reactivate-check-for-tty.patch                               | 0
 .../0201-Fix-the-format-warning-when-building-applets-usage_p.patch   | 0
 .../0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch       | 0
 .../0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch   | 0
 patches/{busybox-1.24.2 => busybox-1.25.1}/series                     | 0
 rules/busybox.make                                                    | 4 ++--
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{busybox-1.24.2 => busybox-1.25.1}/0200-reactivate-check-for-tty.patch (100%)
 rename patches/{busybox-1.24.2 => busybox-1.25.1}/0201-Fix-the-format-warning-when-building-applets-usage_p.patch (100%)
 rename patches/{busybox-1.24.2 => busybox-1.25.1}/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch (100%)
 rename patches/{busybox-1.24.2 => busybox-1.25.1}/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch (100%)
 rename patches/{busybox-1.24.2 => busybox-1.25.1}/series (100%)

diff --git a/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch b/patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
similarity index 100%
rename from patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
rename to patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
diff --git a/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch b/patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
similarity index 100%
rename from patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
rename to patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
diff --git a/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch b/patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
similarity index 100%
rename from patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
rename to patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
diff --git a/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch b/patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
similarity index 100%
rename from patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
rename to patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
diff --git a/patches/busybox-1.24.2/series b/patches/busybox-1.25.1/series
similarity index 100%
rename from patches/busybox-1.24.2/series
rename to patches/busybox-1.25.1/series
diff --git a/rules/busybox.make b/rules/busybox.make
index 6d1815a..ff89e24 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
 #
 # Paths and names
 #
-BUSYBOX_VERSION	:= 1.24.2
-BUSYBOX_MD5	:= 2eaae519cac1143bcf583636a745381f
+BUSYBOX_VERSION	:= 1.25.1
+BUSYBOX_MD5	:= 4f4c5de50b479b11ff636d7d8eb902a2
 BUSYBOX		:= busybox-$(BUSYBOX_VERSION)
 BUSYBOX_SUFFIX	:= tar.bz2
 BUSYBOX_URL	:= http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 2/8] coreutils: update to 8.25
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 3/8] findutils: update to 4.6.0 Clemens Gruber
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/coreutils.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/coreutils.make b/rules/coreutils.make
index e70b401..8942abd 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_COREUTILS) += coreutils
 #
 # Paths and names
 #
-COREUTILS_VERSION	:= 8.22
-COREUTILS_MD5		:= 8fb0ae2267aa6e728958adc38f8163a2
+COREUTILS_VERSION	:= 8.25
+COREUTILS_MD5		:= 070e43ba7f618d747414ef56ab248a48
 COREUTILS		:= coreutils-$(COREUTILS_VERSION)
 COREUTILS_SUFFIX	:= tar.xz
 COREUTILS_URL		:= $(call ptx/mirror, GNU, coreutils/$(COREUTILS).$(COREUTILS_SUFFIX))
@@ -165,6 +165,7 @@ COREUTILS_CONF_OPT	:= \
 	--target=$(PTXCONF_GNU_TARGET) \
 	--disable-silent-rules \
 	--enable-threads=posix \
+	--disable-acl \
 	--disable-assert \
 	--disable-rpath \
 	--disable-libsmack \
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 3/8] findutils: update to 4.6.0
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 2/8] coreutils: update to 8.25 Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 4/8] grep: update to 2.26 Clemens Gruber
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/findutils.make | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/rules/findutils.make b/rules/findutils.make
index 740bd97..0a4fafa 100644
--- a/rules/findutils.make
+++ b/rules/findutils.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_FINDUTILS) += findutils
 #
 # Paths and names
 #
-FINDUTILS_VERSION	:= 4.2.23
-FINDUTILS_MD5		:= ecaff8b060e8d69c10eb2391a8032e26
+FINDUTILS_VERSION	:= 4.6.0
+FINDUTILS_MD5		:= 9936aa8009438ce185bea2694a997fc1
 FINDUTILS		:= findutils-$(FINDUTILS_VERSION)
 FINDUTILS_SUFFIX	:= tar.gz
 FINDUTILS_URL		:= $(call ptx/mirror, GNU, findutils/$(FINDUTILS).$(FINDUTILS_SUFFIX))
@@ -44,7 +44,12 @@ FINDUTILS_AUTOCONF := \
 	--libexecdir=/usr/bin \
 	--localstatedir=$(FINDUTILS_DBASE_PATH) \
 	--disable-debug \
-	--disable-nls
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--enable-threads=posix \
+	--disable-assert \
+	--disable-rpath \
+	--disable-nls \
+	--without-selinux
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 4/8] grep: update to 2.26
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 2/8] coreutils: update to 8.25 Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 3/8] findutils: update to 4.6.0 Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 5/8] gzip: bump version Clemens Gruber
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/grep.make | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/rules/grep.make b/rules/grep.make
index 698cbfc..fc11b74 100644
--- a/rules/grep.make
+++ b/rules/grep.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_GREP) += grep
 #
 # Paths and names
 #
-GREP_VERSION	:= 2.16
-GREP_MD5	:= 502350a6c8f7c2b12ee58829e760b44d
+GREP_VERSION	:= 2.26
+GREP_MD5	:= afdd61c7221434722671baf002ac9267
 GREP		:= grep-$(GREP_VERSION)
 GREP_SUFFIX	:= tar.xz
 GREP_URL	:= $(call ptx/mirror, GNU, grep/$(GREP).$(GREP_SUFFIX))
@@ -41,9 +41,12 @@ GREP_CONF_ENV := \
 GREP_CONF_TOOL	:= autoconf
 GREP_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_ROOT) \
-	--$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp \
 	$(GLOBAL_LARGE_FILE_OPTION) \
-	--disable-nls
+	--enable-threads=posix \
+	--disable-assert \
+	--disable-rpath \
+	--disable-nls \
+	--$(call ptx/endis, PTXCONF_GREP_PCRE)-perl-regexp
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 5/8] gzip: bump version
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
                   ` (2 preceding siblings ...)
  2016-11-06 17:27 ` [ptxdist] [PATCH 4/8] grep: update to 2.26 Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 6/8] libpcre: bump version and update license hash Clemens Gruber
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/gzip.make | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rules/gzip.make b/rules/gzip.make
index e16c086..fd6fedf 100644
--- a/rules/gzip.make
+++ b/rules/gzip.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GZIP) += gzip
 #
 # Paths and names
 #
-GZIP_VERSION	:= 1.5
-GZIP_MD5	:= 2a431e169b6f62f7332ef6d47cc53bae
+GZIP_VERSION	:= 1.8
+GZIP_MD5	:= f7caabb65cddc1a4165b398009bd05b9
 GZIP		:= gzip-$(GZIP_VERSION)
 GZIP_SUFFIX	:= tar.xz
 GZIP_URL	:= $(call ptx/mirror, GNU, gzip/$(GZIP).$(GZIP_SUFFIX))
@@ -35,6 +35,7 @@ GZIP_LICENSE	:= GPL-3.0
 GZIP_CONF_TOOL	:= autoconf
 GZIP_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
+	--runstatedir=/run \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--enable-threads=posix \
 	--disable-rpath
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 6/8] libpcre: bump version and update license hash
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
                   ` (3 preceding siblings ...)
  2016-11-06 17:27 ` [ptxdist] [PATCH 5/8] gzip: bump version Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 7/8] ntp: bump version Clemens Gruber
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Only year numbers were changed in the LICENCE file.

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/libpcre.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libpcre.make b/rules/libpcre.make
index a628f54..d985a2f 100644
--- a/rules/libpcre.make
+++ b/rules/libpcre.make
@@ -17,15 +17,15 @@ PACKAGES-$(PTXCONF_LIBPCRE) += libpcre
 #
 # Paths and names
 #
-LIBPCRE_VERSION	:= 8.38
-LIBPCRE_MD5	:= 00aabbfe56d5a48b270f999b508c5ad2
+LIBPCRE_VERSION	:= 8.39
+LIBPCRE_MD5	:= e3fca7650a0556a2647821679d81f585
 LIBPCRE		:= pcre-$(LIBPCRE_VERSION)
 LIBPCRE_SUFFIX	:= tar.bz2
 LIBPCRE_URL	:= $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX))
 LIBPCRE_SOURCE	:= $(SRCDIR)/$(LIBPCRE).$(LIBPCRE_SUFFIX)
 LIBPCRE_DIR	:= $(BUILDDIR)/$(LIBPCRE)
 LIBPCRE_LICENSE	:= BSD-3-Clause
-LIBPCRE_LICENSE_FILES := file://LICENCE;md5=7e4937814aee14758c1c95b59c80c44d
+LIBPCRE_LICENSE_FILES := file://LICENCE;md5=b8221cbf43c5587f90ccf228f1185cc2
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 7/8] ntp: bump version
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
                   ` (4 preceding siblings ...)
  2016-11-06 17:27 ` [ptxdist] [PATCH 6/8] libpcre: bump version and update license hash Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-06 17:27 ` [ptxdist] [PATCH 8/8] sed: update to 4.2.2 Clemens Gruber
  2016-11-11 11:10 ` [ptxdist] [PATCH 1/8] busybox: bump version Michael Olbrich
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/Fix-undefined-MOD_NANO.patch | 0
 patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/series                       | 0
 rules/ntp.make                                                    | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/Fix-undefined-MOD_NANO.patch (100%)
 rename patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/series (100%)

diff --git a/patches/ntp-4.2.8p7/Fix-undefined-MOD_NANO.patch b/patches/ntp-4.2.8p8/Fix-undefined-MOD_NANO.patch
similarity index 100%
rename from patches/ntp-4.2.8p7/Fix-undefined-MOD_NANO.patch
rename to patches/ntp-4.2.8p8/Fix-undefined-MOD_NANO.patch
diff --git a/patches/ntp-4.2.8p7/series b/patches/ntp-4.2.8p8/series
similarity index 100%
rename from patches/ntp-4.2.8p7/series
rename to patches/ntp-4.2.8p8/series
diff --git a/rules/ntp.make b/rules/ntp.make
index 5c3edb9..5f5b7c9 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NTP) += ntp
 #
 # Paths and names
 #
-NTP_VERSION	:= 4.2.8p7
-NTP_MD5		:= 46dfba933c3e4bc924d8e55068797578
+NTP_VERSION	:= 4.2.8p8
+NTP_MD5		:= 4a8636260435b230636f053ffd070e34
 NTP		:= ntp-$(NTP_VERSION)
 NTP_SUFFIX	:= tar.gz
 NTP_URL		:= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/$(NTP).$(NTP_SUFFIX)
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH 8/8] sed: update to 4.2.2
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
                   ` (5 preceding siblings ...)
  2016-11-06 17:27 ` [ptxdist] [PATCH 7/8] ntp: bump version Clemens Gruber
@ 2016-11-06 17:27 ` Clemens Gruber
  2016-11-11 11:10 ` [ptxdist] [PATCH 1/8] busybox: bump version Michael Olbrich
  7 siblings, 0 replies; 9+ messages in thread
From: Clemens Gruber @ 2016-11-06 17:27 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/sed.make | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/rules/sed.make b/rules/sed.make
index 7a5b4e2..0faa154 100644
--- a/rules/sed.make
+++ b/rules/sed.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_SED) += sed
 #
 # Paths and names
 #
-SED_VERSION	:= 4.2.1
-SED_MD5		:= 7d310fbd76e01a01115075c1fd3f455a
+SED_VERSION	:= 4.2.2
+SED_MD5		:= 7ffe1c7cdc3233e1e0c4b502df253974
 SED		:= sed-$(SED_VERSION)
 SED_SUFFIX	:= tar.bz2
 SED_URL		:= $(call ptx/mirror, GNU, sed/$(SED).$(SED_SUFFIX))
@@ -39,7 +39,13 @@ SED_ENV 	:= $(CROSS_ENV)
 #
 # autoconf
 #
-SED_AUTOCONF := $(CROSS_AUTOCONF_USR)
+SED_AUTOCONF := \
+	$(CROSS_AUTOCONF_USR) \
+	$(GLOBAL_LARGE_FILE_OPTION) \
+	--disable-acl \
+	--disable-nls \
+	--disable-rpath \
+	--without-selinux
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.10.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH 1/8] busybox: bump version
  2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
                   ` (6 preceding siblings ...)
  2016-11-06 17:27 ` [ptxdist] [PATCH 8/8] sed: update to 4.2.2 Clemens Gruber
@ 2016-11-11 11:10 ` Michael Olbrich
  7 siblings, 0 replies; 9+ messages in thread
From: Michael Olbrich @ 2016-11-11 11:10 UTC (permalink / raw)
  To: ptxdist

On Sun, Nov 06, 2016 at 06:27:44PM +0100, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

You need to update the busybox Kconfig files with
'ptxdist make busybox_import'.

Michael

> ---
>  .../0200-reactivate-check-for-tty.patch                               | 0
>  .../0201-Fix-the-format-warning-when-building-applets-usage_p.patch   | 0
>  .../0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch       | 0
>  .../0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch   | 0
>  patches/{busybox-1.24.2 => busybox-1.25.1}/series                     | 0
>  rules/busybox.make                                                    | 4 ++--
>  6 files changed, 2 insertions(+), 2 deletions(-)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0200-reactivate-check-for-tty.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0201-Fix-the-format-warning-when-building-applets-usage_p.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/series (100%)
> 
> diff --git a/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch b/patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
> rename to patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
> diff --git a/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch b/patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> rename to patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> diff --git a/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch b/patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> rename to patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> diff --git a/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch b/patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> rename to patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> diff --git a/patches/busybox-1.24.2/series b/patches/busybox-1.25.1/series
> similarity index 100%
> rename from patches/busybox-1.24.2/series
> rename to patches/busybox-1.25.1/series
> diff --git a/rules/busybox.make b/rules/busybox.make
> index 6d1815a..ff89e24 100644
> --- a/rules/busybox.make
> +++ b/rules/busybox.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
>  #
>  # Paths and names
>  #
> -BUSYBOX_VERSION	:= 1.24.2
> -BUSYBOX_MD5	:= 2eaae519cac1143bcf583636a745381f
> +BUSYBOX_VERSION	:= 1.25.1
> +BUSYBOX_MD5	:= 4f4c5de50b479b11ff636d7d8eb902a2
>  BUSYBOX		:= busybox-$(BUSYBOX_VERSION)
>  BUSYBOX_SUFFIX	:= tar.bz2
>  BUSYBOX_URL	:= http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)
> -- 
> 2.10.2
> 
> 
> _______________________________________________
> 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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-06 17:27 [ptxdist] [PATCH 1/8] busybox: bump version Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 2/8] coreutils: update to 8.25 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 3/8] findutils: update to 4.6.0 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 4/8] grep: update to 2.26 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 5/8] gzip: bump version Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 6/8] libpcre: bump version and update license hash Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 7/8] ntp: bump version Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 8/8] sed: update to 4.2.2 Clemens Gruber
2016-11-11 11:10 ` [ptxdist] [PATCH 1/8] busybox: bump version Michael Olbrich

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