Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions devel/scons/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=scons
PKG_VERSION:=4.0.1
PKG_VERSION:=4.10.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-local-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/scons
PKG_HASH:=23c9d37a008b525bdedfe2666a28b9466c4c945d8ba379873cfd0b9006a3d618
PKG_HASH:=97e124eccc6e71f03227ed158d56a5f2391d7cc25f1771f4511633a1e81a2015

PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT
Expand Down
8 changes: 4 additions & 4 deletions libs/psqlodbc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=psqlodbc
PKG_VERSION:=17.00.0004
PKG_VERSION:=18.00.0001
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/postgresql-interfaces/psqlodbc.git
PKG_SOURCE_DATE:=2024-12-09
PKG_SOURCE_VERSION:=20097cdf913de593b17d8aa9ec163de4e12896c0
PKG_MIRROR_HASH:=177001d0f0cbb530ec4d7a4666785c07fd5563ef9cf58a5ebf311cbb68c419f0
PKG_SOURCE_DATE:=2026-03-23
PKG_SOURCE_VERSION:=b4897ee1ac17688f557b81a7869080a3f3bbf498
PKG_MIRROR_HASH:=99248d25e438bf44ad3f57b23e3b9bf0ef12174951b2a9d7138d1a0c27ad13f5

PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=LGPL-2.0-or-later
Expand Down
10 changes: 5 additions & 5 deletions net/cifs-utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=cifs-utils
PKG_VERSION:=6.11
PKG_VERSION:=7.5
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/
PKG_HASH:=b859239a3f204f8220d3e54ed43bf8109e1ef202042dd87ba87492f8878728d9
PKG_HASH:=7face85e3d2d5eb5e7adbd181adee6759097f135b10d6fb30be8e070af7e7054

PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later
Expand All @@ -31,15 +31,15 @@ define Package/cifsmount
SECTION:=net
CATEGORY:=Network
SUBMENU:=Filesystem
DEPENDS:=+kmod-fs-cifs
DEPENDS:=+kmod-fs-cifs +libtalloc
TITLE:=CIFS mount
URL:=https://wiki.samba.org/index.php/LinuxCIFS_utils
endef

define Package/smbinfo
SECTION:=net
CATEGORY:=Network
DEPENDS:=+kmod-fs-cifs
DEPENDS:=+kmod-fs-cifs +libtalloc
TITLE:=SMB info
URL:=https://wiki.samba.org/index.php/LinuxCIFS_utils
endef
Expand All @@ -59,7 +59,7 @@ CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
ac_cv_lib_cap_ng_capng_clear=no

TARGET_CFLAGS += $(FPIC) -ffunction-sections
TARGET_CFLAGS += $(FPIC) -ffunction-sections -I$(STAGING_DIR)/usr/include
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed

define Build/InstallDev
Expand Down
11 changes: 0 additions & 11 deletions net/cifs-utils/patches/010-no-libtalloc.patch

This file was deleted.

11 changes: 6 additions & 5 deletions net/cifs-utils/patches/020-no-smb3.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,10 +119,8 @@ endif
@@ -121,11 +121,9 @@ endif
SUBDIRS = contrib

install-exec-hook:
- (cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
install-exec-hook: install-sbinPROGRAMS
- (cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)

install-data-hook:
- (cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
if CONFIG_MAN
- ( cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
endif

uninstall-hook:
(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
10 changes: 10 additions & 0 deletions net/cifs-utils/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

case "$1" in
cifsmount)
mount.cifs --version 2>&1 | grep -F "$2"
;;
smbinfo)
smbinfo --version 2>&1 | grep -F "$2"
;;
esac
4 changes: 2 additions & 2 deletions utils/mpremote/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mpremote
PKG_VERSION:=1.27.0
PKG_VERSION:=1.28.0
PKG_RELEASE:=1

PYPI_NAME:=mpremote
PKG_HASH:=6bb75774648091dad6833af4f86c5bf6505f8d7aec211380f9e6996c01d23cb5
PKG_HASH:=fdb5626be83dff4e53c0184f8950814cb519b524dba7f1f8b1668aa477257a31

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
Expand Down
9 changes: 7 additions & 2 deletions utils/mpremote/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

[ "$1" = mpremote ] || exit 0

python3 - <<'EOF'
python3 - "$2" <<'EOF'
import sys
import mpremote
from mpremote import main
from mpremote.transport_serial import SerialTransport
import importlib.metadata

print("mpremote OK")
version = sys.argv[1]
installed = importlib.metadata.version("mpremote")
assert installed == version, f"version mismatch: {installed!r} != {version!r}"
print(f"mpremote {installed} OK")
EOF
4 changes: 2 additions & 2 deletions utils/xfsprogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=xfsprogs
PKG_VERSION:=6.10.1
PKG_VERSION:=6.19.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/fs/xfs/xfsprogs
PKG_HASH:=6cb839be1a9535f8352441b3f6eea521ead5c5c7c913e8106cdfac96aa117041
PKG_HASH:=f3b0d758ed3802b20f838fefc42bbff431e0f0df2fe03cd50d0aa4ad86dcd0fc

PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=GPL-2.0-only
Expand Down
17 changes: 17 additions & 0 deletions utils/xfsprogs/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

case "$1" in
xfs-mkfs)
mkfs.xfs -V 2>&1 | grep -F "$2"
;;
xfs-fsck)
xfs_repair -V 2>&1 | grep -F "$2"
;;
xfs-admin)
xfs_admin --help 2>&1 | grep -qi "xfs_admin\|usage" || \
xfs_db --help 2>&1 | grep -qi "xfs_db\|usage"
;;
xfs-growfs)
xfs_growfs --help 2>&1 | grep -qi "xfs_growfs\|usage"
;;
esac
Loading