Commit graph

586307 commits

Author SHA1 Message Date
Tobias C. Berner
8747d18a3b KDE: Update KDE Gear to 22.04.2 (June bugfix release)
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

 *   ark: Support ‘7zip’ as well as ‘p7zip’.
 *   konsole: Fix scroll position jumps regression.
 *   okular: Fix crash while undoing with the menu on an empty
     annotation.

Distro and app store packagers should update their application packages.

Full Changelog:	https://kde.org/announcements/changelogs/gear/22.04.2/
2022-06-10 22:06:27 +02:00
Norikatsu Shigemura
6b201ab716 devel/py-cfn-lint: Update to 0.61.0
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.61.0

PR:		264601
2022-06-10 20:25:18 +01:00
Felix Hanley
fcef1e133c devel/capnproto: Update to 0.10.1
- pet portclippy

ChangeLog: https://github.com/capnproto/capnproto/releases/tag/v0.10.1

PR:		264587
2022-06-10 20:11:24 +01:00
Paul Armstrong
67d31a51c6 science/libtensorflow1: Add new port
C API for TensorFlow, an open source platform for machine learning

TensorFlow is an end-to-end open source platform for machine learning.
It has a comprehensive, flexible ecosystem of tools, libraries, and
community resources that lets researchers push the state-of-the-art in
ML and developers easily build and deploy ML-powered applications.
The TensorFlow C API is typically a requirement of TensorFlow APIs in
other languages such as Go and Rust.

This is version 1 of the API, which is deprecated but still widely used.

PR:		ports/260694
Improved by:	delphij
2022-06-10 20:04:30 +01:00
Franco Fichtner
c790c0887e
security/suricata: improve plist handling after setuptools changes
Substitute the suricata-update version for less noise.

PR:		264543
2022-06-11 02:38:38 +08:00
Jan Beich
203d386e16 devel/intel-graphics-compiler: drop unused patches after c1b8b29558 2022-06-10 18:19:13 +00:00
Jan Beich
49e8b5dd76 lang/intel-compute-runtime: update to 22.23.23405
Changes:	https://github.com/intel/compute-runtime/compare/22.22.23355...22.23.23405
Reported by:	GitHub (watch releases)
2022-06-10 18:03:46 +00:00
Jan Beich
c1b8b29558 devel/intel-graphics-compiler: update to 1.0.11378
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.11378
Reported by:	GitHub (watch releases)
2022-06-10 18:03:46 +00:00
Yuri Victorovich
9793edf4d3 math/hpipm: Update 0.1.1 -> 0.1.3-119 2022-06-10 10:57:50 -07:00
Yuri Victorovich
767bd0e6d2 math/blasfeo: Update 0.1.3 -> 0.1.3-59 2022-06-10 10:57:49 -07:00
Norikatsu Shigemura
b59fc83f53 devel/py-cfn-lint: Update to 0.60.1
ChangeLog: https://github.com/aws-cloudformation/cfn-lint/releases/tag/v0.60.1

PR:		264374
2022-06-10 18:47:11 +01:00
Yuri Victorovich
c0f916cc64 cad/horizon-eda: Fails to compile on FreeBSD 14
Reported by:	fallout
2022-06-10 10:20:33 -07:00
Yuri Victorovich
333ed68ec1 cad/digital: Fix build on aarch64
Java-8 crashes on aarch64. Changed to Java-17.

Reported by:	fallout
2022-06-10 10:06:06 -07:00
Yuri Victorovich
39f637e9b8 security/liboqs: Broken on aarch64
Reported by:	fallout
2022-06-10 10:05:34 -07:00
Yuri Victorovich
2aa64719da devel/py-qutip: Fix build
Undeclared pip build dependency was missing.

Reported by:	fallout
2022-06-10 09:46:45 -07:00
Larry Rosenman
1caa3deb13
multimedia/plexmediaserver-plexpass: Update to 1.27.0.5889
PR: 264594
Reported By: b.shertenlieb@yahoo.com
2022-06-10 10:25:35 -05:00
Alastair Hogge
4c004dea26 games/opensfx: update to 1.0.3
ChangeLog: https://github.com/OpenTTD/OpenSFX/blob/1.0.3/docs/changelog.txt

PR:	264214
Reported by:	agh@riseup.net
Approved by:	rum1cro@yandex.ru (maintainer, timeout > 2 weeks)
2022-06-10 16:40:55 +02:00
Alastair Hogge
4186639aa8 games/openmsx: update to 0.4.2
PR:	264213
Reported by:	agh@riseup.net
Approved by:	rum1cro@yandex.ru (maintainer, timeout)
2022-06-10 16:39:47 +02:00
Alastair Hogge
7a66a72bd4 games/opengfx: update to 7.1
ChangeLog: https://github.com/OpenTTD/OpenGFX/blob/7.1/changelog.txt

PR:	264212
Reported by:	agh@riseup.net
Approved by:	rum1cro@yandex.ru (maintainer, timeout > 2 weeks)
2022-06-10 16:38:58 +02:00
Muhammad Moinur Rahman
cc0881bd31 lang/php81: Update version 8.1.6=>8.1.7
- CLI:
  * Fixed bug #8575 (CLI closes standard streams too early).
- Date:
  * Fixed bug #51934 (strtotime plurals / incorrect time).
  * Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date
    (extended format)).
  * Fixed bug #66019 (DateTime object does not support short ISO 8601
    time format - YYYY-MM-DDTHH)
  * Fixed bug #68549 (Timezones and offsets are not properly used when
    working with dates)
  * Fixed bug #81565 (date parsing fails when provided with timezones
    including seconds).
  * Fixed bug #7758 (Problems with negative timestamps and fractions).
- FPM:
  * Fixed ACL build check on MacOS.
  * Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502
- mysqlnd:
  * Fixed bug #81719: mysqlnd/pdo password buffer overflow.
    (CVE-2022-31626)
- OPcache:
  * Fixed bug #8461 (tracing JIT crash after function/method change).
- OpenSSL:
  * Fixed bug #79589 (error:14095126:SSL routines:ssl3_read_n:unexpected
    eof while reading).
- Pcntl:
  * Fixed Haiku build.
- pgsql:
  * Fixed bug #81720: Uninitialized array in pg_query_params().
    (CVE-2022-31625)
- Soap:
  * Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor)
  * Fixed bug #8538 (SoapClient may strip parts of nmtokens).
- SPL:
  * Fixed bug #8235 (iterator_count() may run indefinitely).
- Standard:
  * Fixed bug #8185 (Crash during unloading of extension after dl() in
    ZTS).
- Zip:
  * Fixed type for index in ZipArchive::replaceFile.

Relnotes: https://www.php.net/ChangeLog-8.php#8.1.7
Sponsored by:	Bounce Experts
2022-06-10 09:25:57 -05:00
Muhammad Moinur Rahman
debc1294d3 lang/php80: Update version 8.0.19=>8.0.20
- CLI:
  Fixed bug #8575 (CLI closes standard streams too early).
- Core:
  Fixed Haiku ZTS builds.
- Date:
  Fixed bug #8471 (Segmentation fault when converting immutable and
  mutable DateTime instances created using reflection).
- FPM:
  * Fixed ACL build check on MacOS.
  * Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502
- Mysqlnd:
  Fixed bug #81719: mysqlnd/pdo password buffer overflow.
  (CVE-2022-31626)
- OPcache:
  Fixed bug #8466 (ini_get() is optimized out when the option does not
  exist).
- Pcntl:
  Fixed Haiku build.
- Pgsql:
  Fixed bug #81720: Uninitialized array in pg_query_params().
  (CVE-2022-31625)
- Soap:
  * Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor).
  * Fixed bug #8538 (SoapClient may strip parts of nmtokens).
- SPL:
  Fixed bug #8235 (iterator_count() may run indefinitely).
- Zip:
  Fixed type for index in ZipArchive::replaceFile.

Approved by:	tz (private email)
Relnotes: https://www.php.net/ChangeLog-8.php#8.0.20
Sponsored by:	Bounce Experts
2022-06-10 08:58:50 -05:00
Muhammad Moinur Rahman
9dd525130a lang/php74: Update version 7.4.29=>7.4.30
- mysqlnd:
  Fixed bug #81719: mysqlnd/pdo password buffer overflow.
  (CVE-2022-31626)
- pgsql:
  Fixed bug #81720: Uninitialized array in pg_query_params().
  (CVE-2022-31625)

Approved by:	tz (private email)
Relnotes: https://www.php.net/ChangeLog-7.php#7.4.30
Sponsored by:	Bounce Experts
2022-06-10 08:34:22 -05:00
Muhammad Moinur Rahman
2c92a71660 devel/py-mccabe: Update version 0.6.1=>0.7.0
Relnotes: https://github.com/PyCQA/mccabe/releases/tag/0.7.0
2022-06-10 08:22:16 -05:00
Muhammad Moinur Rahman
5ea211ac37 devel/py-fastentrypoints: Update version 0.9=>0.12
- Add test target

Relnotes: https://pypi.org/project/fastentrypoints/0.12/
2022-06-10 08:22:16 -05:00
Gleb Popov
2cff3b28e5 databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.
Reported by:	sunpoet
Fixes:	53aec4c8ca
2022-06-10 16:08:23 +03:00
Pavel Balaev
53aec4c8ca databases/tarantool: Depend on a specific version of devel/msgpuck.
The last msgpuck release introduced an ABI change, but did not bump .so version.
2022-06-10 15:38:15 +03:00
Loïc Bartoletti
c04a8a8765 devel/cmake: Update to 3.22.3
Release Notes:
  - https://cmake.org/cmake/help/v3.23/release/3.23.html#id2

PR:		264440
Exp-run by: antoine
2022-06-10 14:15:40 +02:00
Robert Clausecker
7df6dd7898
games/brogue: Update to 1.11.1
- undo unhelpful reformat

Upstream changes:

 - A new gameplay version featuring some ally buffs,
   a new auto-ID system, and UI improvements.
 - Replays and saves are not compatible with 1.10.x.

