diff options
author | gdt <gdt@pkgsrc.org> | 2020-08-25 16:42:21 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-08-25 16:42:21 +0000 |
commit | f47ce4997f24fa8e1497f5a992f93421ad7db111 (patch) | |
tree | af080d1bcbe6f72d30d6312723795f940a02be14 /security/zoneminder/patches/patch-src_zm__utils.cpp | |
parent | 3e1ce53f00f71269dc27a69be1d549fffae5037c (diff) | |
download | pkgsrc-f47ce4997f24fa8e1497f5a992f93421ad7db111.tar.gz |
security/zoneminder: Update to 1.29.0
This is the last version that supports autoconf, and this update is
only because it's a reasonable benefit/cost tradeoff as an
intermediaate step. Tested on netbsd-9/earmv7hf-el.
Upstream chanages:
many bug fixes and improvements
zoneminder API
Multiserver
limted ONVIF support
See more at
https://github.com/ZoneMinder/zoneminder/releases/tag/v1.29.0-rc2 and
before and after.
Note that when updating, one must run zmupdate to modify the db schema.
Diffstat (limited to 'security/zoneminder/patches/patch-src_zm__utils.cpp')
-rw-r--r-- | security/zoneminder/patches/patch-src_zm__utils.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/zoneminder/patches/patch-src_zm__utils.cpp b/security/zoneminder/patches/patch-src_zm__utils.cpp index 488fef6a4b9..ad685bb6b87 100644 --- a/security/zoneminder/patches/patch-src_zm__utils.cpp +++ b/security/zoneminder/patches/patch-src_zm__utils.cpp @@ -1,4 +1,6 @@ -$NetBSD: patch-src_zm__utils.cpp,v 1.1 2013/03/24 16:47:47 joerg Exp $ +$NetBSD: patch-src_zm__utils.cpp,v 1.2 2020/08/25 16:42:21 gdt Exp $ + +\todo Explain --- src/zm_utils.cpp.orig 2011-06-21 09:19:11.000000000 +0000 +++ src/zm_utils.cpp |