zoneminder (1.25.0-4) unstable; urgency=high * Add CVE-2013-0232 patch [SECURITY] CVE-2013-0232: Shell escape commands with untrusted content. Thanks to James McCoy (Closes: #698910) Thanks also to Salvatore Bonaccorso -- Peter Howard Tue, 12 Jun 2013 12:02:10 +1000 zoneminder (1.25.0-3) unstable; urgency=low * debian/rules: Export CFLAGS, CPPFLAGS, CXXFLAGS and LDFLAGS, to ensure hardening build flags are enabled. -- Vagrant Cascadian Tue, 28 Aug 2012 12:10:03 -0700 zoneminder (1.25.0-2) unstable; urgency=low [ Vagrant Cascadian ] * Add a patch to disable checking for updated versions by default, as upgrades should happen through package management. * Use dpkg-buildflags in debian/rules to set default compiler flags. * Ensure zoneminder is stopped before starting (Closes: #657407). [ Peter Howard ] * Fix postinst to add permission for table creation during upgrade (Closes: #657407). -- Vagrant Cascadian Thu, 23 Aug 2012 12:40:34 -0700 zoneminder (1.25.0-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "ftbfs with GCC-4.7": add patch Fix-FTBFS-with-gcc-4.7 from Cyril Brulebois: fix missing includes. (Closes: #667428) -- gregor herrmann Sun, 13 May 2012 17:02:21 +0200 zoneminder (1.25.0-1) unstable; urgency=low * Fix typo in libv4l1-videodev.h patch that caused v4l1 support to be dropped. * Fail to build if version in postinst doesn't match upstream version. * Add Build-Depends: libavdevice-dev to fix MPEG streaming (Closes: #515558). * debian/rules: Convert to using debhelper overrides. * Set debian/compat to 7. * Simplify debian/watch file. * Refresh debian/patches/use_libjs-mootools. * Refresh debian/patches/libv4l1-videodev.h. * Remove dependencies on php4 and related packages. * Remove build-dependencies on libmysqlclient14-dev and libmysqlclient15-dev. * Update Build-Depends to use libjpeg-dev instead of libjpeg62-dev (Closes: #647114). * Add patch to fix build by testing for C headers rather than C++ headers. Thanks to Ryan Niebur. (Closes: #654230) * Add a patch to fix build problems caused by API changes in libav 0.8. Thanks again to Ryan Niebur. (Closes: #654230) * -- Vagrant Cascadian Mon, 16 Jan 2012 11:58:05 -0800 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. -- Vagrant Cascadian Sun, 24 Jul 2011 16:44:30 +0200 zoneminder (1.24.2-9) unstable; urgency=low * Apply patch from Ubuntu to fix FTBFS with ffmpeg 0.6: - Add -D__STDC_CONSTANT_MACROS to CPPFLAGS (closes: 614080). * Update Standards-Version to 3.9.1, no changes necessary. -- Vagrant Cascadian Sun, 20 Feb 2011 23:43:02 -0800 zoneminder (1.24.2-8) unstable; urgency=medium [ Vagrant Cascadian ] * Apply patch to fix V4L2 cameras without crop support (closes: #608790). Thanks to piratebab. * Add preinst script which aborts if dangerous symlinks exist. (closes: #608793) [ Peter Howard ] * Added to README.Debian with info about images and events directories. (closes: #608793) -- Vagrant Cascadian Sat, 15 Jan 2011 19:39:26 -0800 zoneminder (1.24.2-7) unstable; urgency=medium * Do not set ownership of /var/cache/zoneminder when upgrading, which fixes a regression causing upgrades to take inordinately long with large installations (closes: #597040). -- Vagrant Cascadian Fri, 17 Sep 2010 11:24:41 -0700 zoneminder (1.24.2-6) unstable; urgency=low * Only remove database on purge. This requires only creating the database if it doesn't already exist, and upgrading the database only if the database is an older version (closes: #497107). * Do not prompt the user on database upgrades by using the --nointeractive flag when calling zmupdate.pl from postinst (closes: #595902). -- Vagrant Cascadian Fri, 10 Sep 2010 10:06:06 -0700 zoneminder (1.24.2-5) unstable; urgency=low [ Peter Howard ] * Add zip dependency (closes: #494261) * Add debian/watch file (closes: #545552) * Use packaged libjs-mootools (closes: #585590) * Miscellaneous cleanups [ Vagrant Cascadian ] * Add vagrant@debian.org as uploader * Update Standards-Version to 3.9.0, no changes necessary. -- Vagrant Cascadian Fri, 23 Jul 2010 18:12:50 -0500 zoneminder (1.24.2-4.1) unstable; urgency=low * Non-maintainer upload. * Fix "package removed, processes still running": apply patch to debian/postinst by Vagrant Cascadian: use invoke-rc.d and run mysql-related actions only when mysql is running (closes: #583648). -- gregor herrmann Thu, 01 Jul 2010 19:47:10 +0200 zoneminder (1.24.2-4) unstable; urgency=high * Update init.d to list mysql dependency (closes: #583505) * Change depenency from libmime-perl to libmime-tools-perl (closes: #585589) * Problems in changelog format fixed (closes: #585592) * Fix debian-rules-ignores-make-clean-error (closes: #585593) -- Peter Howard Mon, 14 jun 2010 15:02:10 +1000 zoneminder (1.24.2-3) unstable; urgency=high * Changes symbols to build with libjpeg8 (closes: #565326, #568327) * Note: location of all perl files should have been fixed in previous release (closes: #553096) -- Peter Howard Mon, 26 apr 2010 15:02:10 +1000 zoneminder (1.24.2-2) unstable; urgency=high * Remove custom perl parth from zmpkg.pl, fix location of manpages. (closes: #551746, #553092) * Fix GCC4.4 bug (closes: #531717) * Fix potential bug in postinst script -- Peter Howard Sat, 14 Nov 2009 15:02:10 +1000 zoneminder (1.24.2-1) unstable; urgency=high * Initial release of zoneminder 1.24.2 -- Peter Howard Fri, 11 Sep 2009 07:02:50 +1000 zoneminder (1.24.1-1) unstable; urgency=high * Initial release of zoneminder 1.24.1, closing CVE-2008-3882, CVE-2008-3881, CVE-2008-3880 (closes: #497640) * Change syslog dependency to rsyslog. (closes: #526918) * Add missing perl depenency. * Restore patch to disable "check for updates" by default. * Removed spurious '$' in init script. (closes: #486064) * Change permission of zm.conf from 0600 to 0400 for CVE-2008-6755 (closes: #528252) -- Peter Howard Sat, 16 May 2009 07:02:50 +1000 zoneminder (1.23.3-4) unstable; urgency=high * update to get it building with latest unstable. Thanks to waldi@debian.org (closes: #517569) -- Peter Howard Thu, 16 Apr 2009 01:02:50 +1000 zoneminder (1.23.3-3) unstable; urgency=high * ffmpeg confirmed working (closes: #475145) * Fix upgrade problem intrudouced in 1.23.3-1 (closes: #481637) * Include libmime-lite-perl in dependencies (closes: #486312) -- Peter Howard Thu, 18 Sep 2008 01:02:50 +1000 zoneminder (1.23.3-2) unstable; urgency=high * ffmpeg finally working? -- Peter Howard Wed, 13 Aug 2008 01:02:50 +1000 zoneminder (1.23.3-1) unstable; urgency=high * Initial version for 1.23.3 - security fix. (closes: #479034) -- Peter Howard Wed, 19 Mar 2008 01:02:50 +1000 zoneminder (1.23.2-2) unstable; urgency=low * Update to init.d (closes: #468856) * Add dependency on logging daemon (closes: #471277) -- Peter Howard Wed, 19 Mar 2008 01:02:50 +1000 zoneminder (1.23.2-1) unstable; urgency=low * Initial version for 1.23.2 (closes: #464152) * Zoneminder 1.23.2 upstream includes fix for GCC 4.3 (closes: #454980) * Includes ffmpeg patch by Alexander Kushnirenko -- Peter Howard Sat, 01 Mar 2008 16:02:50 +1000 zoneminder (1.22.3-10) unstable; urgency=low * Fix bug introduced in -9 where perl is put under /usr/local (closes: #457507) -- Peter Howard Mon, 24 Dec 2007 16:02:50 +1000 zoneminder (1.22.3-9) unstable; urgency=low * Starting zoneminder via init script now invokes "zmfix -a" (closes: #481637) * Change apache2-mpm-prefork dependency to apache2 * Temp dir for export under /var/cache/zoneminder (but linked back to /usr/share/zoneminder for now) * Redo use of gnutls rather than openssl for md5 hashes -- Peter Howard Mon, 10 Dec 2007 16:02:50 +1000 zoneminder (1.22.3-8) unstable; urgency=low * Build now includes libpcre3 (closes: #437533) * "Monitor Presets" patch now applied to package during build. -- Peter Howard Sat, 18 Aug 2007 14:35:23 +1000 zoneminder (1.22.3-7) unstable; urgency=low * Turn off debug trace and crash dump on build (closes:#414857,#414891) * Additional perl libraries added in dependencies (closes:#416291) * Change preferred PHP version from 4 to 5 -- Peter Howard Sun, 29 Jul 2007 15:11:13 +1000 zoneminder (1.22.3-6) unstable; urgency=low * Removed a similar bash only statment from zmpkg.pl (closes:414882) -- Peter Howard Sat, 14 Apr 2007 11:46:56 +1000 zoneminder (1.22.3-5) unstable; urgency=low * Installs with "phone home" feature turned off by default, and permissions on /etc/zm/zm.conf fixed (now the 0600 it s hould be) (closes:415349) * Removed "stupid bash-ism" on mysqld check in postinst file. -- Peter Howard Fri, 6 Apr 2007 15:50:00 +1000 zoneminder (1.22.3-4) unstable; urgency=low * Put libmysqlclient-15-dev in front of -14-dev so sbuild works (closes: #414410) -- Peter Howard Mon, 12 Mar 2007 11:38:56 +1100 zoneminder (1.22.3-3) unstable; urgency=low * Clean up of postinstall, postrm ; user "zm" definitely was a mistake * Also in postinstall: check and start MySQL if it's not running. * init.d script now checks if zoneminder isn't running and still returns 0 (which helps uninstalling) * Addition of php5 dependency options as well as php4. -- Peter Howard Mon, 26 Feb 2007 10:40:52 +1100 zoneminder (1.22.3-2) unstable; urgency=low * Added zmuser in the mysql creation; this should fix the install problem for people, but needs to be cleaned up (in -3) -- Peter Howard Fri, 16 Feb 2007 14:16:03 +1100 zoneminder (1.22.3-1) unstable; urgency=low * Initial Version. (closes: #248393) * Patched out use of openssl; uses gnutls instead for MD5 hashes. * Removed MakeMaker-inserted Perl licensing (with authors permission) in various scripts; replaced with GPL. -- Peter Howard Wed, 7 Feb 2007 14:09:01 +1100