[Pkg-zenoss-commits] r366 - in /trunk/packages/pynetsnmp/debian: changelog patches/00list patches/netsmnp.py-64bit.dpatch

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sun Apr 6 13:55:07 UTC 2008


Author: bzed
Date: Sun Apr  6 13:55:07 2008
New Revision: 366

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=366
Log:
Fixing a bug which resulted in hangs on 64bit architectures.
Thanks to John Kozak. (Closes: #471980)

Added:
    trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch   (with props)
Modified:
    trunk/packages/pynetsnmp/debian/changelog
    trunk/packages/pynetsnmp/debian/patches/00list

Modified: trunk/packages/pynetsnmp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/pynetsnmp/debian/changelog?rev=366&op=diff
==============================================================================
--- trunk/packages/pynetsnmp/debian/changelog (original)
+++ trunk/packages/pynetsnmp/debian/changelog Sun Apr  6 13:55:07 2008
@@ -1,3 +1,10 @@
+pynetsnmp (0.28.6-2) unstable; urgency=low
+
+  * Fixing a bug which resulted in hangs on 64bit architectures.
+    Thanks to John Kozak. (Closes: #471980)
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sun, 06 Apr 2008 15:53:54 +0200
+
 pynetsnmp (0.28.6-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/pynetsnmp/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/pynetsnmp/debian/patches/00list?rev=366&op=diff
==============================================================================
--- trunk/packages/pynetsnmp/debian/patches/00list (original)
+++ trunk/packages/pynetsnmp/debian/patches/00list Sun Apr  6 13:55:07 2008
@@ -1,1 +1,2 @@
 examples-import-fix
+netsmnp.py-64bit

Added: trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch
URL: http://svn.debian.org/wsvn/pkg-zenoss/trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch?rev=366&op=file
==============================================================================
--- trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch (added)
+++ trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch Sun Apr  6 13:55:07 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## netsmnp.py-64bit.dpatch by Bernd Zeimetz <bzed at debian.org>
+##
+## DP: Fix for #471980
+
+ at DPATCH@
+diff -urNad pynetsnmp~/netsnmp.py pynetsnmp/netsnmp.py
+--- pynetsnmp~/netsnmp.py	2008-01-29 20:13:20.000000000 +0100
++++ pynetsnmp/netsnmp.py	2008-04-06 15:45:34.000000000 +0200
+@@ -496,7 +496,7 @@
+     
+ 
+ MAXFD = 1024
+-fdset = c_long * (MAXFD/32)
++fdset = c_uint32 * (MAXFD/32)
+ 
+ class timeval(Structure):
+     _fields_ = [

Propchange: trunk/packages/pynetsnmp/debian/patches/netsmnp.py-64bit.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-zenoss-commits mailing list