From: Daniel F. Dickinson Date: Sat, 9 May 2026 08:49:52 +0000 (-0400) Subject: nut: bump to 2.8.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=48a9a2bd62dd9554f824d0bce72230280a7f7123;p=openwrt-packages.git nut: bump to 2.8.5 Bump version to latest stable release. Adjust configure and drivers as needed. Signed-off-by: Daniel F. Dickinson --- diff --git a/net/nut/Makefile b/net/nut/Makefile index fa5acf83b..3946ad370 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nut -PKG_VERSION:=2.8.4 -PKG_RELEASE:=3 +PKG_VERSION:=2.8.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://networkupstools.org/source/2.8/ -PKG_HASH:=a2fe55bc2d90b4a848d6ff8bac361e6d1c97f899a545219cad707d17a27ff127 +PKG_SOURCE_URL:=https://www.networkupstools.org/source/2.8/ +PKG_HASH:=18bf32e59eb764b13da3c4fa70384926d7fa584cb31d2fe7f137a570633eeec1 PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE-GPL2 LICENSE-GPL3 COPYING PKG_FIXUP:=autoreconf @@ -406,7 +406,7 @@ SERIAL_DRIVERLIST = al175 bcmxcp belkin belkinunv bestfcom \ gamatronic genericups isbmex liebert liebert-esp2 liebert-gxe masterguard metasys \ mge-utalk microdowell microsol-apc mge-shut nutdrv_hashx oneac optiups powercom powervar_cx_ser rhino \ safenet nutdrv_siemens-sitop solis tripplite tripplitesu upscode2 victronups powerpanel \ - blazer_ser ivtscd apcsmart apcsmart-old riello_ser sms_ser bicker_ser ve-direct \ + blazer_ser ivtscd apcsmart apcsmart-old riello_ser sms_ser bicker_ser ve-direct meanwell_ntu \ nutdrv_qx SERIAL_DRIVERLIST += nhs_ser SNMP_DRIVERLIST = snmp-ups @@ -527,8 +527,10 @@ $(eval $(call DriverDescription,serial,bicker_ser,\ Driver for Bicker DC UPS via serial port connections)) $(eval $(call DriverDescription,serial,ve-direct,\ Driver for Victron UPS unit running on VE.Direct serial protocol)) +$(eval $(call DriverDescription,serial,meanwell_ntu,\ + Driver for Mean Well NTU series equipment with serial port)) $(eval $(call DriverDescription,serial,nhs_ser,\ - Driver for NHS Nobreaks, senoidal line, with serial port)) + Driver for NHS Nobreaks - senoidal line - with serial port)) $(eval $(call DriverDescription,snmp,snmp-ups,\ Multi-MIB Driver for SNMP UPS equipment)) $(eval $(call DriverDescription,usb,usbhid-ups,\ @@ -556,7 +558,8 @@ CONFIGURE_VARS += \ ac_cv_path_AR=$(TARGET_AR) CONFIGURE_ARGS += \ - --sysconfdir=/etc/nut \ + --sysconfdir=/etc \ + --with-confdir-suffix=/nut \ --datadir=/usr/share/nut \ --with-dev \ --$(if $(CONFIG_NUT_DRIVER_USB),with,without)-usb \