From: kapeka <ka...@us...> - 2025-06-28 12:27:15
|
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 "Repository for Bering-uClibc.". The branch, master has been updated via dcd2538ce827b644032ea6d66265873b17058c75 (commit) via 72e51e9f2d681d2e7125dd16cb4fcd3fcb39db28 (commit) via 2bb45766de3c69df66c3db93bd37e5f52edae743 (commit) via 2ba749b6237256351c1d2ef93aad4a2a6b16b3b7 (commit) from 3f41b5f3a6fb78eea7a6e0b171ab3233228fffbf (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 dcd2538ce827b644032ea6d66265873b17058c75 Author: kapeka <ka...@us...> Date: Sat Jun 28 14:26:01 2025 +0200 kernel: updated to pstream version 6.12.31 commit 72e51e9f2d681d2e7125dd16cb4fcd3fcb39db28 Author: kapeka <ka...@us...> Date: Sun Jun 22 16:25:39 2025 +0200 libpng: updated to upstream version 1.6.49 commit 2bb45766de3c69df66c3db93bd37e5f52edae743 Author: kapeka <ka...@us...> Date: Sun Jun 22 16:10:00 2025 +0200 rsyslog: updated to upstream version 8.2506.0 commit 2ba749b6237256351c1d2ef93aad4a2a6b16b3b7 Author: kapeka <ka...@us...> Date: Sun Jun 22 15:30:45 2025 +0200 ca-certificates: updated to upstreamversion 20250419 ----------------------------------------------------------------------- Summary of changes: .../armv6zk-unknown-linux-uclibcgnueabi.mk | 2 +- .../armv8+simd-unknown-linux-uclibcgnueabi.mk | 2 +- .../armv8a-unknown-linux-uclibcgnueabi.mk | 2 +- make/toolchain/i486-unknown-linux-uclibc.mk | 2 +- make/toolchain/x86_64-unknown-linux-uclibc.mk | 2 +- repo/ca-certificates/buildtool.cfg | 2 +- .../ca-certificates_20230311.tar.xz | Bin 257772 -> 0 bytes .../ca-certificates_20250419.tar.xz | Bin 0 -> 277504 bytes repo/libpng/buildtool.cfg | 10 +- repo/libpng/libpng-1.6.43.tar.xz | Bin 1044076 -> 0 bytes repo/libpng/libpng-1.6.49.tar.xz | Bin 0 -> 1060752 bytes repo/linux/Bering-6.12.config-armv8a | 17 +- repo/linux/Bering-6.12.config-bcmrpi | 15 +- repo/linux/Bering-6.12.config-cortex72 | 18 +- repo/linux/linux-rpi.patch | 9769 +++++++++++++++++--- repo/linux/patch-6.12.20.xz | Bin 1432116 -> 0 bytes repo/linux/patch-6.12.31.xz | Bin 0 -> 2105328 bytes repo/rsyslog/buildtool.cfg | 2 +- repo/rsyslog/rsyslog-8.2410.0.tar.gz | Bin 3438540 -> 0 bytes repo/rsyslog/rsyslog-8.2506.0.tar.gz | Bin 0 -> 3484506 bytes 20 files changed, 8585 insertions(+), 1258 deletions(-) delete mode 100644 repo/ca-certificates/ca-certificates_20230311.tar.xz create mode 100644 repo/ca-certificates/ca-certificates_20250419.tar.xz delete mode 100644 repo/libpng/libpng-1.6.43.tar.xz create mode 100644 repo/libpng/libpng-1.6.49.tar.xz delete mode 100644 repo/linux/patch-6.12.20.xz create mode 100644 repo/linux/patch-6.12.31.xz delete mode 100644 repo/rsyslog/rsyslog-8.2410.0.tar.gz create mode 100644 repo/rsyslog/rsyslog-8.2506.0.tar.gz hooks/post-receive -- Repository for Bering-uClibc. |