Bug#583371: nut: diff for NMU version 2.4.3-1.1

2010-10-16 Thread Tim Retout
 I see a list of .deb packages at the URL mentioned on Message 15.
 
 Is it advised to wget these  dpkg -i them, or will aptitude upgrade be
 able to handle it in the next few days?

Those ones were Ubuntu packages.  You can download the packages that
were built for Debian from http://ftp-master.debian.org/deferred/ (be
sure to only get the ones from 15th October).

Alternatively, those packages should arrive in unstable in a couple of
days, and roughly 12 days from now be available in squeeze.  I would
welcome the testing if you want to confirm the problem is fixed.

-- 
Tim Retout dioc...@debian.org


signature.asc
Description: This is a digitally signed message part


Bug#583371: nut: diff for NMU version 2.4.3-1.1

2010-10-16 Thread debian
Installed only this:
http://ftp-master.debian.org/deferred/nut_2.4.3-1.1_amd64.deb

Problem solved. Thank you.

On Sat, 16 Oct 2010 11:00 +0100, Tim Retout dioc...@debian.org
wrote:
  I see a list of .deb packages at the URL mentioned on Message 15.
  
  Is it advised to wget these  dpkg -i them, or will aptitude upgrade be
  able to handle it in the next few days?
 
 Those ones were Ubuntu packages.  You can download the packages that
 were built for Debian from http://ftp-master.debian.org/deferred/ (be
 sure to only get the ones from 15th October).
 
 Alternatively, those packages should arrive in unstable in a couple of
 days, and roughly 12 days from now be available in squeeze.  I would
 welcome the testing if you want to confirm the problem is fixed.
 
 -- 
 Tim Retout dioc...@debian.org
 



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583371: nut: diff for NMU version 2.4.3-1.1

2010-10-15 Thread diocles
tags 583371 + patch
tags 583371 + pending
thanks

Dear maintainer,

I've prepared an NMU for nut (versioned as 2.4.3-1.1) and
uploaded it to DELAYED/2, as suggested by section 5.11.1 of the
Developer's Reference. Please feel free to tell me if I
should delay it longer.

This applies the same patch from upstream/Ubuntu.

Regards,

Tim Retout

diff -u nut-2.4.3/debian/changelog nut-2.4.3/debian/changelog
--- nut-2.4.3/debian/changelog
+++ nut-2.4.3/debian/changelog
@@ -1,3 +1,11 @@
+nut (2.4.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * drivers/libhid.c: Apply r2407 from upstream to fix bug with some
+low speed UPS devices. (Closes: #583371)
+
+ -- Tim Retout dioc...@debian.org  Fri, 15 Oct 2010 19:31:39 +0100
+
 nut (2.4.3-1) unstable; urgency=low
 
   * New upstream release (Closes: #544390, #528222, #539747, #526811,
only in patch2:
unchanged:
--- nut-2.4.3.orig/drivers/libhid.c
+++ nut-2.4.3/drivers/libhid.c
@@ -141,7 +141,7 @@
 {
int id = pData-ReportID;
int r;
-   unsigned char   buf[SMALLBUF];
+   unsigned char   buf[8];
 
if (rbuf-ts[id] + age  time(NULL)) {
/* buffered report is still good; nothing to do */
@@ -469,7 +469,7 @@
  */
 int HIDGetEvents(hid_dev_handle_t udev, HIDData_t **event, int eventsize)
 {
-   unsigned char   buf[SMALLBUF];
+   unsigned char   buf[8];
int itemCount = 0;
int buflen, r, i;
HIDData_t   *pData;



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583371: nut: diff for NMU version 2.4.3-1.1

2010-10-15 Thread debian
I just encountered this issue on a freshly install squeeze, using a
CyberPower 625HG USB-connected UPS.

Glad to see the code has been repaired, however I'm not clear as to the
steps required to implement the fix locally.

I see a list of .deb packages at the URL mentioned on Message 15.

Is it advised to wget these  dpkg -i them, or will aptitude upgrade be
able to handle it in the next few days?

Thanks,
cb



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org