Mailinglist Archive: opensuse-commit (1262 mails)

< Previous Next >
commit nut
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 1 Sep 2006 12:53:24 +0200 (CEST)
  • Message-id: <20060901105324.E0C629523C@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package nut
checked in at Fri Sep 1 12:53:24 CEST 2006.

--------
--- nut/nut.changes 2006-06-23 11:18:22.000000000 +0200
+++ nut/nut.changes 2006-09-01 10:53:32.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Sep 1 10:19:07 CEST 2006 - anosek@xxxxxxx
+
+- updated to 2.0.4
+ * A bug has been fixed in NUT core to support resuming from
+ suspend-to-disk. This should also fix other similar issues,
+ like time synchronisation through the NTP.
+ * The mge-shut driver now better detects the Low Battery status,
+ support new models and fixes some wrong status and data.
+ It also fixes some issue where the UPS wasn't restarting
+ (refer to mge-shut manpage).
+ * The genericups custom configuration through ups.conf
+ is working again
+ * The genericups driver type 22 also support CyberPower 725SL
+ (and maybe others SL models)
+ * The new megatec driver, which will replace a bunch of drivers
+ by nut 2.2 (refer to docs/megatec.txt and UPGRADING) has been
+ backported from the trunk (Development tree). The powermust
+ driver has also received some attention.
+ * The new rhino driver was added to support Microsol Rhino UPS
+ hardware. The solis has also been improved for solaris
+ compatibility, and internal / external shutdown programming.
+ Solis can now save external shutdown programming to ups,
+ and support new cables for solis 3
+- dropped obsolete patch (nut-2.0.4-memset.patch)
+- fixed subscript out of range [#185610] (overflow.patch)
+
+-------------------------------------------------------------------

Old:
----
nut-2.0.3-memset.patch
nut-2.0.3-overflow.patch
nut-2.0.3.tar.bz2

New:
----
nut-2.0.4-overflow.patch
nut-2.0.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nut.spec ++++++
--- /var/tmp/diff_new_pack.b8CrNQ/_old 2006-09-01 12:53:14.000000000 +0200
+++ /var/tmp/diff_new_pack.b8CrNQ/_new 2006-09-01 12:53:14.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package nut (Version 2.0.3)
+# spec file for package nut (Version 2.0.4)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -26,8 +26,8 @@
Conflicts: apcupsd
Autoreqprov: on
Summary: UPS Monitoring Software
-Version: 2.0.3
-Release: 20
+Version: 2.0.4
+Release: 1
URL: http://www.networkupstools.org/
Source: %{name}-%{version}.tar.bz2
Source1: upsd.init
@@ -36,7 +36,6 @@
Source4: upsd.dbus-1
Patch: nut-preconfig.patch
Patch1: %{name}-%{version}-overflow.patch
-Patch2: %{name}-%{version}-memset.patch
Patch3: nut-notifyflag.patch
Patch4: nut-powersave.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -95,7 +94,6 @@
mv upsd-early-powerdown.init upsd-early-powerdown
%patch
%patch1
-%patch2
%patch3
%if %suse_version > 1000
%patch4
@@ -248,6 +246,30 @@
%attr(700,%{USER},root) %STATEPATH

%changelog -n nut
+* Fri Sep 01 2006 - anosek@xxxxxxx
+- updated to 2.0.4
+ * A bug has been fixed in NUT core to support resuming from
+ suspend-to-disk. This should also fix other similar issues,
+ like time synchronisation through the NTP.
+ * The mge-shut driver now better detects the Low Battery status,
+ support new models and fixes some wrong status and data.
+ It also fixes some issue where the UPS wasn't restarting
+ (refer to mge-shut manpage).
+ * The genericups custom configuration through ups.conf
+ is working again
+ * The genericups driver type 22 also support CyberPower 725SL
+ (and maybe others SL models)
+ * The new megatec driver, which will replace a bunch of drivers
+ by nut 2.2 (refer to docs/megatec.txt and UPGRADING) has been
+ backported from the trunk (Development tree). The powermust
+ driver has also received some attention.
+ * The new rhino driver was added to support Microsol Rhino UPS
+ hardware. The solis has also been improved for solaris
+ compatibility, and internal / external shutdown programming.
+ Solis can now save external shutdown programming to ups,
+ and support new cables for solis 3
+- dropped obsolete patch (nut-2.0.4-memset.patch)
+- fixed subscript out of range [#185610] (overflow.patch)
* Fri Jun 23 2006 - sbrabec@xxxxxxx
- Typo fix in the init script.
* Thu Apr 27 2006 - sbrabec@xxxxxxx


++++++ nut-2.0.3-overflow.patch -> nut-2.0.4-overflow.patch ++++++
--- nut/nut-2.0.3-overflow.patch 2006-03-09 18:56:17.000000000 +0100
+++ nut/nut-2.0.4-overflow.patch 2006-08-31 17:44:35.000000000 +0200
@@ -1,11 +1,22 @@
---- drivers/tripplite_usb.c
-+++ drivers/tripplite_usb.c
-@@ -345,7 +345,7 @@
- static int hex2d(const unsigned char *start, unsigned int len)
+--- drivers/newhidups.c
++++ drivers/newhidups.c
+@@ -578,7 +578,7 @@
+
+ void upsdrv_initups(void)
{
- unsigned char buf[32];
-- buf[32] = '\0';
-+ buf[31] = '\0';
+- char *regex_array[5];
++ char *regex_array[6];
+ int r;
+ int i;

- strncpy(buf, start, (len < (sizeof buf) ? len : (sizeof buf - 1)));
- if(len < sizeof(buf)) buf[len] = '\0';
+--- drivers/rhino.h
++++ drivers/rhino.h
+@@ -59,7 +59,7 @@
+ /* data vetor from received and configuration data package - not used yet
+ unsigned char Dados[ 161 ]; */
+ /* identification group */
+-char Model[12];
++char Model[15];
+ int RhinoModel; /*, imodel; */
+ int PotenciaNominal, PowerFactor;
+ /* input group */

++++++ nut-2.0.3.tar.bz2 -> nut-2.0.4.tar.bz2 ++++++
++++ 10608 lines of diff (skipped)

++++++ nut-notifyflag.patch ++++++
--- /var/tmp/diff_new_pack.b8CrNQ/_old 2006-09-01 12:53:16.000000000 +0200
+++ /var/tmp/diff_new_pack.b8CrNQ/_new 2006-09-01 12:53:16.000000000 +0200
@@ -1,6 +1,6 @@
--- conf/upsmon.conf
-+++ conf/upsmon.conf 2006/03/12 03:48:58
-@@ -242,6 +242,15 @@
++++ conf/upsmon.conf
+@@ -243,6 +243,15 @@
# IGNORE - Don't do anything
#
# If you use IGNORE, don't use any other flags on the same line.





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread