108 Commits

Author SHA1 Message Date
sthen
f0d47a17eb update to NUT 2.7.4 2016-03-11 20:07:55 +00:00
ajacoutot
d60b768928 daemon_timeout is not passed to the child scripts either. 2015-11-29 15:50:20 +00:00
sthen
c3f81bd0af add a defensive --without-ipmi to CONFIGURE_ARGS. currently a noop (-> no
package change), but a pending (post-5.8) update to freeipmi will cause it
to be picked up.
2015-07-30 23:08:10 +00:00
kirby
3cadb26630 tell people to disable uhidev not uhid.
input and ok from sthen@ (MAINTAINER)
2015-06-18 21:18:04 +00:00
sthen
9bca16ad66 Tweaks to sysutils/nut:
- Install libupsclient headers/pkgconfig files. landry@ asked about
these; they needed a --with-dev configure flag to get them installed...

- Get rid of the useless ${NUT_USER} and ${NUT_ID} SUBST_VARS which are
now getting in the way of new files in the PLIST.

- Move some files from /usr/local/share/ups to a more easily recognisable
/usr/local/share/nut.
2015-05-02 21:52:19 +00:00
sthen
84f9804e21 update to NUT 2.7.3 2015-04-23 22:38:55 +00:00
sthen
c895957b7c Add an snmp-ups subdriver to NUT for Huawei, tested with UPS5000-E
Add a meta rc script that starts/stops upsd and upsmon in the right order
2015-03-26 01:07:32 +00:00
sthen
2bf336700e Add a note that some APC devices need ugen to work with NUT. 2015-01-22 16:42:09 +00:00
ajacoutot
a0973c925e Drop configuration files only used by System V init scripts and add a
mention in the README.

input/ok sthen@ (maintainer)
2014-08-14 06:54:24 +00:00
ajacoutot
9ecb6ea3d9 /etc/rc.d -> ${RCDIR}
(as pedantic and useless as /usr/local vs LOCALBASE|PREFIX but well...)

ok sthen@
2014-07-19 22:36:13 +00:00
ajacoutot
085ee80fea pkg_scripts is not a variable anymore. 2014-07-12 14:55:40 +00:00
sthen
bc17688e69 update to NUT 2.7.2 2014-04-21 11:41:11 +00:00
sthen
8644b39477 ..plus 1 more line 2014-04-21 11:27:02 +00:00
sthen
4534b669bf sync WANTLIB; no more gssapi in neon 2014-04-21 11:26:05 +00:00
ajacoutot
9f8c4dfca3 Also @comment html/nut-banner.png like other html/ stuffs that currently
install directly under PREFIX.

ok sthen@ (maintainer)
2014-03-29 15:39:13 +00:00
sthen
0676c6ea63 byebye tcp wrappers 2014-03-23 21:23:51 +00:00
sthen
4aa281acdf update to nut-2.7.1 2014-01-07 21:55:54 +00:00
sthen
a43194b58b missing avahi dep 2013-07-18 07:58:12 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
07188e0c9d no need for any quirkyness for a2x.py since the recent asciidoc update
ok sthen@
2013-03-04 11:34:51 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
sthen
23ca7d6c7d bump; make sure static binaries get updated 2013-02-05 14:49:29 +00:00
sthen
c261d0f3ae "USE_LIBTOOL= gnu # comment" -> "USE_LIBTOOL= gnu# comment" 2012-11-09 20:50:17 +00:00
sthen
270c56b366 README tweak: show people how to start the daemons without rebooting. 2012-11-08 21:59:01 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
sthen
c8058bb098 update to NUT 2.6.5; bugfixes, cleanup, new device support, etc. 2012-08-09 12:05:16 +00:00
sthen
79ebb8082f remove unneeded patch 2012-06-30 09:48:22 +00:00
sthen
2e38342377 update to NUT 2.6.4 rolling in the patch for CVE 2012-2944 which we had locally,
adding new device support, better snmp support for various devices, and many
other fixes and improvements.
2012-06-08 21:07:02 +00:00
jasper
6d105eb08d Security fix for CVE-2012-2944: upsd can be remotely crashed
ok sthen@ (MAINTAINER)
2012-06-01 07:12:41 +00:00
ajacoutot
cbeb0bab0d Fix nut-xml after recent neon update. 2012-05-14 06:26:52 +00:00
sthen
04b42867ab Use GNU libtool, ports libtool doesn't build cgi's statically like it should.
Noted while following up on misc@ post from Pavel Pocheptsov. Bump all the
subpackages for safety though in theory only -cgi should be affected.
While there tweak pre-configure to allow 'make configure' to be re-run
after interruption.

ok ajacoutot@
2012-01-31 14:20:18 +00:00
ajacoutot
e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00
sthen
34765332c8 tweak README 2012-01-24 12:38:44 +00:00
sthen
673fe3eeac bit of a tidy-up for NUT.
- move MESSAGE to README and flesh it out a bit

- fix libwrap detection in autoconf

- install the avahi service definition to the right place again; this got
broken when moving to using SYSCONFDIR overrides / BASESYSCONFDIR
2012-01-12 11:39:36 +00:00
sthen
0eee9917de update to NUT 2.6.3.
- nut-scanner has been changed to dlopen()ing modules, so roll it into the
main package now this can be done without bringing in excess dependencies.
2012-01-11 16:01:33 +00:00
sthen
0cb2030fea "bump everything" was supposed to include the -snmp subpackage, fix it now. 2011-12-12 22:16:39 +00:00
sthen
9ea05cb806 better SYSCONFDIR handling, get rid of CONFIGURE_STYLE=...old hack 2011-11-28 10:52:03 +00:00
sthen
9d1800ed03 fix wantlib and bump everything, nut-xml missing bump noticed by naddy 2011-11-14 15:57:21 +00:00
sthen
e9886b8d1a missing bump, thanks naddy@ 2011-11-14 14:21:18 +00:00
sthen
652bed0a74 - Handle the libusb-compat changeover, from aja@
- Move nut-scanner to a separate package, not everybody wants to
 scan their nuts and it pulls in various deps not wanted for the
 main package.

- Add missing dep on avahi (for the scanner only) and install
 static service configuration files.

ok ajacoutot
2011-11-14 08:58:07 +00:00
sthen
8103eadcb9 update to NUT 2.6.2 and add rc.d scripts
- thanks ajacoutot@ for looking over the scripts

- note that there has been some major work on apcsmart; in the event
of problems the old driver is still available as apcsmart-old
2011-09-19 15:59:57 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
sthen
56ed87fff3 Patch the error message when a USB device isn't found, pointing people
in the direction of permissions on the device nodes, this is a fairly
common problem when configuring NUT with a USB UPS.
2011-07-19 21:06:08 +00:00
sthen
35ac303ec8 update NUT to 2.6.1; bugfixes, cleanup, improvements and new device support. 2011-06-02 10:37:08 +00:00
sthen
750233cdf7 - split the netxml-ups driver into a separate package (nut-xml),
as was already done with the snmp-ups driver, to reduce dependencies
for the common case

- rewrite the various DESCR files
2011-03-09 23:32:20 +00:00
sthen
719b1efe23 adjust MESSAGE to show people how to identify device nodes for USB UPS,
so they don't need to whack permissions on usb* ugen*. with aja@
2011-03-09 12:55:04 +00:00
sthen
9124dca4c6 - update nut to 2.6.0 (major documentation revamp and support for new
devices, including APC 5G, various Eaton, HP, and Tripp Lite models,
and a number of USB HID devices)

- build the snmp package by default

- use correct user/group names in MESSAGE
2011-03-09 11:00:55 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00