Your message dated Sun, 24 Jul 2011 15:34:16 +0000
with message-id <e1ql0h6-0000lf...@franck.debian.org>
and subject line Bug#614404: fixed in zoneminder 1.24.4-1
has caused the Debian Bug report #614404,
regarding zoneminder: Arch amd64 (and probably non-32barch) bad type declaration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zoneminder
Version: 1.24.2-8
Severity: important


Source : 
http://www.zoneminder.com/forums/viewtopic.php?t=16060&highlight=discarding+packet+unrecognised+ssrc

[...] fix for this. Turns out, assuming a long is 32bits is not such a good idea

diff -ur ZoneMinder-1.24.2.old/src/zm.h ZoneMinder-1.24.2/src/zm.h
--- ZoneMinder-1.24.2.old/src/zm.h   2009-03-20 05:07:00.000000000 -0700
+++ ZoneMinder-1.24.2/src/zm.h   2010-06-29 10:45:24.000000000 -0700
@@ -17,6 +17,8 @@
 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 //
 
+#include "stdint.h"
+
 #ifndef ZM_H
 #define ZM_H
 
@@ -34,14 +36,14 @@
 #endif
 }
 
-typedef unsigned char       U8;
-typedef unsigned short      U16;
-typedef unsigned long       U32;
-typedef unsigned long long  U64;
-
-typedef signed char         S8;
-typedef signed short        S16;
-typedef signed long         S32;
-typedef signed long long    S64;
+typedef uint8_t             U8;
+typedef uint16_t            U16;
+typedef uint32_t            U32;
+typedef uint64_t            U64;
+
+typedef int8_t              S8;
+typedef int16_t             S16;
+typedef int32_t             S32;
+typedef int64_t             S64;
 
 #endif // ZM_H 

