Package: zoneminder / 1.36.35+dfsg1-1

Metadata

Package Version Patches format
zoneminder 1.36.35+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0004 Change default date format to region neutral ISO not.patch | (download)

web/includes/Monitor.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change default date format to region-neutral iso notation with time
 zone.


0006 Set default path to ffmpeg binary.patch | (download)

scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set default path to "ffmpeg" binary.

It is not detected on build-time without "ffmpeg" package.

0007 Default to not checking for updated versions of Zone.patch | (download)

scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 default to not checking for updated versions of zoneminder

Users should get updates through the package. Also prevents "phoning
home" to zoneminder.com.

0008 Unlink installation docs.patch | (download)

docs/index.rst | 3 0 + 3 - 0 !
docs/userguide/gettingstarted.rst | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 4 deletions(-)

 unlink installation docs.


0009 Allow generation of random seeds on install time not.patch | (download)

web/api/app/Config/core.php.default | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 allow generation of random seeds on install time,
 not on build time. (Closes: #830979)


pcre2.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
src/zm_regexp.cpp | 35 16 + 19 - 0 !
src/zm_regexp.h | 19 9 + 10 - 0 !
src/zm_remote_camera_http.cpp | 18 9 + 9 - 0 !
zoneminder-config.cmake | 2 1 + 1 - 0 !
5 files changed, 38 insertions(+), 42 deletions(-)

 port to pcre2.
Bug-Debian: https://bugs.debian.org/999919
Bug: https://github.com/ZoneMinder/zoneminder/issues/3384