From: Yanase Yuki Date: Fri, 2 Jan 2026 09:06:57 +0000 (+0900) Subject: treewide: cleanup URLs X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b;p=openwrt-packages.git treewide: cleanup URLs This commit converts plain HTTP URLs to HTTPS, and updates old or outdated URLs. Signed-off-by: Yanase Yuki --- diff --git a/admin/gkrellmd/Makefile b/admin/gkrellmd/Makefile index 080847a5a..368d79cff 100644 --- a/admin/gkrellmd/Makefile +++ b/admin/gkrellmd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.4.0 PKG_RELEASE:=1 PKG_SOURCE:=gkrellm-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://gkrellm.srcbox.net/releases +PKG_SOURCE_URL:=https://gkrellm.srcbox.net/releases PKG_HASH:=6f83665760b936ad4b55f9182b1ec7601faf38a0f25ea1e4bddc9965088f032d PKG_BUILD_DIR:=$(BUILD_DIR)/gkrellm-$(PKG_VERSION) @@ -28,7 +28,7 @@ define Package/gkrellmd CATEGORY:=Administration DEPENDS:=+glib2 TITLE:=The GNU Krell Monitors Server - URL:=http://gkrellm.net/ + URL:=https://gkrellm.srcbox.net/ endef define Package/gkrellmd/description diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile index 5336cdf56..f539e1784 100644 --- a/admin/openwisp-monitoring/Makefile +++ b/admin/openwisp-monitoring/Makefile @@ -28,7 +28,7 @@ define Package/openwisp-monitoring SECTION:=admin SUBMENU:=openwisp DEPENDS:=+netjson-monitoring +openwisp-config - URL:=http://openwisp.org + URL:=https://openwisp.org endef define Package/netjson-monitoring @@ -38,7 +38,7 @@ define Package/netjson-monitoring SUBMENU:=openwisp DEPENDS:=+libubus-lua +lua-cjson +rpcd DEPENDS+=+NETJSON_MONITORING_IWINFO:rpcd-mod-iwinfo - URL:=http://openwisp.org + URL:=https://openwisp.org endef define Package/netjson-monitoring/config diff --git a/devel/bison/Makefile b/devel/bison/Makefile index b97bdcb5c..f68b43443 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -25,7 +25,7 @@ define Package/bison SECTION:=devel CATEGORY:=Development TITLE:=bison - URL:=http://www.gnu.org/software/bison/ + URL:=https://www.gnu.org/software/bison/ endef define Package/bison/description diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 963a9ac07..d8b5ef8c7 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=1.8.0 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf +PKG_SOURCE_URL:=https://distfiles.ariadne.space/pkgconf PKG_HASH:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf PKG_MAINTAINER:=Rosen Penev @@ -25,14 +25,14 @@ define Package/libpkgconf SECTION:=libs CATEGORY:=Libraries TITLE:=libpkgconf - URL:=http://pkgconf.org/ + URL:=https://github.com/pkgconf/pkgconf endef define Package/pkgconf SECTION:=devel CATEGORY:=Development TITLE:=pkgconf - URL:=http://pkgconf.org/ + URL:=https://github.com/pkgconf/pkgconf DEPENDS:=+libpkgconf endef diff --git a/fonts/dejavu-fonts-ttf/Makefile b/fonts/dejavu-fonts-ttf/Makefile index 76bb48c1d..b8ae70ece 100644 --- a/fonts/dejavu-fonts-ttf/Makefile +++ b/fonts/dejavu-fonts-ttf/Makefile @@ -55,7 +55,7 @@ define Package/dejavu-fonts-ttf/Default SECTION:=fonts CATEGORY:=Fonts SUBMENU:=DejaVu - URL:=http://dejavu.sourceforge.net/ + URL:=https://dejavu-fonts.github.io/ endef $(foreach file,$(FILES),$(eval $(call PartGen,$(file)))) diff --git a/lang/lua/cqueues/Makefile b/lang/lua/cqueues/Makefile index 14191c695..0292a1bce 100644 --- a/lang/lua/cqueues/Makefile +++ b/lang/lua/cqueues/Makefile @@ -29,7 +29,7 @@ define Package/cqueues/default SECTION:=lang CATEGORY:=Languages TITLE:=cqueues for $(1) - URL:=http://25thandclement.com/~william/projects/cqueues.html + URL:=https://25thandclement.com/~william/projects/cqueues.html DEPENDS:=+libopenssl endef diff --git a/lang/lua/lpeg/Makefile b/lang/lua/lpeg/Makefile index 896b70b5f..a850cf230 100644 --- a/lang/lua/lpeg/Makefile +++ b/lang/lua/lpeg/Makefile @@ -14,7 +14,7 @@ PKG_MAINTAINER:=Dirk Chang PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.inf.puc-rio.br/~roberto/lpeg/ +PKG_SOURCE_URL:=https://www.inf.puc-rio.br/~roberto/lpeg/ PKG_HASH:=48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe include $(INCLUDE_DIR)/package.mk @@ -24,7 +24,7 @@ define Package/lpeg SECTION:=lang CATEGORY:=Languages TITLE:=LPeg - URL:=http://www.inf.puc-rio.br/~roberto/lpeg/ + URL:=https://www.inf.puc-rio.br/~roberto/lpeg/ DEPENDS:=+lua endef diff --git a/lang/lua/lua-libmodbus/Makefile b/lang/lua/lua-libmodbus/Makefile index 05275671f..7caf36cdd 100644 --- a/lang/lua/lua-libmodbus/Makefile +++ b/lang/lua/lua-libmodbus/Makefile @@ -26,7 +26,7 @@ endef define Package/lua-libmodbus/description lua-libmodbus is a binding to libmodbus, - see also http://www.libmodbus.org + see also https://libmodbus.org endef define Build/Configure diff --git a/lang/lua/lua-lsqlite3/Makefile b/lang/lua/lua-lsqlite3/Makefile index 7a31424c5..f698c94fb 100644 --- a/lang/lua/lua-lsqlite3/Makefile +++ b/lang/lua/lua-lsqlite3/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.9.5 PKG_RELEASE:=1 PKG_SOURCE:=lsqlite3_fsl09y.zip -PKG_SOURCE_URL:=http://lua.sqlite.org/index.cgi/zip/ +PKG_SOURCE_URL:=https://lua.sqlite.org/home/zip/ PKG_HASH:=d38402aa7640055d260c1246c36e6d6d31b425a25a805431f13695694466b722 PKG_LICENSE:=MIT @@ -27,7 +27,7 @@ define Package/lsqlite3/default SECTION:=lang CATEGORY:=Languages TITLE:=Lua wrapper for the SQLite3 library - URL:=http://lua.sqlite.org + URL:=https://lua.sqlite.org/home/home DEPENDS:=+libsqlite3 endef diff --git a/lang/lua/lua-openssl/Makefile b/lang/lua/lua-openssl/Makefile index e47840fe4..f830606e2 100644 --- a/lang/lua/lua-openssl/Makefile +++ b/lang/lua/lua-openssl/Makefile @@ -32,7 +32,7 @@ define Package/lua-openssl SECTION:=lang CATEGORY:=Languages TITLE:=Lua openSSL binding - URL:=http://github.com/zhaozg/lua-openssl + URL:=https://github.com/zhaozg/lua-openssl DEPENDS:=+liblua +libopenssl +librt endef diff --git a/lang/lua/lua-penlight/Makefile b/lang/lua/lua-penlight/Makefile index 34d96e666..b3f4db263 100644 --- a/lang/lua/lua-penlight/Makefile +++ b/lang/lua/lua-penlight/Makefile @@ -25,7 +25,7 @@ define Package/lua-penlight SECTION:=lang CATEGORY:=Languages TITLE:=Penlight - URL:=http://lunarmodules.github.io/Penlight/manual/01-introduction.md.html + URL:=https://lunarmodules.github.io/Penlight/ DEPENDS:=+luafilesystem MAINTAINER:=Karl Palsson endef diff --git a/lang/lua/lua-rings/Makefile b/lang/lua/lua-rings/Makefile index 53fe67b2a..4d7446eac 100644 --- a/lang/lua/lua-rings/Makefile +++ b/lang/lua/lua-rings/Makefile @@ -31,7 +31,7 @@ define Package/lua-rings SECTION:=lang CATEGORY:=Languages TITLE:=Lua-Rings - URL:=http://keplerproject.github.io/rings/ + URL:=https://keplerproject.github.io/rings/ DEPENDS:=+lua endef diff --git a/lang/lua/luabitop/Makefile b/lang/lua/luabitop/Makefile index f9f7e1721..1dbacf8cb 100644 --- a/lang/lua/luabitop/Makefile +++ b/lang/lua/luabitop/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 _BASENAME:=LuaBitOp PKG_SOURCE:=$(_BASENAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://bitop.luajit.org/download/ +PKG_SOURCE_URL:=https://bitop.luajit.org/download/ PKG_HASH:=d514a3d2cefa76c8d11c1b9ec740d5fae316a9c9764e1e12ddea21e4982fab4b PKG_BUILD_DIR:=$(BUILD_DIR)/$(_BASENAME)-$(PKG_VERSION) PKG_LICENSE:=MIT @@ -26,7 +26,7 @@ define Package/luabitop SECTION:=lang CATEGORY:=Languages TITLE:=luabitop - URL:=http://bitop.luajit.org/ + URL:=https://bitop.luajit.org/ DEPENDS:=+liblua endef diff --git a/lang/lua/luaexpat/Makefile b/lang/lua/luaexpat/Makefile index 0894971eb..ef16eb81b 100644 --- a/lang/lua/luaexpat/Makefile +++ b/lang/lua/luaexpat/Makefile @@ -27,7 +27,7 @@ define Package/luaexpat SECTION:=lang CATEGORY:=Languages TITLE:=LuaExpat - URL:=http://matthewwild.co.uk/projects/luaexpat/ + URL:=https://lunarmodules.github.io/luaexpat/ MAINTAINER:=W. Michael Petullo DEPENDS:=+lua +libexpat endef diff --git a/lang/lua/luafilesystem/Makefile b/lang/lua/luafilesystem/Makefile index b3a17b4c6..bfd56146a 100644 --- a/lang/lua/luafilesystem/Makefile +++ b/lang/lua/luafilesystem/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_MIRROR_HASH:=a64d8299c7c875bd2183f82f9a71f6fcc7610ee7377add0b6069fea3d7355073 -PKG_SOURCE_URL:=https://github.com/keplerproject/luafilesystem.git +PKG_SOURCE_URL:=https://github.com/lunarmodules/luafilesystem.git PKG_SOURCE_VERSION:=v$(subst .,_,$(PKG_VERSION)) PKG_SOURCE_PROTO:=git @@ -24,7 +24,7 @@ define Package/luafilesystem SECTION:=lang CATEGORY:=Languages TITLE:=LuaFileSystem - URL:=http://keplerproject.github.com/luafilesystem/ + URL:=https://lunarmodules.github.io/luafilesystem/ MAINTAINER:=W. Michael Petullo DEPENDS:=+liblua endef diff --git a/lang/lua/lualanes/Makefile b/lang/lua/lualanes/Makefile index a8e974449..6fa4b0ea0 100644 --- a/lang/lua/lualanes/Makefile +++ b/lang/lua/lualanes/Makefile @@ -30,7 +30,7 @@ define Package/lualanes SECTION:=lang CATEGORY:=Languages TITLE:=LuaLanes - URL:=http://lualanes.github.io/lanes/ + URL:=https://lualanes.github.io/lanes/ DEPENDS:=+lua +luac +liblua +libpthread endef diff --git a/lang/lua/luaossl/Makefile b/lang/lua/luaossl/Makefile index 8223033ff..93f2abb9f 100644 --- a/lang/lua/luaossl/Makefile +++ b/lang/lua/luaossl/Makefile @@ -29,7 +29,7 @@ define Package/luaossl/default SECTION:=lang CATEGORY:=Languages TITLE:=Comprehensive binding to OpenSSL for $(1) - URL:=http://25thandclement.com/~william/projects/luaossl.html + URL:=https://25thandclement.com/~william/projects/luaossl.html DEPENDS:=+libopenssl endef diff --git a/lang/lua/luasocket/Makefile b/lang/lua/luasocket/Makefile index 9538d7a9c..973192ec7 100644 --- a/lang/lua/luasocket/Makefile +++ b/lang/lua/luasocket/Makefile @@ -26,7 +26,7 @@ define Package/luasocket/default SUBMENU:=Lua SECTION:=lang CATEGORY:=Languages - URL:=http://w3.impa.br/~diego/software/luasocket + URL:=https://lunarmodules.github.io/luasocket/ endef define Package/luasocket diff --git a/lang/perl/Makefile b/lang/perl/Makefile index 01cb71ba5..2b6323ede 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -60,7 +60,7 @@ define Package/perl SECTION:=lang CATEGORY:=Languages TITLE:=The Perl interpreter - URL:=http://www.perl.com/ + URL:=https://www.perl.org/ DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc endef diff --git a/lang/perl/perl-ack/Makefile b/lang/perl/perl-ack/Makefile index e55ba850e..40aa49648 100644 --- a/lang/perl/perl-ack/Makefile +++ b/lang/perl/perl-ack/Makefile @@ -35,7 +35,7 @@ define Package/perl-ack SECTION:=lang CATEGORY:=Languages TITLE:=grep-like text finder - URL:=http://search.cpan.org/dist/ack/ + URL:=https://metacpan.org/dist/ack/ DEPENDS:=perl +perl-file-next +perlbase-filetest +perlbase-if \ +perlbase-list +perlbase-pod +perlbase-test +perlbase-text \ +perlbase-term diff --git a/lang/perl/perl-authen-sasl-xs/Makefile b/lang/perl/perl-authen-sasl-xs/Makefile index bbc4393f7..84f7521e1 100644 --- a/lang/perl/perl-authen-sasl-xs/Makefile +++ b/lang/perl/perl-authen-sasl-xs/Makefile @@ -29,7 +29,7 @@ define Package/perl-authen-sasl-xs SECTION:=lang CATEGORY:=Languages TITLE:=Authen::XS hooks into libsasl. - URL:=http://search.cpan.org/dist/$(PKG_SOURCE_NAME)/ + URL:=https://metacpan.org/dist/Authen-SASL-XS/ DEPENDS:=perl +perlbase-dynaloader +perl-authen-sasl +libsasl2 endef diff --git a/lang/perl/perl-authen-sasl/Makefile b/lang/perl/perl-authen-sasl/Makefile index 21222870c..cfa6b494e 100644 --- a/lang/perl/perl-authen-sasl/Makefile +++ b/lang/perl/perl-authen-sasl/Makefile @@ -29,7 +29,7 @@ define Package/perl-authen-sasl SECTION:=lang CATEGORY:=Languages TITLE:=Generic network authentication protocol framework. - URL:=http://search.cpan.org/dist/$(PKG_SOURCE_NAME)/ + URL:=https://metacpan.org/dist/Authen-SASL/ DEPENDS:=perl +perlbase-digest endef diff --git a/lang/perl/perl-device-serialport/Makefile b/lang/perl/perl-device-serialport/Makefile index de37a0824..c1e8164e4 100644 --- a/lang/perl/perl-device-serialport/Makefile +++ b/lang/perl/perl-device-serialport/Makefile @@ -28,7 +28,7 @@ define Package/perl-device-serialport SECTION:=lang CATEGORY:=Languages TITLE:=A POSIX-based version of the Win32::SerialPort module - URL:=http://search.cpan.org/dist/Device-SerialPort/ + URL:=https://metacpan.org/dist/Device-SerialPort/ DEPENDS:=perl +perlbase-essential +perlbase-io +perlbase-posix +perlbase-test +perlbase-xsloader endef diff --git a/lang/perl/perl-encode-locale/Makefile b/lang/perl/perl-encode-locale/Makefile index 73c661927..4539a361a 100644 --- a/lang/perl/perl-encode-locale/Makefile +++ b/lang/perl/perl-encode-locale/Makefile @@ -28,7 +28,7 @@ define Package/perl-encode-locale SECTION:=lang CATEGORY:=Languages TITLE:=Determine the locale encoding - URL:=http://search.cpan.org/dist/Encode-Locale/ + URL:=https://metacpan.org/dist/Encode-Locale/ DEPENDS:=perl +perlbase-base +perlbase-encode +perlbase-essential endef diff --git a/lang/perl/perl-file-listing/Makefile b/lang/perl/perl-file-listing/Makefile index 9fd6fe707..fd223c1f8 100644 --- a/lang/perl/perl-file-listing/Makefile +++ b/lang/perl/perl-file-listing/Makefile @@ -28,7 +28,7 @@ define Package/perl-file-listing SECTION:=lang CATEGORY:=Languages TITLE:=Parse directory listing - URL:=http://search.cpan.org/dist/File-Listing/ + URL:=https://metacpan.org/dist/File-Listing/ DEPENDS:=perl +perl-http-date +perlbase-essential endef diff --git a/lang/perl/perl-file-next/Makefile b/lang/perl/perl-file-next/Makefile index 085c613f4..4a8baf63a 100644 --- a/lang/perl/perl-file-next/Makefile +++ b/lang/perl/perl-file-next/Makefile @@ -25,7 +25,7 @@ define Package/perl-file-next SECTION:=lang CATEGORY:=Languages TITLE:=File finding module - URL:=http://search.cpan.org/dist/File-Next/ + URL:=https://metacpan.org/dist/File-Next/ DEPENDS:=perl +perlbase-file endef diff --git a/lang/perl/perl-file-rsyncp/Makefile b/lang/perl/perl-file-rsyncp/Makefile index 98943c2e7..d8e1e3536 100644 --- a/lang/perl/perl-file-rsyncp/Makefile +++ b/lang/perl/perl-file-rsyncp/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=0.76 PKG_RELEASE:=1 PKG_SOURCE:=File-RsyncP-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/ +PKG_SOURCE_URL:=https://www.cpan.org/authors/id/C/CB/CBARRATT/ PKG_HASH:=1b23d3d4c08b9dd3eadfc6a3f38dfd21b72669f0052e7ad18e53350ef47c9e16 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/File-RsyncP-$(PKG_VERSION) @@ -23,7 +23,7 @@ define Package/perl-file-rsyncp SECTION:=lang CATEGORY:=Languages TITLE:=Perl Rsync client - URL:=http://search.cpan.org/~cbarratt/File-RsyncP/ + URL:=https://metacpan.org/dist/File-RsyncP/ DEPENDS:=perl +perlbase-autoloader +perlbase-socket +perlbase-getopt +perlbase-data +perlbase-config +perlbase-encode +perlbase-fcntl +perlbase-file endef diff --git a/lang/perl/perl-http-negotiate/Makefile b/lang/perl/perl-http-negotiate/Makefile index bc2183121..450e0f6c1 100644 --- a/lang/perl/perl-http-negotiate/Makefile +++ b/lang/perl/perl-http-negotiate/Makefile @@ -28,7 +28,7 @@ define Package/perl-http-negotiate SECTION:=lang CATEGORY:=Languages TITLE:=Choose a variant to serve - URL:=http://search.cpan.org/dist/HTTP-Negotiate/ + URL:=https://metacpan.org/dist/HTTP-Negotiate/ DEPENDS:=perl +perl-http-message +perlbase-essential endef diff --git a/lang/perl/perl-io-html/Makefile b/lang/perl/perl-io-html/Makefile index 5b94a5bb2..fd219748c 100644 --- a/lang/perl/perl-io-html/Makefile +++ b/lang/perl/perl-io-html/Makefile @@ -28,7 +28,7 @@ define Package/perl-io-html SECTION:=lang CATEGORY:=Languages TITLE:=Open an HTML file with automatic charset detection - URL:=http://search.cpan.org/dist/IO-HTML/ + URL:=https://metacpan.org/dist/IO-HTML/ DEPENDS:=perl +perlbase-encode +perlbase-essential endef diff --git a/lang/perl/perl-lockfile-simple/Makefile b/lang/perl/perl-lockfile-simple/Makefile index aa69758cf..ac6372fe7 100644 --- a/lang/perl/perl-lockfile-simple/Makefile +++ b/lang/perl/perl-lockfile-simple/Makefile @@ -28,7 +28,7 @@ define Package/perl-lockfile-simple SECTION:=lang CATEGORY:=Languages TITLE:=Simple advisory file locking - URL:=http://search.cpan.org/dist/LockFile-Simple/ + URL:=https://metacpan.org/dist/LockFile-Simple/ DEPENDS:=perl +perlbase-essential +perlbase-sys endef diff --git a/lang/perl/perl-net-telnet/Makefile b/lang/perl/perl-net-telnet/Makefile index 9c6ea0492..b751a0ea2 100644 --- a/lang/perl/perl-net-telnet/Makefile +++ b/lang/perl/perl-net-telnet/Makefile @@ -28,7 +28,7 @@ define Package/perl-net-telnet SECTION:=lang CATEGORY:=Languages TITLE:=Telnet client - URL:=http://search.cpan.org/dist/Net-Telnet/ + URL:=https://metacpan.org/dist/Net-Telnet/ DEPENDS:=perl +perlbase-essential +perlbase-socket +perlbase-symbol endef diff --git a/lang/perl/perl-netaddr-ip/Makefile b/lang/perl/perl-netaddr-ip/Makefile index 16f16e389..57d2e65c4 100644 --- a/lang/perl/perl-netaddr-ip/Makefile +++ b/lang/perl/perl-netaddr-ip/Makefile @@ -26,7 +26,7 @@ define Package/perl-netaddr-ip SECTION:=lang CATEGORY:=Languages TITLE:=NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets - URL:=http://search.cpan.org/dist/NetAddr::IP/ + URL:=https://metacpan.org/dist/NetAddr-IP/ DEPENDS:=perl +perlbase-essential +perlbase-test endef diff --git a/lang/perl/perl-parse-recdescent/Makefile b/lang/perl/perl-parse-recdescent/Makefile index 378c34747..0b6f9b32f 100644 --- a/lang/perl/perl-parse-recdescent/Makefile +++ b/lang/perl/perl-parse-recdescent/Makefile @@ -31,7 +31,7 @@ define Package/perl-parse-recdescent SECTION:=lang CATEGORY:=Languages TITLE:=Generate Recursive-Descent Parsers - URL:=http://search.cpan.org/dist/Parse-RecDescent/ + URL:=https://metacpan.org/dist/Parse-RecDescent/ DEPENDS:=perl +perlbase-essential +perlbase-test +perlbase-text endef diff --git a/lang/perl/perl-parse-yapp/Makefile b/lang/perl/perl-parse-yapp/Makefile index 750dc0707..2ba9b499f 100644 --- a/lang/perl/perl-parse-yapp/Makefile +++ b/lang/perl/perl-parse-yapp/Makefile @@ -30,7 +30,7 @@ define Package/perl-parse-yapp SECTION:=lang CATEGORY:=Languages TITLE:=Yet Another Parser Parser For Perl - URL:=http://search.cpan.org/dist/Parse-Yapp/ + URL:=https://metacpan.org/dist/Parse-Yapp/ DEPENDS:=perl +perlbase-essential +perlbase-test endef diff --git a/lang/perl/perl-www-curl/Makefile b/lang/perl/perl-www-curl/Makefile index e02873b92..a45490f87 100644 --- a/lang/perl/perl-www-curl/Makefile +++ b/lang/perl/perl-www-curl/Makefile @@ -29,7 +29,7 @@ define Package/perl-www-curl SECTION:=lang CATEGORY:=Languages TITLE:=Perl bindings to libcurl - URL:=http://search.cpan.org/dist/WWW-Curl/ + URL:=https://metacpan.org/dist/WWW-Curl/ DEPENDS:=perl +libcurl +perlbase-essential +perlbase-xsloader endef diff --git a/lang/perl/perl-xml-parser/Makefile b/lang/perl/perl-xml-parser/Makefile index 46efe0b1c..4cc0f6089 100644 --- a/lang/perl/perl-xml-parser/Makefile +++ b/lang/perl/perl-xml-parser/Makefile @@ -37,7 +37,7 @@ define Package/perl-xml-parser SECTION:=lang CATEGORY:=Languages TITLE:=Perl XML Parser - URL:=http://search.cpan.org/dist/XML-Parser/ + URL:=https://metacpan.org/dist/XML-Parser/ DEPENDS:=perl +libexpat +perlbase-dynaloader +perlbase-essential endef diff --git a/lang/perl/perlbase.mk b/lang/perl/perlbase.mk index 717069b3a..9de7d92d8 100644 --- a/lang/perl/perlbase.mk +++ b/lang/perl/perlbase.mk @@ -2,7 +2,7 @@ define Package/perlbase-template SUBMENU:=Perl SECTION:=lang CATEGORY:=Languages -URL:=http://www.cpan.org/ +URL:=https://www.cpan.org/ DEPENDS:=perl endef diff --git a/lang/php8/Makefile b/lang/php8/Makefile index 556e83626..4075f526e 100644 --- a/lang/php8/Makefile +++ b/lang/php8/Makefile @@ -57,7 +57,7 @@ define Package/php8/Default SECTION:=lang CATEGORY:=Languages TITLE:=PHP8 Hypertext preprocessor - URL:=http://www.php.net/ + URL:=https://www.php.net/ DEPENDS:=php8 endef diff --git a/lang/php8/pecl.mk b/lang/php8/pecl.mk index 4f35779fd..c160b60e9 100644 --- a/lang/php8/pecl.mk +++ b/lang/php8/pecl.mk @@ -7,7 +7,7 @@ define Package/php8-pecl/Default SUBMENU:=PHP8 SECTION:=lang CATEGORY:=Languages - URL:=http://pecl.php.net/ + URL:=https://pecl.php.net/ DEPENDS:=php8 endef diff --git a/lang/python/python-augeas/Makefile b/lang/python/python-augeas/Makefile index 33c7e7389..28d4b32c7 100644 --- a/lang/python/python-augeas/Makefile +++ b/lang/python/python-augeas/Makefile @@ -29,7 +29,7 @@ define Package/python3-augeas SECTION:=lang CATEGORY:=Languages TITLE:=Python bindings for Augeas - URL:=http://augeas.net + URL:=https://augeas.net DEPENDS:=+python3-light +python3-cffi +augeas endef diff --git a/lang/python/python-crcmod/Makefile b/lang/python/python-crcmod/Makefile index 6d4ded9cf..9d0ca6ad6 100644 --- a/lang/python/python-crcmod/Makefile +++ b/lang/python/python-crcmod/Makefile @@ -22,7 +22,7 @@ define Package/python3-crcmod CATEGORY:=Languages SUBMENU:=Python TITLE:=python3-crcmod - URL:=http://crcmod.sourceforge.net/ + URL:=https://crcmod.sourceforge.net/ DEPENDS:=+python3-light endef diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index 810810e05..3609fcfe1 100644 --- a/lang/python/python-curl/Makefile +++ b/lang/python/python-curl/Makefile @@ -28,7 +28,7 @@ define Package/python3-curl SECTION:=lang SUBMENU:=Python TITLE:=Python module interface to the cURL library - URL:=http://pycurl.io/ + URL:=https://github.com/pycurl/pycurl DEPENDS:=+libcurl +python3 endef diff --git a/lang/python/python-dotenv/Makefile b/lang/python/python-dotenv/Makefile index fb7ddd120..ceb9dfa90 100644 --- a/lang/python/python-dotenv/Makefile +++ b/lang/python/python-dotenv/Makefile @@ -21,7 +21,7 @@ define Package/python3-dotenv CATEGORY:=Languages SUBMENU:=Python TITLE:=Add .env support to your django/flask apps in development and deployments - URL:=http://github.com/theskumar/python-dotenv + URL:=https://github.com/theskumar/python-dotenv DEPENDS:=+python3-click +python3-light +python3-logging endef diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile index 4c4c16cb8..ea8b9aa2a 100644 --- a/lang/python/python-paho-mqtt/Makefile +++ b/lang/python/python-paho-mqtt/Makefile @@ -27,7 +27,7 @@ define Package/python3-paho-mqtt CATEGORY:=Languages SUBMENU:=Python TITLE:=MQTT version 5.0/3.1.1 client class - URL:=http://eclipse.org/paho + URL:=https://eclipse.dev/paho/ DEPENDS:=+python3-light +python3-uuid +python3-logging +python3-urllib endef diff --git a/lang/python/python-selinux/Makefile b/lang/python/python-selinux/Makefile index 193a8e7bf..8d628b3e0 100644 --- a/lang/python/python-selinux/Makefile +++ b/lang/python/python-selinux/Makefile @@ -35,7 +35,7 @@ define Package/python3-selinux CATEGORY:=Languages TITLE:=SELinux runtime library bindings DEPENDS:=+python3-light +libselinux - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject endef define Package/python3-selinux/description diff --git a/lang/python/python-semanage/Makefile b/lang/python/python-semanage/Makefile index 0b7e7b3f2..447cc10e2 100644 --- a/lang/python/python-semanage/Makefile +++ b/lang/python/python-semanage/Makefile @@ -35,7 +35,7 @@ define Package/python3-semanage CATEGORY:=Languages TITLE:=SELinux policy management library bindings DEPENDS:=+python3-light +libsemanage - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject endef define Package/python3-semanage/description diff --git a/lang/python/vobject/Makefile b/lang/python/vobject/Makefile index 21796fe09..89949b7ca 100644 --- a/lang/python/vobject/Makefile +++ b/lang/python/vobject/Makefile @@ -22,7 +22,7 @@ define Package/python3-vobject SECTION:=lang CATEGORY:=Languages TITLE:=VObject - URL:=http://eventable.github.io/vobject/ + URL:=https://py-vobject.github.io/ DEPENDS:=+python3 +python3-dateutil endef diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 8b47f3de6..ed8bf8093 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -114,7 +114,7 @@ define Package/ruby/Default SECTION:=lang CATEGORY:=Languages TITLE:=Ruby scripting language - URL:=http://www.ruby-lang.org/ + URL:=https://www.ruby-lang.org/ endef define Package/ruby/Default/description diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index f953263c2..28a385106 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -40,7 +40,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/libaprutil/Default SECTION:=libs CATEGORY:=Libraries - URL:=http://apr.apache.org/ + URL:=https://apr.apache.org/ endef define Package/libaprutil diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 9303d1708..94433224a 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -29,7 +29,7 @@ define Package/avahi/Default SECTION:=net CATEGORY:=Network TITLE:=An mDNS/DNS-SD implementation - URL:=http://www.avahi.org/ + URL:=https://avahi.org/ endef define Package/avahi/Default/description diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 212490dce..3bad82c69 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -79,7 +79,7 @@ This package provides the following run-time libraries: - wave There are many more header-only libraries supported by Boost. -See more at http://www.boost.org/doc/libs/1_90_0/ +See more at https://www.boost.org/libraries/1.90.0/grid/ endef PKG_BUILD_DEPENDS:=boost/host diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index ab73a3412..fd0080b77 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -32,7 +32,7 @@ define Package/libsasl2/Default SECTION:=libs CATEGORY:=Libraries TITLE:=A general purpose authentication library - URL:=http://asg.web.cmu.edu/sasl/ + URL:=https://github.com/cyrusimap/cyrus-sasl endef define Package/libsasl2 diff --git a/libs/db/Makefile b/libs/db/Makefile index 6e124c3cc..2c933248e 100644 --- a/libs/db/Makefile +++ b/libs/db/Makefile @@ -29,7 +29,7 @@ define Package/libdb47 SECTION:=libs CATEGORY:=Libraries TITLE:=Berkeley DB library - URL:=http://www.oracle.com/us/products/database/berkeley-db + URL:=https://www.oracle.com/database/technologies/related/berkeleydb.html PROVIDES:=libdb47-full ABI_VERSION:=5 endef @@ -43,7 +43,7 @@ define Package/libdb47xx CATEGORY:=Libraries DEPENDS:=+libdb47 +libstdcpp TITLE:=Berkeley DB library for C++ - URL:=http://www.oracle.com/us/products/database/berkeley-db + URL:=https://www.oracle.com/database/technologies/related/berkeleydb.html PROVIDES:=libdb47xx-full ABI_VERSION:=5 endef diff --git a/libs/dmx_usb_module/Makefile b/libs/dmx_usb_module/Makefile index 309c6fe13..e85505e00 100644 --- a/libs/dmx_usb_module/Makefile +++ b/libs/dmx_usb_module/Makefile @@ -26,7 +26,7 @@ define KernelPackage/usb-serial-dmx_usb_module CATEGORY:=Kernel modules SUBMENU:=USB Support TITLE:=Support for FTDI RS485 based DMX modules - URL:=http://www.erwinrol.com/open-dmx-usb-linux-driver/ + URL:=https://www.erwinrol.com/page/projects/open-dmx-usb/ FILES:=$(PKG_BUILD_DIR)/dmx_usb.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,dmx_usb) DEPENDS+=kmod-usb-serial diff --git a/libs/dtndht/Makefile b/libs/dtndht/Makefile index 5846249ea..b914361d0 100644 --- a/libs/dtndht/Makefile +++ b/libs/dtndht/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.2.3 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases +PKG_SOURCE_URL:=https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_HASH:=29749f6c4e1b79e6973dc7436bcc6e0aee86ce27e1786f32a60feab652af8898 PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index a18ed31d2..b30db5154 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/faad2/Default - URL:=http://www.audiocoding.com/faad2.html + URL:=https://github.com/knik0/faad2 TITLE:=Freeware Advanced Audio Decoder endef diff --git a/libs/glib-networking/Makefile b/libs/glib-networking/Makefile index e0bf48ea9..7fb32d82e 100644 --- a/libs/glib-networking/Makefile +++ b/libs/glib-networking/Makefile @@ -31,7 +31,7 @@ define Package/libgio-gnutls CATEGORY:=Libraries DEPENDS:=+glib2 +libgnutls TITLE:=GLib2 GIO GNUTLS module - URL:=http://www.gnome.org/ + URL:=https://www.gnome.org/ endef define Package/libgio-gnutls/description @@ -43,7 +43,7 @@ define Package/libgio-openssl CATEGORY:=Libraries DEPENDS:=+glib2 +libopenssl TITLE:=GLib2 GIO OpenSSL module - URL:=http://www.gnome.org/ + URL:=https://www.gnome.org/ endef define Package/libgio-openssl/description @@ -55,7 +55,7 @@ define Package/libgio-environmentproxy CATEGORY:=Libraries DEPENDS:=+glib2 TITLE:=GLib2 GIO environmentproxy module - URL:=http://www.gnome.org/ + URL:=https://www.gnome.org/ endef define Package/libgio-environmentproxy/description diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 680f1258a..0679ab28b 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/meson.mk define Package/glib2/default SECTION:=libs CATEGORY:=Libraries - URL:=http://www.gtk.org/ + URL:=https://www.gtk.org/ endef define Package/glib2-core diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 9e70f7bca..0ff456033 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -48,7 +48,7 @@ define Package/gnutls/Default SECTION:=libs CATEGORY:=Libraries TITLE:=GNU TLS - URL:=http://www.gnutls.org/ + URL:=https://gnutls.org/ endef define Package/gnutls/Default/description diff --git a/libs/gost_engine/Makefile b/libs/gost_engine/Makefile index ef101f47f..4edbc9207 100644 --- a/libs/gost_engine/Makefile +++ b/libs/gost_engine/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/gost_engine/Default $(call Package/openssl/engine/Default) TITLE:=GOST engine for OpenSSL - URL:=http://www.openssl.org/ + URL:=https://github.com/gost-engine/engine endef define Package/gost_engine/Default/description @@ -32,7 +32,6 @@ define Package/libopenssl-gost_engine $(call Package/gost_engine/Default) $(call Package/openssl/engine/Default) TITLE+= (library) - URL:=https://github.com/gost-engine/engine/ endef define Package/libopenssl-gost_engine/description diff --git a/libs/ibrcommon/Makefile b/libs/ibrcommon/Makefile index 2b6f4c2eb..7fe84c87c 100644 --- a/libs/ibrcommon/Makefile +++ b/libs/ibrcommon/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.1 PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases +PKG_SOURCE_URL:=https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_HASH:=9c457c1ebc01e6216524636628c647bef34ab11bd96f0e0788be8749374fdc20 PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 diff --git a/libs/ibrdtn/Makefile b/libs/ibrdtn/Makefile index a318084ab..2f88a6c73 100644 --- a/libs/ibrdtn/Makefile +++ b/libs/ibrdtn/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.1 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases +PKG_SOURCE_URL:=https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_HASH:=288b14ccbaefb5e3234065c2778c247797ccb3c7afbb6746bb37dc12c620d360 PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 78d7251a1..cc0f5c7ee 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -40,7 +40,7 @@ define Package/icu SECTION:=libs CATEGORY:=Libraries TITLE:=International Components for Unicode - URL:=http://icu-project.org + URL:=https://icu.unicode.org/ DEPENDS:=+libstdcpp +libpthread ABI_VERSION:=$(MAJOR_VERSION) endef @@ -54,7 +54,7 @@ define Package/icu-full-data SECTION:=libs CATEGORY:=Libraries TITLE:=Full ICU Data - URL:=http://icu-project.org + URL:=https://icu.unicode.org/ DEPENDS:=+icu ABI_VERSION:=$(MAJOR_VERSION) endef @@ -62,14 +62,14 @@ endef define Package/icu-full-data/description ICU makes use of a wide variety of data tables to provide many of its services. Examples include converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries, and other locale data. This package contains the complete data library provided by ICU. - A custom data library can be generated at http://apps.icu-project.org/datacustom/ +A custom data library can be generated at https://unicode-org.github.io/icu/userguide/icu_data/ endef define Package/icu-data-tools SECTION:=libs CATEGORY:=Libraries TITLE:=ICU Data manipulation tools - URL:=http://icu-project.org + URL:=https://icu.unicode.org/ DEPENDS:=+icu endef diff --git a/libs/ldns/Makefile b/libs/ldns/Makefile index 3711b3163..571ccc095 100644 --- a/libs/ldns/Makefile +++ b/libs/ldns/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.8.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.nlnetlabs.nl/downloads/ldns +PKG_SOURCE_URL:=https://www.nlnetlabs.nl/downloads/ldns PKG_HASH:=c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860 PKG_MAINTAINER:=Eric Luehrsen @@ -27,7 +27,7 @@ PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk define Package/libldns/Default - URL:=http://www.nlnetlabs.nl/projects/ldns/ + URL:=https://www.nlnetlabs.nl/projects/ldns/about/ DEPENDS:=+libopenssl endef diff --git a/libs/libaio/Makefile b/libs/libaio/Makefile index 009c6e218..9e03d81d4 100644 --- a/libs/libaio/Makefile +++ b/libs/libaio/Makefile @@ -30,7 +30,7 @@ define Package/libaio SECTION:=libs CATEGORY:=Libraries TITLE:=Linux kernel AIO interface access library - URL:=http://lse.sourceforge.net/io/aio.html + URL:=https://lse.sourceforge.net/io/aio.html endef define Build/InstallDev diff --git a/libs/libao/Makefile b/libs/libao/Makefile index 1f0e3ccc1..aa05264dd 100644 --- a/libs/libao/Makefile +++ b/libs/libao/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.2.0 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ao/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/ao/ PKG_HASH:=03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf PKG_MAINTAINER:=Ted Hess @@ -31,7 +31,7 @@ define Package/libao DEPENDS:=+alsa-lib CATEGORY:=Libraries TITLE:=A cross platform audio library - URL:=http://www.xiph.org/ao/ + URL:=https://www.xiph.org/ao/ endef define Package/libao/description diff --git a/libs/libcups/Makefile b/libs/libcups/Makefile index 39b5c8e90..2f99ff9b6 100644 --- a/libs/libcups/Makefile +++ b/libs/libcups/Makefile @@ -23,7 +23,7 @@ PKG_CPE_ID:=cpe:/a:apple:cups include $(INCLUDE_DIR)/package.mk define Package/libcups/Default - URL:=http://www.cups.org/ + URL:=https://www.cups.org/ SUBMENU:=Printing endef diff --git a/libs/libdaemon/Makefile b/libs/libdaemon/Makefile index 2dc618bbf..ccf2dcc81 100644 --- a/libs/libdaemon/Makefile +++ b/libs/libdaemon/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.14 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://0pointer.de/lennart/projects/libdaemon/ +PKG_SOURCE_URL:=https://0pointer.de/lennart/projects/libdaemon/ PKG_HASH:=fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 PKG_MAINTAINER:=Ted Hess PKG_CPE_ID:=cpe:/a:libdaemon_project:libdaemon @@ -26,7 +26,7 @@ define Package/libdaemon SECTION:=libs CATEGORY:=Libraries TITLE:=A lightweight C library that eases the writing of UNIX daemons - URL:=http://0pointer.de/lennart/projects/libdaemon/ + URL:=https://0pointer.de/lennart/projects/libdaemon/ endef define Package/libdaemon/description diff --git a/libs/libdbi-drivers/Makefile b/libs/libdbi-drivers/Makefile index 972e12dbf..80444cdfd 100644 --- a/libs/libdbi-drivers/Makefile +++ b/libs/libdbi-drivers/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libdbi-drivers/default SECTION:=libs CATEGORY:=Libraries - URL:=http://libdbi-drivers.sourceforge.net/ + URL:=https://libdbi-drivers.sourceforge.net/ endef define Package/libdbi-drivers diff --git a/libs/libdbi/Makefile b/libs/libdbi/Makefile index 2982be877..708f1862a 100644 --- a/libs/libdbi/Makefile +++ b/libs/libdbi/Makefile @@ -28,7 +28,7 @@ define Package/libdbi SECTION:=libs CATEGORY:=Libraries TITLE:=Database Independent Abstraction Layer library - URL:=http://libdbi.sourceforge.net/ + URL:=https://libdbi.sourceforge.net/ endef define Package/libdbi/description diff --git a/libs/libedit/Makefile b/libs/libedit/Makefile index dc91cc610..04c5f5a75 100644 --- a/libs/libedit/Makefile +++ b/libs/libedit/Makefile @@ -31,7 +31,7 @@ define Package/libedit SECTION:=libs CATEGORY:=Libraries TITLE:=BSD editline and history library - URL:=http://thrysoee.dk/editline/ + URL:=https://thrysoee.dk/editline/ DEPENDS:=+libncurses endef diff --git a/libs/libestr/Makefile b/libs/libestr/Makefile index 5f5144b36..204577448 100644 --- a/libs/libestr/Makefile +++ b/libs/libestr/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=libestr PKG_VERSION:=0.1.11 PKG_RELEASE:=3 -PKG_SOURCE_URL:=http://libestr.adiscon.com/files/download/ +PKG_SOURCE_URL:=https://libestr.adiscon.com/files/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=46632b2785ff4a231dcf241eeb0dcb5fc0c7d4da8ee49cf5687722cdbe8b2024 @@ -29,7 +29,7 @@ define Package/libestr SECTION:=libs CATEGORY:=Libraries TITLE:=String handling library - URL:=http://libestr.adiscon.com/ + URL:=https://libestr.adiscon.com/ endef define Package/libestr/description diff --git a/libs/libev/Makefile b/libs/libev/Makefile index cd2a3d593..7002e46bd 100644 --- a/libs/libev/Makefile +++ b/libs/libev/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=4.33 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/ +PKG_SOURCE_URL:=https://dist.schmorp.de/libev/Attic/ PKG_HASH:=507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea PKG_LICENSE:=BSD-2-Clause GPL-2.0-or-later PKG_LICENSE_FILES:=LICENSE @@ -29,7 +29,7 @@ define Package/libev SECTION:=libs CATEGORY:=Libraries TITLE:=High-performance event loop - URL:=http://software.schmorp.de/pkg/libev.html + URL:=https://software.schmorp.de/pkg/libev.html endef define Package/libev/description diff --git a/libs/libftdi1/Makefile b/libs/libftdi1/Makefile index 60985f130..09688603b 100644 --- a/libs/libftdi1/Makefile +++ b/libs/libftdi1/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/ +PKG_SOURCE_URL:=https://www.intra2net.com/en/developer/libftdi/download/ PKG_HASH:=7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049 PKG_MAINTAINER:=Álvaro Fernández Rojas @@ -30,7 +30,7 @@ define Package/libftdi1 CATEGORY:=Libraries DEPENDS:=+libusb-1.0 TITLE:=Library to talk to FTDI chips - URL:=http://www.intra2net.com/en/developer/libftdi/ + URL:=https://www.intra2net.com/en/developer/libftdi/ endef define Package/libftdi1/description @@ -44,7 +44,7 @@ define Package/ftdi_eeprom CATEGORY:=Utilities DEPENDS:=+confuse +libftdi1 TITLE:=Tool for reading/erasing/flashing FTDI USB chip eeproms - URL:=http://www.intra2net.com/en/developer/libftdi/ + URL:=https://www.intra2net.com/en/developer/libftdi/ endef define Package/ftdi_eeprom/description diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 430660090..21fbeefaa 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -12,9 +12,8 @@ PKG_VERSION:=1.58 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \ - http://ring.ksc.gr.jp/archives/net/gnupg/libgpg-error \ - https://www.gnupg.org/ftp/gcrypt/libgpg-error +PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgpg-error \ + https://mirrors.dotsrc.org/gcrypt/libgpg-error PKG_HASH:=f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27 PKG_MAINTAINER:=W. Michael Petullo diff --git a/libs/libical/Makefile b/libs/libical/Makefile index af29d3a56..01efdc320 100644 --- a/libs/libical/Makefile +++ b/libs/libical/Makefile @@ -29,7 +29,7 @@ define Package/libical SECTION:=libs CATEGORY:=Libraries TITLE:=An implementation of iCalendar protocols and data formats - URL:=http://libical.github.io/libical/ + URL:=https://libical.github.io/libical/ DEPENDS:=+libpthread endef diff --git a/libs/libidn/Makefile b/libs/libidn/Makefile index d44ac4c10..82579b311 100644 --- a/libs/libidn/Makefile +++ b/libs/libidn/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk define Package/idn/Default SECTION:=net CATEGORY:=Network - URL:=http://www.gnu.org/software/libidn/ + URL:=https://www.gnu.org/software/libidn/ endef define Package/idn/Default/description diff --git a/libs/libidn2/Makefile b/libs/libidn2/Makefile index df458e1ae..3c72447c0 100644 --- a/libs/libidn2/Makefile +++ b/libs/libidn2/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/idn2/Default SECTION:=net CATEGORY:=Network - URL:=http://www.gnu.org/software/libidn/ + URL:=https://www.gnu.org/software/libidn/ endef define Package/idn2/Default/description diff --git a/libs/liblo/Makefile b/libs/liblo/Makefile index ffffd10b2..372ac14ef 100644 --- a/libs/liblo/Makefile +++ b/libs/liblo/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/liblo/Default TITLE:=Lightweight Open Sound Control (OSC) - URL:=http://liblo.sourceforge.net/ + URL:=https://liblo.sourceforge.net/ endef define Package/liblo diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile index 2de1abe07..a0d580b6b 100644 --- a/libs/libmad/Makefile +++ b/libs/libmad/Makefile @@ -31,7 +31,7 @@ define Package/libmad SECTION:=libs CATEGORY:=Libraries TITLE:=An high-quality MPEG audio decoding library - URL:=http://www.underbit.com/products/mad/ + URL:=https://codeberg.org/tenacityteam/libmad endef define Package/libmad/description diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile index 49000a632..52628c2d0 100644 --- a/libs/libmms/Makefile +++ b/libs/libmms/Makefile @@ -27,7 +27,7 @@ define Package/libmms SECTION:=libs CATEGORY:=Libraries TITLE:=MMS stream protocol library - URL:=http://libmms.sourceforge.net + URL:=https://sourceforge.net/projects/libmms/ endef define Package/libmms/description diff --git a/libs/libmodbus/Makefile b/libs/libmodbus/Makefile index f3e31c474..3cda9c2a3 100644 --- a/libs/libmodbus/Makefile +++ b/libs/libmodbus/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libmodbus SECTION:=libs CATEGORY:=Libraries - URL:=http://www.libmodbus.org + URL:=https://libmodbus.org TITLE:=libmodbus endef diff --git a/libs/libmpeg2/Makefile b/libs/libmpeg2/Makefile index 3032eedda..7ca4003b2 100644 --- a/libs/libmpeg2/Makefile +++ b/libs/libmpeg2/Makefile @@ -25,7 +25,7 @@ define Package/libmpeg2 SECTION:=libs CATEGORY:=Libraries TITLE:=MPEG-1 & -2 decoding library - URL:=http://libmpeg2.sourceforge.net/ + URL:=https://libmpeg2.sourceforge.io/ endef define Package/libmpeg2/description diff --git a/libs/libnetfilter-acct/Makefile b/libs/libnetfilter-acct/Makefile index 272295eec..38823736e 100644 --- a/libs/libnetfilter-acct/Makefile +++ b/libs/libnetfilter-acct/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.3 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://netfilter.org/projects/libnetfilter_acct/files +PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_acct/ PKG_HASH:=4250ceef3efe2034f4ac05906c3ee427db31b9b0a2df41b2744f4bf79a959a1a PKG_LICENSE:=LGPL-2.1-or-later @@ -28,7 +28,7 @@ define Package/libnetfilter-acct SECTION:=libs CATEGORY:=Libraries TITLE:=API to extended accounting infrastructure - URL:=http://www.netfilter.org/projects/libnetfilter_acct/ + URL:=https://netfilter.org/projects/libnetfilter_acct/ DEPENDS:=+libmnl endef diff --git a/libs/libnetfilter-cthelper/Makefile b/libs/libnetfilter-cthelper/Makefile index d8771e2d1..f1ad412ad 100644 --- a/libs/libnetfilter-cthelper/Makefile +++ b/libs/libnetfilter-cthelper/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.0 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_cthelper/files/ +PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_cthelper/ PKG_HASH:=07618e71c4d9a6b6b3dc1986540486ee310a9838ba754926c7d14a17d8fccf3d PKG_FIXUP:=autoreconf @@ -28,7 +28,7 @@ define Package/libnetfilter-cthelper CATEGORY:=Libraries DEPENDS:=+libmnl TITLE:=API to the in-kernel connection tracking helper infrastructure - URL:=http://www.netfilter.org/projects/libnetfilter_cthelper/ + URL:=https://netfilter.org/projects/libnetfilter_cthelper/ ABI_VERSION:=0 endef diff --git a/libs/libnetfilter-cttimeout/Makefile b/libs/libnetfilter-cttimeout/Makefile index 23c4b61e2..e4e720d50 100644 --- a/libs/libnetfilter-cttimeout/Makefile +++ b/libs/libnetfilter-cttimeout/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.0 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/files/ +PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_cttimeout/ PKG_HASH:=aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba PKG_FIXUP:=autoreconf @@ -28,7 +28,7 @@ define Package/libnetfilter-cttimeout CATEGORY:=Libraries DEPENDS:=+libmnl TITLE:=API to the in-kernel connection tracking timeout infrastructure - URL:=http://www.netfilter.org/projects/libnetfilter_cttimeout/ + URL:=https://netfilter.org/projects/libnetfilter_cttimeout/ ABI_VERSION:=1 endef diff --git a/libs/libnetfilter-log/Makefile b/libs/libnetfilter-log/Makefile index 4ebacd9f8..5023d29bc 100644 --- a/libs/libnetfilter-log/Makefile +++ b/libs/libnetfilter-log/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.netfilter.org/projects/libnetfilter_log/files/ +PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_log/ PKG_HASH:=e3f408575614d849e4726b45e90c7ebb0e6744b04859555a9ce6ec40744ffeea PKG_MAINTAINER:=Yousong Zhou @@ -28,7 +28,7 @@ define Package/libnetfilter-log CATEGORY:=Libraries DEPENDS:=+libnfnetlink +kmod-nfnetlink-log +libmnl TITLE:=API to receive to-be-logged packets from the kernel nfnetlink_log subsystem - URL:=http://www.netfilter.org/projects/libnetfilter_log/ + URL:=https://netfilter.org/projects/libnetfilter_log/ ABI_VERSION:=1 endef diff --git a/libs/libnetfilter-queue/Makefile b/libs/libnetfilter-queue/Makefile index 5027532c5..e64917bcb 100644 --- a/libs/libnetfilter-queue/Makefile +++ b/libs/libnetfilter-queue/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.5 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://www.netfilter.org/projects/libnetfilter_queue/files +PKG_SOURCE_URL:=https://netfilter.org/pub/libnetfilter_queue/ PKG_HASH:=f9ff3c11305d6e03d81405957bdc11aea18e0d315c3e3f48da53a24ba251b9f5 PKG_FIXUP:=autoreconf @@ -30,7 +30,7 @@ define Package/libnetfilter-queue CATEGORY:=Libraries DEPENDS:=+libmnl +libnfnetlink TITLE:=Userspace API to packets queued by kernel packet filter - URL:=https://www.netfilter.org/projects/libnetfilter_queue/ + URL:=https://netfilter.org/projects/libnetfilter_queue/ ABI_VERSION:=1 endef diff --git a/libs/libopen62541/Makefile b/libs/libopen62541/Makefile index e35434b56..2d047d3a3 100644 --- a/libs/libopen62541/Makefile +++ b/libs/libopen62541/Makefile @@ -38,13 +38,13 @@ define Package/libopen62541 SECTION:=libs CATEGORY:=Libraries TITLE:=An OPC UA library - URL:=https://open62541.org/ + URL:=https://www.open62541.org/ DEPENDS:=+librt +zlib +libstdcpp +libpthread +libatomic \ +LIBOPEN62541_MBDEDTLS:libmbedtls +LIBOPEN62541_OPENSSL:libopenssl endef define Package/libopen62541/description - open62541 (http://open62541.org) is an open source and free implementation of + open62541 (https://www.open62541.org) is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages. The library is usable with all major compilers and provides the necessary tools to implement dedicated OPC UA clients and servers, or to diff --git a/libs/libpam/Makefile b/libs/libpam/Makefile index f388cb800..63ffcca1c 100644 --- a/libs/libpam/Makefile +++ b/libs/libpam/Makefile @@ -32,7 +32,7 @@ define Package/libpam SECTION:=libs CATEGORY:=Libraries TITLE:=the Linux-PAM libraries and modules. - URL:=http://www.kernel.org/pub/linux/libs/pam + URL:=https://github.com/linux-pam/linux-pam DEPENDS:= +USE_GLIBC:libcrypt-compat endef diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile index e314b7349..6d395bbe2 100644 --- a/libs/libpng/Makefile +++ b/libs/libpng/Makefile @@ -28,7 +28,7 @@ define Package/libpng CATEGORY:=Libraries DEPENDS:=+zlib TITLE:=A PNG format files handling library - URL:=http://www.libpng.org/pub/png/libpng.html + URL:=https://www.libpng.org/pub/png/libpng.html endef CMAKE_OPTIONS += \ diff --git a/libs/libpqxx/Makefile b/libs/libpqxx/Makefile index 72f3dd294..f3e8f29dc 100644 --- a/libs/libpqxx/Makefile +++ b/libs/libpqxx/Makefile @@ -21,7 +21,7 @@ define Package/libpqxx CATEGORY:=Libraries DEPENDS:=+libpq +libstdcpp TITLE:=PostgreSQL client library (C++ interface) - URL:=http://pqxx.org/development/libpqxx + URL:=https://pqxx.org/libpqxx SUBMENU:=Database endef diff --git a/libs/libroxml/Makefile b/libs/libroxml/Makefile index 29bf986bf..686dd87e4 100644 --- a/libs/libroxml/Makefile +++ b/libs/libroxml/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=3.0.2 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://download.libroxml.net/pool/v3.x +PKG_SOURCE_URL:=https://download.libroxml.net/pool/v3.x PKG_HASH:=ed6d68d1bceabf98e5e76907411e2e4d93b2dbd48479ab41dede851f59dad6a3 PKG_MAINTAINER:=Felix Fietkau @@ -28,7 +28,7 @@ define Package/libroxml SECTION:=libs CATEGORY:=Libraries TITLE:=Minimum, easy-to-use, C implementation for xml file parsing - URL:=http://www.libroxml.net/ + URL:=https://www.libroxml.net/ ABI_VERSION:=2 endef diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile index 9cd11e4a0..52723a39b 100644 --- a/libs/libshout/Makefile +++ b/libs/libshout/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=2.4.6 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/libshout/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/libshout/ PKG_HASH:=39cbd4f0efdfddc9755d88217e47f8f2d7108fa767f9d58a2ba26a16d8f7c910 PKG_MAINTAINER:=Ted Hess @@ -28,7 +28,7 @@ define Package/libshout/default SECTION:=libs CATEGORY:=Libraries TITLE:=Shoutcast client library - URL:=http://www.icecast.org + URL:=https://www.icecast.org DEPENDS:= +libvorbisidec +libpthread endef diff --git a/libs/libstrophe/Makefile b/libs/libstrophe/Makefile index 9d74c6355..e8c102934 100644 --- a/libs/libstrophe/Makefile +++ b/libs/libstrophe/Makefile @@ -34,7 +34,7 @@ define Package/libstrophe SECTION:=libs CATEGORY:=Libraries TITLE:=XMPP client library - URL:=http://strophe.im/libstrophe + URL:=https://strophe.im/libstrophe DEPENDS:= +libopenssl +libstrophe-libxml2:libxml2 +libstrophe-expat:libexpat +zlib MENU:=1 endef diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index ae1c049ac..9f3f8f922 100644 --- a/libs/libtheora/Makefile +++ b/libs/libtheora/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=libtheora PKG_VERSION:=1.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/theora/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/theora/ PKG_HASH:=ebdf77a8f5c0a8f7a9e42323844fa09502b34eb1d1fece7b5f54da41fe2122ec PKG_LICENSE:=BSD-3-Clause @@ -29,7 +29,7 @@ define Package/libtheora SECTION:=libs CATEGORY:=Libraries TITLE:=libtheora - URL:=http://xiph.org/theora/ + URL:=https://xiph.org/theora/ MAINTAINER:=W. Michael Petullo DEPENDS:=+libogg endef diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 80553a725..3187fdcaf 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/libupnp/Default SECTION:=libs CATEGORY:=Libraries - URL:=http://pupnp.sourceforge.net/ + URL:=https://pupnp.github.io/pupnp/ endef define Package/libupnp diff --git a/libs/libvorbis/Makefile b/libs/libvorbis/Makefile index 826e80934..7bbcba725 100644 --- a/libs/libvorbis/Makefile +++ b/libs/libvorbis/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=1.3.7 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/vorbis/ PKG_HASH:=b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b PKG_MAINTAINER:=Ted Hess @@ -25,7 +25,7 @@ define Package/libvorbis SECTION:=libs CATEGORY:=Libraries TITLE:=libvorbis - URL:=http://xiph.org/vorbis/ + URL:=https://xiph.org/vorbis/ DEPENDS:=+libogg endef diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index fffd00afe..06629b34e 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -29,7 +29,7 @@ define Package/libvorbisidec CATEGORY:=Libraries TITLE:=A fixed-point Ogg/Vorbis decoder library DEPENDS:= +libogg - URL:=http://wiki.xiph.org/index.php/Tremor + URL:=https://wiki.xiph.org/index.php/Tremor endef define Package/libvorbisidec/description diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index d958659b4..7a201b217 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -33,7 +33,7 @@ define Package/libxslt CATEGORY:=Libraries DEPENDS:=+libxml2 $(ICONV_DEPENDS) TITLE:=Gnome XSLT library - URL:=http://xmlsoft.org/XSLT/ + URL:=https://gitlab.gnome.org/GNOME/libxslt endef define Package/libxslt/description @@ -45,7 +45,7 @@ define Package/libexslt CATEGORY:=Libraries DEPENDS:=+libxslt TITLE:=Gnome XSLT library Extension - URL:=http://xmlsoft.org/XSLT/EXSLT/ + URL:=https://gitlab.gnome.org/GNOME/libxslt endef define Package/libexslt/description @@ -57,7 +57,7 @@ define Package/xsltproc CATEGORY:=Utilities DEPENDS:=+libxslt +PACKAGE_xsltproc:libexslt TITLE:=Gnome XSLT xsltproc Utility - URL:=http://xmlsoft.org/XSLT/ + URL:=https://gitlab.gnome.org/GNOME/libxslt endef define Package/xsltproc/description diff --git a/libs/lzo/Makefile b/libs/lzo/Makefile index 2808392fe..4efcb7d6a 100644 --- a/libs/lzo/Makefile +++ b/libs/lzo/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.10 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.oberhumer.com/opensource/lzo/download/ +PKG_SOURCE_URL:=https://www.oberhumer.com/opensource/lzo/download/ PKG_HASH:=c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b4221a072 PKG_LICENSE:=GPL-2.0-or-later @@ -28,7 +28,7 @@ define Package/liblzo SECTION:=libs CATEGORY:=Libraries TITLE:=A real-time data compression library - URL:=http://www.oberhumer.com/opensource/lzo/ + URL:=https://www.oberhumer.com/opensource/lzo/ ABI_VERSION:=2 endef diff --git a/libs/mtdev/Makefile b/libs/mtdev/Makefile index 586f47fa2..743ae2af2 100644 --- a/libs/mtdev/Makefile +++ b/libs/mtdev/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://bitmath.org/code/mtdev/ +PKG_SOURCE_URL:=https://bitmath.se/org/code/mtdev/ PKG_HASH:=a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e PKG_MAINTAINER:=Daniel Golle @@ -28,7 +28,7 @@ define Package/mtdev SECTION:=libs CATEGORY:=Libraries TITLE:=Multitouch Protocol Translation Library - URL:=http://bitmath.org/code/mtdev/ + URL:=https://bitmath.se/org/code/mtdev/ endef define Package/mtdev/description diff --git a/libs/nacl/Makefile b/libs/nacl/Makefile index 5449eb2dc..c47781455 100644 --- a/libs/nacl/Makefile +++ b/libs/nacl/Makefile @@ -26,7 +26,7 @@ define Package/nacl SECTION:=libs CATEGORY:=Libraries TITLE:=NaCl Networking and Cryptography library - URL:=http://nacl.cace-project.eu/ + URL:=https://nacl.cr.yp.to/ BUILDONLY:=1 endef diff --git a/libs/openpgm/Makefile b/libs/openpgm/Makefile index e150c6435..b4bab0df0 100644 --- a/libs/openpgm/Makefile +++ b/libs/openpgm/Makefile @@ -29,15 +29,14 @@ include $(INCLUDE_DIR)/package.mk define Package/openpgm TITLE:=OpenPGM, an implementation of the PGM protocol - URL:=http://openpgm.googlecode.com/ + URL:=https://github.com/steve-o/openpgm SECTION:=libs CATEGORY:=Libraries endef define Package/openpgm/description OpenPGM is a library implementing the PGM reliable multicast - network protocol. For more information about OpenPGM, see: - http://openpgm.googlecode.com/ + network protocol. endef CONFIGURE_VARS += ac_cv_file__proc_cpuinfo=yes \ diff --git a/libs/opusfile/Makefile b/libs/opusfile/Makefile index 80d64a112..331e112c9 100644 --- a/libs/opusfile/Makefile +++ b/libs/opusfile/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=0.12 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/opus/ PKG_HASH:=118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b PKG_MAINTAINER:=Eduardo Abinader @@ -29,7 +29,7 @@ define Package/libopusfile CATEGORY:=Libraries DEPENDS:=+libogg +libopus +libopenssl TITLE:=OPUS file library - URL:=http://opus-codec.org/ + URL:=https://opus-codec.org/ endef define Package/libopusfile/description diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 637c06716..61a7530ca 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -12,9 +12,7 @@ PKG_LICENSE:=PostgreSQL PKG_CPE_ID:=cpe:/a:postgresql:postgresql PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=\ - https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ - http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) +PKG_SOURCE_URL:=https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) PKG_HASH:=fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8 @@ -32,7 +30,7 @@ define Package/libpq CATEGORY:=Libraries DEPENDS:=+libpthread TITLE:=PostgreSQL client library - URL:=http://www.postgresql.org/ + URL:=https://www.postgresql.org/ SUBMENU:=Database endef @@ -45,7 +43,7 @@ define Package/pgsql-cli CATEGORY:=Utilities DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib TITLE:=Command Line Interface (CLI) to PostgreSQL databases - URL:=http://www.postgresql.org/ + URL:=https://www.postgresql.org/ SUBMENU:=Database endef @@ -58,7 +56,7 @@ define Package/pgsql-cli-extra CATEGORY:=Utilities DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib TITLE:=Command Line extras for PostgreSQL databases - URL:=http://www.postgresql.org/ + URL:=https://www.postgresql.org/ SUBMENU:=Database endef @@ -71,7 +69,7 @@ define Package/pgsql-server CATEGORY:=Utilities DEPENDS:=+pgsql-cli +blockd TITLE:=PostgreSQL databases Server - URL:=http://www.postgresql.org/ + URL:=https://www.postgresql.org/ SUBMENU:=Database USERID:=postgres=5432:postgres=5432 endef diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 67852aa68..7bd3b9cc8 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.0.8 PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.auto.tuwien.ac.at/~mkoegler/pth/ +PKG_SOURCE_URL:=https://www.auto.tuwien.ac.at/~mkoegler/pth/ PKG_HASH:=4024cafdd5d4bce2b1778a6be5491222c3f6e7ef1e43971264c451c0012c5c01 PKG_MAINTAINER:=Othmar Truniger @@ -30,7 +30,7 @@ define Package/pthsem SECTION:=libs CATEGORY:=Libraries TITLE:=GNU pth extended with semaphore support - URL:=http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth + URL:=https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth endef define Package/pthsem/description diff --git a/libs/qrencode/Makefile b/libs/qrencode/Makefile index d4031fc57..301f64cf2 100644 --- a/libs/qrencode/Makefile +++ b/libs/qrencode/Makefile @@ -55,7 +55,7 @@ define Package/qrencode SECTION:=utils CATEGORY:=Utilities TITLE:=qrencode binary for producing qr codes - URL:=http://fukuchi.org/works/qrencode/ + URL:=https://fukuchi.org/works/qrencode/ DEPENDS:=+libqrencode endef diff --git a/libs/sbc/Makefile b/libs/sbc/Makefile index 129c7ce42..d96e997d9 100644 --- a/libs/sbc/Makefile +++ b/libs/sbc/Makefile @@ -31,7 +31,7 @@ define Package/sbc CATEGORY:=Libraries TITLE:=sbc encoding library DEPENDS:=+libsndfile - URL:=http://www.bluez.org + URL:=https://www.bluez.org endef define Package/sbc/description diff --git a/libs/serdisplib/Makefile b/libs/serdisplib/Makefile index 8b36a4a51..8a917711a 100644 --- a/libs/serdisplib/Makefile +++ b/libs/serdisplib/Makefile @@ -23,7 +23,7 @@ define Package/serdisplib SECTION:=libs CATEGORY:=Libraries TITLE:=serdisplib - URL:=http://serdisplib.sourceforge.net/ + URL:=https://serdisplib.sourceforge.net/ endef define Package/serdisplib/description @@ -37,7 +37,7 @@ define Package/serdisplib-tools SECTION:=utils CATEGORY:=Utilities TITLE:=serdisplib tools - URL:=http://serdisplib.sourceforge.net/ + URL:=https://serdisplib.sourceforge.net/ DEPENDS:=+serdisplib +libgd endef diff --git a/libs/speex/Makefile b/libs/speex/Makefile index 9f493ee16..e05cfaa7b 100644 --- a/libs/speex/Makefile +++ b/libs/speex/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.us.xiph.org/releases/speex/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/speex/ PKG_HASH:=4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea PKG_FIXUP:=autoreconf @@ -27,7 +27,7 @@ define Package/libspeex SECTION:=libs CATEGORY:=Libraries TITLE:=Open source speech compression codec library - URL:=http://www.speex.org/ + URL:=https://www.speex.org/ MAINTAINER:=Peter Wagner endef diff --git a/libs/speexdsp/Makefile b/libs/speexdsp/Makefile index 14a350c34..f0f6c1b71 100644 --- a/libs/speexdsp/Makefile +++ b/libs/speexdsp/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.2.0 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/speex/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/speex/ PKG_HASH:=682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771 PKG_FIXUP:=autoreconf @@ -24,7 +24,7 @@ define Package/libspeexdsp SECTION:=libs CATEGORY:=Libraries TITLE:=Open source speech compression codec library output to DSP - URL:=http://www.speex.org/ + URL:=https://www.speex.org/ MAINTAINER:=Peter Wagner endef diff --git a/libs/tdb/Makefile b/libs/tdb/Makefile index 53c83535e..6056d5d50 100644 --- a/libs/tdb/Makefile +++ b/libs/tdb/Makefile @@ -30,7 +30,7 @@ define Package/tdb SECTION:=libs CATEGORY:=Libraries TITLE:=Trivial Database - URL:=http://sourceforge.net/projects/tdb/ + URL:=https://tdb.samba.org/ MAINTAINER:= endef diff --git a/libs/tinycdb/Makefile b/libs/tinycdb/Makefile index 57a0bc5bf..d09af69c2 100644 --- a/libs/tinycdb/Makefile +++ b/libs/tinycdb/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinycdb PKG_RELEASE:=3 -PKG_SOURCE_URL:=http://www.corpit.ru/mjt/tinycdb/ +PKG_SOURCE_URL:=https://www.corpit.ru/mjt/tinycdb/ PKG_VERSION:=0.78 PKG_HASH:=50678f432d8ada8d69f728ec11c3140e151813a7847cf30a62d86f3a720ed63c PKG_MAINTAINER:=Denis Shulyaka @@ -35,7 +35,7 @@ define Package/tinycdb SECTION:=libs CATEGORY:=Libraries TITLE:=a Constant DataBase - URL:=http://www.corpit.ru/mjt/tinycdb.html + URL:=https://www.corpit.ru/mjt/tinycdb.html ABI_VERSION=1 endef diff --git a/libs/udns/Makefile b/libs/udns/Makefile index 23b05a5c9..907549498 100644 --- a/libs/udns/Makefile +++ b/libs/udns/Makefile @@ -12,7 +12,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=115108dc791a2f9e99e150012bcb459d9095da2dd7d80699b584ac0ac3768710 -PKG_SOURCE_URL:=http://www.corpit.ru/mjt/udns +PKG_SOURCE_URL:=https://www.corpit.ru/mjt/udns PKG_LICENSE:=LGPL-2.1 PKG_MAINTAINER:=Yousong Zhou @@ -26,7 +26,7 @@ define Package/libudns SECTION:=libs CATEGORY:=Libraries TITLE:=DNS Resolver Library - URL:=http://www.corpit.ru/mjt/udns.html + URL:=https://www.corpit.ru/mjt/udns.html endef define Package/libudns/description @@ -51,7 +51,7 @@ define udns-utility-template SECTION:=utils CATEGORY:=Utilities TITLE:= $(2) - URL:=http://www.corpit.ru/mjt/udns.html + URL:=https://www.corpit.ru/mjt/udns.html DEPENDS:=+libudns endef diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile index d99399d00..720574665 100644 --- a/libs/unixodbc/Makefile +++ b/libs/unixodbc/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.3.12 PKG_RELEASE:=5 PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.unixodbc.org +PKG_SOURCE_URL:=https://www.unixodbc.org PKG_HASH:=f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec PKG_MAINTAINER:=Thomas Heil diff --git a/libs/xmlrpc-c/Makefile b/libs/xmlrpc-c/Makefile index 3c4a9de97..f575e38f5 100644 --- a/libs/xmlrpc-c/Makefile +++ b/libs/xmlrpc-c/Makefile @@ -28,7 +28,7 @@ define Package/xmlrpc-c/Default SECTION:=libs CATEGORY:=Libraries TITLE:=XML-RPC library - URL:=http://xmlrpc-c.sourceforge.net/ + URL:=https://xmlrpc-c.sourceforge.io/ endef define Package/xmlrpc-c-common diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile index 0713d4b86..420f2b895 100644 --- a/libs/zlog/Makefile +++ b/libs/zlog/Makefile @@ -21,7 +21,7 @@ define Package/zlog SECTION:=libs CATEGORY:=Libraries TITLE:=Pure C logging library - URL:=http://hardysimpson.github.io/zlog/ + URL:=https://hardysimpson.github.io/zlog/ endef define Package/zlog/description diff --git a/libs/zmq/Makefile b/libs/zmq/Makefile index d8d30e793..88295df1d 100644 --- a/libs/zmq/Makefile +++ b/libs/zmq/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/libzmq/default TITLE:=ZeroMQ - Message Queue engine - URL:=http://www.zeromq.org/ + URL:=https://zeromq.org/ SECTION:=libs CATEGORY:=Libraries DEPENDS:=+libuuid +libstdcpp diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index b182c843d..ae768d4db 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -30,7 +30,7 @@ define Package/alpine/Default CATEGORY:=Mail DEPENDS:= +USE_GLIBC:libcrypt-compat +libopenssl +libncurses +libpthread +libpam $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=Alternatively Licensed Program for Internet News and Email - URL:=http://alpine.x10host.com/alpine/ + URL:=https://alpineapp.email/ endef define Package/alpine/Default/description diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 42cb59aa5..b5e095897 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -39,7 +39,7 @@ define Package/bogofilter DEPENDS:=+libsqlite3 TITLE:=bogofilter MAINTAINER:=W. Michael Petullo - URL:=http://bogofilter.sourceforge.net/ + URL:=https://bogofilter.sourceforge.io/ endef define Package/bogofilter/description diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5e8bd3687..84d334415 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=4.99 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://ftp.exim.org/pub/exim/exim4/ +PKG_SOURCE_URL:=https://downloads.exim.org/exim4/ PKG_HASH:=5df38b042ffa9a9c8d31b20bc8481558070e361b06f657608622a62a327adcba PKG_MAINTAINER:=Daniel Golle @@ -47,7 +47,7 @@ define Package/exim/Default CATEGORY:=Mail DEPENDS:= +USE_GLIBC:libcrypt-compat +libdb47 +libpcre2 $(ICONV_DEPENDS) +BUILD_NLS:libidn2 +BUILD_NLS:libidn TITLE:=Exim message transfer agent - URL:=http://www.exim.org/ + URL:=https://exim.org/ USERID:=exim=42:exim=42 endef @@ -126,7 +126,7 @@ define Package/exim-lookup-$(subst _,-,$(firstword $(subst %, ,$(1)))) SECTION:=mail CATEGORY:=Mail TITLE:=Exim lookup module $(firstword $(subst %, ,$(1))) - URL:=http://www.exim.org/ + URL:=https://exim.org/ DEPENDS:=exim $(wordlist 2,$(words $(subst %, ,$(1))),$(subst %, ,$(1))) endef endef diff --git a/mail/greyfix/Makefile b/mail/greyfix/Makefile index 85bd8f8fb..d099ebc8b 100644 --- a/mail/greyfix/Makefile +++ b/mail/greyfix/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=greyfix PKG_VERSION:=0.4.0 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://www.kim-minh.com/pub/greyfix +PKG_SOURCE_URL:=https://www.kim-minh.com/pub/greyfix PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=26013edce3a38d586282bfc22eb91bd22df54e3558ea1b3dae54d3e7a769e4fe @@ -27,7 +27,7 @@ define Package/greyfix CATEGORY:=Mail DEPENDS:=+libdb47 TITLE:=Greyfix - greylisting with Postfix. - URL:=http://www.kim-minh.com/pub/greyfix/ + URL:=https://www.kim-minh.com/pub/greyfix/ endef define Package/greyfix/description diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index f0d94e03b..4d844b13f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -11,8 +11,7 @@ PKG_NAME:=mutt PKG_VERSION:=2.1.5 PKG_RELEASE:=2 -PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \ - http://ftp.mutt.org/pub/mutt/ +PKG_SOURCE_URL:=http://ftp.mutt.org/pub/mutt/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_HASH:=92a309e47e363a97d62425bcb71adceae5ab5c4c413dbcac37fa98ed70c12be0 diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5fbecf125..363b45f21 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -12,9 +12,7 @@ PKG_VERSION:=3.8.2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:= \ - https://de.postfix.org/ftpmirror/official/ \ - http://ftp.porcupine.org/mirrors/postfix-release/official/ +PKG_SOURCE_URL:=http://ftp.porcupine.org/mirrors/postfix-release/official/ PKG_HASH:=6790903cdbb5e0e47196691eb9a5f2cf8050262def941e039e6d4bf4043a5e30 PKG_MAINTAINER:=Denis Shulyaka @@ -43,7 +41,7 @@ define Package/postfix USERID:= \ postfix=25:postfix=25 \ postdrop=26:postdrop=26 - URL:=http://www.postfix.org/ + URL:=https://www.postfix.org/ DEPENDS:=+POSTFIX_CDB:tinycdb +POSTFIX_TLS:libopenssl +POSTFIX_SASL:libsasl2 +POSTFIX_LDAP:libopenldap +POSTFIX_DB:libdb47 +POSTFIX_SQLITE:libsqlite3 +POSTFIX_MYSQL:libmysqlclient +POSTFIX_PGSQL:libpq +POSTFIX_EAI:icu +POSTFIX_PCRE:libpcre2 MENU:=1 endef diff --git a/multimedia/fswebcam/Makefile b/multimedia/fswebcam/Makefile index 92b399f8d..df82c9c81 100644 --- a/multimedia/fswebcam/Makefile +++ b/multimedia/fswebcam/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=20200725 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.sanslogic.co.uk/fswebcam/files +PKG_SOURCE_URL:=https://www.sanslogic.co.uk/fswebcam/files PKG_HASH:=cff0cbd91457133847e40944db3ee0b6f81d06506cef260687bde8348c8a0ce4 PKG_LICENSE:=GPL-2.0 @@ -27,7 +27,7 @@ define Package/fswebcam SECTION:=multimedia CATEGORY:=Multimedia TITLE:=fswebcam - URL:=http://www.sanslogic.co.uk/fswebcam/ + URL:=https://www.sanslogic.co.uk/fswebcam/ DEPENDS:=+libgd endef diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index ea0bd20b3..0cec0b7c1 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -33,7 +33,7 @@ define Package/gstreamer1-bad/Default CATEGORY:=Multimedia SECTION:=multimedia TITLE:=GStreamer - URL:=http://gstreamer.freedesktop.org/ + URL:=https://gstreamer.freedesktop.org/ DEPENDS:= +gst1-plugins-base +libgstreamer1 +libgst1pbutils $(ICONV_DEPENDS) endef diff --git a/multimedia/ices/Makefile b/multimedia/ices/Makefile index bdab17794..a3db31f55 100644 --- a/multimedia/ices/Makefile +++ b/multimedia/ices/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=2.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ices/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/ices/ PKG_HASH:=e620c67c8b311520b1d6a8a89d7fd1d1d08f299534d274b8a1a36ed33a7ee4a8 PKG_LICENSE:=GPL-2.0 @@ -28,7 +28,7 @@ define Package/ices SECTION:=sound CATEGORY:=Sound TITLE:=ices client for Icecast media streaming servers - URL:=http://www.icecast.org/ices/ + URL:=https://www.icecast.org/ices/ DEPENDS:=+libshout +libxml2 +zlib +libogg +libvorbis +alsa-lib $(ICONV_DEPENDS) endef diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index 7b492633b..9271b2678 100644 --- a/multimedia/minidlna/Makefile +++ b/multimedia/minidlna/Makefile @@ -31,7 +31,7 @@ define Package/minidlna SECTION:=multimedia CATEGORY:=Multimedia TITLE:=UPnP A/V & DLNA Media Server - URL:=http://minidlna.sourceforge.net/ + URL:=https://minidlna.sourceforge.net/ DEPENDS:= +libpthread +libexif +libjpeg +libsqlite3 +libffmpeg \ +libid3tag +libflac +libvorbis $(ICONV_DEPENDS) $(INTL_DEPENDS) USERID:=minidlna:minidlna diff --git a/multimedia/xupnpd/Makefile b/multimedia/xupnpd/Makefile index 03d8e4e5b..54e515ce8 100644 --- a/multimedia/xupnpd/Makefile +++ b/multimedia/xupnpd/Makefile @@ -30,7 +30,7 @@ define Package/xupnpd CATEGORY:=Multimedia DEPENDS:= +USE_GLIBC:libcrypt-compat +liblua +libopenssl TITLE:=eXtensible UPnP agent - URL:=http://xupnpd.org/ + URL:=https://github.com/clark15b/xupnpd endef define Package/xupnpd/conffiles diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index ae5d9d66f..3bcc72375 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -46,7 +46,7 @@ define Package/aircrack-ng DEPENDS += +AIRCRACK_NG_SQLITE3:libsqlite3 DEPENDS += +libnl-core +libnl-genl +zlib TITLE:=WLAN tools (without airmon-ng) for breaking 802.11 WEP/WPA keys - URL:=https://www.aircrack-ng.org/ + URL:=https://aircrack-ng.org/ SUBMENU:=Wireless endef @@ -63,7 +63,7 @@ define Package/airmon-ng CATEGORY:=Network DEPENDS:=+wireless-tools +ethtool +procps-ng +CONFIG_PCI_SUPPORT:pciutils +CONFIG_USB_SUPPORT:usbutils TITLE:=Bash script designed to turn wireless cards into monitor mode. - URL:=http://www.aircrack-ng.org/ + URL:=https://aircrack-ng.org/ SUBMENU:=Wireless endef diff --git a/net/bwm-ng/Makefile b/net/bwm-ng/Makefile index 5a42fd026..1f7ad30aa 100644 --- a/net/bwm-ng/Makefile +++ b/net/bwm-ng/Makefile @@ -9,7 +9,7 @@ PKG_VERSION:=0.6.3 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.gropp.org/bwm-ng +PKG_SOURCE_URL:=https://www.gropp.org/bwm-ng PKG_HASH:=c1a552b6ff48ea3e4e10110a7c188861abc4750befc67c6caaba8eb3ecf67f46 PKG_MAINTAINER:=Julen Landa Alustiza @@ -28,7 +28,7 @@ define Package/bwm-ng CATEGORY:=Network DEPENDS:=+BWMNG_LIBNCURSES:libncurses TITLE:=bwm-ng - URL:=http://www.gropp.org/?id=projects&sub=bwm-ng + URL:=https://www.gropp.org/?id=projects&sub=bwm-ng MENU:=1 endef diff --git a/net/conntrack-tools/Makefile b/net/conntrack-tools/Makefile index 4a415e8c0..c42bce610 100644 --- a/net/conntrack-tools/Makefile +++ b/net/conntrack-tools/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://www.netfilter.org/projects/conntrack-tools/files +PKG_SOURCE_URL:=https://netfilter.org/pub/conntrack-tools/ PKG_HASH:=067677f4c5f6564819e78ed3a9d4a8980935ea9273f3abb22a420ea30ab5ded6 PKG_MAINTAINER:=Jo-Philipp Wich diff --git a/net/conserver/Makefile b/net/conserver/Makefile index 3a17e4bdf..33ed74515 100644 --- a/net/conserver/Makefile +++ b/net/conserver/Makefile @@ -28,7 +28,7 @@ define Package/conserver SECTION:=net CATEGORY:=Network TITLE:=Connect multiple user to a serial console with logging - URL:=http://www.conserver.com/ + URL:=https://conserver.com/ DEPENDS:=+libopenssl MAINTAINER:=Bjørn Mork VARIANT:=default diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 109a10294..1aec101e0 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -65,7 +65,7 @@ define Package/coova-chilli/config endef define KernelPackage/ipt-coova - URL:=http://www.coova.org/CoovaChilli + URL:=https://coova.github.io/CoovaChilli/ SUBMENU:=Netfilter Extensions DEPENDS:=+kmod-ipt-core +libxtables TITLE:=Coova netfilter module diff --git a/net/dante/Makefile b/net/dante/Makefile index 9120487b3..be97111c6 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4.4 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.inet.no/dante/files/ +PKG_SOURCE_URL:=https://www.inet.no/dante/files/ PKG_HASH:=1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec PKG_MAINTAINER:=David Yang @@ -47,7 +47,7 @@ endef define Package/dante/default TITLE:=Dante SOCKS - URL:=http://www.inet.no/dante/ + URL:=https://www.inet.no/dante/ DEPENDS:= +USE_GLIBC:libcrypt-compat endef diff --git a/net/darkstat/Makefile b/net/darkstat/Makefile index 0d1d02804..f8ef04a25 100644 --- a/net/darkstat/Makefile +++ b/net/darkstat/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-2.0 BSD-ISC PKG_LICENSE_FILES:=COPYING.GPL LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://unix4lyfe.org/darkstat +PKG_SOURCE_URL:=https://unix4lyfe.org/darkstat PKG_HASH:=aeaf909585f7f43dc032a75328fdb62114e58405b06a92a13c0d3653236dedd7 PKG_INSTALL:=1 @@ -27,7 +27,7 @@ define Package/darkstat CATEGORY:=Network DEPENDS:=+libpcap +zlib TITLE:=Network bandwidth monitor - URL:=http://unix4lyfe.org/darkstat/ + URL:=https://unix4lyfe.org/darkstat/ endef define Package/darkstat/description diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index fca487477..27b7b86d3 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -30,7 +30,7 @@ define Package/dhcpcd SECTION:=net CATEGORY:=Network TITLE:=DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client - URL:=http://roy.marples.name/projects/dhcpcd + URL:=https://roy.marples.name/projects/dhcpcd USERID:=dhcpcd:dhcpcd endef diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index f5d4ed0b5..5bba10596 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -31,7 +31,7 @@ define Package/dmapd CATEGORY:=Network DEPENDS:=+libdmapsharing +libdb47 +vips +libgst1pbutils +totem-pl-parser TITLE:= dmapd - URL:=http://www.flyn.org/projects/dmapd/ + URL:=https://www.flyn.org/projects/dmapd/ USERID:=dmapd=56:dmapd=56 endef diff --git a/net/foolsm/Makefile b/net/foolsm/Makefile index 9e011f7b6..72ffab69c 100644 --- a/net/foolsm/Makefile +++ b/net/foolsm/Makefile @@ -29,7 +29,7 @@ define Package/foolsm CATEGORY:=Network DEPENDS:=+msmtp TITLE:=A link state monitor - URL:=http://lsm.foobar.fi/ + URL:=https://lsm.foobar.fi/ endef define Package/foolsm/description diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index ad6c984e5..fb1a5690c 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -54,7 +54,7 @@ define Package/gnunet/description GNUnet is a peer-to-peer framework focusing on security. The first and primary application for GNUnet is anonymous file-sharing. GNUnet is currently developed by a worldwide group of independent free software - developers. GNUnet is a GNU package (http://www.gnu.org/). + developers. GNUnet is a GNU package (https://www.gnu.org/). This is an ALPHA release. There are known and significant bugs as well as many missing features in this release. diff --git a/net/hs20/Makefile b/net/hs20/Makefile index 17a0e37db..b98e4ccd4 100644 --- a/net/hs20/Makefile +++ b/net/hs20/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hs20 PKG_RELEASE:=10 -PKG_SOURCE_URL:=http://w1.fi/hostap.git +PKG_SOURCE_URL:=https://git.w1.fi/hostap.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2020-06-08 PKG_SOURCE_VERSION:=5a8b366233f5585e68a4ffbb604fbb4a848eb325 @@ -20,7 +20,7 @@ PKG_LICENSE:=BSD-3-Clause PKG_CPE_ID:=cpe:/a:w1.fi:hostapd define Download/dm-ddf-dtd - URL:=http://www.openmobilealliance.org/tech/DTD + URL:=https://www.openmobilealliance.org/tech/DTD FILE:=dm_ddf-v1_3.dtd HASH:=9b3e1dc66a2d38fc6e1300e9fb6f06f95d042206dabc94ae989739feaeb0733e endef @@ -48,7 +48,7 @@ define Package/hs20-common CATEGORY:=Network SUBMENU:=WirelessAPD TITLE:=Hotspot 2.0 OSU common files - URL:=http://hostap.epitest.fi/ + URL:=https://hostap.epitest.fi/ endef define Package/hs20-common/description @@ -62,7 +62,7 @@ define Package/hs20-client CATEGORY:=Network SUBMENU:=WirelessAPD TITLE:=Hotspot 2.0 OSU client - URL:=http://hostap.epitest.fi/ + URL:=https://hostap.epitest.fi/ DEPENDS:=+hs20-common +libopenssl +libcurl +libxml2 endef @@ -76,7 +76,7 @@ define Package/hs20-server CATEGORY:=Network SUBMENU:=WirelessAPD TITLE:=Hotspot 2.0 OSU server - URL:=http://hostap.epitest.fi/ + URL:=https://hostap.epitest.fi/ DEPENDS:=+hs20-common +libopenssl +libsqlite3 +libxml2 +php8 +php8-cgi +php8-mod-xml +php8-mod-pdo-sqlite +openssl-util +sqlite3-cli +uhttpd +xxd endef diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile index 83e6a008b..14b418d3b 100644 --- a/net/httptunnel/Makefile +++ b/net/httptunnel/Makefile @@ -24,7 +24,7 @@ define Package/httptunnel TITLE:=Bidirectional data stream tunnelled in HTTP requests. SECTION:=net CATEGORY:=Network - URL:=http://github.com/larsbrinkhoff/httptunnel.git + URL:=https://github.com/larsbrinkhoff/httptunnel endef define Package/httptunnel/description diff --git a/net/ibrdtn-tools/Makefile b/net/ibrdtn-tools/Makefile index 8286b9bb3..3109071d8 100644 --- a/net/ibrdtn-tools/Makefile +++ b/net/ibrdtn-tools/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.1 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases +PKG_SOURCE_URL:=https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_HASH:=eab066cf15f9c322d769c6c9c58adfb474cba7d446fd12e8de5ff6344376795b PKG_MAINTAINER:=Johannes Morgenroth PKG_LICENSE:=Apache-2.0 diff --git a/net/ibrdtnd/Makefile b/net/ibrdtnd/Makefile index 8e392f92e..824eae2b4 100644 --- a/net/ibrdtnd/Makefile +++ b/net/ibrdtnd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0.1 PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases +PKG_SOURCE_URL:=https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases PKG_HASH:=9bd79636154093ab6bf4fd10d6c62d67c6db45141460847b19def327c93771ed PKG_MAINTAINER:=Johannes Morgenroth diff --git a/net/iftop/Makefile b/net/iftop/Makefile index 03773f5e7..6affbd13c 100644 --- a/net/iftop/Makefile +++ b/net/iftop/Makefile @@ -20,7 +20,7 @@ define Package/iftop CATEGORY:=Network DEPENDS:=+libpcap +libncurses +libpthread TITLE:=display bandwidth usage on an interface - URL:=http://www.ex-parrot.com/~pdw/iftop/ + URL:=https://pdw.ex-parrot.com/iftop/ endef define Package/iftop/description diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 3690bc077..5281674a5 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -27,7 +27,7 @@ define Package/igmpproxy SUBMENU:=Routing and Redirection DEPENDS:=+USE_GLIBC:librt TITLE:=Multicast Routing Daemon - URL:=http://sourceforge.net/projects/igmpproxy + URL:=https://github.com/pali/igmpproxy endef define Package/igmpproxy/description diff --git a/net/iodine/Makefile b/net/iodine/Makefile index ce2bd5ae5..e71bb30ff 100644 --- a/net/iodine/Makefile +++ b/net/iodine/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.8.0 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://code.kryo.se/iodine/ +PKG_SOURCE_URL:=https://code.kryo.se/iodine/ PKG_HASH:=546e92cf8617f7970ea81c850b1063eb189c68c406d0c6a67e02c55e72e714c6 PKG_MAINTAINER:=Uwe Kleine-König @@ -28,7 +28,7 @@ define Package/iodine/Default SUBMENU:=Firewall Tunnel DEPENDS:= +kmod-tun +zlib TITLE:=IP over DNS tunneling - URL:=http://code.kryo.se/iodine/ + URL:=https://code.kryo.se/iodine/ endef define Package/iodine diff --git a/net/iperf/Makefile b/net/iperf/Makefile index e5d420621..c61a00033 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -31,7 +31,7 @@ define Package/iperf CATEGORY:=Network DEPENDS:= +libstdcpp +libpthread TITLE:=Internet Protocol bandwidth measuring tool - URL:=http://sourceforge.net/projects/iperf2/ + URL:=https://sourceforge.net/projects/iperf2/ endef define Package/iperf/description diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 6bd514e8a..7f1af8da1 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -20,8 +20,8 @@ PKG_CPE_ID:=cpe:/a:isc:dhcp PKG_SOURCE:=$(UPSTREAM_NAME)-$(PKG_REALVERSION).tar.gz PKG_SOURCE_URL:=https://ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \ - http://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \ - http://ftp.iij.ad.jp/pub/network/isc/dhcp/$(PKG_REALVERSION) + https://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/$(PKG_REALVERSION) \ + https://ftp.iij.ad.jp/pub/network/isc/dhcp/$(PKG_REALVERSION) PKG_HASH:=0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7 PKG_FIXUP:=autoreconf diff --git a/net/kafs-client/Makefile b/net/kafs-client/Makefile index ca10e62e7..84ab6fc09 100644 --- a/net/kafs-client/Makefile +++ b/net/kafs-client/Makefile @@ -22,7 +22,7 @@ define Package/kafs-client SUBMENU:=Filesystem DEPENDS:=+keyutils +krb5-libs +kmod-fs-afs +kmod-crypto-user TITLE:=kafs client library - URL:=http://git.infradead.org/users/dhowells/kafs-client.git + URL:=https://gitlab.com/linux-afs/kafs-client endef define Package/kafs-client/description diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 67f7e0231..e5c52a831 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -52,7 +52,7 @@ define Package/keepalived SECTION:=net CATEGORY:=Network TITLE:=VRRP with failover and monitoring daemon for LVS clusters - URL:=http://www.keepalived.org/ + URL:=https://www.keepalived.org/ DEPENDS:= \ +libnl-genl \ +libmagic \ diff --git a/net/krb5/Makefile b/net/krb5/Makefile index 35c91ccda..6aadcbebb 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -42,7 +42,7 @@ define Package/krb5-libs TITLE:=Kerberos DEPENDS:=+libncurses +libss +libcomerr TITLE:=Kerberos 5 Shared Libraries - URL:=http://web.mit.edu/kerberos/ + URL:=https://web.mit.edu/kerberos/ endef define Package/krb5-server diff --git a/net/mdnsresponder/Makefile b/net/mdnsresponder/Makefile index 61ab599fa..b1cfbc764 100644 --- a/net/mdnsresponder/Makefile +++ b/net/mdnsresponder/Makefile @@ -33,7 +33,7 @@ define Package/mDNSResponder/Default CATEGORY:=Network SUBMENU:=IP Addresses and Names TITLE:=mDNS - URL:=http://developer.apple.com/networking/bonjour/ + URL:=https://developer.apple.com/bonjour/ endef define Package/mDNSResponder/Default/description diff --git a/net/mini_snmpd/Makefile b/net/mini_snmpd/Makefile index 9d1a8b905..c6647c726 100644 --- a/net/mini_snmpd/Makefile +++ b/net/mini_snmpd/Makefile @@ -37,7 +37,7 @@ define Package/mini_snmpd SECTION:=net CATEGORY:=Network TITLE:=A tiny SNMP server for embedded systems - URL:=http://troglobit.github.io/mini-snmpd.html + URL:=https://troglobit.com/projects/mini-snmpd/ # uncomment if you just want the binary, not the init script # openwrt requires init script runtime dependencies be defined for make menuconfig # (e.g busybox sysntpd) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 7a82f7b07..9761cd776 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -27,7 +27,7 @@ define Package/mosquitto/default SECTION:=net CATEGORY:=Network TITLE:=mosquitto - an MQTT message broker - URL:=http://www.mosquitto.org/ + URL:=https://mosquitto.org/ MAINTAINER:=Karl Palsson DEPENDS:= +librt USERID:=mosquitto=200:mosquitto=200 diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 309962f5b..2bb747a13 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/net-snmp/Default SECTION:=net CATEGORY:=Network - URL:=http://www.net-snmp.org/ + URL:=https://www.net-snmp.org/ endef define Package/net-snmp/Default/description diff --git a/net/net-tools/Makefile b/net/net-tools/Makefile index 4312179cb..b28b7899c 100644 --- a/net/net-tools/Makefile +++ b/net/net-tools/Makefile @@ -27,7 +27,7 @@ define Package/mii-tool SECTION:=net CATEGORY:=Network TITLE:=configure media type using MII commands - URL:=http://net-tools.sourceforge.net/ + URL:=https://net-tools.sourceforge.io/ endef define Package/mii-tool/description @@ -41,7 +41,7 @@ define Package/net-tools-netstat SECTION:=net CATEGORY:=Network TITLE:=net-tools - netstat utility - URL:=http://net-tools.sourceforge.net/ + URL:=https://net-tools.sourceforge.io/ PROVIDES:=netstat ALTERNATIVES:=300:/sbin/netstat:/usr/libexec/net-tools-netstat endef @@ -57,7 +57,7 @@ define Package/net-tools-route SECTION:=net CATEGORY:=Network TITLE:=net-tools - route utility - URL:=http://net-tools.sourceforge.net/ + URL:=https://net-tools.sourceforge.io/ PROVIDES:=route ALTERNATIVES:=300:/sbin/route:/usr/libexec/net-tools-route endef diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index e0c1cd057..042589396 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -30,7 +30,7 @@ define Package/netatalk/Default SUBMENU:=Filesystem TITLE:=Apple Filing Protocol PROVIDES:=netatalk - URL:=http://netatalk.sourceforge.net + URL:=https://netatalk.io DEPENDS:=+libevent2 +libdb47 +libgcrypt +iniparser endef diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index a0ffd2261..a7cce558f 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -31,7 +31,7 @@ define Package/netifyd SECTION:=net CATEGORY:=Network TITLE:=Netify Agent - URL:=http://www.netify.ai/ + URL:=https://www.netify.ai/ DEPENDS:=+ca-bundle +libatomic +libcurl +libmnl +libnetfilter-conntrack +libpcap +zlib +libpthread # Explicitly depend on libstdcpp rather than $(CXX_DEPENDS). At the moment # std::unordered_map is only available via libstdcpp which is required for diff --git a/net/nfs-kernel-server/Makefile b/net/nfs-kernel-server/Makefile index bcf5bfb51..a753c1a2b 100644 --- a/net/nfs-kernel-server/Makefile +++ b/net/nfs-kernel-server/Makefile @@ -34,14 +34,14 @@ define Package/nfs-kernel-server/Default CATEGORY:=Network SUBMENU:=Filesystem DEPENDS:=+libblkid +libuuid +libtirpc +lsqlite3 +libxml2 +libnl - URL:=http://nfs.sourceforge.net/ + URL:=https://nfs.sourceforge.net/ endef define Package/nfs-utils/Default SECTION:=utils CATEGORY:=Utilities SUBMENU:=Filesystem - URL:=http://nfs.sourceforge.net/ + URL:=https://nfs.sourceforge.net/ endef define Package/nfs-kernel-server diff --git a/net/nginx/Makefile b/net/nginx/Makefile index 427026e71..57bd3fcfd 100644 --- a/net/nginx/Makefile +++ b/net/nginx/Makefile @@ -199,7 +199,7 @@ define Package/nginx-mod-luci CATEGORY:=Network SUBMENU:=Web Servers/Proxies TITLE:=Support file for Nginx - URL:=http://nginx.org/ + URL:=https://nginx.org/ DEPENDS:=nginx +uwsgi +uwsgi-luci-support +nginx-mod-ubus endef diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 4345f57ef..8cfd535fa 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=$(subst p,_p,$(PKG_REALVERSION)) PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz -PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ +PKG_SOURCE_URL:=https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ PKG_HASH:=cf84c5f3fb1a295284942624d823fffa634144e096cfc4f9969ac98ef5f468e5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REALVERSION) @@ -33,7 +33,7 @@ define Package/ntpd/Default SECTION:=net CATEGORY:=Network TITLE:=ISC ntp - URL:=http://www.ntp.org/ + URL:=https://www.ntp.org/ DEPENDS:=+libopenssl +libpthread +libcap endef diff --git a/net/ntripclient/Makefile b/net/ntripclient/Makefile index 0c33b1f0e..ca9ba1171 100644 --- a/net/ntripclient/Makefile +++ b/net/ntripclient/Makefile @@ -27,7 +27,7 @@ define Package/ntripclient CATEGORY:=Network SUBMENU:=NTRIP TITLE:=Ntrip Version 2.0 Command Line Client - URL:=http://igs.bkg.bund.de/ntrip/download + URL:=https://igs.bkg.bund.de/ntrip/download endef define Package/ntripclient/description diff --git a/net/ntripserver/Makefile b/net/ntripserver/Makefile index d964977b9..4bba12642 100644 --- a/net/ntripserver/Makefile +++ b/net/ntripserver/Makefile @@ -27,7 +27,7 @@ define Package/ntripserver CATEGORY:=Network SUBMENU:=NTRIP TITLE:=Ntrip Version 2.0 Command Line Server - URL:=http://igs.bkg.bund.de/ntrip/download + URL:=https://igs.bkg.bund.de/ntrip/download endef define Package/ntripserver/description diff --git a/net/nut/Makefile b/net/nut/Makefile index 320c96132..fa5acf83b 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.8.4 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.networkupstools.org/source/2.8/ +PKG_SOURCE_URL:=https://networkupstools.org/source/2.8/ PKG_HASH:=a2fe55bc2d90b4a848d6ff8bac361e6d1c97f899a545219cad707d17a27ff127 PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE-GPL2 LICENSE-GPL3 COPYING @@ -35,7 +35,7 @@ include $(INCLUDE_DIR)/package.mk define Package/nut/Default SECTION:=net CATEGORY:=Network - URL:=http://www.networkupstools.org/ + URL:=https://networkupstools.org/ TITLE:=Network UPS Tools (NUT) endef diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 31be9f451..864eea4a9 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -37,7 +37,7 @@ define Package/ocserv CATEGORY:=Network SUBMENU:=VPN TITLE:=OpenConnect VPN server - URL:=http://www.infradead.org/ocserv/ + URL:=https://ocserv.openconnect-vpn.net/ MAINTAINER:=Nikos Mavrogiannopoulos DEPENDS:= +USE_GLIBC:libcrypt-compat +OCSERV_RADIUS:libradcli +OCSERV_SECCOMP:libseccomp +libgnutls +certtool +libncurses +libreadline +OCSERV_PAM:libpam +OCSERV_PROTOBUF:libprotobuf-c +OCSERV_LIBOATH:liboath +libev +kmod-tun USERID:=ocserv=72:ocserv=72 diff --git a/net/opentracker/Makefile b/net/opentracker/Makefile index 97df24f27..bfc8fd2e8 100644 --- a/net/opentracker/Makefile +++ b/net/opentracker/Makefile @@ -25,7 +25,7 @@ define Package/opentracker SECTION:=net CATEGORY:=Network TITLE:=opentracker - URL:=http://erdgeist.org/arts/software/opentracker/ + URL:=https://erdgeist.org/arts/software/opentracker/ DEPENDS:=+zlib +libpthread PROVIDES:=opentracker6 endef diff --git a/net/openvpn-easy-rsa/Makefile b/net/openvpn-easy-rsa/Makefile index 66c850c87..d747099ad 100644 --- a/net/openvpn-easy-rsa/Makefile +++ b/net/openvpn-easy-rsa/Makefile @@ -33,7 +33,7 @@ define Package/openvpn-easy-rsa TITLE:=CLI utility to build and manage a PKI CA. SECTION:=net CATEGORY:=Network - URL:=http://openvpn.net + URL:=https://openvpn.net/community/ SUBMENU:=VPN DEPENDS:=+openssl-util PKGARCH:=all diff --git a/net/openvpn/Makefile b/net/openvpn/Makefile index b0254e9f6..87cb6b83d 100644 --- a/net/openvpn/Makefile +++ b/net/openvpn/Makefile @@ -33,7 +33,7 @@ define Package/openvpn/Default TITLE:=Open source VPN solution using $(2) SECTION:=net CATEGORY:=Network - URL:=http://openvpn.net + URL:=https://openvpn.net/community/ SUBMENU:=VPN MENU:=1 DEPENDS:=+kmod-tun \ diff --git a/net/p910nd/Makefile b/net/p910nd/Makefile index 3e866590c..cd990f1a7 100644 --- a/net/p910nd/Makefile +++ b/net/p910nd/Makefile @@ -27,7 +27,7 @@ define Package/p910nd CATEGORY:=Network SUBMENU:=Printing TITLE:=A small non-spooling printer server - URL:=http://p910nd.sourceforge.net + URL:=https://github.com/kenyapcomau/p910nd USERID:=p910nd=393:lp=7 endef diff --git a/net/pen/Makefile b/net/pen/Makefile index 327717c37..8e892a6af 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.34.1 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://siag.nu/pub/pen/ +PKG_SOURCE_URL:=https://siag.nu/pub/pen/ PKG_HASH:=2b640795029df9d1672e17202c109cc5d42538f6754a6070dc27da640881e864 PKG_LICENSE:=GPL-2.0-or-later @@ -29,7 +29,7 @@ define Package/pen CATEGORY:=Network DEPENDS:=+libopenssl TITLE:=Simple TCP load balancer - URL:=http://siag.nu/pen/ + URL:=https://siag.nu/pen/ endef define Package/pen/description diff --git a/net/phantap/Makefile b/net/phantap/Makefile index de2ba6601..ea507e503 100644 --- a/net/phantap/Makefile +++ b/net/phantap/Makefile @@ -2,7 +2,7 @@ # Copyright (C) 2019 Etienne Champetier # # This is free software, licensed under the GNU General Public License v3. -# See for more information. +# See for more information. include $(TOPDIR)/rules.mk diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 2e69d89ea..32b0a12db 100644 --- a/net/pptpd/Makefile +++ b/net/pptpd/Makefile @@ -27,7 +27,7 @@ define Package/pptpd CATEGORY:=Network DEPENDS:=+kmod-ppp +kmod-gre +kmod-mppe +ppp TITLE:=PopTop pptp server - URL:=http://poptop.sourceforge.net/ + URL:=https://poptop.sourceforge.net/ SUBMENU:=VPN endef diff --git a/net/privoxy/Makefile b/net/privoxy/Makefile index 6072966ea..ca69beb0a 100644 --- a/net/privoxy/Makefile +++ b/net/privoxy/Makefile @@ -56,7 +56,7 @@ define Package/privoxy CATEGORY:=Network SUBMENU:=Web Servers/Proxies TITLE:=Privoxy WEB Proxy - URL:=http://www.privoxy.org/ + URL:=https://www.privoxy.org/ USERID:=privoxy=8118:privoxy=8118 MENU:=1 DEPENDS:=+!PRIVOXY_no_pcre:libpcre2 +!PRIVOXY_no_pthread:libpthread +!PRIVOXY_no_zlib:zlib diff --git a/net/restic-rest-server/Makefile b/net/restic-rest-server/Makefile index b124cab85..5a9e42ff8 100644 --- a/net/restic-rest-server/Makefile +++ b/net/restic-rest-server/Makefile @@ -26,7 +26,7 @@ include ../../lang/golang/golang-package.mk define Package/restic-rest-server TITLE:=restic REST server - URL:=http://github.com/restic/rest-server + URL:=https://github.com/restic/rest-server DEPENDS:=$(GO_ARCH_DEPENDS) SECTION:=net CATEGORY:=Network diff --git a/net/rpcbind/Makefile b/net/rpcbind/Makefile index f36abb204..e6582b9ba 100644 --- a/net/rpcbind/Makefile +++ b/net/rpcbind/Makefile @@ -26,7 +26,7 @@ define Package/rpcbind CATEGORY:=Network DEPENDS:=+libtirpc +RPCBIND_LIBWRAP:libwrap TITLE:=Universal addresses to RPC mapper - URL:=http://rpcbind.sourceforge.net/ + URL:=https://sourceforge.net/projects/rpcbind/ USERID:=rpc=65533:rpc=65533 endef diff --git a/net/samba4/Makefile b/net/samba4/Makefile index b33d8e27d..dc9d7df0d 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -8,10 +8,8 @@ PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ https://ftp.gwdg.de/pub/samba/stable/ \ - https://ftp.heanet.ie/mirrors/ftp.samba.org/stable/ \ https://ftp.riken.jp/net/samba/samba/stable/ \ - http://www.nic.funet.fi/index/samba/pub/samba/stable/ \ - http://samba.mirror.bit.nl/samba/ftp/stable/ \ + https://www.nic.funet.fi/index/samba/pub/samba/stable/ \ https://download.samba.org/pub/samba/stable/ PKG_HASH:=12195811d4542f661536e9055b44d58c53020412beafaae205e227bf72f6a497 diff --git a/net/shorewall-core/Makefile b/net/shorewall-core/Makefile index fcf4ff0ca..be77ace12 100644 --- a/net/shorewall-core/Makefile +++ b/net/shorewall-core/Makefile @@ -16,10 +16,7 @@ PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_ PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) PKG_RELEASE:=2 -PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://www.shorewall.no/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://france.shorewall.net/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ +PKG_SOURCE_URL:=https://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=39996b9697a2017947049ad3f03cb278e8f939ff924b2bb4bf2a0bc17c59988e @@ -38,7 +35,7 @@ define Package/shorewall-core SECTION:=net CATEGORY:=Network TITLE:=Shorewall Core - URL:=http://www.shorewall.net/ + URL:=https://shorewall.org/ SUBMENU:=Firewall endef diff --git a/net/shorewall-lite/Makefile b/net/shorewall-lite/Makefile index 6d20857f7..5195873d6 100644 --- a/net/shorewall-lite/Makefile +++ b/net/shorewall-lite/Makefile @@ -16,10 +16,7 @@ PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_ PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) PKG_RELEASE:=2 -PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://www.shorewall.no/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://france.shorewall.net/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ +PKG_SOURCE_URL:=https://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=b6ebf750f9501818da0967c80c3d6f08cede5531e48b23ebbf241a2d1fad2cfd @@ -39,7 +36,7 @@ define Package/shorewall-lite CATEGORY:=Network DEPENDS:=+ip +iptables +shorewall-core TITLE:=Shorewall Lite - URL:=http://www.shorewall.net/ + URL:=https://shorewall.org/ SUBMENU:=Firewall endef diff --git a/net/shorewall/Makefile b/net/shorewall/Makefile index 2665fec3a..199b1240c 100644 --- a/net/shorewall/Makefile +++ b/net/shorewall/Makefile @@ -16,10 +16,7 @@ PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_ PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) PKG_RELEASE:=2 -PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://www.shorewall.no/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://france.shorewall.net/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ +PKG_SOURCE_URL:=https://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=fbb5ab492ed372eaaf02817cc730f82c49a81c5a5f5cee4bc8f1bce846f2306d @@ -41,7 +38,7 @@ define Package/shorewall +perl +perlbase-autoloader +perlbase-autouse +perlbase-dynaloader +perlbase-digest \ +perlbase-findbin +perlbase-getopt +perlbase-hash TITLE:=Shorewall Central Administration System - URL:=http://www.shorewall.net/ + URL:=https://shorewall.org/ SUBMENU:=Firewall endef diff --git a/net/shorewall6-lite/Makefile b/net/shorewall6-lite/Makefile index ec363ec92..bf8c274a0 100644 --- a/net/shorewall6-lite/Makefile +++ b/net/shorewall6-lite/Makefile @@ -16,10 +16,7 @@ PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_ PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) PKG_RELEASE:=3 -PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://www.shorewall.no/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://france.shorewall.net/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ +PKG_SOURCE_URL:=https://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=086764bb976d199b45563e39b1ab9a131ccb521d60d186f606dd8bbcee7fcada @@ -40,7 +37,7 @@ define Package/shorewall6-lite CATEGORY:=Network DEPENDS:=+ip @IPV6 +ip6tables +shorewall-core TITLE:=Shorewall6 Lite - URL:=http://www.shorewall.net/ + URL:=https://shorewall.org/ SUBMENU:=Firewall endef diff --git a/net/shorewall6/Makefile b/net/shorewall6/Makefile index 8cff9e058..7e0a0da71 100644 --- a/net/shorewall6/Makefile +++ b/net/shorewall6/Makefile @@ -16,10 +16,7 @@ PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_ PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) PKG_RELEASE:=3 -PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://www.shorewall.no/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ - http://france.shorewall.net/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ +PKG_SOURCE_URL:=https://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_HASH:=e82c3a9538b6548195398dc39c83b01bcf66eb5a22814c915a924b9adc088cd1 @@ -41,7 +38,7 @@ define Package/shorewall6 +perl +perlbase-autoloader +perlbase-autouse +perlbase-dynaloader +perlbase-digest \ +perlbase-findbin +perlbase-getopt +perlbase-hash TITLE:=Shorewall6 Central Administration System - URL:=http://www.shorewall.net/ + URL:=https://shorewall.org/ SUBMENU:=Firewall endef diff --git a/net/smcroute/Makefile b/net/smcroute/Makefile index c9abc93f9..2e5b755ca 100644 --- a/net/smcroute/Makefile +++ b/net/smcroute/Makefile @@ -25,7 +25,7 @@ define Package/smcroute CATEGORY:=Network SUBMENU:=Routing and Redirection TITLE:=Static Multicast Routing Daemon - URL:=http://troglobit.com/smcroute.html + URL:=https://troglobit.com/projects/smcroute/ MAINTAINER:=Moritz Warning endef diff --git a/net/snort3/Makefile b/net/snort3/Makefile index df9d39912..2e5158172 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -32,7 +32,7 @@ define Package/snort3 +PACKAGE_vectorscan:vectorscan USERID:=snort=975:snort=975 TITLE:=Lightweight Network Intrusion Detection System - URL:=http://www.snort.org/ + URL:=https://snort.org/ MENU:=1 endef diff --git a/net/softethervpn/Makefile b/net/softethervpn/Makefile index e1b1c7281..a607ec989 100644 --- a/net/softethervpn/Makefile +++ b/net/softethervpn/Makefile @@ -90,7 +90,7 @@ define Package/softethervpn/default CATEGORY:=Network SUBMENU:=VPN TITLE:=Free Cross-platform Multi-protocol VPN server and client - URL:=http://www.softether.org/ + URL:=https://www.softether.org/ endef define Package/softethervpn/description diff --git a/net/softethervpn5/Makefile b/net/softethervpn5/Makefile index fddc7aa0b..4fb12490a 100644 --- a/net/softethervpn5/Makefile +++ b/net/softethervpn5/Makefile @@ -29,7 +29,7 @@ define Package/softethervpn5/Default CATEGORY:=Network SUBMENU:=VPN TITLE:=softethervpn5 v$(PKG_VERSION) - URL:=http://www.softether.org/ + URL:=https://www.softether.org/ endef define Package/softethervpn5/Default/description diff --git a/net/spawn-fcgi/Makefile b/net/spawn-fcgi/Makefile index 0465bf693..fe0358d4b 100644 --- a/net/spawn-fcgi/Makefile +++ b/net/spawn-fcgi/Makefile @@ -27,7 +27,7 @@ define Package/spawn-fcgi SECTION:=net CATEGORY:=Network TITLE:=Tool to spawn fastcgi applications - URL:=http://redmine.lighttpd.net/projects/spawn-fcgi + URL:=https://redmine.lighttpd.net/projects/spawn-fcgi endef define Package/spawn-fcgi/description diff --git a/net/sstp-client/Makefile b/net/sstp-client/Makefile index de1f8d956..99d53ad96 100644 --- a/net/sstp-client/Makefile +++ b/net/sstp-client/Makefile @@ -29,7 +29,7 @@ define Package/sstp-client SUBMENU:=VPN DEPENDS=+libevent2 +libopenssl +ppp +resolveip TITLE:=SSTP-Client is a SSTP client for Linux. - URL:=http://sstp-client.sourceforge.net/ + URL:=https://gitlab.com/sstp-project/sstp-client endef define Package/sstp-client/description diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 32e0466f5..cd5aac86d 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -119,7 +119,7 @@ define Package/strongswan/Default SECTION:=net CATEGORY:=Network TITLE:=StrongSwan - URL:=http://www.strongswan.org/ + URL:=https://strongswan.org/ endef define Package/strongswan/description/Default diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 9ce918871..5e35a7817 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -17,8 +17,7 @@ PKG_LICENSE_FILES:=COPYING.md COPYRIGHT.md PKG_CPE_ID:=cpe:/a:stunnel:stunnel PKG_SOURCE_URL:= \ - http://ftp.nluug.nl/pub/networking/stunnel/ \ - http://www.usenix.org.uk/mirrors/stunnel/ \ + https://www.usenix.org.uk/mirrors/stunnel/ \ https://www.stunnel.org/downloads/ \ https://www.usenix.org.uk/mirrors/stunnel/archive/$(word 1, $(subst .,$(space),$(PKG_VERSION))).x/ @@ -37,7 +36,7 @@ define Package/stunnel CATEGORY:=Network DEPENDS:=+libopenssl +zlib +libpthread TITLE:=SSL TCP Wrapper - URL:=http://www.stunnel.org/ + URL:=https://www.stunnel.org/ endef define Package/stunnel/description diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile index 0fc036402..90d6782e8 100644 --- a/net/tcpproxy/Makefile +++ b/net/tcpproxy/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=1.2 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/ +PKG_SOURCE_URL:=https://www.spreadspace.org/tcpproxy/releases/ PKG_HASH:=446104b3abefda73b1255e5197702acbeb36b3aada251ad39e1e5ab55292683b PKG_MAINTAINER:=Christian Pointner PKG_LICENSE:=GPL-3.0-or-later @@ -29,7 +29,7 @@ define Package/tcpproxy CATEGORY:=Network SUBMENU:=Routing and Redirection TITLE:=IPv4/IPv6 tcp connection proxy - URL:=http://www.spreadspace.org/tcpproxy/ + URL:=https://www.spreadspace.org/tcpproxy/ endef define Package/tcpproxy/conffiles diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 7ce43c350..da3e9f54b 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -33,7 +33,7 @@ define Package/tcpreplay/default SUBMENU:=Tcpreplay SECTION:=net CATEGORY:=Network - URL:=http://tcpreplay.appneta.com/ + URL:=https://tcpreplay.appneta.com/ MAINTAINER:=Alexandru Ardelean DEPENDS:=+librt +libpcap +libdnet +libbpf +libxdp +USE_MUSL:musl-fts endef diff --git a/net/telnet-bsd/Makefile b/net/telnet-bsd/Makefile index 1655c631e..fe4ded261 100644 --- a/net/telnet-bsd/Makefile +++ b/net/telnet-bsd/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://mirror.netcologne.de/gentoo/distfiles/ +PKG_SOURCE_URL:=https://dev.gentoo.org/~mschiff/distfiles/ PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) PKG_HASH:=d6a9d26740ef75565cb1ed8ff11e327d240e6734748b2d1d2e96c126849e4733 diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 8e48b3f99..25089953c 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -36,7 +36,7 @@ define Package/tinc CATEGORY:=Network DEPENDS:=+kmod-tun +liblzo +libopenssl +librt +zlib TITLE:=VPN tunneling daemon - URL:=http://www.tinc-vpn.org/ + URL:=https://tinc-vpn.org/ SUBMENU:=VPN endef diff --git a/net/uanytun/Makefile b/net/uanytun/Makefile index 63a0bbc35..9d566551d 100644 --- a/net/uanytun/Makefile +++ b/net/uanytun/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=0.3.7 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.anytun.org/download/ +PKG_SOURCE_URL:=https://anytun.org/download/ PKG_HASH:=076318c771c908386c4408dda0769171542da701785302903641ce23fd33a295 PKG_MAINTAINER:=Christian Pointner PKG_LICENSE:=GPL-3.0-or-later @@ -30,7 +30,7 @@ define Package/uanytun/template SUBMENU:=VPN DEPENDS:=+kmod-tun TITLE:=micro anycast tunneling daemon - URL:=http://www.anytun.org/ + URL:=https://anytun.org/ endef diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index 461e27562..b522d4eec 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -21,7 +21,7 @@ define Package/udptunnel SECTION:=net CATEGORY:=Network TITLE:=Tunnel UDP packets over a TCP connection - URL:=http://www.cs.columbia.edu/~lennox/udptunnel/ + URL:=https://www.cs.columbia.edu/~lennox/udptunnel/ endef define Package/udptunnel/description diff --git a/net/ulogd/Makefile b/net/ulogd/Makefile index 91fc6cd6c..438f96e7b 100644 --- a/net/ulogd/Makefile +++ b/net/ulogd/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.0.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ +PKG_SOURCE_URL:=https://netfilter.org/pub/ulogd/ PKG_HASH:=523a651fe0a9f25b0cd87d5d35fc37d9382e7eecfcf61e48d5505ff3cf80eda5 PKG_MAINTAINER:=Alexandru Ardelean @@ -35,7 +35,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ulogd/Default SECTION:=net CATEGORY:=Network - URL:=https://www.netfilter.org/projects/ulogd/index.html + URL:=https://netfilter.org/projects/ulogd/ endef define Package/ulogd diff --git a/net/usbip/Makefile b/net/usbip/Makefile index cf1afa2a2..10d993c99 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -39,7 +39,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/usbip/Common TITLE:=USB-over-IP - URL:=http://usbip.sourceforge.net/ + URL:=https://usbip.sourceforge.net/ DEPENDS:=@USB_SUPPORT endef diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 35c5782f4..18461d14b 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.18 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://humdi.net/vnstat +PKG_SOURCE_URL:=https://humdi.net/vnstat PKG_HASH:=d7193592b9e7445fa5cbe8af7d3b39982f165ee8fc58041ff41f509b37c687d5 PKG_MAINTAINER:=Jo-Philipp Wich @@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/vnstat/Default SECTION:=net CATEGORY:=Network - URL:=http://humdi.net/vnstat/ + URL:=https://humdi.net/vnstat/ endef define Package/vnstat diff --git a/net/wakeonlan/Makefile b/net/wakeonlan/Makefile index a24e6e617..b4b10ca57 100644 --- a/net/wakeonlan/Makefile +++ b/net/wakeonlan/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.41 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz -PKG_SOURCE_URL:=http://http.debian.net/debian/pool/main/w/wakeonlan/ +PKG_SOURCE_URL:=https://deb.debian.org/debian/pool/main/w/wakeonlan/ PKG_HASH:=581b1b27a7e810ab72668cce4bd9aa9b3e0cea34b2db24dd1a44c09d63ddda98 PKG_MAINTAINER:=Nikil Mehta @@ -24,7 +24,7 @@ define Package/wakeonlan SECTION:=net CATEGORY:=Network TITLE:=Sends 'magic packets' to wake-on-LAN enabled ethernet adapters - URL:=http://gsd.di.uminho.pt/jpo/software/wakeonlan/ + URL:=https://github.com/jpoliv/wakeonlan DEPENDS:=+perl +perlbase-getopt +perlbase-net +perlbase-socket PKGARCH:=all endef diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile index bca79636a..d8febca82 100644 --- a/net/wifidog/Makefile +++ b/net/wifidog/Makefile @@ -31,7 +31,7 @@ define Package/wifidog/Default CATEGORY:=Network DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat-extra +libpthread TITLE:=A wireless captive portal solution - URL:=http://www.wifidog.org + URL:=https://github.com/wifidog endef define Package/wifidog diff --git a/net/xl2tpd/Makefile b/net/xl2tpd/Makefile index c3acb6a00..ef4c38ede 100644 --- a/net/xl2tpd/Makefile +++ b/net/xl2tpd/Makefile @@ -29,7 +29,7 @@ define Package/xl2tpd SECTION:=net CATEGORY:=Network TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon - URL:=http://www.xelerance.com/software/xl2tpd/ + URL:=https://github.com/xelerance/xl2tpd SUBMENU:=VPN DEPENDS:=+ppp-mod-pppol2tp +resolveip endef diff --git a/sound/espeak/Makefile b/sound/espeak/Makefile index 471ddcf69..e3bdbf896 100644 --- a/sound/espeak/Makefile +++ b/sound/espeak/Makefile @@ -29,7 +29,7 @@ define Package/espeak CATEGORY:=Sound DEPENDS:=+portaudio TITLE:=Speech synthesizer - URL:=http://espeak.sourceforge.net/ + URL:=https://espeak.sourceforge.net/ endef define Package/espeak/description diff --git a/sound/lame/Makefile b/sound/lame/Makefile index 8664d6ae8..dd99a32b5 100644 --- a/sound/lame/Makefile +++ b/sound/lame/Makefile @@ -32,7 +32,7 @@ PKG_INSTALL=1 define Package/lame/Default SECTION:=sound CATEGORY:=Sound - URL:=http://sourceforge.net/projects/lame + URL:=https://lame.sourceforge.io/ endef define Package/lame diff --git a/sound/mpc/Makefile b/sound/mpc/Makefile index edafa17f6..95bd90d39 100644 --- a/sound/mpc/Makefile +++ b/sound/mpc/Makefile @@ -27,7 +27,7 @@ define Package/mpc CATEGORY:=Sound DEPENDS:=+libmpdclient TITLE:=Music Player Daemon Console Client - URL:=http://www.musicpd.org/ + URL:=https://www.musicpd.org/ endef define Package/mpc/description diff --git a/sound/opus-tools/Makefile b/sound/opus-tools/Makefile index 4e4d0b638..d4ceff24b 100644 --- a/sound/opus-tools/Makefile +++ b/sound/opus-tools/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/ +PKG_SOURCE_URL:=https://downloads.xiph.org/releases/opus/ PKG_HASH:=b4e56cb00d3e509acfba9a9b627ffd8273b876b4e2408642259f6da28fa0ff86 PKG_LICENSE:=BSD-2-Clause @@ -26,7 +26,7 @@ define Package/opus-tools CATEGORY:=Sound DEPENDS:=+libogg +libopus +libopusfile +libopusenc TITLE:=OPUS Codec tools - URL:=http://opus-codec.org/ + URL:=https://opus-codec.org/ endef define Package/opus-tools/description diff --git a/sound/pianod/Makefile b/sound/pianod/Makefile index 72c5b787c..6b24cbce2 100644 --- a/sound/pianod/Makefile +++ b/sound/pianod/Makefile @@ -29,7 +29,7 @@ define Package/pianod DEPENDS:=+libao +libfaad2 +libmpg123 +libmbedtls +libjson-c +libgcrypt +libpthread TITLE:=Pandora radio daemon USERID:=pianod=88:pianod=88 - URL:=http://deviousfish.com/pianod1/ + URL:=https://deviousfish.com/pianod1/ endef define Package/pianod/description @@ -37,7 +37,7 @@ define Package/pianod/description A simple protocol makes for easy clients, mix scripting, integration with a home automation system, use as multiple-user music system for home or office. Documentation and configuration information can be found at: - http://deviousfish.com/pianod1/ + https://deviousfish.com/pianod1/ endef define Package/pianod-client @@ -45,7 +45,7 @@ define Package/pianod-client CATEGORY:=Sound DEPENDS:=+pianod TITLE:=Pandora radio daemon WebUI - URL:=http://deviousfish.com/pianod1/ + URL:=https://deviousfish.com/pianod1/ endef define Package/pianod-client/description @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-mbedtls PIANOD_CLIENT:=pianod-client-compiled-51.tar.gz define Download/pianod-client - URL:=http://deviousfish.com/Downloads/pianod/ + URL:=https://deviousfish.com/Downloads/pianod/ FILE:=$(PIANOD_CLIENT) HASH:=1596ec2da30992e4008bbd6654333b025165399c3c7e22078f35bee6a438c5ad endef diff --git a/sound/portaudio/Makefile b/sound/portaudio/Makefile index 2285b6a8b..aaa908e5d 100644 --- a/sound/portaudio/Makefile +++ b/sound/portaudio/Makefile @@ -30,7 +30,7 @@ define Package/portaudio CATEGORY:=Sound DEPENDS:=+alsa-lib TITLE:=Portable cross-platform audio I/O - URL:=http://www.portaudio.com/ + URL:=https://www.portaudio.com/ endef define Package/portaudio/description diff --git a/utils/attr/Makefile b/utils/attr/Makefile index 618cf6701..4ddc73988 100644 --- a/utils/attr/Makefile +++ b/utils/attr/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/attr/Default TITLE:=Extended attributes (xattr) manipulation - URL:=http://savannah.nongnu.org/projects/attr + URL:=https://savannah.nongnu.org/projects/attr SUBMENU:=Filesystem endef diff --git a/utils/augeas/Makefile b/utils/augeas/Makefile index 6b7bb0a8f..7db1ded16 100644 --- a/utils/augeas/Makefile +++ b/utils/augeas/Makefile @@ -30,7 +30,7 @@ define Package/augeas SECTION:=utils CATEGORY:=Utilities TITLE:=A configuration editing tool - URL:=http://augeas.net + URL:=https://augeas.net DEPENDS:=+libxml2 +libreadline +libncurses endef @@ -46,7 +46,7 @@ define Package/augeas-lenses SECTION:=utils CATEGORY:=Utilities TITLE:=Augeas lenses - URL:=http://augeas.net + URL:=https://augeas.net DEPENDS:=+augeas endef @@ -61,7 +61,7 @@ define Package/augeas-lenses-tests SECTION:=utils CATEGORY:=Utilities TITLE:=Augeas lenses tests - URL:=http://augeas.net + URL:=https://augeas.net DEPENDS:=+augeas endef diff --git a/utils/bossa/Makefile b/utils/bossa/Makefile index 41f456ba6..2d9d41eed 100644 --- a/utils/bossa/Makefile +++ b/utils/bossa/Makefile @@ -22,7 +22,7 @@ define Package/bossa CATEGORY:=Utilities DEPENDS:=+libstdcpp TITLE:=Utility to flash ARM microcontrollers - URL:=http://www.shumatech.com/web/products/bossa + URL:=https://www.shumatech.com/web/products/bossa endef define Package/bossa/description diff --git a/utils/byobu/Makefile b/utils/byobu/Makefile index 788d91fea..81f43ba68 100644 --- a/utils/byobu/Makefile +++ b/utils/byobu/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/byobu/Default SECTION:=utils CATEGORY:=Utilities - URL:=http://byobu.org/ + URL:=https://www.byobu.org/ PKGARCH:=all endef diff --git a/utils/ccrypt/Makefile b/utils/ccrypt/Makefile index fd7bb9dd1..fd80e61a9 100644 --- a/utils/ccrypt/Makefile +++ b/utils/ccrypt/Makefile @@ -26,7 +26,7 @@ define Package/ccrypt CATEGORY:=Utilities SUBMENU:=Encryption TITLE:=utility for encrypting/decrypting files and streams - URL:=http://ccrypt.sourceforge.net/ + URL:=https://ccrypt.sourceforge.net/ DEPENDS:= +USE_GLIBC:libcrypt-compat endef diff --git a/utils/dfu-util/Makefile b/utils/dfu-util/Makefile index 5901640c1..a3a863fab 100644 --- a/utils/dfu-util/Makefile +++ b/utils/dfu-util/Makefile @@ -27,7 +27,7 @@ define Package/dfu-util CATEGORY:=Utilities DEPENDS:=+libusb-1.0 TITLE:=Device Firmware Upgrade Utilities - URL:=http://dfu-util.sourceforge.net/ + URL:=https://dfu-util.sourceforge.net/ MAINTAINER:=Bruno Randolf endef diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index 0ff146881..84217766a 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -30,7 +30,7 @@ define Package/domoticz SECTION:=utils CATEGORY:=Utilities TITLE:=Open Source Home Automation System - URL:=http://domoticz.com/ + URL:=https://domoticz.com/ USERID:=domoticz=6144:domoticz=6144 DEPENDS:= \ +boost \ diff --git a/utils/dosfstools/Makefile b/utils/dosfstools/Makefile index 939369e2d..deef232bb 100644 --- a/utils/dosfstools/Makefile +++ b/utils/dosfstools/Makefile @@ -12,8 +12,7 @@ PKG_VERSION:=4.2 PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ \ - http://fossies.org/linux/misc +PKG_SOURCE_URL:=https://github.com/dosfstools/dosfstools/releases/download/v$(PKG_VERSION)/ PKG_HASH:=64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527 PKG_MAINTAINER:=Álvaro Fernández Rojas diff --git a/utils/dvtm/Makefile b/utils/dvtm/Makefile index ef35abdd0..90b4bd5fb 100644 --- a/utils/dvtm/Makefile +++ b/utils/dvtm/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.15 PKG_RELEASE:=1 PKG_SOURCE:=dvtm-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.brain-dump.org/projects/dvtm/ +PKG_SOURCE_URL:=https://github.com/martanne/dvtm/releases/download/v$(PKG_VERSION)/ PKG_HASH:=8f2015c05e2ad82f12ae4cf12b363d34f527a4bbc8c369667f239e4542e1e510 PKG_MAINTAINER:=Yunfan Jiang @@ -27,7 +27,7 @@ define Package/dvtm SUBMENU:=Terminal DEPENDS:=+libncursesw TITLE:=dynamic virtual terminal manager - URL:=http://www.brain-dump.org/projects/dvtm/ + URL:=https://www.brain-dump.org/projects/dvtm/ endef define Package/dvtm/description diff --git a/utils/efibootmgr/Makefile b/utils/efibootmgr/Makefile index 5faea2865..3dbcd2e20 100644 --- a/utils/efibootmgr/Makefile +++ b/utils/efibootmgr/Makefile @@ -35,7 +35,7 @@ define Package/efibootmgr/description Details on the EFI Boot Manager are available from the EFI Specification, v1.02 or above, available from: - http://www.uefi.org + https://uefi.org Note: efibootmgr requires either the efivarfs or the legacy efivars kernel module to be loaded prior to use. diff --git a/utils/fio/Makefile b/utils/fio/Makefile index 011a6b875..ecacd2f71 100644 --- a/utils/fio/Makefile +++ b/utils/fio/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=3.37 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://brick.kernel.dk/snaps +PKG_SOURCE_URL:=https://brick.kernel.dk/snaps PKG_HASH:=88f0fd6549ca07f7387e784a91706ab11e36d5c12ec26540f1b2d33c6f2d8327 PKG_MAINTAINER:=Alexandru Ardelean diff --git a/utils/gddrescue/Makefile b/utils/gddrescue/Makefile index 256fa271c..076ac839e 100644 --- a/utils/gddrescue/Makefile +++ b/utils/gddrescue/Makefile @@ -9,7 +9,7 @@ PKG_VERSION:=1.27 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz -PKG_SOURCE_URL:=http://archive.ubuntu.com/ubuntu/pool/universe/g/$(PKG_NAME) +PKG_SOURCE_URL:=https://archive.ubuntu.com/ubuntu/pool/universe/g/$(PKG_NAME) PKG_HASH:=dd8af32d9be5afd7a9b9c34014e44358c3bfb193a612a2cb6547499bb1f76698 PKG_MAINTAINER:=Lucian Cristian diff --git a/utils/gkermit/Makefile b/utils/gkermit/Makefile index fc5954725..964b702c9 100644 --- a/utils/gkermit/Makefile +++ b/utils/gkermit/Makefile @@ -24,7 +24,7 @@ define Package/gkermit SECTION:=utils CATEGORY:=Utilities TITLE:=gkermit - URL:=http://www.columbia.edu/kermit/gkermit.html + URL:=https://www.columbia.edu/kermit/gkermit.html endef define Package/gkermit/description diff --git a/utils/gnupg/Makefile b/utils/gnupg/Makefile index 8e244fcf7..7c0e0f545 100644 --- a/utils/gnupg/Makefile +++ b/utils/gnupg/Makefile @@ -30,7 +30,7 @@ define Package/gnupg/Default SUBMENU:=Encryption DEPENDS:=+zlib +libncurses +libreadline TITLE:=GNU privacy guard - a free PGP replacement - URL:=http://www.gnupg.org/ + URL:=https://gnupg.org/ endef define Package/gnupg diff --git a/utils/gnupg2/Makefile b/utils/gnupg2/Makefile index ce7ce5a15..c64f8721e 100644 --- a/utils/gnupg2/Makefile +++ b/utils/gnupg2/Makefile @@ -34,7 +34,7 @@ define Package/gnupg2/Default SUBMENU:=Encryption DEPENDS:=+libgpg-error +libnpth +libassuan +libksba +libgcrypt +zlib +libncurses +libreadline $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=GNU privacy guard (version 2) - a free PGP replacement - URL:=http://www.gnupg.org/ + URL:=https://gnupg.org/ endef define Package/gnupg2 diff --git a/utils/hamlib/Makefile b/utils/hamlib/Makefile index 1767264d9..0f3d3aaf0 100644 --- a/utils/hamlib/Makefile +++ b/utils/hamlib/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=4.6.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/hamlib +PKG_SOURCE_URL:=https://github.com/Hamlib/Hamlib/releases/download/$(PKG_VERSION)/ PKG_HASH:=90d6f1dba59417c00f8f4545131c7efd31930cd0e178598980a8210425e3852e PKG_MAINTAINER:=Vasilis Tsiligiannis @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/hamlib/Default TITLE:=Ham Radio Control - URL:=http://hamlib.sourceforge.net + URL:=https://hamlib.github.io/ endef define Package/hamlib/Default/description diff --git a/utils/haserl/Makefile b/utils/haserl/Makefile index e37c89f4b..2ef9008aa 100644 --- a/utils/haserl/Makefile +++ b/utils/haserl/Makefile @@ -30,7 +30,7 @@ define Package/haserl SECTION:=utils CATEGORY:=Utilities TITLE:=A CGI wrapper to embed shell scripts in HTML documents - URL:=http://haserl.sourceforge.net/ + URL:=https://haserl.sourceforge.net/ MENU:=1 DEPENDS:= +HASERL_with_lua:liblua endef diff --git a/utils/hashdeep/Makefile b/utils/hashdeep/Makefile index 3a706ae8b..5117dd3c1 100644 --- a/utils/hashdeep/Makefile +++ b/utils/hashdeep/Makefile @@ -22,7 +22,7 @@ define Package/hashdeep SECTION:=utils CATEGORY:=Utilities TITLE:=Recursively compute hashsums or piecewise hashings - URL:=http://md5deep.sourceforge.net/ + URL:=https://github.com/jessek/hashdeep DEPENDS:=+libstdcpp endef diff --git a/utils/haveged/Makefile b/utils/haveged/Makefile index f2d3b26b7..6b546881a 100644 --- a/utils/haveged/Makefile +++ b/utils/haveged/Makefile @@ -29,13 +29,13 @@ define Package/haveged CATEGORY:=Utilities DEPENDS:=+libhavege TITLE:=Feeds the kernel entropy pool by timing CPU loops. - URL:=http://www.issihosts.com/haveged/ + URL:=https://www.issihosts.com/haveged/ endef define Package/libhavege CATEGORY:=Libraries TITLE:=Library for haveged - URL:=http://www.issihosts.com/haveged/ + URL:=https://www.issihosts.com/haveged/ endef CONFIGURE_ARGS+= \ diff --git a/utils/hd-idle/Makefile b/utils/hd-idle/Makefile index 405753d1b..07ebc8a23 100644 --- a/utils/hd-idle/Makefile +++ b/utils/hd-idle/Makefile @@ -28,7 +28,7 @@ define Package/hd-idle CATEGORY:=Utilities TITLE:=Another idle-daemon for attached hard drives SUBMENU:=Disc - URL:=http://hd-idle.sourceforge.net/ + URL:=https://hd-idle.sourceforge.net/ endef define Package/hd-idle/description diff --git a/utils/hexedit/Makefile b/utils/hexedit/Makefile index b38b0f0fd..30cb1e967 100644 --- a/utils/hexedit/Makefile +++ b/utils/hexedit/Makefile @@ -31,7 +31,7 @@ define Package/hexedit SUBMENU:=Editors SECTION:=utils CATEGORY:=Utilities - URL:=http://rigaux.org/hexedit.html + URL:=https://rigaux.org/hexedit.html DEPENDS:=+libncurses endef diff --git a/utils/klish/Makefile b/utils/klish/Makefile index 119f79d7e..00d4aabfc 100644 --- a/utils/klish/Makefile +++ b/utils/klish/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=2.2.3 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://libcode.org/attachments/download/82 +PKG_SOURCE_URL:=https://src.libcode.org/download/klish/ PKG_HASH:=89a08295522fea9736a84e11da3d990641fc43b7e548626d2a56e75ed9d8d47b PKG_MAINTAINER:=Takashi Umeno @@ -31,7 +31,7 @@ define Package/klish/default CATEGORY:=Utilities SUBMENU:=Shells TITLE:=Kommand Line Interface SHell ($(1)) - URL:=https://libcode.org/projects/klish/ + URL:=https://src.libcode.org/pkun/klish/ endef define Package/klish diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index ff85e62a1..f02e95f6a 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -129,7 +129,7 @@ define Package/lcd4linux/Default SECTION:=utils CATEGORY:=Utilities TITLE:=LCD display utility - URL:=http://lcd4linux.bulix.org/ + URL:=https://github.com/feckert/lcd4linux endef define Package/lcd4linux/Default/description diff --git a/utils/lcdproc/Makefile b/utils/lcdproc/Makefile index d1a6da4aa..672e46b59 100644 --- a/utils/lcdproc/Makefile +++ b/utils/lcdproc/Makefile @@ -28,7 +28,7 @@ DISABLE_NLS:= define Package/lcdproc/Default SECTION:=utils CATEGORY:=Utilities - URL:=http://lcdproc.org/ + URL:=https://lcdproc.org/ endef define Package/lcdproc/Default-description diff --git a/utils/less/Makefile b/utils/less/Makefile index b9a9c5a00..86972bf14 100644 --- a/utils/less/Makefile +++ b/utils/less/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= @GNU/less \ - http://www.greenwoodsoftware.com/less + https://www.greenwoodsoftware.com/less PKG_HASH:=2701041e767e697ee420ce0825641cedc8f20b51576abe99d92c1666d332e9dc PKG_LICENSE:=GPL-3.0-or-later @@ -30,7 +30,7 @@ define Package/less SECTION:=utils CATEGORY:=Utilities TITLE:=Pager program similar to more - URL:=http://www.greenwoodsoftware.com/less/ + URL:=https://www.greenwoodsoftware.com/less/ ALTERNATIVES:=200:/usr/bin/less:/usr/libexec/less-gnu DEPENDS:=+libncursesw PROVIDES:=less-wide diff --git a/utils/lsof/Makefile b/utils/lsof/Makefile index ba704d3ea..7bc92ac89 100644 --- a/utils/lsof/Makefile +++ b/utils/lsof/Makefile @@ -29,7 +29,7 @@ define Package/lsof SECTION:=utils CATEGORY:=Utilities TITLE:=LiSt Open Files - a diagnostic tool - URL:=http://people.freebsd.org/~abe/ + URL:=https://lsof.readthedocs.io/en/latest/ endef CONFIGURE_ARGS += --without-selinux --without-libtirpc diff --git a/utils/mksh/Makefile b/utils/mksh/Makefile index e68f63b08..015e96c3a 100644 --- a/utils/mksh/Makefile +++ b/utils/mksh/Makefile @@ -16,8 +16,7 @@ PKG_MAINTAINER:=Thorsten Glaser PKG_LICENSE:=MirOS PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh \ - http://pub.allbsd.org/MirOS/dist/mir/mksh +PKG_SOURCE_URL:=https://mbsd.evolvis.org/MirOS/dist/mir/mksh/ PKG_HASH:=77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -30,7 +29,7 @@ define Package/mksh SUBMENU:=Shells TITLE:=MirBSD Korn Shell DEPENDS:=$(DEP) - URL:=http://mirbsd.de/mksh + URL:=https://mbsd.evolvis.org/mksh.htm endef define Package/mksh/description diff --git a/utils/ntfs-3g/Makefile b/utils/ntfs-3g/Makefile index 1d75ce824..5b5192e98 100644 --- a/utils/ntfs-3g/Makefile +++ b/utils/ntfs-3g/Makefile @@ -82,7 +82,7 @@ define Package/ntfs-3g-low/description A driver variant using the fuse low-level interface missing some of the enhanced functionality for streams or the like. You might want to check: - http://www.tuxera.com/community/ntfs-3g-manual/ + https://github.com/tuxera/ntfs-3g/wiki endef diff --git a/utils/oath-toolkit/Makefile b/utils/oath-toolkit/Makefile index fa29cc884..cb771cf81 100644 --- a/utils/oath-toolkit/Makefile +++ b/utils/oath-toolkit/Makefile @@ -33,14 +33,14 @@ define Package/liboath SECTION:=libs CATEGORY:=Libraries TITLE:=A shared and static C library for OATH handling - URL:=http://www.nongnu.org/oath-toolkit/index.html + URL:=https://oath-toolkit.codeberg.page/ endef define Package/oath-pam SECTION:=libs CATEGORY:=Libraries TITLE:=The oath PAM module - URL:=http://www.nongnu.org/oath-toolkit/index.html + URL:=https://oath-toolkit.codeberg.page/ DEPENDS:= +libpam +liboath endef @@ -48,7 +48,7 @@ define Package/oath-toolkit SECTION:=utils CATEGORY:=Utilities TITLE:=A command line tool for generating and validating OTPs - URL:=http://www.nongnu.org/oath-toolkit/index.html + URL:=https://oath-toolkit.codeberg.page/ DEPENDS:= +liboath endef diff --git a/utils/openocd/Makefile b/utils/openocd/Makefile index 0005801e1..9da496845 100644 --- a/utils/openocd/Makefile +++ b/utils/openocd/Makefile @@ -34,7 +34,7 @@ define Package/openocd SECTION:=utils CATEGORY:=Utilities TITLE:=OpenOCD Utility - URL:=http://openocd.sf.net/ + URL:=https://openocd.org/ DEPENDS:=+libusb-1.0 \ +libftdi1 \ +hidapi \ diff --git a/utils/owut/Makefile b/utils/owut/Makefile index b491e41b2..87862fb6e 100644 --- a/utils/owut/Makefile +++ b/utils/owut/Makefile @@ -23,7 +23,7 @@ define Package/owut SECTION:=utils CATEGORY:=Utilities TITLE:=owut - an OpenWrt Upgrade Tool - URL:=http://github.com/efahl/owut + URL:=https://github.com/efahl/owut DEPENDS:=+attendedsysupgrade-common \ +rpcd-mod-file \ +ucode +ucode-mod-fs +ucode-mod-ubus \ diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 41e20a00c..7cf2e2846 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -26,7 +26,7 @@ define Package/pciutils SECTION:=utils CATEGORY:=Utilities TITLE:=Linux PCI Utilities - URL:=http://mj.ucw.cz/pciutils.shtml + URL:=https://mj.ucw.cz/sw/pciutils/ DEPENDS:=+libkmod +libpci +pciids ALTERNATIVES:=200:/usr/bin/lspci:/usr/libexec/lspci-pciutils endef @@ -40,7 +40,7 @@ define Package/libpci SECTION:=libs CATEGORY:=Libraries TITLE:=Linux PCI Libraries - URL:=http://mj.ucw.cz/pciutils.shtml + URL:=https://mj.ucw.cz/sw/pciutils/ endef TARGET_CFLAGS += $(FPIC) diff --git a/utils/prometheus-statsd-exporter/Makefile b/utils/prometheus-statsd-exporter/Makefile index 27c7a958b..7e76a3209 100644 --- a/utils/prometheus-statsd-exporter/Makefile +++ b/utils/prometheus-statsd-exporter/Makefile @@ -26,7 +26,7 @@ define Package/prometheus-statsd-exporter SECTION:=utils CATEGORY:=Utilities TITLE:=StatsD to Prometheus metrics exporter - URL:=http://prometheus.io + URL:=https://prometheus.io DEPENDS:=$(GO_ARCH_DEPENDS) endef diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 87c6385ae..a14d29c05 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -54,7 +54,7 @@ define Package/qemu-ga CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=QEMU Guest Agent - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:= +glib2 +virtio-console-helper +libstdcpp +libudev $(QEMU_DEPS_IN_GUEST) endef @@ -75,7 +75,7 @@ define Package/qemu-bridge-helper CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=QEMU bridge helper - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:=+glib2 $(QEMU_DEPS_IN_HOST) endef @@ -92,7 +92,7 @@ define Package/qemu-img CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=QEMU Image utility - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:=+glib2 +QEMU_ZSTD:libzstd $(QEMU_DEPS_IN_HOST) endef @@ -107,7 +107,7 @@ define Package/qemu-nbd CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=QEMU Network Block Device Utility - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:=+glib2 +QEMU_ZSTD:libzstd $(QEMU_DEPS_IN_HOST) +kmod-nbd endef @@ -125,7 +125,7 @@ define qemu-firmware CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=$(qemu-firmware-$(1)-title) - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:=$(QEMU_DEPS_IN_HOST) endef @@ -191,7 +191,7 @@ define qemu-target CATEGORY:=Utilities SUBMENU:=Virtualization TITLE:=QEMU target $(1) - URL:=http://www.qemu.org + URL:=https://www.qemu.org DEPENDS:= +glib2 +libpthread +zlib +libbpf $(QEMU_DEPS_IN_HOST) $(qemu-target-$(1)-deps) \ +QEMU_UI_VNC:qemu-keymaps \ +QEMU_UI_VNC:libpng \ diff --git a/utils/restic/Makefile b/utils/restic/Makefile index 573156f15..c7bd259a9 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -25,7 +25,7 @@ include ../../lang/golang/golang-package.mk define Package/restic TITLE:=restic backup program - URL:=http://github.com/restic/restic + URL:=https://github.com/restic/restic DEPENDS:=$(GO_ARCH_DEPENDS) SECTION:=utils CATEGORY:=Utilities diff --git a/utils/rrdtool1/Makefile b/utils/rrdtool1/Makefile index afe3452f5..dd30af20a 100644 --- a/utils/rrdtool1/Makefile +++ b/utils/rrdtool1/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/rrdtool1/Default TITLE:=Round Robin Database (RRD) - URL:=http://oss.oetiker.ch/rrdtool/ + URL:=https://oss.oetiker.ch/rrdtool/ endef define Package/rrdtool1/description/Default diff --git a/utils/rtl-sdr/Makefile b/utils/rtl-sdr/Makefile index cf776baa2..f728b5525 100644 --- a/utils/rtl-sdr/Makefile +++ b/utils/rtl-sdr/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/rtl-sdr/Default TITLE:=Software Defined Radio with Realtek RTL2832U - URL:=http://sdr.osmocom.org/trac/wiki/rtl-sdr + URL:=https://osmocom.org/projects/rtl-sdr endef define Package/rtl-sdr/Default/description diff --git a/utils/selinux-python/Makefile b/utils/selinux-python/Makefile index d113f018c..cca92ac60 100644 --- a/utils/selinux-python/Makefile +++ b/utils/selinux-python/Makefile @@ -29,7 +29,7 @@ include ../../lang/python/python3-package.mk # define Package/selinux-python/Default - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject DEPENDS:=+python3-light endef diff --git a/utils/semodule-utils/Makefile b/utils/semodule-utils/Makefile index fcf70d4ef..1548ea0c7 100644 --- a/utils/semodule-utils/Makefile +++ b/utils/semodule-utils/Makefile @@ -27,7 +27,7 @@ define Package/semodule-utils/Default CATEGORY:=Utilities DEPENDS:=+libsepol TITLE:=SELinux policy module utility - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject endef define Package/semodule-utils/Default/description diff --git a/utils/serialconsole/Makefile b/utils/serialconsole/Makefile index 86acf170b..d71ffa089 100644 --- a/utils/serialconsole/Makefile +++ b/utils/serialconsole/Makefile @@ -29,7 +29,7 @@ define Package/serialconsole CATEGORY:=Utilities SUBMENU:=Terminal TITLE:=Serial Console - minimal terminal program - URL:=http://sourceforge.net/projects/serialconsole/ + URL:=https://serialconsole.sourceforge.io/ endef define Package/serialconsole/description diff --git a/utils/setools/Makefile b/utils/setools/Makefile index a6fe66795..05ca57314 100644 --- a/utils/setools/Makefile +++ b/utils/setools/Makefile @@ -30,7 +30,7 @@ define Package/setools/Default SECTION:=utils CATEGORY:=Utilities TITLE:=SELinux policy analysis tool - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject DEPENDS:=+python3-light +python3-logging +python3-setools endef @@ -44,7 +44,7 @@ define Package/python3-setools CATEGORY:=Languages SUBMENU:=Python TITLE:=SETools Python bindings - URL:=http://selinuxproject.org/page/Main_Page + URL:=https://github.com/selinuxproject DEPENDS:=+python3-light +python3-logging +libselinux +libsepol endef diff --git a/utils/setserial/Makefile b/utils/setserial/Makefile index 9074ee295..ff2986246 100644 --- a/utils/setserial/Makefile +++ b/utils/setserial/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/setserial SECTION:=utils CATEGORY:=Utilities - URL:=http://setserial.sourceforge.net/ + URL:=https://setserial.sourceforge.net/ TITLE:=Serial port attribute utility endef diff --git a/utils/sispmctl/Makefile b/utils/sispmctl/Makefile index d0f8521da..7948241cf 100644 --- a/utils/sispmctl/Makefile +++ b/utils/sispmctl/Makefile @@ -28,7 +28,7 @@ define Package/libsispmctl SECTION:=libs CATEGORY:=Libraries TITLE:=Silver Shield PM Control for Linux library - URL:=http://sispmctl.sourceforge.net + URL:=https://sispmctl.sourceforge.net DEPENDS:=+libusb-compat endef @@ -36,7 +36,7 @@ define Package/sispmctl SECTION:=utils CATEGORY:=Utilities TITLE:=Silver Shield PM Control for Linux - URL:=http://sispmctl.sourceforge.net + URL:=https://sispmctl.sourceforge.net DEPENDS:=+libsispmctl endef diff --git a/utils/tmux/Makefile b/utils/tmux/Makefile index 9beb6751b..339173363 100644 --- a/utils/tmux/Makefile +++ b/utils/tmux/Makefile @@ -26,7 +26,7 @@ define Package/tmux SUBMENU:=Terminal TITLE:=Terminal multiplexer DEPENDS:=+libncurses +libevent2-core +libpthread +librt - URL:=http://tmux.github.io/ + URL:=https://github.com/tmux/tmux/wiki endef define Package/tmux/description diff --git a/utils/unzip/Makefile b/utils/unzip/Makefile index 8cc30ddb1..df47224ec 100644 --- a/utils/unzip/Makefile +++ b/utils/unzip/Makefile @@ -31,7 +31,7 @@ define Package/unzip CATEGORY:=Utilities DEPENDS:= TITLE:=De-archiver for .zip files - URL:=http://infozip.sourceforge.net/UnZip.html + URL:=https://infozip.sourceforge.net/UnZip.html SUBMENU:=Compression endef diff --git a/utils/yara/Makefile b/utils/yara/Makefile index 480d6f43d..4e202432d 100644 --- a/utils/yara/Makefile +++ b/utils/yara/Makefile @@ -31,7 +31,7 @@ define Package/yara SECTION:=utils CATEGORY:=Utilities TITLE:=Pattern matching swiss knife for malware researchers - URL:=http://virustotal.github.io/yara/ + URL:=https://virustotal.github.io/yara/ DEPENDS:= +libopenssl DEPENDS+= +YARA_module_magic:file DEPENDS+= +YARA_module_cuckoo:jansson diff --git a/utils/zile/Makefile b/utils/zile/Makefile index 2e4a36dbf..7c78d791f 100644 --- a/utils/zile/Makefile +++ b/utils/zile/Makefile @@ -26,7 +26,7 @@ define Package/zile CATEGORY:=Utilities DEPENDS:=+libncursesw TITLE:=very small emacs-like editor - URL:=http://www.gnu.org/software/zile/ + URL:=https://www.gnu.org/software/zile/ SUBMENU:=Editors endef diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index 03234ae2c..b88e2b80c 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -13,12 +13,12 @@ PKG_VERSION:=2026b PKG_RELEASE:=1 #As i couldn't find real license used "Public Domain" -#as reference to http://www.iana.org/time-zones/repository/tz-link.html +#as reference to https://data.iana.org/time-zones/tz-link.html PKG_LICENSE:=Public-Domain PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz PKG_SOURCE_CODE:=tzcode$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.iana.org/time-zones/repository/releases +PKG_SOURCE_URL:=https://data.iana.org/time-zones/releases PKG_HASH:=114543d9f19a6bfeb5bca43686aea173d38755a3db1f2eec112647ae92c6f544 include $(INCLUDE_DIR)/package.mk