Skip to content

Commit dfee610

Browse files
committed
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>
1 parent 4e86243 commit dfee610

File tree

48 files changed

+57
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+57
-57
lines changed

admin/gkrellmd/Makefile

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

1414
PKG_SOURCE:=gkrellm-$(PKG_VERSION).tar.bz2
15-
PKG_SOURCE_URL:=http://gkrellm.srcbox.net/releases
15+
PKG_SOURCE_URL:=https://gkrellm.srcbox.net/releases
1616
PKG_HASH:=6f83665760b936ad4b55f9182b1ec7601faf38a0f25ea1e4bddc9965088f032d
1717
PKG_BUILD_DIR:=$(BUILD_DIR)/gkrellm-$(PKG_VERSION)
1818

@@ -28,7 +28,7 @@ define Package/gkrellmd
2828
CATEGORY:=Administration
2929
DEPENDS:=+glib2
3030
TITLE:=The GNU Krell Monitors Server
31-
URL:=http://gkrellm.net/
31+
URL:=https://gkrellm.srcbox.net/
3232
endef
3333

3434
define Package/gkrellmd/description

admin/openwisp-monitoring/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define Package/openwisp-monitoring
2828
SECTION:=admin
2929
SUBMENU:=openwisp
3030
DEPENDS:=+netjson-monitoring +openwisp-config
31-
URL:=http://openwisp.org
31+
URL:=https://openwisp.org
3232
endef
3333

3434
define Package/netjson-monitoring
@@ -38,7 +38,7 @@ define Package/netjson-monitoring
3838
SUBMENU:=openwisp
3939
DEPENDS:=+libubus-lua +lua-cjson +rpcd
4040
DEPENDS+=+NETJSON_MONITORING_IWINFO:rpcd-mod-iwinfo
41-
URL:=http://openwisp.org
41+
URL:=https://openwisp.org
4242
endef
4343

4444
define Package/netjson-monitoring/config

devel/bison/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define Package/bison
2525
SECTION:=devel
2626
CATEGORY:=Development
2727
TITLE:=bison
28-
URL:=http://www.gnu.org/software/bison/
28+
URL:=https://www.gnu.org/software/bison/
2929
endef
3030

3131
define Package/bison/description

devel/pkgconf/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PKG_VERSION:=1.8.0
1010
PKG_RELEASE:=2
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
13-
PKG_SOURCE_URL:=https://distfiles.dereferenced.org/pkgconf
13+
PKG_SOURCE_URL:=https://distfiles.ariadne.space/pkgconf
1414
PKG_HASH:=ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf
1515

1616
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
@@ -25,14 +25,14 @@ define Package/libpkgconf
2525
SECTION:=libs
2626
CATEGORY:=Libraries
2727
TITLE:=libpkgconf
28-
URL:=http://pkgconf.org/
28+
URL:=https://github.com/pkgconf/pkgconf
2929
endef
3030

3131
define Package/pkgconf
3232
SECTION:=devel
3333
CATEGORY:=Development
3434
TITLE:=pkgconf
35-
URL:=http://pkgconf.org/
35+
URL:=https://github.com/pkgconf/pkgconf
3636
DEPENDS:=+libpkgconf
3737
endef
3838

fonts/dejavu-fonts-ttf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ define Package/dejavu-fonts-ttf/Default
5555
SECTION:=fonts
5656
CATEGORY:=Fonts
5757
SUBMENU:=DejaVu
58-
URL:=http://dejavu.sourceforge.net/
58+
URL:=https://dejavu-fonts.github.io/
5959
endef
6060

6161
$(foreach file,$(FILES),$(eval $(call PartGen,$(file))))

lang/lua/cqueues/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ define Package/cqueues/default
2929
SECTION:=lang
3030
CATEGORY:=Languages
3131
TITLE:=cqueues for $(1)
32-
URL:=http://25thandclement.com/~william/projects/cqueues.html
32+
URL:=https://25thandclement.com/~william/projects/cqueues.html
3333
DEPENDS:=+libopenssl
3434
endef
3535

lang/lua/lpeg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
1414
PKG_LICENSE:=MIT
1515

1616
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
17-
PKG_SOURCE_URL:=http://www.inf.puc-rio.br/~roberto/lpeg/
17+
PKG_SOURCE_URL:=https://www.inf.puc-rio.br/~roberto/lpeg/
1818
PKG_HASH:=48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
1919

2020
include $(INCLUDE_DIR)/package.mk
@@ -24,7 +24,7 @@ define Package/lpeg
2424
SECTION:=lang
2525
CATEGORY:=Languages
2626
TITLE:=LPeg
27-
URL:=http://www.inf.puc-rio.br/~roberto/lpeg/
27+
URL:=https://www.inf.puc-rio.br/~roberto/lpeg/
2828
DEPENDS:=+lua
2929
endef
3030

lang/lua/lua-libmodbus/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endef
2626

2727
define Package/lua-libmodbus/description
2828
lua-libmodbus is a binding to libmodbus,
29-
see also http://www.libmodbus.org
29+
see also https://libmodbus.org
3030
endef
3131

3232
define Build/Configure

lang/lua/lua-lsqlite3/Makefile

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

1414
PKG_SOURCE:=lsqlite3_fsl09y.zip
15-
PKG_SOURCE_URL:=http://lua.sqlite.org/index.cgi/zip/
15+
PKG_SOURCE_URL:=https://lua.sqlite.org/home/zip/
1616
PKG_HASH:=d38402aa7640055d260c1246c36e6d6d31b425a25a805431f13695694466b722
1717

1818
PKG_LICENSE:=MIT
@@ -27,7 +27,7 @@ define Package/lsqlite3/default
2727
SECTION:=lang
2828
CATEGORY:=Languages
2929
TITLE:=Lua wrapper for the SQLite3 library
30-
URL:=http://lua.sqlite.org
30+
URL:=https://lua.sqlite.org/home/home
3131
DEPENDS:=+libsqlite3
3232
endef
3333

lang/lua/lua-openssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define Package/lua-openssl
2828
SECTION:=lang
2929
CATEGORY:=Languages
3030
TITLE:=Lua openSSL binding
31-
URL:=http://github.com/zhaozg/lua-openssl
31+
URL:=https://github.com/zhaozg/lua-openssl
3232
DEPENDS:=+lua +libopenssl +librt
3333
endef
3434

0 commit comments

Comments
 (0)