From 1cd9788da1f1c025ca073d67f96b9e3f3f4bdb20 Mon Sep 17 00:00:00 2001 From: Dan Jenkins Date: Sat, 24 Aug 2019 23:37:00 +0200 Subject: [PATCH 1/3] Updated sources Updated Linux to 5.2.9 and Glibc to 2.30 --- src/.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.config b/src/.config index 4e8f48dcd..0be962cdf 100644 --- a/src/.config +++ b/src/.config @@ -11,13 +11,13 @@ # # http://kernel.org # -KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.0.11.tar.xz +KERNEL_SOURCE_URL=http://kernel.org/pub/linux/kernel/v5.x/linux-5.2.9.tar.xz # You can find the latest GNU C library source bundles here: # # http://gnu.org/software/libc # -GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.bz2 +GLIBC_SOURCE_URL=http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2 # You can find the latest Busybox source bundles here: # From 5334f83f668da3e7a68f38698770696a6bf79c1a Mon Sep 17 00:00:00 2001 From: the-DJDJ Date: Tue, 3 Sep 2019 15:05:24 +0200 Subject: [PATCH 2/3] Changed static-get repository Changed static-get repository to a different fork while development occurs --- src/minimal_overlay/bundles/static_get/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_overlay/bundles/static_get/.config b/src/minimal_overlay/bundles/static_get/.config index 5c4ac1356..abe8224ea 100644 --- a/src/minimal_overlay/bundles/static_get/.config +++ b/src/minimal_overlay/bundles/static_get/.config @@ -3,4 +3,4 @@ # http://s.minos.io/s # http://github.com/minos-org/minos-static # -STATIC_GET_URL=http://s.minos.io/s +STATIC_GET_URL=http://github.com/the-djdj/minos-static From 623318517a0562f99760a84063bc091aa8da9668 Mon Sep 17 00:00:00 2001 From: the-DJDJ Date: Wed, 4 Sep 2019 22:59:59 +0200 Subject: [PATCH 3/3] Updated temporary static-get repository Changed the static-get repository to one that will actually allow the file to be downloaded. --- src/minimal_overlay/bundles/static_get/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_overlay/bundles/static_get/.config b/src/minimal_overlay/bundles/static_get/.config index abe8224ea..1ef0f36ca 100644 --- a/src/minimal_overlay/bundles/static_get/.config +++ b/src/minimal_overlay/bundles/static_get/.config @@ -3,4 +3,4 @@ # http://s.minos.io/s # http://github.com/minos-org/minos-static # -STATIC_GET_URL=http://github.com/the-djdj/minos-static +STATIC_GET_URL=http://raw.githubusercontent.com/the-djdj/minos-static/master/static-get