mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] libcap-ng: resolve redirect; add mirror URL
Date: Tue, 20 Aug 2024 11:13:52 +0200	[thread overview]
Message-ID: <20240820091352.1097228-1-rhi@pengutronix.de> (raw)

The server at people.redhat.com redirects from HTTP to HTTPS, but it had
certificate issues in the last weeks. Although those seem to be fixed
now, add a second mirror URL to prevent breakage in the future.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 rules/libcap-ng.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make
index f85c96eb56a7..2a7059b7d208 100644
--- a/rules/libcap-ng.make
+++ b/rules/libcap-ng.make
@@ -18,7 +18,9 @@ LIBCAP_NG_VERSION	:= 0.8.5
 LIBCAP_NG_MD5		:= 3c280d902b902f28caf3990e018fcd31
 LIBCAP_NG		:= libcap-ng-$(LIBCAP_NG_VERSION)
 LIBCAP_NG_SUFFIX	:= tar.gz
-LIBCAP_NG_URL		:= http://people.redhat.com/sgrubb/libcap-ng/$(LIBCAP_NG).$(LIBCAP_NG_SUFFIX)
+LIBCAP_NG_URL		:= \
+	https://people.redhat.com/sgrubb/libcap-ng/$(LIBCAP_NG).$(LIBCAP_NG_SUFFIX) \
+	https://sources.buildroot.net/libcap-ng/$(LIBCAP_NG).$(LIBCAP_NG_SUFFIX)
 LIBCAP_NG_SOURCE	:= $(SRCDIR)/$(LIBCAP_NG).$(LIBCAP_NG_SUFFIX)
 LIBCAP_NG_DIR		:= $(BUILDDIR)/$(LIBCAP_NG)
 LIBCAP_NG_LICENSE	:= LGPL-2.1-or-later AND GPL-2.0-or-later
-- 
2.39.2




             reply	other threads:[~2024-08-20  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20  9:13 Roland Hieber [this message]
2024-09-12 12:11 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240820091352.1097228-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox