forked from immortalwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* 'master' of https://github.com/immortalwrt/packages: (22 commits) yq: Update to 4.44.6 cloudflared: Update to 2024.12.1 xray-core: Update to 24.11.30 (immortalwrt#1415) geoview: update to 0.1.0 ksmbd-tools: adjust smb2 max read/write/trans and cache netbird: update to 0.34.1 tailscale: update to 1.78.1 knot: update to version 3.4.3 python-urllib3: add hostbuild luajit2: update to v2.1-20241113 haproxy: Require lua 5.4 microsocks: backport upstream fixes python-certifi: add hostbuild python-idna: add hostbuild python-chardet: add hostbuild ksmbd-tools: update to version 3.5.3 dhtd: update to 1.0.5 pbr: 1.1.7-65 bugfixes and improvements adblock-fast: bugfix: dnsmasq instances confdir hack netatalk: Update to 4.0.7 ...
- Loading branch information
Showing
31 changed files
with
370 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=luajit2 | ||
PKG_SOURCE_DATE:=2024-11-04 | ||
PKG_SOURCE_DATE:=2024-11-13 | ||
PKG_VERSION:=2.1.$(subst -,.,$(PKG_SOURCE_DATE)) | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/openresty/luajit2 | ||
PKG_SOURCE_VERSION:=24d0c668883b65b13c8b5357805c6d4113e0ba6a | ||
PKG_MIRROR_HASH:=d4e2743d7e92be51b1773fba997564a5b229f1b1cb2f3863bb7e27d4fd8a5cdb | ||
PKG_SOURCE_VERSION:=098183d9d24b8942a26dcc720fe8725b287ec77f | ||
PKG_MIRROR_HASH:=a177f59e47ce45b84fe51c736121d03c39dd3273a6aac0c429d16cc8448deb5c | ||
|
||
PKG_MAINTAINER:=Javier Marcet <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=python-certifi | ||
PKG_VERSION:=2024.2.2 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
|
||
PKG_MAINTAINER:=Eneas U de Queiroz <[email protected]> | ||
PKG_LICENSE:=MPL-2.0 | ||
|
@@ -16,9 +16,13 @@ PKG_LICENSE_FILES:=LICENSE | |
PYPI_NAME:=certifi | ||
PKG_HASH:=0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f | ||
|
||
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host | ||
|
||
include ../pypi.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
include $(INCLUDE_DIR)/host-build.mk | ||
include ../python3-package.mk | ||
include ../python3-host-build.mk | ||
|
||
define Package/python3-certifi | ||
SUBMENU:=Python | ||
|
@@ -38,3 +42,4 @@ endef | |
$(eval $(call Py3Package,python3-certifi)) | ||
$(eval $(call BuildPackage,python3-certifi)) | ||
$(eval $(call BuildPackage,python3-certifi-src)) | ||
$(eval $(call HostBuild)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=python-idna | ||
PKG_VERSION:=3.6 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
|
||
PYPI_NAME:=idna | ||
PKG_HASH:=9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca | ||
|
@@ -19,10 +19,13 @@ PKG_LICENSE_FILES:=LICENSE.md | |
PKG_MAINTAINER:=Jeffery To <[email protected]> | ||
|
||
PKG_BUILD_DEPENDS:=python-flit-core/host | ||
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-flit-core/host | ||
|
||
include ../pypi.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
include $(INCLUDE_DIR)/host-build.mk | ||
include ../python3-package.mk | ||
include ../python3-host-build.mk | ||
|
||
define Package/python3-idna | ||
SECTION:=lang | ||
|
@@ -43,3 +46,4 @@ endef | |
$(eval $(call Py3Package,python3-idna)) | ||
$(eval $(call BuildPackage,python3-idna)) | ||
$(eval $(call BuildPackage,python3-idna-src)) | ||
$(eval $(call HostBuild)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=python-urllib3 | ||
PKG_VERSION:=2.0.4 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
|
||
PKG_MAINTAINER:=Josef Schlehofer <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
@@ -20,10 +20,13 @@ PYPI_NAME:=urllib3 | |
PKG_HASH:=8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11 | ||
|
||
PKG_BUILD_DEPENDS:=python-hatchling/host | ||
HOST_BUILD_DEPENDS:=python-hatchling/host | ||
|
||
include ../pypi.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
include $(INCLUDE_DIR)/host-build.mk | ||
include ../python3-package.mk | ||
include ../python3-host-build.mk | ||
|
||
define Package/python3-urllib3 | ||
SUBMENU:=Python | ||
|
@@ -41,3 +44,4 @@ endef | |
$(eval $(call Py3Package,python3-urllib3)) | ||
$(eval $(call BuildPackage,python3-urllib3)) | ||
$(eval $(call BuildPackage,python3-urllib3-src)) | ||
$(eval $(call HostBuild)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk | |
|
||
PKG_NAME:=adblock-fast | ||
PKG_VERSION:=1.1.2 | ||
PKG_RELEASE:=16 | ||
PKG_RELEASE:=18 | ||
PKG_MAINTAINER:=Stan Grishin <[email protected]> | ||
PKG_LICENSE:=AGPL-3.0-or-later | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=dhtd | ||
PKG_VERSION:=1.0.4 | ||
PKG_VERSION:=1.0.5 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/dhtd/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=77b106fb05a2b7c5bb777513cf47a8f2b729672520d9772ffe82b86036b45d0f | ||
PKG_HASH:=2b88977c474f35b611124bed226648dfc7fb98fd0e922360e8b8d42443028fa5 | ||
|
||
PKG_MAINTAINER:=Moritz Warning <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=knot | ||
PKG_VERSION:=3.4.2 | ||
PKG_VERSION:=3.4.3 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ | ||
PKG_HASH:=d835285c1057d45effa1479cfe1f107a50e83d11c1c6d36f270deda88799883e | ||
PKG_HASH:=fb153f07805f4679e836f143a74f5cd204ae71c3acbea7ab05ef8e012c6e905c | ||
|
||
PKG_MAINTAINER:=Daniel Salzman <[email protected]> | ||
PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.