Changelog:	https://github.com/tmewett/BrogueCE/releases/tag/v1.11
Changelog:	https://github.com/tmewett/BrogueCE/releases/tag/v1.11.1

PR:		264182
2022-06-10 18:58:20 +08:00
Muhammad Moinur Rahman
1d05e1ecec devel/cirrus-cli: Update version 0.78.0=>0.79.0
Relnotes: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.79.0
2022-06-10 05:48:57 -05:00
Muhammad Moinur Rahman
6188b20ba2 databases/pgroonga: Update version 2.3.6=>2.3.7
Relnotes: https://pgroonga.github.io/news/#version-2-3-7
2022-06-10 05:48:57 -05:00
TAKATSU Tomonari
ce386f5474 ftp/R-cran-RCurl: Update to 1.98-1.7 2022-06-10 10:11:31 +00:00
Li-Wen Hsu
0bb1abdb20
security/vuxml: Fix version range for 49adfbe5-e7d1-11ec-8fbd-d4c9ef517024
PR:		264589
Reported by:	Jordan Ostreff <jordan@ostreff.info>
2022-06-10 17:58:15 +08:00
Robert Nagy
6fbdece63f www/chromium: update to 102.0.5005.115
Security:	https://vuxml.freebsd.org/freebsd/c80ce2dd-e831-11ec-bcd2-3065ec8fd3ec.html
2022-06-10 11:35:40 +02:00
Jan Beich
936271a0aa multimedia/ab-av1: update to 0.3.2
Changes:	https://github.com/alexheretic/ab-av1/releases/tag/v0.3.2
Reported by:	GitHub (watch releases)
2022-06-10 08:05:56 +00:00
Baptiste Daroussin
a92c296e94 audio/gmtp: switch to gtk3 only
gconf is being phased out of the ports tree, and the gtk2 version
depends on gconf, switch to gtk3 and removing the option, allows to
drop gconf from the dependency list

Approved by:	maintainer
2022-06-10 08:50:28 +02:00
James French
c5f03debeb news/sabnzbdplus: Update to 3.6.0
PR:		264518
2022-06-10 08:42:41 +02:00
Kirill Ponomarev
39fd8ff338 www/miniflux: Update to 2.0.37 2022-06-10 08:26:53 +02:00
Yuri Victorovich
f4debe0489 devel/emscripten: Update 2.0.3 -> 3.1.13
PR:		264573
2022-06-09 23:24:21 -07:00
Daniel Engberg
df81f424d8 dns/blocky: Fix incomplete update to 0.19
Update GH_TUPLE and reflect changes in configuration sample.

PR:	264565
Reported by:	diizzy@
Fixes:	668b46a45c
2022-06-10 08:14:24 +02:00
Yuri Victorovich
0bdfbb167c devel/grcov: Update 0.8.7 -> 0.8.9
Reported by:	portscout
2022-06-09 22:21:37 -07:00
Yuri Victorovich
4a4437a341 www/libdatachannel: Update 0.17.5 -> 0.17.6
Reported by:	portscout
2022-06-09 22:21:36 -07:00
Yuri Victorovich
bd364760a5 multimedia/ustreamer: Update 5.8 -> 5.9
Reported by:	portscout
2022-06-09 22:21:36 -07:00
Yuri Victorovich
1082c56fea cad/netgen-lvs: Update 1.5.221 -> 1.5.222
Reported by:	portscout
2022-06-09 22:21:36 -07:00
Muhammad Moinur Rahman
62ecc2afb9 irc/py-irc: Update version 13.1=>20.0.0
- Update WWW

Relnotes: https://github.com/jaraco/irc/releases/tag/v20.0.0
2022-06-10 00:03:15 -05:00
Muhammad Moinur Rahman
44f140a751 textproc/lttoolbox: Update version 3.6.4=>3.6.6
Relnotes: https://github.com/apertium/lttoolbox/releases/tag/v3.6.6
2022-06-10 00:03:15 -05:00
Jason A. Harmening
88aef5f532 multimedia/cx88: update to 1.5.4
--Fix build on -current after removal of iic_devclass
--Fix typos in help strings
--Incorporate ports tree patches since 2019
--Modernize port makefile and switch MASTER_SITES to https

PR:		264381
Approved by:	diizzy
2022-06-09 22:42:55 -05:00
TAKATSU Tomonari
8a0125c76e math/R-cran-proxy: Update to 0.4-27 2022-06-10 03:32:49 +00:00
Jason E. Hale
950dcd8a2c audio/picard-plugins: Update to snapshot from 2022-06-07
Bugfixes in the acousticbrainz and happidev_lyrics plugins.
2022-06-09 23:29:59 -04:00
Jason E. Hale
6c2082c766 audio/picard: Update to 2.8.1
https://github.com/metabrainz/picard/blob/release-2.8.1/NEWS.md
2022-06-09 23:29:59 -04:00
TAKATSU Tomonari
d332bb6dba science/R-cran-kernlab: Update to 0.9-31 2022-06-10 02:05:52 +00:00