* [Buildroot] [PATCH v1] package/dhcp: change download URL to https
@ 2022-01-11 19:53 Peter Seiderer
2022-01-11 20:08 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2022-01-11 19:53 UTC (permalink / raw)
To: buildroot
- change download URL to https
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/dhcp/dhcp.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/dhcp/dhcp.mk b/package/dhcp/dhcp.mk
index 1edb3c5e99..18765a3639 100644
--- a/package/dhcp/dhcp.mk
+++ b/package/dhcp/dhcp.mk
@@ -5,7 +5,7 @@
################################################################################
DHCP_VERSION = 4.4.2-P1
-DHCP_SITE = http://ftp.isc.org/isc/dhcp/$(DHCP_VERSION)
+DHCP_SITE = https://ftp.isc.org/isc/dhcp/$(DHCP_VERSION)
DHCP_INSTALL_STAGING = YES
DHCP_LICENSE = MPL-2.0
DHCP_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-11 20:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-11 19:53 [Buildroot] [PATCH v1] package/dhcp: change download URL to https Peter Seiderer
2022-01-11 20:08 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox