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

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