[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-259-g96ccafee2
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-05-10 08:57:42
|
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 96ccafee29e1aa09b97afbc2e04730a8a41ee140 (commit)
from 7c262b62d7322eebcdc930652a335039aff82580 (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 96ccafee29e1aa09b97afbc2e04730a8a41ee140
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon May 10 10:56:25 2021 +0200
[BUILDROOT] 2021.02: fix boost URL
-----------------------------------------------------------------------
Summary of changes:
...0-package-boost-fix-broken-BOOST_SITE-URL.patch | 40 ++++++++++++++++++++++
patches/buildroot/2021.02/cleanup_buildroot.sh | 1 +
2 files changed, 41 insertions(+)
create mode 100644 patches/buildroot/2021.02/400-package-boost-fix-broken-BOOST_SITE-URL.patch
diff --git a/patches/buildroot/2021.02/400-package-boost-fix-broken-BOOST_SITE-URL.patch b/patches/buildroot/2021.02/400-package-boost-fix-broken-BOOST_SITE-URL.patch
new file mode 100644
index 000000000..fbbaca687
--- /dev/null
+++ b/patches/buildroot/2021.02/400-package-boost-fix-broken-BOOST_SITE-URL.patch
@@ -0,0 +1,40 @@
+From 7e4b9f6839c6f39553edfd0b4f643ac3e1d1d70c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Mon, 10 May 2021 10:13:27 +0200
+Subject: [PATCH 1/1] package/boost: fix broken BOOST_SITE URL
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Current URL returns 403 error:
+
+--2021-05-10 10:04:12-- https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
+Resolving dl.bintray.com... 18.193.131.58, 3.66.199.110
+Connecting to dl.bintray.com|18.193.131.58|:443... connected.
+HTTP request sent, awaiting response... 403 Forbidden
+2021-05-10 10:04:12 ERROR 403: Forbidden.
+
+Update the URL to fix this issue.
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/boost/boost.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/package/boost/boost.mk b/package/boost/boost.mk
+index b8f90bb836..8d745ecc72 100644
+--- a/package/boost/boost.mk
++++ b/package/boost/boost.mk
+@@ -6,7 +6,7 @@
+
+ BOOST_VERSION = 1.75.0
+ BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
+-BOOST_SITE = https://dl.bintray.com/boostorg/release/$(BOOST_VERSION)/source
++BOOST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(BOOST_VERSION)/source
+ BOOST_INSTALL_STAGING = YES
+ BOOST_LICENSE = BSL-1.0
+ BOOST_LICENSE_FILES = LICENSE_1_0.txt
+--
+2.26.3
+
diff --git a/patches/buildroot/2021.02/cleanup_buildroot.sh b/patches/buildroot/2021.02/cleanup_buildroot.sh
index 724d9d8f7..1a7b5277f 100755
--- a/patches/buildroot/2021.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2021.02/cleanup_buildroot.sh
@@ -22,6 +22,7 @@ rm -rf buildroot/package/apf-config/apf-config.mk
rm -rf buildroot/package/beremiz/Config.in
rm -rf buildroot/package/beremiz/beremiz.mk
rm -rf buildroot/package/beremiz/host-beremiz-fix_compare_and_swap_problem_to_be_removed_with_kernel_3.1.patch
+rm -rf buildroot/package/boost/boost.mk
rm -rf buildroot/package/busybox/0007-stty-Add-RS485-config-options.patch
rm -rf buildroot/package/busybox/S10mdev
rm -rf buildroot/package/cmux/Config.in
hooks/post-receive
--
armadeus
|