This requirement was introduced just on Zabbix 4 and it's still
not documented upstream.
PR: 233005
Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
Reported by: Joseph Mulloy <freebsd-bugs@joe.mulloy.me>
Also:
- Fix the order of variables.
- Set USES=shebangfix for the rre interpreter.
PR: 232885
Submitted by: w.schwarzenfeld@utanet.at
Reviewed by: krion, mat ndowens_yahoo.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D17830
Submitted by: Joan Picanyol i Puig <pica@biaix.org> (a link to a necessary patch)
Reviewed by: Nathan Owens <ndowens@yahoo.com>, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D18042
It causes problems later:
Writing index file "sitemap_index.xml" with 13 Sitemaps
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 2092, in <module>
sitemap.Generate()
File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1665, in Generate
self.WriteIndex()
File "/usr/local/lib/python2.7/site-packages/sitemap_gen.py", line 1810, in WriteIndex
fd.write(sitemap_index_header)
UnboundLocalError: local variable 'sitemap_index_header' referenced before assignment
PR: 233427
Submitted by: Vladislav Movchan <vladislav.movchan@gmail.com>
NUM_THREADS= sets the build-time limit on the number of threads that apps can use with OpenBlas.
This unbreaks at least science/erkale's tests, and possibly some other software.
The upstream acknowledges the problem, recommended this solution for the port,
and are working on the permanent solution: https://github.com/xianyi/OpenBLAS/issues/1882
Approved by: portmgr blanket (unbreak)
<ChangeLog>
Upgrade urgency: CRITICAL if you use streams and consumer groups.
HIGH if you use redis-cli with Redis Cluster.
LOW otherwise.
Welcome to Redis 5.0.2. This release fixes two issues with Streams consumer
groups, where items could be returned duplicated by XREADGROUP when accessing
the history, and another bug where XREADGROUP can report some history even
if the comsumer pending list is empty. Both problems were addressed and unit
tests to avoid regressions implemented. Moreover this release fixes some
issue with redis-cli when in cluster mode. Finally some FreeBSD and DragonFly
build problems are now resolved.
</ChangeLog>