Matthias Andree
28c9d407da
multimedia/olive: chase OpenEXR version update
2023-09-10 13:44:31 +02:00
Matthias Andree
49fa9640ff
graphics/openexr: update to 3.2.0
...
- Also install manual pages (generated through help2man)
- The website (formerly known "DOCS" build) requires the "convert(1)"
tool, which is part of ImageMagick, which itself depends on OpenEXR.
To break the loop, split out the offline website build to a new
package, graphics/openexr-website-docs
2023-09-10 13:44:31 +02:00
Stefan Bethke
753a0072ec
www/gitea: Update to 1.20.4 (fixes security vulnerabilities)
...
This release contains one security fix, as well as a number of enhancements
and bug fixes. See the release notes for details.
Release notes:
* https://blog.gitea.com/release-of-1.20.4
* https://github.com/go-gitea/gitea/releases/tag/v1.20.4
PR: 273691
MFH: 2023Q3
Security: 4061a4b2-4fb1-11ee-acc7-0151f07bc899
2023-09-10 12:09:50 +01:00
Stefan Bethke
e33f6b310a
security/vuxml: Document Gitea vulnerabilities
...
PR: 273691
2023-09-10 12:09:50 +01:00
Rainer Hurling
b144a12699
textproc/py-python-lsp-jsonrpc: Update to 1.1.1
...
Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-111-20230909
Changelog: https://github.com/python-lsp/python-lsp-jsonrpc/blob/develop/CHANGELOG.md#version-110-20230907
Reported by: portscout, Repology
2023-09-10 12:12:49 +02:00
Rodrigo Osorio
39143d8222
audio/rem: deprecated, replaced by libre
...
Deprecate audio/rem which was merged in audio/re
Reported by: Herbert J. Skuhra <herbert@gojira.at> (by email)
2023-09-10 11:39:18 +02:00
Rodrigo Osorio
fc280dd105
audio/baresip: remove audio/rem dependency
...
audio/rem is now merged into audio/re [1]
[1] https://github.com/baresip/re/pull/683
Reported by: Herbert J. Skuhra <herbert@gojira.at> (by email)
2023-09-10 11:39:18 +02:00
Rodrigo Osorio
5b803542ce
textproc/pict: Updgrade to 3.7.4
...
Changelog: https://github.com/microsoft/pict/releases
2023-09-10 11:39:18 +02:00
Adriaan de Groot
3edfc59720
finance/kraft: import upstream patches to deal with Akonadi renames
2023-09-10 10:45:22 +02:00
Dries Michiels
1c5ba1421a
multimedia/emby-server: regen distinfo
...
While here also switch to mbedtls following upstream.
2023-09-10 10:36:28 +02:00
Nicola Vitale
b089fbbaff
graphics/py-fotokilof: Update to 4.4.0
...
Release changes: https://github.com/TeaM-TL/FotoKilof/releases/tag/4.4.0
2023-09-10 07:20:35 +02:00
Alexander Leidinger
0d0e5a5a25
misc/openhab: update to 4.0.3.
...
Also add a recommendation for some periodic daily runs.
2023-09-10 09:18:30 +02:00
Alexander Leidinger
7d2f9e06f8
devel/sonarqube-community: Update to 10.2.0.
2023-09-10 09:18:29 +02:00
Nuno Teixeira
159e8cbe9d
devel/aws-sdk-cpp: Update to 1.11.160
...
ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.149...1.11.160
2023-09-10 08:15:11 +01:00
Don Lewis
c08c8db779
net/nmsg: 1.1.0
...
1.1.0:
* Multiple performance improvements to JSON formatting.
* Multiple performance and concurrency improvements in nmsg_io loop.
* Add new dnsobs message type for raw passive DNS observations.
* Format DNS messages as JSON in base:dnsqr, base:dnstap, and
base:dnsobs.
* Format base:encode payload in human readable form in JSON output.
* Replace yajl with json-c for JSON parsing.
* nmsgtool: exit with nonzero status when interrupted by signal.
* Correct container size calculation when sequencing.
* Address doxygen deprecations.
Build fails with JSON_C option turned off, mark BROKEN. Reported
upstream.
Bump PORTREVISION of dependent ports
MFH: 2023Q3
Sponsored by: DomainTools LLC
2023-09-09 22:35:14 -07:00
Don Lewis
e81c9f1182
dns/wdns: upgrade to version 0.12.0
...
0.12.0:
* Add EDNS output to wdns_message_to_str().
* Fix memory leak triggered by multiple OPT records in messages.
* Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and
HTTPS svcparam parsing.
* Fix out of bounds memory write in wdns_str_to_name.
* Fix handling of no address for client subnets.
Bump PORTREVISION of dependent ports.
MFH: 2023Q3
Sponsored by: DomainTools LLC
2023-09-09 22:35:13 -07:00
Jan Beich
c4c6f690d7
x11/xdg-desktop-portal-hyprland: unbreak with libc++ 16 after 4ce3b4b71d
...
/usr/local/bin/ld: src/xdg-desktop-portal-hyprland.p/main.cpp.o: in function `unsigned int std::__1::__format_spec::__substitute_arg_id[abi:v160006]<std::__1::basic_format_context<std::__1::back_insert_iterator<std::__1::__format::__output_buffer<char> >, char> >(std::__1::basic_format_arg<std::__1::basic_format_context<std::__1::back_insert_iterator<std::__1::__format::__output_buffer<char> >, char> >)::{lambda(auto:1)#1}::operator()<std::__1::monostate>(std::__1::monostate) const [clone .constprop.0]':
main.cpp:(.text.unlikely+0x23): undefined reference to `vtable for std::__1::format_error'
/usr/local/bin/ld: main.cpp:(.text.unlikely+0x28): undefined reference to `std::__1::format_error::~format_error()'
/usr/local/bin/ld: main.cpp:(.text.unlikely+0x2d): undefined reference to `typeinfo for std::__1::format_error'
[...]
Reported by: pkg-fallout
2023-09-10 06:01:29 +02:00
Jan Beich
4d59be6930
x11/xdg-desktop-portal-hyprland: chase package description after 4ce3b4b71d
2023-09-10 03:51:26 +02:00
Adriaan de Groot
e88937b01d
x11/lightdm: improve description of necessary greeters
...
There are fewer LightDM greeters in the ports tree than
the pkg-message suggests. List them both. Do not bump
PORTREVISION because this isn't worth making people
rebuild things.
PR: 271628
2023-09-09 23:37:01 +02:00
Guido Falsi
443e9f738f
devel/php-composer2: Update to 2.6.2
...
PR: 273654
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2023-09-09 23:29:21 +02:00
Carlo Strub
72af7599c5
security/arti: Update to 1.1.8
2023-09-09 23:06:55 +02:00
Danilo G. Baio
d8557610a8
mail/pecl-mailparse: Update to 3.1.6
...
Changelog: https://pecl.php.net/package-changelog.php?package=mailparse&release=3.1.6
2023-09-09 17:57:34 -03:00
Sergey A. Osokin
62fe08ff86
security/boringssl: update to the recent commit
2023-09-09 16:18:02 -04:00
Nuno Teixeira
d372d5f220
games/wtf: Update to 20230906 snapshot
2023-09-09 20:52:10 +01:00
Nuno Teixeira
2c99696f30
x11-clocks/xdaliclock: Update to 0.48
...
ChangeLog:
2.48 25-Aug-2023 Android:
- Updated to latest API level.
OSX:
- Apple Silicon. Requires macOS 10.13.
2023-09-09 20:52:10 +01:00
Nuno Teixeira
f2661110fc
devel/aws-crt-cpp: Update to 0.23.1
...
ChangeLog: https://github.com/awslabs/aws-crt-cpp/releases/tag/v0.23.1
2023-09-09 20:52:10 +01:00
Nuno Teixeira
7c1a6edbb2
devel/aws-c-common: Update to 0.9.3
...
ChangeLog: https://github.com/awslabs/aws-c-common/releases/tag/v0.9.3
https://github.com/awslabs/aws-c-common/releases/tag/v0.9.2
2023-09-09 20:52:10 +01:00
Nuno Teixeira
4ecfa26464
ports-mgmt/octopkg: Update to 0.3.3
...
- Switch to qt6
ChangeLog: https://github.com/aarnt/octopkg/blob/master/CHANGELOG
2023-09-09 20:52:10 +01:00
Nuno Teixeira
55f2379e15
games/defendguin: Update to 0.0.13
...
- Update MASTER_SITES url to https
- Take maintainership
ChangeLog: https://tuxpaint.org/ftp/unix/x/defendguin/CHANGES.txt
2023-09-09 20:52:09 +01:00
Sergey A. Osokin
6896a17d03
devel/mercurial: update from 6.5.1 to 6.5.2
2023-09-09 15:51:29 -04:00
Sergey A. Osokin
62740dc107
archivers/brotli: update from 1.0.9 to 1.1.0 (+)
...
PR: 272005
Reviewed by: diizzy
Tested by: diizzy
2023-09-09 15:40:56 -04:00
Rodrigo Osorio
8139845ce3
audio/baresip: Update to 3.4.0
...
Full changelog: https://github.com/baresip/baresip/blob/main/CHANGELOG.md
2023-09-09 21:00:40 +02:00
Rodrigo Osorio
4548c83e8e
audio/re: update to v3.4.0
...
Full changelog: https://github.com/baresip/re/releases
2023-09-09 21:00:40 +02:00
Jan Beich
eb20d81b09
emulators/ppsspp: update to 1.16
...
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.16
Reported by: GitHub (watch releases)
2023-09-09 18:13:58 +02:00
Thierry Thomas
b7f110ce5c
lang/lfortran: upgrade to v0.20.3
...
Releases notes at <https://github.com/lfortran/lfortran/releases >.
2023-09-09 17:03:29 +02:00
Thierry Thomas
a37e9ca948
math/py-pplpy: upgrade to 0.8.9
2023-09-09 17:03:28 +02:00
Thierry Thomas
1069778be0
textproc/ibus-typing-booster: upgrade to 2.24.0
...
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.24.0 >
2023-09-09 17:03:28 +02:00
Thierry Thomas
c6e1322c67
www/threejs: upgrade to r156
...
Release notes at <https://github.com/mrdoob/three.js/releases/tag/r156 >.
2023-09-09 17:03:28 +02:00
Jimmy Olgeni
5a372ffcb8
lang/erlang-wx: update to version 25.3.2.6
2023-09-09 16:52:20 +02:00
Jimmy Olgeni
0599536b71
lang/erlang-java: update to version 25.3.2.6
2023-09-09 16:52:20 +02:00
Jimmy Olgeni
5deed7049e
lang/erlang: update to version 25.3.2.6
2023-09-09 16:52:19 +02:00
Jimmy Olgeni
4902ea6c11
lang/erlang-runtime25: update to version 25.3.2.6
2023-09-09 16:52:19 +02:00
Piotr Kubaj
9d535e2b6f
games/NBlood: update to r13800
2023-09-09 15:41:22 +02:00
Piotr Kubaj
17be6f8d91
security/py-ssh-audit: update to 3.0.0
...
Changelog: https://github.com/jtesta/ssh-audit/releases/tag/v3.0.0
2023-09-09 15:41:21 +02:00
Piotr Kubaj
6bbd553d07
databases/arrow: fix build on big-endian
...
Upstream 4b70fd4b1eac29cd8ac20083ad644b60fe6483ab is necessary to fix build on big-endian.
2023-09-09 15:41:20 +02:00
Piotr Kubaj
1ffe097723
deskutils/gnome-contacts: remove CHEESE option
...
Cheese is now required:
Run-time dependency cheese found: NO (tried pkgconfig)
meson.build:59:13: ERROR: Dependency "cheese" not found, tried pkgconfig
2023-09-09 15:41:19 +02:00
Wen Heping
29cf40f952
finance/homebank: Update to 5.7
2023-09-09 13:38:39 +00:00
Wen Heping
95ab157e72
devel/p5-Data-Dumper-Interp: Update to 6.006
2023-09-09 13:38:39 +00:00
Wen Heping
4b5afdec30
databases/ora2pg: Update to 24.1
2023-09-09 13:38:39 +00:00
Wen Heping
00bacb477a
www/py-fastapi: Update to 0.103.1
2023-09-09 13:38:39 +00:00