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
This commit is contained in:
AJ Jordan 2018-12-13 16:08:18 -05:00
parent 6303fbcacc
commit 8b28e49459
No known key found for this signature in database
GPG Key ID: A4FDB7BE12F63EC3

View File

@ -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 \