Patch OK for squeeze/amd64

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zoneminder depends on:
ii  apache2                2.2.16-6          Apache HTTP Server metapackage
ii  apache2-mpm-prefork [a 2.2.16-6          Apache HTTP Server - traditional n
ii  ffmpeg                 4:0.5.2-6         multimedia player, server and enco
ii  libapache2-mod-php5    5.3.3-7           server-side, HTML-embedded scripti
pn  libarchive-tar-perl    <none>            (no description available)
ii  libarchive-zip-perl    1.30-3            Perl module for manipulation of ZI
ii  libavcodec52           4:0.5.2-6         ffmpeg codec library
ii  libavformat52          4:0.5.2-6         ffmpeg file format library
ii  libavutil49            4:0.5.2-6         ffmpeg utility library
ii  libc6                  2.11.2-10         Embedded GNU C Library: Shared lib
ii  libdate-manip-perl     6.11-1            module for manipulating dates
ii  libdevice-serialport-p 1.04-2+b1         emulation of Win32::SerialPort for
ii  libdirac-encoder0      1.0.2-3           open and royalty free high quality
ii  libgcc1                1:4.4.5-8         GCC support library
ii  libgnutls26            2.8.6-1           the GNU TLS library - runtime libr
ii  libjpeg62              6b1-1             The Independent JPEG Group's JPEG 
ii  libjs-mootools         1.2.4.0~debian1-1 compact JavaScript framework
ii  libmime-lite-perl      3.027-1           module for convenient MIME message
ii  libmime-tools-perl     5.428-1           Perl5 modules for MIME-compliant m
ii  libmysqlclient16       5.1.49-3          MySQL database client library
ii  libpcre3               8.02-1.1          Perl 5 Compatible Regular Expressi
ii  libphp-serialization-p 0.34-1            Perl module to manipulate serializ
ii  libstdc++6             4.4.5-8           The GNU Standard C++ Library v3
ii  libswscale0            4:0.5.2-6         ffmpeg video scaling library
ii  libwww-perl            5.836-1           Perl HTTP/WWW client/server librar
ii  mysql-client-5.1 [mysq 5.1.49-3          MySQL database client binaries
ii  mysql-server           5.1.49-3          MySQL database server (metapackage
ii  mysql-server-5.1 [mysq 5.1.49-3          MySQL database server binaries and
ii  perl-modules [libmodul 5.10.1-17         Core Perl modules
ii  php5                   5.3.3-7           server-side, HTML-embedded scripti
ii  php5-mysql             5.3.3-7           MySQL module for php5
ii  rsyslog [system-log-da 4.6.4-2           enhanced multi-threaded syslogd
ii  zip                    3.0-3             Archiver for .zip files
ii  zlib1g                 1:1.2.3.4.dfsg-3  compression library - runtime

zoneminder recommends no packages.

zoneminder suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: zoneminder
Source-Version: 1.24.4-1

We believe that the bug you reported is fixed in the latest version of
zoneminder, which is due to be installed in the Debian FTP archive:

zoneminder_1.24.4-1.debian.tar.gz
  to main/z/zoneminder/zoneminder_1.24.4-1.debian.tar.gz
zoneminder_1.24.4-1.dsc
  to main/z/zoneminder/zoneminder_1.24.4-1.dsc
zoneminder_1.24.4-1_i386.deb
  to main/z/zoneminder/zoneminder_1.24.4-1_i386.deb
zoneminder_1.24.4.orig.tar.gz
  to main/z/zoneminder/zoneminder_1.24.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@debian.org> (supplier of updated zoneminder package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 24 Jul 2011 16:44:30 +0200
Source: zoneminder
Binary: zoneminder
Architecture: source i386
Version: 1.24.4-1
Distribution: unstable
Urgency: low
Maintainer: Peter Howard <p...@northern-ridge.com.au>
Changed-By: Vagrant Cascadian <vagr...@debian.org>
Description: 
 zoneminder - Linux video camera security and surveillance solution
Closes: 607331 611324 614404 619813 634985 635075
Changes: 
 zoneminder (1.24.4-1) unstable; urgency=low
 .
   [ Peter Howard ]
   * Initial release of 1.24.4 (Closes: #634985).
     - Fix 32/64-bit type declarations (Closes: #614404).
   * Update patches.
 .
   [ Vagrant Cascadian ]
   * Add patch to fix FTBFS by using libv4l1-videodev.h from libv4l-dev.
     Thanks to Andreas Metzler for reporting the issue.
     (Closes: #619813).
   * Document adding the www-data user to the video group in README.Debian.
     (Closes: #611324)
   * Depend on libsys-mmap-perl to enable mapped memory support.
     (Closes: #607331)
   * Update libjs-mootools patch to use -nc variants (Closes: #635075).
   * Depend on javascript-common, to ensure that /javascript is available in
     the web server.
   * Set the upstream version in postinst at build time.
   * Use dh-autoreconf to properly clean up autogenerated files during build.
   * Add Vcs-HG to debian/control.
   * Add Build-Depends: libv4l-dev, libbz2-dev, dh-autoreconf, libsys-mmap-perl.
Checksums-Sha1: 
 30b2eaa61d5c74d118c3e9314bd3eee60cfe3ce8 2199 zoneminder_1.24.4-1.dsc
 cfbf0793d6b8a6d811fa1a1a60ac7faa02ca16fa 1061935 zoneminder_1.24.4.orig.tar.gz
 f2fc117e9e13772f8cb23ecfe6b37119ec9f236f 15611 
zoneminder_1.24.4-1.debian.tar.gz
 2ac352513a729c28c59ceff385853924718183a7 1662500 zoneminder_1.24.4-1_i386.deb
Checksums-Sha256: 
 a5d2fefa7d955e2cb84f72813a7a9d89f2972626f762a4bfceb758d64e4c8e88 2199 
zoneminder_1.24.4-1.dsc
 af4fa2fdb1e5287dbdea05b97e14376c9ec7ccaae0f1760e754a6a92595892c0 1061935 
zoneminder_1.24.4.orig.tar.gz
 0be8970c3c6e5f205396dfe80d45c4cf3d2b790beba943f991c6a1bb84ac495e 15611 
zoneminder_1.24.4-1.debian.tar.gz
 e9c314f87c0722ee5cf0e0c5621bdea60f3e4e7b36567f9fc2b06d474401f644 1662500 
zoneminder_1.24.4-1_i386.deb
Files: 
 71c7558dbab8e0bd75a37545f2484cf0 2199 net optional zoneminder_1.24.4-1.dsc
 910adc20e5b2dd9fac3c8e7456e67ffc 1061935 net optional 
zoneminder_1.24.4.orig.tar.gz
 8d8b90b9216a44ce9b9614eadc8b805c 15611 net optional 
zoneminder_1.24.4-1.debian.tar.gz
 92e581a65548aff49bbad2019a729c37 1662500 net optional 
zoneminder_1.24.4-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJOLDhnAAoJELeLgtSBS5G2M7cP/Ryo4cZmxuV3rMRb6YmZXJZf
0TbiISCYaCrf/swKSM7hmnM8X7foloR7xXlSiJa5D2XMeEjyuyQjwXFsIfZUmrKW
onKsn9jfzP7jUrQMaaTkjXX7+Bay3pzkd/2vlT8U5PVP6SzIozlQisBgyrNftn34
vlOlXZSOPM0PN5jaFE+bjgf1SCDzk+gdPM3HHQgVC+jjb6ffg6o1Cygz9h39bqnv
q0QTpV+evdA4RDytG5jcORY6dtvxN33/YEBmu+J9X37NjXrFm0fNsIvtLaRcz4MH
ohXW1DM5rM1WMM7gncycpVRKpyo9ybF+pq2ixVrrRKGmFmu8spJVc8vZ8PWwLHOO
pdoq0QGjEtc9vJ6Kr1yuvixD/Qzq2DWLyztwCNhTDjSXppPAA/cLXCkMAP2L63cx
tCN8fsKUZPwvuXBRovZECr4fD25QyGoxZCauwMz3QD4fQFfSBGBOz4a3XGrDzvhj
Vjgd6Moh83Q0FvxtFTd9lThLb0yK+OEX+v99SXQCFr0/kG4DxruE7PArRI/09q2R
4BftXQt8Rv8/orIb6P3r+Jc9x6M/MujncGTDniPmz5nZ1qoxO9fp4KUDIS5/iVt5
JiQLMEnIQ2Sj/qTps6CZqZPRiobcf3NtbuCgEa0/JB1l4EA5m792EuMG3G2mkEM2
IehDKDcy48Ety9wIKxKn
=o5hI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to