mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcap-ng: Add another fetch option.
@ 2023-08-11 17:38 Christian Melki
  2023-08-28 15:35 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Melki @ 2023-08-11 17:38 UTC (permalink / raw)
  To: ptxdist

people.redhat.com is down again.
Not a lot depend on it but libcap-ng is common in a lot of builds.
The github variant doesn't come in a "make dist" release.
A debian mirror of the source might do.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 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 530af64ef..64786e872 100644
--- a/rules/libcap-ng.make
+++ b/rules/libcap-ng.make
@@ -18,7 +18,9 @@ LIBCAP_NG_VERSION	:= 0.8.3
 LIBCAP_NG_MD5		:= cdfc750af32f681293e43c5c1bd427c8
 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://deb.debian.org/debian/pool/main/libc/libcap-ng/libcap-ng_$(LIBCAP_NG_VERSION).orig.$(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.34.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-31 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 17:38 [ptxdist] [PATCH] libcap-ng: Add another fetch option Christian Melki
2023-08-28 15:35 ` Michael Olbrich
2023-08-31 10:31   ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox