[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-532-gcf6cc12ab
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2026-09-11 07:57:23
|
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 "armadeus".
The branch, master has been updated
via cf6cc12abb6328a3c614f19302c12d7d052151e4 (commit)
from 2a81aa6256fa3498f820dbd1bb495268a1eb074e (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 cf6cc12abb6328a3c614f19302c12d7d052151e4
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Sep 11 09:49:56 2026 +0200
[BUILDROOT] Bump to BR 2025.02.18
Signed-off-by: Sébastien Szymanski <seb...@ar...>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
.../2025.02/0491-package-newt-update-_SITE.patch | 29 ----------------------
patches/buildroot/2025.02/cleanup_buildroot.sh | 1 -
3 files changed, 1 insertion(+), 31 deletions(-)
delete mode 100644 patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
diff --git a/Makefile b/Makefile
index c0d508bd4..164b33b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION ?= 2025.02
-BUILDROOT_MINOR_VERSION ?= 16
+BUILDROOT_MINOR_VERSION ?= 18
ifneq ($(strip $(BUILDROOT_MINOR_VERSION)),)
BUILDROOT_VERSION := $(BUILDROOT_MAJOR_VERSION).$(BUILDROOT_MINOR_VERSION)
else
diff --git a/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch b/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
deleted file mode 100644
index 54ab4e721..000000000
--- a/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 4d11fb586dba090a55965e43333bedde4b552d07 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
- <seb...@ar...>
-Date: Tue, 1 Sep 2026 17:38:23 +0200
-Subject: [PATCH] package/newt: update _SITE
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Old URL returns 404, update _SITE to https://releases.pagure.org/newt
-
-Signed-off-by: Sébastien Szymanski <seb...@ar...>
----
- package/newt/newt.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: buildroot/package/newt/newt.mk
-===================================================================
---- buildroot.orig/package/newt/newt.mk
-+++ buildroot/package/newt/newt.mk
-@@ -5,7 +5,7 @@
- ################################################################################
-
- NEWT_VERSION = 0.52.23
--NEWT_SITE = https://pagure.io/releases/newt
-+NEWT_SITE = https://releases.pagure.org/newt
- NEWT_INSTALL_STAGING = YES
- NEWT_DEPENDENCIES = popt slang $(TARGET_NLS_DEPENDENCIES)
- # Force to use libintl, otherwise it finds gettext functions in the C
diff --git a/patches/buildroot/2025.02/cleanup_buildroot.sh b/patches/buildroot/2025.02/cleanup_buildroot.sh
index 16d87f0c5..45777c2c8 100755
--- a/patches/buildroot/2025.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2025.02/cleanup_buildroot.sh
@@ -85,7 +85,6 @@ rm -rf buildroot/package/matiec/matiec.mk
rm -rf buildroot/package/murata-cyw-fw/Config.in
rm -rf buildroot/package/murata-cyw-fw/murata-cyw-fw.hash
rm -rf buildroot/package/murata-cyw-fw/murata-cyw-fw.mk
-rm -rf buildroot/package/newt/newt.mk
rm -rf buildroot/package/nxp-bt-wifi-firmware/Config.in
rm -rf buildroot/package/nxp-bt-wifi-firmware/nxp-bt-wifi-firmware.hash
rm -rf buildroot/package/nxp-bt-wifi-firmware/nxp-bt-wifi-firmware.mk
hooks/post-receive
--
armadeus
|