treewide: cleanup URLs

This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki <dev@zpc.st>
This commit is contained in:
Yanase Yuki
2026-01-02 18:06:57 +09:00
committed by Josef Schlehofer
parent 2063d77936
commit b0d8a3d384
257 changed files with 363 additions and 391 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -39,7 +39,7 @@ define Package/bogofilter
DEPENDS:=+libsqlite3
TITLE:=bogofilter
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
URL:=http://bogofilter.sourceforge.net/
URL:=https://bogofilter.sourceforge.io/
endef
define Package/bogofilter/description
+3 -3
View File
@@ -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 <daniel@makrotopia.org>
@@ -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
+2 -2
View File
@@ -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
+1 -2
View File
@@ -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
+2 -4
View File
@@ -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 <Shulyaka@gmail.com>
@@ -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