<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/apcupsd, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-20T01:09:05Z</updated>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-20T01:09:05Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2008-06-20T01:09:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b0d97b0de8516db29699676c860489da3f7f0e1'/>
<id>urn:sha1:3b0d97b0de8516db29699676c860489da3f7f0e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.14.3:</title>
<updated>2008-04-28T08:28:05Z</updated>
<author>
<name>sborrill</name>
<email>sborrill@pkgsrc.org</email>
</author>
<published>2008-04-28T08:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f2bee2bc118456d09d4cc26a8e763fbf743d7161'/>
<id>urn:sha1:f2bee2bc118456d09d4cc26a8e763fbf743d7161</id>
<content type='text'>
3.14.3 -- 20 January 2008            (Maintenance Release)

NEW FEATURES

  * A HAL policy file is automatically installed on Linux systems to disable
    the hald-addon-hid-ups module which conflicts with apcupsd's control of
    USB UPSes. The file is automatically removed when apcupsd is
    uninstalled.

BUG FIXES

  * Add support for Nominal Power (aka Configured Active Power) reading.
    Credit to Lars Randers &lt;lars@nstec.dk&gt; for most of the code.

  * Add units to NOMINV, NOMOUTV, and NOMBATTV stats.

  * Eliminate "warning: deprecated conversion from string constant to
    'char*'" warnings emitted from gcc-4.2.1 (earlier versions with
    -Wwrite-strings). Contributed by Steve Yarmie &lt;tribhuvanji@gmail.com&gt;.

  * Fix killpower and eeprom settings bug on USB modules introduced when
    INPUT reports were prioritized over FEATURE reports.

  * Fix bugs that could cause NIS-net driver to get stuck waiting for
    comms to be restored instead of shutting down.


3.14.2 -- 15 September 2007          (Maintenance Release)

NEW FEATURES

  * Tray icon support on Vista. Vista does not allow background services
    to interact with the user's desktop, so winapcupsd's built-in tray
    icon did not work.

  * Tray icon is now a standalone application "apctray" which is capable of
    monitoring multiple Apcupsd instances via Apcupsd's NIS. Any Apcupsd
    running NIS can be monitored. By default the icon monitors a single
    apcupsd at 127.0.0.1:3551. See command line options below for adding
    additional monitors.

  * Tray icon can be installed individually (disable other packages in the
    installer) for users who want to use the icon only.

  * Apctray command line options:

       apctray.exe
          - No parameters: Start any instances listed in registry. If no
          instances in reg, start a default instance monitoring the local
          machine (127.0.0.1:3551).

       apctray.exe /host foo /port 3551 /add
          - Add a monitor for the given host and port.

       apctray.exe /host foo /port 3551 /del
          - Remove the given monitor.

       apctray.exe /del
          - Remove all monitors.

       apctray.exe /install
          - Configure apctray to start automatically.

       apctray.exe /remove
          - Do not start automatically.

       apctray.exe /kill
          - Shut down apctray

BUG FIXES

  * The win32 portions of winapcupsd have been almost entirely rewritten.
    The code is cleaner (mostly) and lots of unused baggage has been
    removed.

  * USB fix for BackUPS LCD series. This fix carries a risk of breaking
    other
    models, but test results are positive so far.

  * Fix linux-usb device detection bug when multiple hiddev nodes are
    present.  Fixes Fedora Bugzilla #245864:
    &lt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245864&gt;

  * Fix SNMP port selection when using SNMP driver

  * Add workaround for broken BackUPS Pro model that returns certain
    reports encoded in ASCII. Based on a patch from David Fries
    &lt;David@Fries.net&gt;.

  * apcsmart: Wait 20 seconds before declaring COMMLOST. This is necessary
    when using a smart serial cable on an UPS with an SNMP monitoring card
    installed. The SNMP card appears to disrupt serial comms for several
    seconds when interesting events are in progress.

  * Documentation updates: Fix up udev info for modern Linux distros.
    Update Windows section for apctray.

  * Don't leak unnecessary descriptors to child when execing apccontrol.

  * Fix bug with multi-threaded net_open() calls. net_open() was using
    a global buffer for the destination address. Yikes! Bug manifestied
    itself in apctray with multiple monitors occasionally (and
    timing-dependently) pointing to the wrong UPS.

  * Correct multimon.conf humidity monitoring.  Problem fixed by
    Patrick Frei.  Reference:
    https://bugzilla.novell.com/show_bug.cgi?id=199834

  * Fix race between attach_ups() and detach_ups() which could result
    in the UPSINFO structure being freed prematurely. Thanks to James
    Abbott &lt;j.abbott@imperial.ac.uk&gt; for running many tests to help me
    find this bug.

  * Remove dependency on libc++ (again). Must use gcc as linker when
    using libsupc++ since g++ automatically links against full libc++.</content>
