[openwrt/openwrt] treewide: use HTTPS URL for GNU websites

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 2 09:07:08 PST 2026


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/00f924abad2276794b4b5f674d8bddd21591cda5

commit 00f924abad2276794b4b5f674d8bddd21591cda5
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 12:49:19 2025 +0900

    treewide: use HTTPS URL for GNU websites
    
    Avoids insecure plain HTTP.
    
    Signed-off-by: Yanase Yuki <dev at zpc.st>
    Link: https://github.com/openwrt/openwrt/pull/21279
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/boot/grub2/Makefile        | 6 +++---
 package/devel/gperf/Makefile       | 2 +-
 package/libs/gettext-full/Makefile | 2 +-
 package/libs/gnulib-l10n/Makefile  | 2 +-
 package/libs/libtool/Makefile      | 2 +-
 package/libs/ncurses/Makefile      | 4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index 14933e80ce..6f5b3d64b9 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -34,7 +34,7 @@ define Package/grub2/Default
   CATEGORY:=Boot Loaders
   SECTION:=boot
   TITLE:=GRand Unified Bootloader ($(2))
-  URL:=http://www.gnu.org/software/grub/
+  URL:=https://www.gnu.org/software/grub/
   DEPENDS:=@TARGET_$(1)
   VARIANT:=$(2)
 endef
@@ -49,7 +49,7 @@ define Package/grub2-editenv
   SECTION:=utils
   SUBMENU:=Boot Loaders
   TITLE:=Grub2 Environment editor
-  URL:=http://www.gnu.org/software/grub/
+  URL:=https://www.gnu.org/software/grub/
   DEPENDS:=@TARGET_x86
   VARIANT:=none
 endef
@@ -63,7 +63,7 @@ define Package/grub2-bios-setup
   SECTION:=utils
   SUBMENU:=Boot Loaders
   TITLE:=Grub2 BIOS boot setup tool
-  URL:=http://www.gnu.org/software/grub/
+  URL:=https://www.gnu.org/software/grub/
   DEPENDS:=@TARGET_x86
   VARIANT:=none
 endef
diff --git a/package/devel/gperf/Makefile b/package/devel/gperf/Makefile
index 8615fdeec2..2029e98206 100644
--- a/package/devel/gperf/Makefile
+++ b/package/devel/gperf/Makefile
@@ -23,7 +23,7 @@ define Package/gperf
   SECTION:=devel
   CATEGORY:=Development
   TITLE:=GNU gperf
-  URL:=http://www.gnu.org/software/gperf
+  URL:=https://www.gnu.org/software/gperf
 endef
 
 define Package/gperf/description
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index e7a85bf4b8..a394566447 100644
--- a/package/libs/gettext-full/Makefile
+++ b/package/libs/gettext-full/Makefile
@@ -65,7 +65,7 @@ define Package/libintl-full
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=GNU Internationalization library
-  URL:=http://www.gnu.org/software/gettext/
+  URL:=https://www.gnu.org/software/gettext/
   ABI_VERSION:=8
 endef
 
diff --git a/package/libs/gnulib-l10n/Makefile b/package/libs/gnulib-l10n/Makefile
index ff02ffcb27..155ca74ded 100644
--- a/package/libs/gnulib-l10n/Makefile
+++ b/package/libs/gnulib-l10n/Makefile
@@ -15,7 +15,7 @@ define Package/gnulib-l10n
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=GNU Gnulib localization translation files
-  URL:=http://www.gnu.org/software/gnulib/
+  URL:=https://www.gnu.org/software/gnulib/
 endef
 
 define Package/gnulib-l10n/description
diff --git a/package/libs/libtool/Makefile b/package/libs/libtool/Makefile
index 2dfcb9c694..a2e23a4ecc 100644
--- a/package/libs/libtool/Makefile
+++ b/package/libs/libtool/Makefile
@@ -30,7 +30,7 @@ define Package/libltdl
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=A generic dynamic object loading library
-  URL:=http://www.gnu.org/software/libtool/
+  URL:=https://www.gnu.org/software/libtool/
   ABI_VERSION:=7
 endef
 
diff --git a/package/libs/ncurses/Makefile b/package/libs/ncurses/Makefile
index b6b9a4eb89..2d7fd646ca 100644
--- a/package/libs/ncurses/Makefile
+++ b/package/libs/ncurses/Makefile
@@ -31,14 +31,14 @@ define Package/terminfo
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Terminal Info Database (ncurses)
-  URL:=http://www.gnu.org/software/ncurses/
+  URL:=https://www.gnu.org/software/ncurses/
 endef
 
 define Package/libncurses
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE:=Terminal handling library (Unicode)
-  URL:=http://www.gnu.org/software/ncurses/
+  URL:=https://www.gnu.org/software/ncurses/
   PROVIDES:=libncursesw
   DEPENDS:= +terminfo
   ABI_VERSION:=6




More information about the lede-commits mailing list