pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2015Q1]: pkgsrc/security/zoneminder Pullup ticket #4654 - requ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ba62a889a2b
branches: pkgsrc-2015Q1
changeset: 649188:8ba62a889a2b
user: hiramatsu <hiramatsu%pkgsrc.org@localhost>
date: Fri Apr 24 16:07:10 2015 +0000
description:
Pullup ticket #4654 - requested by dsainty
security/zoneminder: security update
Revisions pulled up:
- security/zoneminder/Makefile 1.18
- security/zoneminder/distinfo 1.7
- security/zoneminder/MESSAGE 1.3
- security/zoneminder/PLIST 1.4
- security/zoneminder/patches/patch-Makefile_am 1.3
- security/zoneminder/patches/patch-configure_ac 1.4
- security/zoneminder/patches/patch-scripts_ZoneMinder_lib_ZoneMinder_General_pm 1.2
- security/zoneminder/patches/patch-scripts_zm_in 1.3
- security/zoneminder/patches/patch-src_Makefile_am 1.3
- security/zoneminder/patches/patch-src_zm__thread.h 1.4
- security/zoneminder/patches/patch-src_zm__timer.h 1.3
- security/zoneminder/patches/patch-src_zm__utils.h 1.2
- security/zoneminder/patches/patch-src_zm_ffmpeg_camera_cpp 1.1
- security/zoneminder/patches/patch-src_zm_remote_camera_h 1.4
- security/zoneminder/patches/patch-src_zm_signal_cpp 1.1
- security/zoneminder/patches/patch-src_zm_signal_h deleted
- security/zoneminder/patches/patch-src_zmf_cpp deleted
---
Module Name: pkgsrc
Committed By: dsainty
Date: Sun Apr 5 08:51:08 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: MESSAGE Makefile PLIST distinfo
pkgsrc/security/zoneminder/patches: patch-Makefile_am
patch-configure_ac
patch-scripts_ZoneMinder_lib_ZoneMinder_General_pm
patch-scripts_zm_in patch-src_Makefile_am patch-src_zm__thread.h
patch-src_zm__timer.h patch-src_zm__utils.h
patch-src_zm_remote_camera_h
Removed Files:
pkgsrc/security/zoneminder/patches: patch-src_zm_signal_h
patch-src_zmf_cpp
Log Message:
Update ZoneMinder from 1.25.0 to 1.28.1.
Numerous changes, documented at:
https://github.com/ZoneMinder/ZoneMinder/releases
Addresses two security advisories:
https://github.com/ZoneMinder/ZoneMinder/releases/tag/v1.28.0
http://secunia.com/advisories/62918/
Pkgsrc changes:
patch-src_zm_signal_h is no longer necessary because zm_signal.h uses
HAVE_EXECINFO_H.
patch-src_zmf_cpp appears to be applied upstream.
patch-configure_ac no longer needs to set PATH_BUILD to
PREFIX/share/zoneminder, so that zmupdate.pl can locate the database build
scripts as installed files. Upstream has now implemented this via the
ZM_PATH_DATA entry in zm.conf, and adds a ZM_PATH_DATA/db subdirectory.
src/Makefile.am no longer setuid's zmfix, as zmfix was removed from
ZoneMinder 1.26.6.
The code now uses clock_gettime(), which on some systems (like Linux), calls
for -lrt. Since the build system isn't aware of this, but Pkgsrc is, just set
PTHREAD_AUTO_VARS=yes.
The PHP code now uses PDO for DB access, but it looks like there are some
straggling dependencies on the raw MySQL driver, so both are pulled in.
---
Module Name: pkgsrc
Committed By: dsainty
Date: Tue Apr 7 12:32:59 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: Makefile
Log Message:
NetBSD's tar (6.1) does an exit(1) on the source archive, complaining:
Invalid header, starting valid header search.
As a workaround: EXTRACT_USING=gtar
---
Module Name: pkgsrc
Committed By: dsainty
Date: Tue Apr 7 12:54:36 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: distinfo
pkgsrc/security/zoneminder/patches: patch-configure_ac
Log Message:
Recognise lower-case "netbsd" as BSD.
NB: This doesn't fix the threads portability issues yet for NetBSD, but gets
through configuration.
---
Module Name: pkgsrc
Committed By: dsainty
Date: Fri Apr 10 02:53:20 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: Makefile
Log Message:
New ZoneMinder supports the newer ffmpeg APIs, so switch the ffmpeg
dependency from ffmpeg010 to ffmpeg2.
---
Module Name: pkgsrc
Committed By: dsainty
Date: Fri Apr 10 02:58:49 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: Makefile distinfo
pkgsrc/security/zoneminder/patches: patch-src_zm__thread.h
patch-src_zm__timer.h
Added Files:
pkgsrc/security/zoneminder/patches: patch-src_zm_ffmpeg_camera_cpp
patch-src_zm_signal_cpp
Log Message:
Patch up some Linux-specific assumptions in the code.
Fixes build under NetBSD.
Bump PKGREVISION for switch to ffmpeg2, and some portability changes that
aren't expected to affect functionality.
---
Module Name: pkgsrc
Committed By: dsainty
Date: Wed Apr 22 15:13:44 UTC 2015
Modified Files:
pkgsrc/security/zoneminder: Makefile
Log Message:
Fix paths in two missed installed scripts.
The intention of zmsystemctl.pl is to use bin/pkexec to allow the apache user
to start and stop the ZoneMinder services on operating systems using systemd
and newer versions of Polkit than Pkgsrc currently has.
If the base OS doesn't use systemd (E.g. anything not Linux), this file
shouldn't be used anyway.
In Pkgsrc we ignore the potentially absent pkexec interpreter in this file.
If the base OS uses systemd, it probably also has pkexec in its base
installation.
Bump PKGREVISION.
diffstat:
security/zoneminder/MESSAGE | 7 +-
security/zoneminder/Makefile | 61 ++-
security/zoneminder/PLIST | 238 +++++++++-
security/zoneminder/distinfo | 30 +-
security/zoneminder/patches/patch-Makefile_am | 18 +-
security/zoneminder/patches/patch-configure_ac | 100 ++-
security/zoneminder/patches/patch-scripts_ZoneMinder_lib_ZoneMinder_General_pm | 62 +-
security/zoneminder/patches/patch-scripts_zm_in | 16 +-
security/zoneminder/patches/patch-src_Makefile_am | 15 +-
security/zoneminder/patches/patch-src_zm__thread.h | 38 +-
security/zoneminder/patches/patch-src_zm__timer.h | 12 +-
security/zoneminder/patches/patch-src_zm__utils.h | 10 +-
security/zoneminder/patches/patch-src_zm_ffmpeg_camera_cpp | 18 +
security/zoneminder/patches/patch-src_zm_remote_camera_h | 12 +-
security/zoneminder/patches/patch-src_zm_signal_cpp | 25 +
security/zoneminder/patches/patch-src_zm_signal_h | 14 -
security/zoneminder/patches/patch-src_zmf_cpp | 89 ---
17 files changed, 515 insertions(+), 250 deletions(-)
diffs (truncated from 1121 to 300 lines):
diff -r 23150c00381c -r 8ba62a889a2b security/zoneminder/MESSAGE
--- a/security/zoneminder/MESSAGE Wed Apr 22 22:55:10 2015 +0000
+++ b/security/zoneminder/MESSAGE Fri Apr 24 16:07:10 2015 +0000
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2013/03/15 02:56:56 dsainty Exp $
+$NetBSD: MESSAGE,v 1.2.18.1 2015/04/24 16:07:10 hiramatsu Exp $
All documentation for ZoneMinder is now online at:
@@ -43,8 +43,9 @@
Include ${PREFIX}/share/examples/zoneminder/apache/zoneminder.conf
-Also follow the configuration instructions for www/ap-php and
-databases/php-mysql packages. Use pkg_info to read their MESSAGE files.
+Also follow the configuration instructions for www/ap-php,
+databases/php-mysql, databases/php-pdo and databases/php-pdo_mysql packages.
+Use pkg_info to read their MESSAGE files.
PHP may log warnings if the PHP date.timezone configuration is not set.
Consider assigning a default system time zone to date.timezone in
diff -r 23150c00381c -r 8ba62a889a2b security/zoneminder/Makefile
--- a/security/zoneminder/Makefile Wed Apr 22 22:55:10 2015 +0000
+++ b/security/zoneminder/Makefile Fri Apr 24 16:07:10 2015 +0000
@@ -1,16 +1,22 @@
-# $NetBSD: Makefile,v 1.13 2014/09/08 21:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13.6.1 2015/04/24 16:07:10 hiramatsu Exp $
-DISTNAME= ZoneMinder-1.25.0
PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/}
-PKGREVISION= 9
+DISTNAME= ZoneMinder-1.28.1
+PKGREVISION= 2
CATEGORIES= security
-MASTER_SITES= http://www2.zoneminder.com/downloads/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ZoneMinder/}
+GITHUB_PROJECT= ZoneMinder
+GITHUB_TYPE= tag
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= dsainty%NetBSD.org@localhost
HOMEPAGE= http://www.zoneminder.com/
COMMENT= Video camera security and surveillance solution
LICENSE= gnu-gpl-v2
+# NetBSD tar: Invalid header, starting valid header search.
+EXTRACT_USING= gtar
+
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
PKG_OPTIONS_VAR= PKG_OPTIONS.zoneminder
@@ -55,12 +61,19 @@
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
+# PolicyKit doesn't actually seem to be necessary. This hack disables
+# configure's hunt for PolicyKit, but has no other apparent ill effects.
+CONFIGURE_ENV+= POLKIT_CFLAGS=" " POLKIT_LIBS=" "
+
+PTHREAD_AUTO_VARS= yes
+.include "../../mk/pthread.buildlink3.mk"
+
CONFIGURE_ENV+= OPT_NETPBM=yes
CONFIGURE_ENV+= PATH_NETPBM=${PREFIX}/bin/pnmscale
-.include "../../multimedia/ffmpeg010/buildlink3.mk"
-CONFIGURE_ARGS+= --with-ffmpeg=${BUILDLINK_PREFIX.ffmpeg010}
-CONFIGURE_ENV+= PATH_FFMPEG=${BUILDLINK_PREFIX.ffmpeg010}/bin/ffmpeg010
+.include "../../multimedia/ffmpeg2/buildlink3.mk"
+CONFIGURE_ARGS+= --with-ffmpeg=${BUILDLINK_PREFIX.ffmpeg2}
+CONFIGURE_ENV+= PATH_FFMPEG=${BUILDLINK_PREFIX.ffmpeg2}/bin/ffmpeg2
CONFIGURE_ENV+= OPT_FFMPEG=yes
# The backtrace requires Linux's unportable <execinfo.h> header.
@@ -80,8 +93,10 @@
# gnutls.
CONFIGURE_ENV+= ZM_SSL_LIB=openssl
-# Control where run-time state (PID file) gets stored.
-CONFIGURE_ENV+= ZM_RUNDIR=${VARBASE}/run
+# Control where run-time state (PID file and sockets) get stored.
+# Default is "/var/run/zm", but we want to conform to VARBASE.
+CONFIGURE_ENV+= ZM_RUNDIR=${VARBASE}/run/zm
+CONFIGURE_ENV+= ZM_SOCKDIR=${VARBASE}/run/zm
.if !empty(PKG_OPTIONS:Mapache)
.include "../../mk/apache.mk"
@@ -101,6 +116,7 @@
.include "../../lang/php/phpversion.mk"
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
+DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
.endif
# This directory contains state, so use OWN_DIRS instead of MAKE_DIRS.
@@ -111,6 +127,7 @@
OWN_DIRS_PERMS+= ${ZM_CACHE}/events ${ROOT_USER} ${APACHE_GROUP} 775
REPLACE_PERL+= scripts/zmaudit.pl.in
+REPLACE_PERL+= scripts/zmcamtool.pl.in
REPLACE_PERL+= scripts/zmcontrol.pl.in
REPLACE_PERL+= scripts/zmdc.pl.in
REPLACE_PERL+= scripts/zmfilter.pl.in
@@ -122,6 +139,30 @@
REPLACE_PERL+= scripts/zmwatch.pl.in
REPLACE_PERL+= scripts/zmx10.pl.in
+#
+# The intention of zmsystemctl.pl is to use bin/pkexec to allow the
+# apache user to start and stop the ZoneMinder services on operating
+# systems using systemd and newer versions of Polkit than Pkgsrc
+# currently has.
+#
+# If the base OS doesn't use systemd (E.g. anything not Linux), this
+# file shouldn't be used anyway.
+#
+# In Pkgsrc we ignore the potentially absent pkexec interpreter in
+# this file. If the base OS uses systemd, it probably also has pkexec
+# in its base installation.
+#
+
+CHECK_INTERPRETER_SKIP+= bin/zmsystemctl.pl
+EXTRA_PERL+= scripts/zmsystemctl.pl.in
+
+SUBST_CLASSES+= systemd-perl
+SUBST_MESSAGE.systemd-perl= Adjusting systemd pkexec perl.
+SUBST_STAGE.systemd-perl= pre-configure
+SUBST_FILES.systemd-perl= scripts/zmsystemctl.pl.in
+SUBST_SED.systemd-perl= -e 's|/usr/bin/perl|${PERL5}|g'
+
+
SUBST_CLASSES+= dbpaths-path
SUBST_MESSAGE.dbpaths-path= Adjusting default paths in configuration.
SUBST_STAGE.dbpaths-path= pre-configure
@@ -137,7 +178,7 @@
SUBST_CLASSES+= script-path
SUBST_MESSAGE.script-path= Adjusting paths in scripts.
SUBST_STAGE.script-path= pre-configure
-SUBST_FILES.script-path= ${REPLACE_PERL}
+SUBST_FILES.script-path= ${REPLACE_PERL} ${EXTRA_PERL}
SUBST_SED.script-path= -e "s|^\\([\$$]ENV{PATH} *= *'\\).*';\$$|\\1${PREFIX}/bin:/bin:/usr/bin';|g"
SUBST_CLASSES+= files
diff -r 23150c00381c -r 8ba62a889a2b security/zoneminder/PLIST
--- a/security/zoneminder/PLIST Wed Apr 22 22:55:10 2015 +0000
+++ b/security/zoneminder/PLIST Fri Apr 24 16:07:10 2015 +0000
@@ -1,14 +1,15 @@
-@comment $NetBSD: PLIST,v 1.3 2014/05/06 15:07:40 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.3.8.1 2015/04/24 16:07:10 hiramatsu Exp $
bin/zma
bin/zmaudit.pl
bin/zmc
+bin/zmcamtool.pl
bin/zmcontrol.pl
bin/zmdc.pl
bin/zmf
bin/zmfilter.pl
-bin/zmfix
bin/zmpkg.pl
bin/zmstreamer
+bin/zmsystemctl.pl
bin/zmtrack.pl
bin/zmtrigger.pl
bin/zmu
@@ -21,6 +22,82 @@
${PLIST.rcd}share/examples/rc.d/zoneminder
share/examples/zoneminder/apache/zoneminder.conf
share/examples/zoneminder/config/zm.conf
+${PERL5_SUB_INSTALLVENDORARCH}/auto/ZoneMinder/.packlist
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Base.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/ConfigAdmin.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/ConfigData.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Config.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/AxisV2.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/FI8608W_Y2k.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/FI8620_Y2k.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/FI8908W.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/FI9821W_Y2k.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/LoftekSentinel.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/M8640.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/mjpgStreamer.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/Ncs370.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/PanasonicIP.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/PelcoD.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/PelcoP.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/SkyIPCam7xx.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/Toshiba_IK_WB11A.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/TVIP862.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/Visca.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Control/Wanscam.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Database.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/General.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/General.pm.orig
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Logger.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Memory/Mapped.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Memory.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Memory/Shared.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/File.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/Handle.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/Inet.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/Serial.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/Spawning.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Channel/Unix.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Connection/Example.pm
+${PERL5_SUB_INSTALLVENDORLIB}/ZoneMinder/Trigger/Connection.pm
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Base.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Config.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::ConfigAdmin.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::ConfigData.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::AxisV2.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::FI8608W_Y2k.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::FI8620_Y2k.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::FI8908W.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::FI9821W_Y2k.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::M8640.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::mjpgStreamer.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::Ncs370.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::PanasonicIP.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::PelcoD.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::PelcoP.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::SkyIPCam7xx.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::Toshiba_IK_WB11A.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::TVIP862.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::Visca.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Control::Wanscam.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Database.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::General.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Logger.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Memory.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::File.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::Handle.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::Inet.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::Serial.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::Spawning.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Channel::Unix.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Connection.3
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/ZoneMinder::Trigger::Connection::Example.3
+share/zoneminder/db/test.monitor.sql
share/zoneminder/db/zm_create.sql
share/zoneminder/db/zm_update-0.0.1.sql
share/zoneminder/db/zm_update-0.9.10.sql
@@ -62,6 +139,15 @@
share/zoneminder/db/zm_update-1.24.2.sql
share/zoneminder/db/zm_update-1.24.3.sql
share/zoneminder/db/zm_update-1.24.4.sql
+share/zoneminder/db/zm_update-1.26.0.sql
+share/zoneminder/db/zm_update-1.26.1.sql
+share/zoneminder/db/zm_update-1.26.2.sql
+share/zoneminder/db/zm_update-1.26.3.sql
+share/zoneminder/db/zm_update-1.26.5.sql
+share/zoneminder/db/zm_update-1.27.0.sql
+share/zoneminder/db/zm_update-1.27.99.0.sql
+share/zoneminder/db/zm_update-1.28.0.sql
+share/zoneminder/db/zm_update-1.28.1.sql
${ZM_HTTPD_ROOT}/ajax/alarm.php
${ZM_HTTPD_ROOT}/ajax/control.php
${ZM_HTTPD_ROOT}/ajax/event.php
@@ -218,7 +304,7 @@
${ZM_HTTPD_ROOT}/skins/classic/views/js/montage.js
${ZM_HTTPD_ROOT}/skins/classic/views/js/montage.js.php
${ZM_HTTPD_ROOT}/skins/classic/views/js/options.js.php
-${ZM_HTTPD_ROOT}/skins/classic/views/js/postlogin.js
+${ZM_HTTPD_ROOT}/skins/classic/views/js/postlogin.js.php
${ZM_HTTPD_ROOT}/skins/classic/views/js/state.js
${ZM_HTTPD_ROOT}/skins/classic/views/js/state.js.php
${ZM_HTTPD_ROOT}/skins/classic/views/js/timeline.js
@@ -254,6 +340,152 @@
${ZM_HTTPD_ROOT}/skins/classic/views/watch.php
${ZM_HTTPD_ROOT}/skins/classic/views/zone.php
${ZM_HTTPD_ROOT}/skins/classic/views/zones.php
+${ZM_HTTPD_ROOT}/skins/flat/css/control.css
+${ZM_HTTPD_ROOT}/skins/flat/css/export.css
+${ZM_HTTPD_ROOT}/skins/flat/css/skin.css
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-d.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-dl.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-dr.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-l-d.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-l-u.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-l.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-r.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-s-d.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-s-u.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-u.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-ul.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/arrow-ur.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/center.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/point-g.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/point-o.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/point-r.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/seq-d.gif
+${ZM_HTTPD_ROOT}/skins/flat/graphics/seq-u.gif
+${ZM_HTTPD_ROOT}/skins/flat/includes/config.php
+${ZM_HTTPD_ROOT}/skins/flat/includes/control_functions.php
Home |
Main Index |
Thread Index |
Old Index