Path to this page:
./
sysutils/ups-nut,
Network UPS Tools
Branch: CURRENT,
Version: 2.8.2,
Package name: ups-nut-2.8.2,
Maintainer: gdtNetwork UPS Tools can monitor a large assortment of UPS hardware.
Network communications are used so that multiple systems can monitor a
single physical UPS and shut down together if necessary without any
special "sharing hardware" on the UPS itself.
There are additional ups-nut-* packages for cgi, SNMP, and USB
support.
Required to build:[
pkgtools/cwrappers]
Package options: openssl
Master sites:
Filesize: 5468.687 KB
Version history: (Expand)
- (2024-04-03) Updated to version: ups-nut-2.8.2
- (2023-11-09) Updated to version: ups-nut-2.8.1nb2
- (2023-11-09) Updated to version: ups-nut-2.8.1
- (2023-06-22) Updated to version: ups-nut-2.8.0nb6
- (2023-01-08) Updated to version: ups-nut-2.8.0nb5
- (2023-01-07) Updated to version: ups-nut-2.8.0nb3
CVS history: (Expand)
2025-02-13 20:18:37 by Greg Troxel | Files touched by this commit (3) |
Log message:
sysutils/nut: Cleanup and add notes about irregular usages
NFCI
|
2024-04-03 19:42:54 by Greg Troxel | Files touched by this commit (6) |
Log message:
systuils/ups-nut*: Update to 2.8.2
(Not actually tested with hardware, but upstream has been stable.)
packaging changes:
add new programs as documented in upstream NEWS
drop patch cherry-picked from upstream
ups-nut-cgi: drop force-removal of libs that should not have been
installed, because they are no longer installed
Upstream NEWS summary, less bugfixes and minor improvements:
Release notes for NUT 2.8.2 - what's new since 2.8.1
----------------------------------------------------
- Fix fallout of development in NUT v2.8.0 and/or v2.8.1:
[lots of bugs, some serious]
- usbhid-ups driver:
* The `onlinedischarge` configuration flag name was too ambiguous and got
deprecated (will be supported but no longer promoted by documentation),
introducing `onlinedischarge_onbattery` as the meaningful alias. [#2213]
- Laid foundations for the SmartNUT effort (aiming to integrate drivers with
some other backends than the networked NUT data server process).
- Eaton contributed recipes and scripts used to create the IPP for Unix
bundle (aka Eaton IPSS Unix or UPP), a freely available value-added
packaging of NUT distributed as the UPS software companion for OSes
where their more complex UPS monitoring/management tools had not been
ported. This allows for delivery of NUT packages with an interactive
installer and some system integration scripts (events, notifications,
status, shutdown daemon...), and was contributed to the NUT upstream
project by Eaton -- provided "as is" at the moment, and may later serve
as foundation or inspiration for new NUT features. [#2288]
- nutconf (C++ library and tool to read and manage NUT configuration files)
was started in the open by Eaton employees and used in the IPP installer,
but the code lingered in a side branch. It was now brushed up to our common
best practices and added to the main codebase. As of this import, there are
known deficiencies in Windows platform support, as well as some un-awareness
about configuration key words which appeared in NUT since 2013. [#2290]
|
2023-12-23 10:25:37 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
use https
|
2023-12-01 20:18:28 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
ups-nut: Fix PLIST.SunOS.
|
2023-11-22 19:14:42 by Greg Troxel | Files touched by this commit (1) |
Log message:
sysutils/ups-nut: Force off non-chosen python versions harder
|
2023-11-09 22:02:48 by Greg Troxel | Files touched by this commit (2) |
Log message:
sysutils/ups-nut: Re-enable openssl option and default to it
The option was disabled because old nut could only used ancient
openssl, but 2.8.1 works with 3.
|
2023-11-09 19:58:44 by Greg Troxel | Files touched by this commit (5) |
Log message:
sysutils/ups-nut: Merge improvements from wip
- install python interface to nut. While in theory it probably
ought to be in a split package, it seems overall useful relative
to the burden of python, given that python is very likely
installed anyway.
- don't run asciidoc (the package didn't depend on it)
- clean up MESSAGE_SUBST as MESSAGE is long gone
- enable power down; it has been commented out
|
2023-11-09 19:01:06 by Greg Troxel | Files touched by this commit (1) |
Log message:
ups-nut: Add patchfile already in distinfo
|