This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 304cf04fe0c1d08e2d9ecca94830e143671795f0 (commit)
via 71913ca5e4513d462c4885addeb0fccead099eee (commit)
via 234d68fc14fb25b75ab7c33e4f542370226c6415 (commit)
via 4a1a09991dddd105898855ac20e6ce7bcaaf8c1c (commit)
via 59ec91c17156624011a86d421ba20941a1adf85a (commit)
from 000673930aed35dd0d1ca2e2b101eddc45445c38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 304cf04fe0c1d08e2d9ecca94830e143671795f0
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 9 13:52:30 2022 +0000
rust-rand: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 71913ca5e4513d462c4885addeb0fccead099eee
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 9 13:50:24 2022 +0000
rust-rand-0.4: fix rootfile handling
the selected rootfile from target war mismatching with the other
rust-rand version.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 234d68fc14fb25b75ab7c33e4f542370226c6415
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 9 13:48:34 2022 +0000
rust-libc: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 4a1a09991dddd105898855ac20e6ce7bcaaf8c1c
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 9 13:48:03 2022 +0000
rust-cfg-if: update rootfile
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 59ec91c17156624011a86d421ba20941a1adf85a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Wed Feb 9 12:17:53 2022 +0000
kernel: update to 5.15.22
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/kernel/kernel.config.aarch64-ipfire | 3 +-
config/kernel/kernel.config.armv6l-ipfire | 3 +-
config/kernel/kernel.config.x86_64-ipfire | 3 +-
config/rootfiles/common/rust-cfg-if | 1 +
config/rootfiles/common/rust-libc | 1 +
config/rootfiles/common/rust-rand | 80 +++++++++++++++---------------
lfs/linux | 4 +-
lfs/rust-rand-0.4 | 2 +-
8 files changed, 50 insertions(+), 47 deletions(-)
Difference in files:
diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index 2a1fb12b8..fbde24e0f 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm64 5.15.21-ipfire Kernel Configuration
+# Linux/arm64 5.15.22-ipfire Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -5533,6 +5533,7 @@ CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kernel.config.armv6l-ipfire
index c4371b294..d8482de92 100644
--- a/config/kernel/kernel.config.armv6l-ipfire
+++ b/config/kernel/kernel.config.armv6l-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm 5.15.21-ipfire Kernel Configuration
+# Linux/arm 5.15.22-ipfire Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -5484,6 +5484,7 @@ CONFIG_HDMI=y
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index a494a2f00..0f322826e 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.21-ipfire Kernel Configuration
+# Linux/x86 5.15.22-ipfire Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -5327,6 +5327,7 @@ CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
diff --git a/config/rootfiles/common/rust-cfg-if b/config/rootfiles/common/rust-cfg-if
index c825ef069..f1e36dacb 100644
--- a/config/rootfiles/common/rust-cfg-if
+++ b/config/rootfiles/common/rust-cfg-if
@@ -1,3 +1,4 @@
+#usr/share/cargo/registry/cfg-if-1.0.0
#usr/share/cargo/registry/cfg-if-1.0.0/.cargo-checksum.json
#usr/share/cargo/registry/cfg-if-1.0.0/Cargo.toml
#usr/share/cargo/registry/cfg-if-1.0.0/Cargo.toml.deps
diff --git a/config/rootfiles/common/rust-libc b/config/rootfiles/common/rust-libc
index a469926fd..c7ae517d2 100644
--- a/config/rootfiles/common/rust-libc
+++ b/config/rootfiles/common/rust-libc
@@ -1,3 +1,4 @@
+#usr/share/cargo/registry/libc-0.2.108
#usr/share/cargo/registry/libc-0.2.108/.cargo-checksum.json
#usr/share/cargo/registry/libc-0.2.108/CONTRIBUTING.md
#usr/share/cargo/registry/libc-0.2.108/Cargo.toml
diff --git a/config/rootfiles/common/rust-rand b/config/rootfiles/common/rust-rand
index ecdb3c7b9..545f4a8ae 100644
--- a/config/rootfiles/common/rust-rand
+++ b/config/rootfiles/common/rust-rand
@@ -1,41 +1,39 @@
-#usr/share/cargo/registry/rand-0.4-0.4.6
-#usr/share/cargo/registry/rand-0.4-0.4.6/.cargo-checksum.json
-#usr/share/cargo/registry/rand-0.4-0.4.6/CHANGELOG.md
-#usr/share/cargo/registry/rand-0.4-0.4.6/Cargo.toml
-#usr/share/cargo/registry/rand-0.4-0.4.6/Cargo.toml.deps
-#usr/share/cargo/registry/rand-0.4-0.4.6/LICENSE-APACHE
-#usr/share/cargo/registry/rand-0.4-0.4.6/LICENSE-MIT
-#usr/share/cargo/registry/rand-0.4-0.4.6/README.md
-#usr/share/cargo/registry/rand-0.4-0.4.6/appveyor.yml
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/bench.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/exponential.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/gamma.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/mod.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/distributions/normal.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/generators.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/benches/misc.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/exponential.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/gamma.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/mod.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/normal.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/range.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/distributions/ziggurat_tables.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/jitter.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/lib.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/os.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/chacha.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/isaac.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/isaac64.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/mod.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/prng/xorshift.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/rand_impls.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/read.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/reseeding.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/src/seq.rs
-#usr/share/cargo/registry/rand-0.4-0.4.6/utils
-#usr/share/cargo/registry/rand-0.4-0.4.6/utils/ziggurat_tables.py
+#usr/share/cargo/registry/rand-0.8.4
+#usr/share/cargo/registry/rand-0.8.4/.cargo-checksum.json
+#usr/share/cargo/registry/rand-0.8.4/CHANGELOG.md
+#usr/share/cargo/registry/rand-0.8.4/COPYRIGHT
+#usr/share/cargo/registry/rand-0.8.4/Cargo.toml
+#usr/share/cargo/registry/rand-0.8.4/LICENSE-APACHE
+#usr/share/cargo/registry/rand-0.8.4/LICENSE-MIT
+#usr/share/cargo/registry/rand-0.8.4/README.md
+#usr/share/cargo/registry/rand-0.8.4/src
+#usr/share/cargo/registry/rand-0.8.4/src/distributions
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/bernoulli.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/distribution.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/float.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/integer.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/mod.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/other.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/slice.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/uniform.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/utils.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/weighted.rs
+#usr/share/cargo/registry/rand-0.8.4/src/distributions/weighted_index.rs
+#usr/share/cargo/registry/rand-0.8.4/src/lib.rs
+#usr/share/cargo/registry/rand-0.8.4/src/prelude.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rng.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/mod.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/read.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/adapter/reseeding.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/mock.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/mod.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/small.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/std.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/thread.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/xoshiro128plusplus.rs
+#usr/share/cargo/registry/rand-0.8.4/src/rngs/xoshiro256plusplus.rs
+#usr/share/cargo/registry/rand-0.8.4/src/seq
+#usr/share/cargo/registry/rand-0.8.4/src/seq/index.rs
+#usr/share/cargo/registry/rand-0.8.4/src/seq/mod.rs
diff --git a/lfs/linux b/lfs/linux
index d681ffd2d..a8cb9dda3 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
include Config
-VER = 5.15.21
+VER = 5.15.22
ARM_PATCHES = 5.15-ipfire4
THISAPP = linux-$(VER)
@@ -73,7 +73,7 @@ objects =$(DL_FILE) \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
arm-multi-patches-$(ARM_PATCHES).patch.xz = $(URL_IPFIRE)/arm-multi-patches-$(ARM_PATCHES).patch.xz
-$(DL_FILE)_MD5 = 0eca0f389acdab4f6eb62ff8c1e22c18
+$(DL_FILE)_MD5 = fd78cf8139432244020263816ee4bc0b
arm-multi-patches-$(ARM_PATCHES).patch.xz_MD5 = cce945d8a33c9c4c4bda3ef9ad6a492b
install : $(TARGET)
diff --git a/lfs/rust-rand-0.4 b/lfs/rust-rand-0.4
index f6c96c751..0599eff9d 100644
--- a/lfs/rust-rand-0.4
+++ b/lfs/rust-rand-0.4
@@ -30,7 +30,7 @@ THISAPP = rand-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
-TARGET = $(DIR_INFO)/$(THISAPP)
+TARGET = $(DIR_INFO)/rand-0.4-$(VER)
###############################################################################
# Top-level Rules
hooks/post-receive
--
IPFire 2.x development tree