</entry>
<entry>
<title>Convert to use PLIST_VARS instead of manually passing "@comment "</title>
<updated>2008-04-12T22:42:57Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-12T22:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a'/>
<id>urn:sha1:841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a</id>
<content type='text'>
through PLIST_SUBST to the plist module.</content>
</entry>
<entry>
<title>Don't need to bump PKGREVISION as by default, options as on (i.e. same as</title>
<updated>2007-10-29T12:44:56Z</updated>
<author>
<name>sborrill</name>
<email>sborrill@pkgsrc.org</email>
</author>
<published>2007-10-29T12:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8c5d199b6d570951b9533bb270a7b2f08bf3689b'/>
<id>urn:sha1:8c5d199b6d570951b9533bb270a7b2f08bf3689b</id>
<content type='text'>
before)</content>
</entry>
<entry>
<title>Add cgi and snmp options (on by default)</title>
<updated>2007-10-29T12:40:58Z</updated>
<author>
<name>sborrill</name>
<email>sborrill@pkgsrc.org</email>
</author>
<published>2007-10-29T12:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1301bed0d3f3e1101a1ea2492dfae7990340c901'/>
<id>urn:sha1:1301bed0d3f3e1101a1ea2492dfae7990340c901</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing spaces.</title>
<updated>2007-10-09T19:19:08Z</updated>
<author>
<name>martti</name>
<email>martti@pkgsrc.org</email>
</author>
<published>2007-10-09T19:19:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bd986edbc7589ee68fff8e2354ef7cb37ad88aa3'/>
<id>urn:sha1:bd986edbc7589ee68fff8e2354ef7cb37ad88aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix path in RCD_SCRIPT_SRC, and let RCD_SCRIPT install it in</title>
<updated>2007-09-18T19:24:07Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2007-09-18T19:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6eb48581f508a33aefd86a07c2293f2b425e8ed5'/>
<id>urn:sha1:6eb48581f508a33aefd86a07c2293f2b425e8ed5</id>
<content type='text'>
share/example/rc.d/. Based on patch from MASUDA Hideo in pkg/36970,
and advise from Joerg Sonnenber.</content>
</entry>
<entry>
<title>Properly handle config files in $PREFIX/etc. Not sure how this worked with</title>
<updated>2007-06-19T22:22:55Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2007-06-19T22:22:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=26b576f47ad30ee46b45e10de8a053538022455e'/>
<id>urn:sha1:26b576f47ad30ee46b45e10de8a053538022455e</id>
<content type='text'>
the previous version of the package ...
Pointed out by Bernd Ernesti.</content>
</entry>
<entry>
<title>Use a more up-to-date config file as example</title>
<updated>2007-06-15T21:15:38Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2007-06-15T21:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=564268b946e337bf0b91ac4f9bb9410ad40fc3b3'/>
<id>urn:sha1:564268b946e337bf0b91ac4f9bb9410ad40fc3b3</id>
<content type='text'>
Add rc.d keywords to the startup script
both suggested by Bernd Ernesti.</content>
</entry>
<entry>
<title>Update to 3.14.1, based on patches sent in PR pkg/35594 and pkg/36246.</title>
<updated>2007-06-15T19:05:56Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2007-06-15T19:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b21dcb0fbfeb59901574e5f411e599239c2a108'/>
<id>urn:sha1:1b21dcb0fbfeb59901574e5f411e599239c2a108</id>
<content type='text'>
As a side effect this should make apcupsd build on netbsd-4 and current.

pkgsrc changes: cgi and snmp are now enabled by default.
Relevant changes since 3.12.4:
Unreliable MASTER/SLAVE networking mode is removed
PowerChute Network Shutdown driver (protocol available in the AP9617 family
    of smart slot modules)
New configuration directives to set paths at runtime</content>
</entry>
</feed>
