Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b22fce1
ecdsautils: add cmake 4.x compatibility
1715173329 Nov 13, 2025
1a1c0d0
travelmate: update 2.2.1-6
dibdot Nov 14, 2025
9813ade
iperf3: update to 3.20
graysky2 Nov 15, 2025
ae8e14e
msmtp: update to version 1.8.32
BKPepe Nov 14, 2025
98391be
zmq: add cmake 4.x compatibility
GeorgeSapkin Nov 15, 2025
13ea365
isc-dhcp: Missing trailing dot on SRV RRs
pprindeville Nov 15, 2025
8efcd79
luv: Update to 1.51.0-1
1715173329 Nov 13, 2025
ecce493
zlog: add cmake 4.x compatibility
1715173329 Nov 15, 2025
7931381
zlog: remove absent maintainer
1715173329 Nov 15, 2025
c5bb72a
czmq: add cmake 4.x compatibility
1715173329 Nov 15, 2025
7670732
czmq: remove absent maintainer
1715173329 Nov 15, 2025
fa1dd53
mjpg-streamer: add cmake 4.x compatibility
GeorgeSapkin Nov 15, 2025
e3024cc
python-eventlet: bump to version 0.40.3
commodo Nov 14, 2025
33d013e
python-markdown: upgrade to version 3.10
commodo Nov 14, 2025
085c2eb
python-greenlet: upgrade to version 3.2.4
commodo Nov 14, 2025
0c908ee
python-hatch-vcs: upgrade to version 0.5.0
commodo Nov 15, 2025
2fa5ae7
yq: Update to 4.48.2
1715173329 Nov 16, 2025
65c403a
adblock: release 4.4.3-1
dibdot Nov 16, 2025
ad5193a
dnsdist: use luajit on luajit archs except aarch64; lua on other archs
killgufo Nov 15, 2025
d5592ee
Merge remote-tracking branch 'origin/master' into pdns
killgufo Nov 16, 2025
946b3dd
ecdsautils: add cmake 4.x compatibility
1715173329 Nov 13, 2025
af07fba
travelmate: update 2.2.1-6
dibdot Nov 14, 2025
0f37c3c
iperf3: update to 3.20
graysky2 Nov 15, 2025
a6c8084
msmtp: update to version 1.8.32
BKPepe Nov 14, 2025
fe1e5c8
zmq: add cmake 4.x compatibility
GeorgeSapkin Nov 15, 2025
e9af400
isc-dhcp: Missing trailing dot on SRV RRs
pprindeville Nov 15, 2025
d027e97
luv: Update to 1.51.0-1
1715173329 Nov 13, 2025
abc90d4
zlog: add cmake 4.x compatibility
1715173329 Nov 15, 2025
6da8987
zlog: remove absent maintainer
1715173329 Nov 15, 2025
bbadd0c
czmq: add cmake 4.x compatibility
1715173329 Nov 15, 2025
cbd82db
czmq: remove absent maintainer
1715173329 Nov 15, 2025
9c55e15
mjpg-streamer: add cmake 4.x compatibility
GeorgeSapkin Nov 15, 2025
ae7a13b
python-eventlet: bump to version 0.40.3
commodo Nov 14, 2025
7d7f9c0
python-markdown: upgrade to version 3.10
commodo Nov 14, 2025
7db6be5
python-greenlet: upgrade to version 3.2.4
commodo Nov 14, 2025
09495c5
python-hatch-vcs: upgrade to version 0.5.0
commodo Nov 15, 2025
83c6a29
yq: Update to 4.48.2
1715173329 Nov 16, 2025
368fbd7
adblock: release 4.4.3-1
dibdot Nov 16, 2025
41c5936
dnsdist: use luajit on luajit archs except aarch64; lua on other archs
killgufo Nov 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions lang/luv/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luv
PKG_REAL_VERSION:=1.40.0-0
PKG_REAL_VERSION:=1.51.0-1
PKG_VERSION:=$(subst -,.,$(PKG_REAL_VERSION))
PKG_RELEASE:=2
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/luvit/luv/releases/download/$(PKG_REAL_VERSION)
PKG_HASH:=24473a081c3928eec2a352369cbafda97059574f4a4276861274473e7c7d17a0
PKG_HASH:=dc706d9141c185bdce08b6fc8a9d4df05c3ac3676809ee4e9e37e1553d821237

PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)

PKG_MAINTAINER:=Morteza Milani <milani@pichak.co>
PKG_LICENSE:=Apache-2.0
Expand Down Expand Up @@ -55,7 +55,7 @@ endef

define Package/luv/install
$(INSTALL_DIR) $(1)/usr/lib/lua
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libluv.so.1.40.0 $(1)/usr/lib/lua/luv.so
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libluv.so.1.51.0 $(1)/usr/lib/lua/luv.so
endef


Expand Down
12 changes: 8 additions & 4 deletions lang/python/python-eventlet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-eventlet
PKG_VERSION:=0.33.3
PKG_VERSION:=0.40.3
PKG_RELEASE:=1

PYPI_NAME:=eventlet
PKG_HASH:=722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda
PKG_HASH:=290852db0065d78cec17a821b78c8a51cafb820a792796a354592ae4d5fceeb0

PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:= \
python3/host \
python-setuptools/host \
python-hatch-vcs/host \
python-hatchling/host

include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
Expand All @@ -30,10 +36,8 @@ define Package/python3-eventlet
URL:=https://eventlet.net/
DEPENDS:= \
+python3-light \
+python3-six \
+python3-dns \
+python3-greenlet \
+python3-distutils \
+python3-email \
+python3-logging \
+python3-openssl \
Expand Down
11 changes: 8 additions & 3 deletions lang/python/python-greenlet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,24 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-greenlet
PKG_VERSION:=3.0.2
PKG_VERSION:=3.2.4
PKG_RELEASE:=1

PYPI_NAME:=greenlet
PKG_HASH:=1c1129bc47266d83444c85a8e990ae22688cf05fb20d7951fd2866007c2ba9bc
PKG_HASH:=0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d

PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
# FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away
PKG_BUILD_FLAGS:=no-mips16

HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
HOST_BUILD_DEPENDS:= \
python3/host \
python-setuptools/host \
python-build/host \
python-installer/host \
python-wheel/host

include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
Expand Down
5 changes: 3 additions & 2 deletions lang/python/python-hatch-vcs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-hatch-vcs
PKG_VERSION:=0.4.0
PKG_VERSION:=0.5.0
PKG_RELEASE:=1

PYPI_NAME:=hatch-vcs
PYPI_SOURCE_NAME:=hatch_vcs
PKG_HASH:=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
PKG_HASH:=0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt
Expand All @@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_HOST_ONLY:=1
HOST_BUILD_DEPENDS:= \
python3/host \
python-setuptools/host \
python-build/host \
python-installer/host \
python-hatchling/host \
Expand Down
8 changes: 5 additions & 3 deletions lang/python/python-markdown/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-markdown
PKG_VERSION:=3.4.4
PKG_VERSION:=3.10
PKG_RELEASE:=1

PYPI_NAME:=Markdown
PKG_HASH:=225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6
PYPI_NAME:=markdown
PKG_HASH:=37062d4f2aa4b2b6b32aefb80faa300f82cc790cb949a35b8caede34f2b68c0e

PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.md

PKG_BUILD_DEPENDS:=python3/host python-setuptools/host

include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
Expand Down
4 changes: 2 additions & 2 deletions libs/czmq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=czmq
PKG_VERSION:=4.2.1
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/zeromq/czmq/releases/download/v$(PKG_VERSION)/
PKG_HASH:=5d720a204c2a58645d6f7643af15d563a712dad98c9d32c1ed913377daa6ac39

PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_MAINTAINER:=
PKG_LICENSE:=MPL-2.0
PKG_LICENSE_FILES:=LICENSE

Expand Down
Loading