[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-531-g2a81aa625
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2026-09-01 15:55:33
|
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 2a81aa6256fa3498f820dbd1bb495268a1eb074e (commit)
from 7e6c15d73f091a12f9164278d2c428e3eeeea05d (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 2a81aa6256fa3498f820dbd1bb495268a1eb074e
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Sep 1 17:47:58 2026 +0200
[BUILDROOT] 2025.02: newt: patch to fix URL
Signed-off-by: Sébastien Szymanski <seb...@ar...>
-----------------------------------------------------------------------
Summary of changes:
.../2025.02/0491-package-newt-update-_SITE.patch | 29 ++++++++++++++++++++++
patches/buildroot/2025.02/cleanup_buildroot.sh | 1 +
2 files changed, 30 insertions(+)
create mode 100644 patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
diff --git a/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch b/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
new file mode 100644
index 000000000..54ab4e721
--- /dev/null
+++ b/patches/buildroot/2025.02/0491-package-newt-update-_SITE.patch
@@ -0,0 +1,29 @@
+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 45777c2c8..16d87f0c5 100755
--- a/patches/buildroot/2025.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2025.02/cleanup_buildroot.sh
@@ -85,6 +85,7 @@ 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
|