From 8b28e4945966b7cad52c712e6c1615df666dd1cf Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Thu, 13 Dec 2018 16:08:18 -0500 Subject: [PATCH] Switch popt mirror to Launchpad Launchpad offers HTTPS downloads, whereas other more obvious mirrors (like the one used originally, as well as rpm5.org) do not. Note: it is unclear to whether Launchpad's tarballs will always match the checksum from upstream tarballs. However, at least for 1.16, this condition does indeed seem to hold true. Homebrew, FWIW, lists OpenBSD as a mirror: https://github.com/Homebrew/homebrew-core/blob/master/Formula/popt.rb --- modules/popt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/popt b/modules/popt index 77691729..b3b0b045 100644 --- a/modules/popt +++ b/modules/popt @@ -3,7 +3,7 @@ modules-$(CONFIG_POPT) += popt popt_version := 1.16 popt_dir := popt-$(popt_version) popt_tar := popt-$(popt_version).tar.gz -popt_url := https://anduin.linuxfromscratch.org/BLFS/popt/$(popt_tar) +popt_url := https://launchpad.net/popt/head/$(popt_version)/+download/$(popt_tar) popt_hash := e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 popt_configure := ./configure \