Skip to content

Commit f92ee7a

Browse files
zpc0robimarko
authored andcommitted
treewide: switch to HTTPS URL
Avoids insecure plain HTTP. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: openwrt/openwrt#21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent edc3e82 commit f92ee7a

File tree

22 files changed

+29
-29
lines changed

22 files changed

+29
-29
lines changed

package/base-files/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ define Package/base-files
4545
+SELINUX:procd-selinux +!SELINUX:procd +USE_SECCOMP:procd-seccomp \
4646
+SELINUX:busybox-selinux +!SELINUX:busybox
4747
TITLE:=Base filesystem for OpenWrt
48-
URL:=http://openwrt.org/
48+
URL:=https://openwrt.org/
4949
VERSION:=$(PKG_RELEASE)~$(lastword $(subst -, ,$(REVISION)))
5050
endef
5151

package/devel/valgrind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ define Package/valgrind
3535
CATEGORY:=Development
3636
DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64||riscv64 +libpthread +librt
3737
TITLE:=debugging and profiling tools for Linux
38-
URL:=http://www.valgrind.org
38+
URL:=https://valgrind.org
3939
endef
4040

4141
define Package/valgrind/default

package/firmware/linux-firmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ STRIP:=:
2727
define Package/firmware-default
2828
SECTION:=firmware
2929
CATEGORY:=Firmware
30-
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
30+
URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
3131
TITLE:=$(1)
3232
DEPENDS:=$(2)
3333
LICENSE_FILES:=$(3)

package/kernel/linux/modules/netdevices.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ $(eval $(call KernelPackage,mdio-gpio))
238238
define KernelPackage/et131x
239239
SUBMENU:=$(NETWORK_DEVICES_MENU)
240240
TITLE:=Agere ET131x Gigabit Ethernet driver
241-
URL:=http://sourceforge.net/projects/et131x
241+
URL:=https://sourceforge.net/projects/et131x
242242
FILES:= \
243243
$(LINUX_DIR)/drivers/net/ethernet/agere/et131x.ko
244244
KCONFIG:= \

package/libs/argp-standalone/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PKG_VERSION:=1.3
1212
PKG_RELEASE:=2
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15-
PKG_SOURCE_URL:=http://www.lysator.liu.se/~nisse/misc/
15+
PKG_SOURCE_URL:=https://www.lysator.liu.se/~nisse/misc/
1616
PKG_HASH:=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be
1717
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
1818

@@ -28,7 +28,7 @@ define Package/argp-standalone
2828
SECTION:=libs
2929
CATEGORY:=Libraries
3030
TITLE:=Hierarchial argument parsing broken out from glibc
31-
URL:=http://www.lysator.liu.se/~nisse/misc/
31+
URL:=https://www.lysator.liu.se/~nisse/misc/
3232
endef
3333

3434
define Package/argp-standalone/description

package/libs/gmp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ define Package/libgmp
3030
SECTION:=libs
3131
CATEGORY:=Libraries
3232
TITLE:=GNU multiprecision arithmetic library
33-
URL:=http://gmplib.org/
33+
URL:=https://gmplib.org/
3434
ABI_VERSION:=10
3535
endef
3636

package/libs/libevent2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ define Package/libevent2/Default
3535
SECTION:=libs
3636
CATEGORY:=Libraries
3737
TITLE:=Event notification
38-
URL:=http://libevent.org
38+
URL:=https://libevent.org
3939
ABI_VERSION:=7
4040
endef
4141

package/libs/libnl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
2727
define Package/libnl/default
2828
SECTION:=libs
2929
CATEGORY:=Libraries
30-
URL:=http://www.infradead.org/~tgr/libnl/
30+
URL:=https://www.infradead.org/~tgr/libnl/
3131
ABI_VERSION:=200
3232
endef
3333

package/libs/libpcap/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ define Package/libpcap
3535
SECTION:=libs
3636
CATEGORY:=Libraries
3737
TITLE:=Low-level packet capture library
38-
URL:=http://www.tcpdump.org/
38+
URL:=https://www.tcpdump.org/
3939
MENU:=1
4040
ABI_VERSION:=1
4141
endef
@@ -53,7 +53,7 @@ define Package/rpcapd
5353
SECTION:=net
5454
CATEGORY:=Network
5555
TITLE:=Capture daemon to be controlled by a remote libpcap application
56-
URL:=http://www.tcpdump.org/
56+
URL:=https://www.tcpdump.org/
5757
DEPENDS+= +USE_GLIBC:libcrypt-compat +libpcap
5858
endef
5959

package/libs/libunwind/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define Package/libunwind
3131
SECTION:=libs
3232
CATEGORY:=Libraries
3333
TITLE:=The libunwind project
34-
URL:=http://www.nongnu.org/libunwind/
34+
URL:=https://www.nongnu.org/libunwind/
3535
DEPENDS:=@!(USE_MUSL&&(powerpc)) +zlib
3636
ABI_VERSION:=8
3737
endef

0 commit comments

Comments
 (0)