Isaac Connor
90d641f317
Automatically a2enmod rewrite
2026-02-26 12:15:03 -05:00
Isaac Connor
41a87f7b33
fix: add zma binary to redhat zoneminder.spec file list
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-24 16:41:47 -05:00
Isaac Connor
4d40ca4edf
fix: add www-data to video group and font path fallback refs #4642
...
Add www-data to video and dialout groups in Debian/Ubuntu postinst
scripts so zmc can access /dev/video* devices on fresh installs.
RedHat packaging already handled this via gpasswd in %post.
Add compile-time ZM_FONTDIR to zm_config_data.h.in and use it as a
fallback in zm_image.cpp when the configured font_file_location is not
found, fixing font loading failures caused by stale DB config values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-23 18:19:20 -05:00
joelbaltazor
15e74c23df
Add intel-gpu-tools to recommended packages
...
Commit 1ed1d20 adds check for intel-gpu-tools. This commit updates ZoneMinder.spec file to Recommend that package be installed.
2026-02-23 18:19:20 -05:00
Isaac Connor
0b50c05c57
Bump to 1.39
2026-02-23 18:17:28 -05:00
Isaac Connor
566bde937c
Log commands used when updating db
2026-02-23 18:16:56 -05:00
joelbaltazor
4e855e0d08
Add ZoneMinder.spec from OBS project
...
Current ZoneMinder.spec from https://build.opensuse.org/package/show/home:joelgb:ZoneMinder-Master/ZoneMinder
Notes on how to build -MP version of ZoneMinder.
2026-02-23 18:16:56 -05:00
Isaac Connor
839c943aea
Release 1.38.1
2026-02-23 18:16:55 -05:00
Isaac Connor
52c5af93f0
fix: remove net-tools from BuildRequires to fix Fedora 43 build
...
On Fedora 43, net-tools pulls in systemd which conflicts with
systemd-standalone-tmpfiles in container build environments.
Pre-define ZM_PATH_ARP, ZM_PATH_ARP_SCAN, ZM_PATH_IP, and
ZM_PATH_IFCONFIG in the cmake call instead of relying on
find_program() at build time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 16:49:53 -05:00
Andrew Bauer
b8e0337cd2
buildrequire cjson-devel for mosquitto support
2026-02-07 14:09:16 -06:00
Andrew Bauer
1f4a048fe8
sync rpm specfile changes from rpmfusion
2026-02-07 11:21:22 -06:00
Isaac Connor
39c2cc997b
Release 1.38.0
2026-02-01 17:43:29 -05:00
Isaac Connor
f0396446cf
Bump to 1.37.80
2026-02-01 15:18:51 -05:00
Isaac Connor
9d76e170b9
bump RtspServer version for rpm
2026-01-31 17:38:19 -05:00
Isaac Connor
9cc34eaae1
Bump to 1.37.79 to add back the index on Monitor_Status(UpdatedOn)
2026-01-31 17:12:54 -05:00
Isaac Connor
1fd15c538a
Bump version to 1.37.78 for User Roles
2026-01-31 12:39:24 -05:00
Isaac Connor
c2488660d1
Bump to 1.37.77 for triggers updates
2026-01-24 11:25:23 -05:00
Isaac Connor
a608a09e8b
Add libcryptx-perl to deps
2026-01-22 12:39:17 -05:00
Isaac Connor
458e93fbbf
Don't add zoneminder.list if zoneminder.sources exists
2026-01-21 14:03:40 -05:00
Isaac Connor
9a1926717c
Update RTSPServer commit
2026-01-11 13:07:06 -05:00
Isaac Connor
200402afca
Remove cambozola reference
2026-01-09 16:57:07 -05:00
Isaac Connor
a355883a7c
Bump version to 1.37.76
2026-01-04 17:51:21 -05:00
Isaac Connor
07bf78b6bf
Try zmupdate.pl without super user privileges first. Maybe fixes #4503
2025-12-30 13:34:13 -05:00
Isaac Connor
d997084131
Bump to 1.37.75 for creation of Index on Monitor_Status UpdatedOn
2025-12-17 14:22:30 -05:00
Isaac Connor
9699334780
BUmp version to 1.37.74 for triggers update
2025-12-11 18:31:30 -05:00
Isaac Connor
359dc796b4
Allow nlohmann-json-dev as well for bionic
2025-12-08 12:20:57 -05:00
Isaac Connor
8381a09eb0
Add net-tools as a package dep so that we get arp. Fixes #4468
2025-12-03 14:55:16 -05:00
Isaac Connor
3e548b9040
Add restarting php-fpm
2025-11-06 16:48:58 -05:00
Isaac Connor
2ec110f036
Use latest commit for CxxUrl
2025-11-06 16:47:38 -05:00
Isaac Connor
9fbca61ad9
Bump cxxurl to 0.3.1
2025-11-05 21:46:16 -05:00
Isaac Connor
5ab0291e2e
APply recommended changes re cxxurl from baddog
2025-11-05 21:42:48 -05:00
Isaac Connor
44ca1a5d39
Bump version in order to update telemetry endpoint
2025-10-21 06:58:48 -04:00
Isaac Connor
e965396bb8
Add iproute2 to build depends so it exists for detection during build
2025-10-14 10:16:55 -04:00
Isaac Connor
a7c62386dd
Change DefaultScale from smallint to char(6)
2025-10-10 09:54:38 -04:00
Isaac Connor
d199ce9b2a
Bump version to 1.37.71
2025-09-24 14:07:43 -04:00
Isaac Connor
a4961024b3
Add CxxUrl
2025-09-22 19:08:41 -04:00
Isaac Connor
7bf2fb8fce
Convert OutputCodec from int to varchar OutputCodecName. ffmpeg has different values for codec_id for different versions of ffmpeg. So just use the codec name instead.
2025-08-20 15:59:02 -04:00
Isaac Connor
41ad2bbe25
Bump version for trigger updates
2025-08-09 09:54:02 -04:00
Isaac Connor
97877335db
Add MaxScoreFrameId to the events table and automatically update it during event creation so we don't have to look it up later. Finding the frame with the max score is actually a very heavy query, so lets not do it.
2025-07-15 16:17:36 -04:00
Isaac Connor
3d891b789d
BUmp version to 1.37.67 to match db update script for Go2RTC support
2025-07-11 18:03:07 -04:00
Isaac Connor
5406c6b72e
add iproute2 to depends to get 'ip' command in build system
2025-06-05 14:46:31 -04:00
Andrew Bauer
568fe410ae
zoneminder.spec - add empty %check, to keep rpmlint happy
2025-06-04 09:30:30 -05:00
Andrew Bauer
7ae3379275
Update zoneminder.spec - build against pcre2
...
The original pcre library is no longer supported in rhel, moving forward. Use pcre2 instead.
2025-06-04 07:56:58 -05:00
Isaac Connor
0e09b5e0e9
Add libgsoap-2.8.135 for ubuntu plucky
2025-02-27 12:21:45 -05:00
Isaac Connor
3791843bf0
Only set perms on files not dirs
2025-02-26 21:41:18 -05:00
Isaac Connor
53d5c1a576
chown in rules apparently no longer works. Do it in postinst
2025-02-26 19:08:00 -05:00
Isaac Connor
d14b025150
Merge pull request #4232 from ZoneMinder/IgorA100-patch-146634
...
Igor a100 patch 146634
2025-02-26 14:31:15 -05:00
Isaac Connor
9a55851cb3
Add db update scripts and bump version for them
2025-02-26 12:40:52 -05:00
onlyjob
6980d57db5
libpcre3-dev --> libpcre2-dev
2025-02-26 21:06:33 +11:00
Isaac Connor
ba4a9693e2
Bump versions for oracular
2025-02-19 08:56:43 -05:00