generated from breakings/Actions-OpenWrt
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
361 changed files
with
15,591 additions
and
79 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
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,15 +1,15 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=containerd | ||
PKG_VERSION:=1.7.15 | ||
PKG_VERSION:=1.7.18 | ||
PKG_RELEASE:=1 | ||
PKG_LICENSE:=Apache-2.0 | ||
PKG_LICENSE_FILES:=LICENSE | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? | ||
PKG_HASH:=2dc491434b182334b51350f810ed68ace3624c8a2d6e1eac490d93c653498a33 | ||
PKG_SOURCE_VERSION:=926c9586fe4a6236699318391cd44976a98e31f1 | ||
PKG_HASH:=91685cebd50e3f353a402adadf61e2a6aeda3f63754fa0fcc978a043e00acac4 | ||
PKG_SOURCE_VERSION:=ae71819c4f5e67bb4d5ae76a6b735f29cc25774e | ||
|
||
PKG_MAINTAINER:=Gerard Ryan <[email protected]> | ||
|
||
|
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,7 +1,7 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=docker | ||
PKG_VERSION:=26.1.3 | ||
PKG_VERSION:=26.1.4 | ||
PKG_RELEASE:=1 | ||
PKG_LICENSE:=Apache-2.0 | ||
PKG_LICENSE_FILES:=LICENSE | ||
|
@@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | |
PKG_GIT_URL:=github.com/docker/cli | ||
PKG_GIT_REF:=v$(PKG_VERSION) | ||
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? | ||
PKG_HASH:=d361896cd02deb3bd160c627401eba2cd8e2513a085c55427319bea8c6412ad4 | ||
PKG_GIT_SHORT_COMMIT:=b72abbb # SHA1 used within the docker executables | ||
PKG_HASH:=73f914421db873d1a19d4d15e8ae21bebc35079f3034f574dfc6cd0449edcf89 | ||
PKG_GIT_SHORT_COMMIT:=5650f9b # SHA1 used within the docker executables | ||
|
||
PKG_MAINTAINER:=Gerard Ryan <[email protected]> | ||
|
||
|
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,7 +1,7 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=dockerd | ||
PKG_VERSION:=26.1.3 | ||
PKG_VERSION:=26.1.4 | ||
PKG_RELEASE:=1 | ||
PKG_LICENSE:=Apache-2.0 | ||
PKG_LICENSE_FILES:=LICENSE | ||
|
@@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | |
PKG_GIT_URL:=github.com/moby/moby | ||
PKG_GIT_REF:=v$(PKG_VERSION) | ||
PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)? | ||
PKG_HASH:=2f51e2dd1c122e364510c95f66e94b7fff9d5199545484e92c2e52b0efcdc2e6 | ||
PKG_GIT_SHORT_COMMIT:=8e96db1 # SHA1 used within the docker executables | ||
PKG_HASH:=74d3f38f2b88399012e0b889e6408d81e2d198437deda71da6d1da72dcc8afcc | ||
PKG_GIT_SHORT_COMMIT:=de5c9cf # SHA1 used within the docker executables | ||
|
||
PKG_MAINTAINER:=Gerard Ryan <[email protected]> | ||
|
||
|
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,7 +8,7 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
GO_VERSION_MAJOR_MINOR:=1.22 | ||
GO_VERSION_PATCH:=3 | ||
GO_VERSION_PATCH:=4 | ||
|
||
PKG_NAME:=golang | ||
PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH)) | ||
|
@@ -20,7 +20,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \ | |
|
||
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz | ||
PKG_SOURCE_URL:=$(GO_SOURCE_URLS) | ||
PKG_HASH:=80648ef34f903193d72a59c0dff019f5f98ae0c9aa13ade0b0ecbff991a76f68 | ||
PKG_HASH:=fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784 | ||
|
||
PKG_MAINTAINER:=Jeffery To <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
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:=pcre2 | ||
PKG_VERSION:=10.43 | ||
PKG_VERSION:=10.44 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 | ||
PKG_SOURCE_URL:=https://github.com/PCRE2Project/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION) | ||
PKG_HASH:=e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb | ||
PKG_HASH:=d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96 | ||
|
||
PKG_MAINTAINER:=Shane Peelar <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# | ||
# This is free software, licensed under the GNU General Public License v2. | ||
# See /LICENSE for more information. | ||
# | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=2to3 | ||
PKG_VERSION:=1.0 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_MAINTAINER:=Gerald Kerma <[email protected]>,Jeffery To <[email protected]> | ||
PKG_LICENSE:=PSF-2.0 | ||
PKG_LICENSE_FILES:=copyright | ||
|
||
PKG_HOST_ONLY:=1 | ||
HOST_BUILD_DEPENDS:=python3/host | ||
|
||
include $(INCLUDE_DIR)/host-build.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
|
||
define Package/2to3 | ||
SUBMENU:=Python | ||
SECTION:=lang | ||
CATEGORY:=Languages | ||
TITLE:=2to3 binary using python3 | ||
URL:=https://salsa.debian.org/cpython-team/python3-defaults | ||
BUILDONLY:=1 | ||
endef | ||
|
||
define Package/2to3/description | ||
2to3 is a Python program that reads Python 2.x source code and applies a | ||
series of fixers to transform it into valid Python 3.x code. The standard | ||
library contains a rich set of fixers that will handle almost all code. 2to3 | ||
supporting library lib2to3 is, however, a flexible and generic library, so it | ||
is possible to write your own fixers for 2to3. lib2to3 could also be adapted | ||
to custom applications in which Python code needs to be edited automatically. | ||
endef | ||
|
||
define Host/Install | ||
$(INSTALL_DIR) $(1)/bin | ||
$(INSTALL_BIN) ./files/2to3.py $(1)/bin/2to3 | ||
$(SED) '1c#!$(STAGING_DIR_HOSTPKG)/bin/python3' $(1)/bin/2to3 | ||
endef | ||
|
||
define Host/Clean | ||
rm -f $(STAGING_DIR_HOSTPKG)/bin/2to3 | ||
endef | ||
|
||
$(eval $(call HostBuild)) | ||
$(eval $(call BuildPackage,2to3)) |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#! /usr/bin/python3 | ||
import sys | ||
from lib2to3.main import main | ||
|
||
sys.exit(main("lib2to3.fixes")) |
Oops, something went wrong.