<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/zoneminder, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>multimedia/zoneminder: Update 1.36.35 =&gt; 1.36.37, unbreak with ffmpeg 8</title>
<updated>2025-12-26T21:55:33+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2025-12-26T21:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=295cf023bf33fb37a12673c65f6f9538de5bd645'/>
<id>295cf023bf33fb37a12673c65f6f9538de5bd645</id>
<content type='text'>
Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.37

- Move ffmpeg to LIB_DEPENDS - port links with it, not just exec binary.
- Fix dependency from devel/pecl-APCu.
- Fix warnings from portclippy.
- Replace gettext with gettext-tools - doesn't links with libintl.
- Replace extra-patch with CLAGS+=-D__SKIP_GNU.
- Use 1 MKDIR instead of 8.
- Fix typo in comments: systend =&gt; systemd.

PR:		291923
Approved by:	Ivan &lt;bsd@abinet.ru&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.37

- Move ffmpeg to LIB_DEPENDS - port links with it, not just exec binary.
- Fix dependency from devel/pecl-APCu.
- Fix warnings from portclippy.
- Replace gettext with gettext-tools - doesn't links with libintl.
- Replace extra-patch with CLAGS+=-D__SKIP_GNU.
- Use 1 MKDIR instead of 8.
- Fix typo in comments: systend =&gt; systemd.

PR:		291923
Approved by:	Ivan &lt;bsd@abinet.ru&gt; (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/ffmpeg: mark as broken ports not supporting ffmpeg &gt; 6</title>
<updated>2025-12-24T08:55:20+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2025-12-24T07:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=eb776b81ba939ed8bdbd02faad6c4fa25c6db537'/>
<id>eb776b81ba939ed8bdbd02faad6c4fa25c6db537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Introduction USES=sudo</title>
<updated>2025-11-11T03:16:23+00:00</updated>
<author>
<name>Xavier Beaudouin</name>
<email>kiwi@FreeBSD.org</email>
</author>
<published>2025-11-11T03:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ee5c766cbaa790c5778416ccd28755dfa37a532e'/>
<id>ee5c766cbaa790c5778416ccd28755dfa37a532e</id>
<content type='text'>
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.

If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:

        DEFAULT_VERSIONS+=sudo=sssd

All sudo consummer ports has benn updated to USES=sudo

Reviewed by:    0mp
Approved by:    mat
Sponsored by:   Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D52160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.

If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:

        DEFAULT_VERSIONS+=sudo=sssd

All sudo consummer ports has benn updated to USES=sudo

Reviewed by:    0mp
Approved by:    mat
Sponsored by:   Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D52160
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/zoneminder: Replace usage of Data::Entropy (security/p5-Data-Entropy) for undeprecate</title>
<updated>2025-06-15T13:47:24+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2025-06-15T13:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=db438743e3d8013cb2b3f735d476ccccaf75502c'/>
<id>db438743e3d8013cb2b3f735d476ccccaf75502c</id>
<content type='text'>
Aadd adopted upstream patch "Use Bytes::Random::Secure instead of
deprecated Data-Entropy.  Fall back to Data-Entropy. Fixes #4333":
https://github.com/ZoneMinder/zoneminder/issues/4333
https://github.com/ZoneMinder/zoneminder/commit/38c0f743c1c4c97a8ac35f829bf236ddd8006ce8

PR:		287222
Approved by:	Ivan &lt;bsd@abinet.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aadd adopted upstream patch "Use Bytes::Random::Secure instead of
deprecated Data-Entropy.  Fall back to Data-Entropy. Fixes #4333":
https://github.com/ZoneMinder/zoneminder/issues/4333
https://github.com/ZoneMinder/zoneminder/commit/38c0f743c1c4c97a8ac35f829bf236ddd8006ce8

PR:		287222
Approved by:	Ivan &lt;bsd@abinet.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: expire (in)direct consumers of security/p5-Data-Entropy on 2025-09-01</title>
<updated>2025-06-01T15:46:45+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2025-06-01T15:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7113c9db460962b726bd1fb61f9b087637aebd9f'/>
<id>7113c9db460962b726bd1fb61f9b087637aebd9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/zoneminder: update 1.36.34 → 1.36.35</title>
<updated>2024-10-29T22:26:51+00:00</updated>
<author>
<name>Ivan</name>
<email>bsd@abinet.ru</email>
</author>
<published>2024-10-29T22:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bb36fa96c69279c7855964116b22e6657e7c0e0a'/>
<id>bb36fa96c69279c7855964116b22e6657e7c0e0a</id>
<content type='text'>
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.35

PR:	282368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.35

PR:	282368
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/zoneminder: Update 1.36.33 → 1.36.34</title>
<updated>2024-09-06T16:59:00+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2024-09-06T16:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=572df925c8d6ab0c568378ea641ceb03d3e5de9b'/>
<id>572df925c8d6ab0c568378ea641ceb03d3e5de9b</id>
<content type='text'>
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34

PR:		280917
Approved by:	Ivan &lt;bsd@abinet.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34

PR:		280917
Approved by:	Ivan &lt;bsd@abinet.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>multimedia/zoneminder: flavorized PHP</title>
<updated>2024-08-07T22:48:06+00:00</updated>
<author>
<name>Andreas Jobs</name>
<email>andreas.jobs+freebsdbugs@ruhr-uni-bochum.de</email>
</author>
<published>2024-08-07T22:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb9c6b4fea1cb993d15f2ce8d50f2b9d3f43808e'/>
<id>fb9c6b4fea1cb993d15f2ce8d50f2b9d3f43808e</id>
<content type='text'>
Add PHP flavor to be able to use binary package of zoneminder with all
PHP versions.

PR:		280185
Approved by:	Ivan &lt;bsd@abinet.ru&gt; (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add PHP flavor to be able to use binary package of zoneminder with all
PHP versions.

PR:		280185
Approved by:	Ivan &lt;bsd@abinet.ru&gt; (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>databases/p5-DBD-mysql: Fix for MariaDB users</title>
<updated>2024-04-07T09:36:13+00:00</updated>
<author>
<name>Florian Smeets</name>
<email>flo@FreeBSD.org</email>
</author>
<published>2024-04-06T23:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=92a030dffd4fd7c3f5abdd7a85b16086da294fe1'/>
<id>92a030dffd4fd7c3f5abdd7a85b16086da294fe1</id>
<content type='text'>
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL &gt;= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL &gt;= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: Bump jpeg-turbo users treewide</title>
<updated>2023-07-28T17:13:17+00:00</updated>
<author>
<name>Daniel Engberg</name>
<email>diizzy@FreeBSD.org</email>
</author>
<published>2023-07-28T17:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=664a2fa1e56e670a356f54c94389bdb47d868f3f'/>
<id>664a2fa1e56e670a356f54c94389bdb47d868f3f</id>
<content type='text'>
New major version 3.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New major version 3.0.0
</pre>
</div>
</content>
</entry>
</feed>
