- Update to version 2.8.0
For more see NEWS and UPGRADING in /usr/share/doc/packages/nut.
* NUT now supports more i2c and modbus devices, as well as libusb-1.0
support as an alternative to earlier libusb-0.1 (so new
dependency-based categories of packages for drivers may be due).
* NUT Python modules and scripts (e.g. NUT-Monitor variants) should
work with python-2.7 and with python-3.x, so covering historic
distro releases as well as new ones (and so your distro can deliver
one or both, probably in several packages with different
dependencies in the latter case).
* NUT provides revised reference systemd and SMF service unit
definitions, including support of drivers wrapped into individual
service instances with varying dependencies based on different
media required (networked stack, USB stack, etc.), and many daemons
include -F option for running "in foreground" to avoid extra
forking after one already done by a service framework - you may
want to use those in your packaged deliverables.
* NUT newly provides the "nut-driver-enumerator" script and service,
which allows it to follow edition of ups.conf and dynamically
define+(re)start and stop+undefine service instances for drivers -
there are several ways it can be integrated for different
use-cases.
* Yhere are several new configuration keywords and CLI options - so
while new NUT builds should work with old configs and scripts, the
opposite is not necessarily true (old binaries may reject
configurations taking advantage of new features).
* There are several new protocol keywords - but old and new NUT
daemons (data server and clients) should be able to communicate
both ways.
* It is assumed that API/ABI changes may require third-party NUT
clients (library consumers of libnutclient, libupsclient,
libnutscan... -- their version info was bumped accordingly) to get
rebuilt, in order to work with the new NUT release in a stable
fashion.
* The dummy-ups driver used in automated testing now processes *.dev
filename patterns once and does not loop, like it still does for
*.seq and other files (by default).
* USB code is now more strict about logical minimum/maximum ranges
for data reported from devices, and some devices were already found
to make mistakes - so there is also a mechanism for turning a blind
eye to known issues and fix-up such report descriptors to produce
intended sane values.
* New documentation page docs/config-prereqs.txt highlights packaged
dependencies installable on a large range of platforms to build as
much of NUT as possible (incidentally, ones NUT CI farm uses to
test every iteration).
- Remove upstreamed and obsolete patches:
* nut-doc-cables.patch
* nut-systemd-dirs.patch
* nut-upssched.patch
* nutscanner-ftbfs.patch
* openssl-1_1.patch
* reproducible.patch
* use-pkg-config-gdlib.diff
- Source is no longer GPG signed, so keyring is not needed anymore
* nut.keyring
- Unused additional source file removed (was added as a source, but
not packaged)
* nut.sleep
- Don't install Solaris init files univited (PR#
* nut-Solaris-init-files.patch
OBS-URL: https://build.opensuse.org/request/show/1062385
OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=101
- Add support for OpenSSL 1.1.0 library, allow TLSv1 and higher
(not just TLSv1) and report TLS version used in debug mode level
3 and higher (boo#1069988, openssl-1_1.patch)
- Fix missing pointer dereference in upssched (nut-upssched.patch)
- Support for allowfrom parameter was removed in version 2.4.0
(nut-preconfig.patch)
OBS-URL: https://build.opensuse.org/request/show/547147
OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=74
- Update to version 2.7.1:
For more see NEWS and UPGRADING in /usr/share/doc/packages/nut.
Potentially incompatible changes:
* First release after the transition from Subversion to Git.
* The linkman:apcsmart[8] driver has been replaced by a new
implementation. There is a new parameter, 'ttymode'. In case
of issues with this new version, users can revert to
apcsmart-old.
* The linkman:nutdrv_qx[8] driver will eventually supersede
blazer_ser and blazer_usb. Options are not exactly the same,
but are documented in the nutdrv_qx man page.
* Mozilla NSS support has been added.
* linkman:upsrw[8] now prints out the maximum size of
variables.
Other changes:
* Added a new driver, nutdrv_qx, for Megatec/Qx devices. This
driver will eventually replace the blazer_ser and blazer_usb
drivers. In particular, it adds support for Voltronic Power
devices.
* Increased USB_TIMEOUT to standards-compliant 5.000 seconds in
most drivers. This should reduce the number of timeouts on
low-speed USB 1.1 devices.
* Added many devices to the HCL. Of particular note are many
Tripp Lite USB HID PDC models which were tested against NUT by
Tripp Lite.
* Reworked some visual elements of the HCL.
* Also increased timeouts and added redundant commands to improve
reliability of mge-utalk driver.
* Added the apcupsd-ups driver to interoperate with apcupsd
installations.
* Added documentation on creating subdrivers for snmp-ups and
nutdrv_qx.
* Added new drivers for the Riello UPS product line
(riello_ser/riello_usb).
* Many improvements to the BCM/XCP.
* Added a few variables to the Powercom HID mappings.
* Updated the apcsmart driver, and renamed the previous driver to
apcsmart-old.
* Fixed the battery percentage calculation in the bestfcom
driver.
* libnutclient has been added as a C++ alternative to
libupsclient.
* Fix shutdown of Eaton HID, using usbhid-ups and mge-shut
* usbhid-ups: final fix for APC Back UPS ES.
* nut-scanner: fix crash
* IPMI support can handle more different versions of FreeIPMI
* Support power supplies scan over the network nut-scanner can
now scan for power supplies with IPMI over LAN. This is
currently limited to IPMI 1.5 only
* Improve systemd integration
* snmp-ups: Fixed a crash on outlet management, and added
delta_ups MIB support. Also fixed mappings for
upsBypassVoltage, upsBypassCurrent, and upsBypassPower in
three-phase IETF MIB.
- Enable FreeIPMI.
- Turn systemd integration on.
- Fix README.SUSE.
- nut-preconfig.patch: Fix UID recommendation.
OBS-URL: https://build.opensuse.org/request/show/221361
OBS-URL: https://build.opensuse.org/package/show/hardware/nut?expand=0&rev=39