mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 02:27:18 +01:00
treewide: switch to HTTPS URL
Avoids insecure plain HTTP. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
edc3e82349
commit
f92ee7a8e5
22 changed files with 29 additions and 29 deletions
|
|
@ -45,7 +45,7 @@ define Package/base-files
|
|||
+SELINUX:procd-selinux +!SELINUX:procd +USE_SECCOMP:procd-seccomp \
|
||||
+SELINUX:busybox-selinux +!SELINUX:busybox
|
||||
TITLE:=Base filesystem for OpenWrt
|
||||
URL:=http://openwrt.org/
|
||||
URL:=https://openwrt.org/
|
||||
VERSION:=$(PKG_RELEASE)~$(lastword $(subst -, ,$(REVISION)))
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ define Package/valgrind
|
|||
CATEGORY:=Development
|
||||
DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64||riscv64 +libpthread +librt
|
||||
TITLE:=debugging and profiling tools for Linux
|
||||
URL:=http://www.valgrind.org
|
||||
URL:=https://valgrind.org
|
||||
endef
|
||||
|
||||
define Package/valgrind/default
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ STRIP:=:
|
|||
define Package/firmware-default
|
||||
SECTION:=firmware
|
||||
CATEGORY:=Firmware
|
||||
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
||||
URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
TITLE:=$(1)
|
||||
DEPENDS:=$(2)
|
||||
LICENSE_FILES:=$(3)
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ $(eval $(call KernelPackage,mdio-gpio))
|
|||
define KernelPackage/et131x
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Agere ET131x Gigabit Ethernet driver
|
||||
URL:=http://sourceforge.net/projects/et131x
|
||||
URL:=https://sourceforge.net/projects/et131x
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/ethernet/agere/et131x.ko
|
||||
KCONFIG:= \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ PKG_VERSION:=1.3
|
|||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.lysator.liu.se/~nisse/misc/
|
||||
PKG_SOURCE_URL:=https://www.lysator.liu.se/~nisse/misc/
|
||||
PKG_HASH:=dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be
|
||||
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ define Package/argp-standalone
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Hierarchial argument parsing broken out from glibc
|
||||
URL:=http://www.lysator.liu.se/~nisse/misc/
|
||||
URL:=https://www.lysator.liu.se/~nisse/misc/
|
||||
endef
|
||||
|
||||
define Package/argp-standalone/description
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ define Package/libgmp
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=GNU multiprecision arithmetic library
|
||||
URL:=http://gmplib.org/
|
||||
URL:=https://gmplib.org/
|
||||
ABI_VERSION:=10
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ define Package/libevent2/Default
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Event notification
|
||||
URL:=http://libevent.org
|
||||
URL:=https://libevent.org
|
||||
ABI_VERSION:=7
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/libnl/default
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
URL:=http://www.infradead.org/~tgr/libnl/
|
||||
URL:=https://www.infradead.org/~tgr/libnl/
|
||||
ABI_VERSION:=200
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ define Package/libpcap
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Low-level packet capture library
|
||||
URL:=http://www.tcpdump.org/
|
||||
URL:=https://www.tcpdump.org/
|
||||
MENU:=1
|
||||
ABI_VERSION:=1
|
||||
endef
|
||||
|
|
@ -53,7 +53,7 @@ define Package/rpcapd
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Capture daemon to be controlled by a remote libpcap application
|
||||
URL:=http://www.tcpdump.org/
|
||||
URL:=https://www.tcpdump.org/
|
||||
DEPENDS+= +USE_GLIBC:libcrypt-compat +libpcap
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ define Package/libunwind
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=The libunwind project
|
||||
URL:=http://www.nongnu.org/libunwind/
|
||||
URL:=https://www.nongnu.org/libunwind/
|
||||
DEPENDS:=@!(USE_MUSL&&(powerpc)) +zlib
|
||||
ABI_VERSION:=8
|
||||
endef
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ endif
|
|||
define Package/gcc/Default
|
||||
SECTION:=libs
|
||||
CATEGORY:=Base system
|
||||
URL:=http://gcc.gnu.org/
|
||||
URL:=https://gcc.gnu.org/
|
||||
VERSION:=$(LIBGCC_VERSION)-r$(PKG_RELEASE)
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ define Package/libwolfssl/Default
|
|||
SECTION:=libs
|
||||
SUBMENU:=SSL
|
||||
CATEGORY:=Libraries
|
||||
URL:=http://www.wolfssl.com/
|
||||
URL:=https://www.wolfssl.com/
|
||||
endef
|
||||
|
||||
define Package/libwolfssl
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ define Package/zlib
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Library implementing the deflate compression method
|
||||
URL:=http://www.zlib.net/
|
||||
URL:=https://www.zlib.net/
|
||||
endef
|
||||
|
||||
define Package/zlib-dev
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ define Package/soloscli
|
|||
CATEGORY:=Network
|
||||
TITLE:=Configuration utility for Solos ADSL2+ modems
|
||||
DEPENDS:=+kmod-solos-pci
|
||||
URL:=http://sourceforge.net/projects/openadsl
|
||||
URL:=https://sourceforge.net/projects/openadsl
|
||||
endef
|
||||
|
||||
define Package/soloscli/description
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ define Package/ead
|
|||
SECTION:=net
|
||||
CATEGORY:=Base system
|
||||
TITLE:=Emergency Access Daemon
|
||||
URL:=http://bridge.sourceforge.net/
|
||||
URL:=https://bridge.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/ead/description
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ define Package/ipset-dns
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A lightweight DNS forwarder to populate ipsets
|
||||
URL:=http://git.zx2c4.com/ipset-dns/about/
|
||||
URL:=https://git.zx2c4.com/ipset-dns/about/
|
||||
DEPENDS:=+libmnl
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ define Package/comgt
|
|||
$(call Package/comgt/Default)
|
||||
TITLE:=Option/Vodafone 3G/GPRS control tool
|
||||
DEPENDS:=+chat
|
||||
URL:=http://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html
|
||||
URL:=https://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html
|
||||
endef
|
||||
|
||||
define Package/comgt-directip
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ define Package/linux-atm
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Linux ATM library
|
||||
URL:=http://linux-atm.sourceforge.net/
|
||||
URL:=https://linux-atm.sourceforge.net/
|
||||
endef
|
||||
|
||||
define Package/linux-atm/description
|
||||
|
|
@ -46,7 +46,7 @@ define Package/linux-atm/Default
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+linux-atm
|
||||
URL:=http://linux-atm.sourceforge.net/
|
||||
URL:=https://linux-atm.sourceforge.net/
|
||||
SUBMENU:=Linux ATM tools
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ define Package/ltq-dsl-base
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=DSL related files for Intel/Lantiq DSL Chipsets
|
||||
URL:=http://openwrt.org/
|
||||
URL:=https://openwrt.org/
|
||||
DEPENDS:=@(TARGET_lantiq||TARGET_ipq40xx) +jshn
|
||||
endef
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ define Package/tcpdump/default
|
|||
CATEGORY:=Network
|
||||
DEPENDS:=+libpcap
|
||||
TITLE:=Network monitoring and data acquisition tool
|
||||
URL:=http://www.tcpdump.org/
|
||||
URL:=https://www.tcpdump.org/
|
||||
endef
|
||||
|
||||
define Package/tcpdump
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ define Package/busybox/Default
|
|||
CATEGORY:=Base system
|
||||
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
TITLE:=Core utilities for embedded Linux
|
||||
URL:=http://busybox.net/
|
||||
URL:=https://busybox.net/
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter +(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_MOUNT_NFS)||(USE_GLIBC&&BUSYBOX_CONFIG_FEATURE_INETD_RPC):libtirpc
|
||||
USERID:=ntp=123:ntp=123
|
||||
endef
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ define Package/e2fsprogs
|
|||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
TITLE:=Ext2/3/4 filesystem utilities
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
URL:=https://e2fsprogs.sourceforge.net/
|
||||
DEPENDS:=+libuuid +libext2fs +libe2p
|
||||
endef
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ define Package/libext2fs
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=ext2/3/4 filesystem library
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
URL:=https://e2fsprogs.sourceforge.net/
|
||||
DEPENDS:=+libuuid +libblkid +libss +libcomerr
|
||||
ABI_VERSION:=2
|
||||
endef
|
||||
|
|
@ -59,7 +59,7 @@ define Package/libe2p
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=ext2fs userspace programs utility library
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
URL:=https://e2fsprogs.sourceforge.net/
|
||||
DEPENDS:=+libuuid
|
||||
ABI_VERSION:=2
|
||||
endef
|
||||
|
|
@ -73,7 +73,7 @@ define Package/libss
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=command-line interface parsing library
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
URL:=https://e2fsprogs.sourceforge.net/
|
||||
DEPENDS:=+libcomerr
|
||||
ABI_VERSION:=2
|
||||
endef
|
||||
|
|
@ -87,7 +87,7 @@ define Package/libcomerr
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=common error description library
|
||||
URL:=http://e2fsprogs.sourceforge.net/
|
||||
URL:=https://e2fsprogs.sourceforge.net/
|
||||
DEPENDS:=+libuuid
|
||||
ABI_VERSION:=0
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue