[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-381-gf1a73e59f
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-07-03 09:13:31
|
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 f1a73e59fe5871b358c6f5f1c5b9995846121ba5 (commit)
from 45e7a6dc8080eb8cf1f0257c7446da3aa348659c (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 f1a73e59fe5871b358c6f5f1c5b9995846121ba5
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jul 3 11:12:52 2023 +0200
[BUILDROOT] 2022.02: patch to fix pkgconfig downloading
-----------------------------------------------------------------------
Summary of changes:
.../420-package-pkgconf-fix-broken-URL.patch | 34 ++++++++++++++++++++++
patches/buildroot/2022.02/cleanup_buildroot.sh | 1 +
2 files changed, 35 insertions(+)
create mode 100644 patches/buildroot/2022.02/420-package-pkgconf-fix-broken-URL.patch
diff --git a/patches/buildroot/2022.02/420-package-pkgconf-fix-broken-URL.patch b/patches/buildroot/2022.02/420-package-pkgconf-fix-broken-URL.patch
new file mode 100644
index 000000000..41229894e
--- /dev/null
+++ b/patches/buildroot/2022.02/420-package-pkgconf-fix-broken-URL.patch
@@ -0,0 +1,34 @@
+From ac0919499de4dbfdcdf52245395758a77100c95b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 3 Jul 2023 10:56:45 +0200
+Subject: [PATCH 1/1] package/pkgconf: fix broken URL
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Release tarball location has changed [1], update PKGCONF_SITE.
+
+[1] https://github.com/pkgconf/pkgconf/commit/437c2a3218bfcb1cae7fa38a4ccd0cb29575ff07
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/pkgconf/pkgconf.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/pkgconf/pkgconf.mk b/package/pkgconf/pkgconf.mk
+index e9587fae6b2c..1d73b691e173 100644
+--- a/package/pkgconf/pkgconf.mk
++++ b/package/pkgconf/pkgconf.mk
+@@ -5,7 +5,7 @@
+ ################################################################################
+
+ PKGCONF_VERSION = 1.6.3
+-PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf
++PKGCONF_SITE = https://distfiles.ariadne.space/pkgconf
+ PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
+ PKGCONF_LICENSE = pkgconf license
+ PKGCONF_LICENSE_FILES = COPYING
+--
+2.39.3
+
diff --git a/patches/buildroot/2022.02/cleanup_buildroot.sh b/patches/buildroot/2022.02/cleanup_buildroot.sh
index 81a23016a..93349ad03 100755
--- a/patches/buildroot/2022.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2022.02/cleanup_buildroot.sh
@@ -68,6 +68,7 @@ rm -rf buildroot/package/matiec/matiec.mk
rm -rf buildroot/package/pci_debug/Config.in
rm -rf buildroot/package/pci_debug/pci_debug.hash
rm -rf buildroot/package/pci_debug/pci_debug.mk
+rm -rf buildroot/package/pkgconf/pkgconf.mk
rm -rf buildroot/package/pwmmusic/Config.in
rm -rf buildroot/package/pwmmusic/pwmmusic.mk
rm -rf buildroot/package/python-flask-socketio/Config.in
hooks/post-receive
--
armadeus
|