-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
35 changed files
with
768 additions
and
448 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=lua-eco | ||
PKG_VERSION:=3.0.1 | ||
PKG_VERSION:=3.0.2 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL=https://github.com/zhaojh329/lua-eco/releases/download/v$(PKG_VERSION) | ||
PKG_HASH:=96f008932e319739df2fe99dc1cba7e9a1a389015a4b96ad0f63d95bb6422b09 | ||
PKG_HASH:=fd99d0671701c0972ef3a9cb84231cd31b6290c447e1d6b91a230c502e441016 | ||
|
||
PKG_MAINTAINER:=Jianhui Zhao <[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 |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=micropython-lib | ||
PKG_RELEASE:=2 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/micropython/micropython-lib.git | ||
PKG_SOURCE_VERSION:=7128d423c2e7c0309ac17a1e6ba873b909b24fcc | ||
PKG_SOURCE_DATE:=20230522 | ||
PKG_MIRROR_HASH:=1f094aac257d2094ee91b457164f845f6461df1cf1d0ed7ee556c98f273f5afb | ||
PKG_SOURCE_VERSION:=d8e163bb5f3ef45e71e145c27bc4f207beaad70f | ||
PKG_SOURCE_DATE:=20231031 | ||
PKG_MIRROR_HASH:=6abb0a1460984c6fde99986971517121ac0207dabeb43cfb1855f6d7d1fd9ae5 | ||
|
||
PKG_MAINTAINER:=Jeffery To <[email protected]> | ||
PKG_LICENSE:=MIT Python-2.0.1 | ||
|
@@ -23,8 +23,8 @@ PKG_LICENSE_FILES:=LICENSE | |
PKG_BUILD_DEPENDS:=python3/host | ||
PKG_BUILD_PARALLEL:=1 | ||
|
||
# keep in sync with micropython | ||
MP_MPY_FILE_VERSION:=6 | ||
# keep in sync with micropython (MPY_VERSION in py/persistentcode.h) | ||
MICROPYTHON_MPY_VERSION:=6 | ||
|
||
include $(INCLUDE_DIR)/package.mk | ||
|
||
|
@@ -111,15 +111,15 @@ define Build/Compile | |
endef | ||
|
||
define Package/micropython-lib/install | ||
$(call MicroPythonLib/Install,,$(MP_MPY_FILE_VERSION),$(1)/usr/lib/micropython) | ||
$(call MicroPythonLib/Install,,$(MICROPYTHON_MPY_VERSION),$(1)/usr/lib/micropython) | ||
endef | ||
|
||
define Package/micropython-lib-src/install | ||
$(call MicroPythonLib/Install,,py,$(1)/usr/lib/micropython) | ||
endef | ||
|
||
define Package/micropython-lib-unix/install | ||
$(call MicroPythonLib/Install,unix-ffi-index,$(MP_MPY_FILE_VERSION),$(1)/usr/lib/micropython/unix) | ||
$(call MicroPythonLib/Install,unix-ffi-index,$(MICROPYTHON_MPY_VERSION),$(1)/usr/lib/micropython/unix) | ||
|
||
$(INSTALL_DIR) $(1)/usr/bin | ||
$(INSTALL_BIN) ./files/micropython-unix $(1)/usr/bin/ | ||
|
148 changes: 0 additions & 148 deletions
148
lang/python/micropython-lib/patches/004-unix-ffi-re-convert-to-PCRE2.patch
This file was deleted.
Oops, something went wrong.
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 | ||
|
||
PKG_NAME:=libdaq3 | ||
PKG_VERSION:=3.0.12 | ||
PKG_VERSION:=3.0.13 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_MAINTAINER:=W. Michael Petullo <[email protected]> | ||
|
@@ -17,7 +17,7 @@ PKG_LICENSE:=GPL-2.0-only | |
|
||
PKG_SOURCE:=libdaq-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/snort3/libdaq/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=dedfdb88de151d61009bdb365322853687b1add4adec248952d2a93b70f584af | ||
PKG_HASH:=3a48b934bc45a1fe44b3887185d33a76a042c1d10aa177e3e7c417d83da67213 | ||
PKG_BUILD_DIR:=$(BUILD_DIR)/libdaq-$(PKG_VERSION) | ||
|
||
PKG_FIXUP:=autoreconf | ||
|
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 |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=banip | ||
PKG_VERSION:=0.9.1 | ||
PKG_RELEASE:=1 | ||
PKG_VERSION:=0.9.2 | ||
PKG_RELEASE:=2 | ||
PKG_LICENSE:=GPL-3.0-or-later | ||
PKG_MAINTAINER:=Dirk Brenken <[email protected]> | ||
|
||
|
@@ -16,7 +16,7 @@ define Package/banip | |
SECTION:=net | ||
CATEGORY:=Network | ||
TITLE:=banIP blocks IPs via named nftables Sets | ||
DEPENDS:=+jshn +jsonfilter +firewall4 +ca-bundle +logd +rpcd +rpcd-mod-rpcsys | ||
DEPENDS:=+jshn +jsonfilter +firewall4 +ca-bundle +rpcd +rpcd-mod-rpcsys | ||
PKGARCH:=all | ||
endef | ||
|
||
|
Oops, something went wrong.