mirror of
https://github.com/openwrt/packages.git
synced 2026-05-27 23:00:49 +04:00
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:
committed by
Josef Schlehofer
parent
2063d77936
commit
b0d8a3d384
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <rosenp@gmail.com>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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))))
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <karlp@etactica.com>
|
||||
endef
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <mike@flyn.org>
|
||||
DEPENDS:=+lua +libexpat
|
||||
endef
|
||||
|
||||
@@ -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 <mike@flyn.org>
|
||||
DEPENDS:=+liblua
|
||||
endef
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <morgenroth@ibr.cs.tu-bs.de>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <jm@m-network.de>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
@@ -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 <jm@m-network.de>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
|
||||
+2
-2
@@ -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 <ericluehrsen@gmail.com>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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 <thess@kitschensync.net>
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <thess@kitschensync.net>
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -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 <noltari@gmail.com>
|
||||
@@ -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
|
||||
|
||||
@@ -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 <mike@flyn.org>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <yszhou4tech@gmail.com>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 += \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <nbd@nbd.name>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 <thess@kitschensync.net>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <mike@flyn.org>
|
||||
DEPENDS:=+libogg
|
||||
endef
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 <thess@kitschensync.net>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user