Commit graph

576104 commits

Author SHA1 Message Date
Matthias Andree
e1839db543 mail/fetchmail: update to 6.4.28
BREAKING CHANGES:
* Bump wolfSSL minimum required version to 5.1.1 to pull in security fix.

FIXES:
* When using wolfSSL 5.0.0, work around a bug that appears to hit wolfSSL when
  receiving handshake records while still in SSL_peek(). Workaround is to read
  1 byte and cache it, then call SSL_peek() again.
  This affects only some servers. https://github.com/wolfSSL/wolfssl/issues/4593

TRANSLATIONS: language translations were updated by this fine people:
* es:    Cristian Othón Martínez Vera [Spanish]
* ro:    Remus-Gabriel Chelu [Romanian]
* sr:    Мирослав Николић (Miroslav Nikolić) [Serbian]

MFH:		2022Q1
2022-03-06 16:03:58 +01:00
Serhii (Sergey) Kozlov
7b3ae05601 www/pydio-cells: update to 3.0.5
Changelog:	https://github.com/pydio/cells/releases/tag/v3.0.5
2022-03-06 22:59:26 +00:00
Serhii (Sergey) Kozlov
dc5dd675a9 shells/ohmyzsh: update to 20220305 2022-03-06 22:45:03 +00:00
Kevin Bowling
8e807897b6 print/lout: Update to 3.42
Changes: https://github.com/william8000/lout/blob/master/whatsnew#L609

Take maintainer
2022-03-06 15:31:53 -07:00
Larry Rosenman
308f990cd3
net-mgmt/thanos: upgrade to 0.25.0 2022-03-06 16:20:04 -06:00
Mateusz Piotrowski
c78837430a sysutils/py-ansible-core211: Update to 2.11.9
Changes:	https://github.com/ansible/ansible/blob/v2.11.9/changelogs/CHANGELOG-v2.11.rst#v2-11-9
2022-03-06 22:20:13 +01:00
Mateusz Piotrowski
8fc2c9629c x11-fonts/sudo-font: Update to 0.63.1
Changes:	https://github.com/jenskutilek/sudo-font/releases/tag/v0.63.1
2022-03-06 22:20:12 +01:00
Mateusz Piotrowski
604c33956b sysutils/py-ansible-core: Update to 2.12.3
Changes:	https://github.com/ansible/ansible/blob/v2.12.3/changelogs/CHANGELOG-v2.12.rst#v2-12-3
2022-03-06 22:20:12 +01:00
Jose Alonso Cardenas Marquez
2e5970ce05 www/drupal9: update to 9.3.7
ChangeLog at:	https://www.drupal.org/project/drupal/releases/9.3.7
2022-03-06 16:05:39 -05:00
Yuri Victorovich
a37f3d6897 multimedia/obs-studio: Add back support for v4l2loopback
It was removed recently due to the PR not applying any more.
Now this is fixed and this PR is backported again.

PR:		262380
Patch authors:	 David Schlachter <fbsd-bugzilla@schlachter.ca> and Hans Petter Selasky <hps@selasky.org>
2022-03-06 13:01:14 -08:00
Thierry Thomas
7240344580 textproc/ibus-typing-booster: upgrade to 2.15.25
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.15.25>.
2022-03-06 21:56:53 +01:00
Thierry Thomas
c1b223c448 net-im/tox: upgrade to v0.2.17
Release notes at
	<https://github.com/TokTok/c-toxcore/releases/tag/v0.2.17>.
2022-03-06 21:56:53 +01:00
Thierry Thomas
06f446b78e science/R-cran-FAdist: upgrade to 2.4 2022-03-06 21:56:52 +01:00
Dima Panov
0ed5fe2cf1 graphics/digikam: update to 7.6.0 release (+)
Release notes:	https://www.digikam.org/news/2022-03-05-7.6.0_release_announcement/
With hat:	kde
Sponsored by:	Netzkommune GmbH
2022-03-06 23:55:06 +03:00
Piotr Kubaj
c232e60809 www/firefox: disable LTO on powerpc64le
Disable for now to fix runtime. Firefox segfaults at startup with LTO.
2022-03-06 20:47:43 +00:00
Jose Alonso Cardenas Marquez
4e171dd99a www/bareos-webui: Fix problem on authenticate time
- Fix issue where bareos version is not defined. It cause problems on
  authenticate time
- Bump PORTREIVISION
PR:		262153
Reported by:	feldeci  _at_  gmail.com
2022-03-06 15:21:34 -05:00
Jose Alonso Cardenas Marquez
5d4d8e581b sysutils/bareos*: Fix build
- Fix build
- Fix issue where pid file is missing [1]
- Bump PORTREVISION
PR:		262151
Reported by:	feldeci  _at_  gmail.com [1]
2022-03-06 15:17:48 -05:00
Tobias C. Berner
41baeb57c3 audio/noson-app: update to 5.2.1 2022-03-06 19:27:49 +01:00
Jan Beich
42090df722 print/py-uharfbuzz: mark BROKEN after ef3919b1cf
src/uharfbuzz/_harfbuzz.cpp:15707:10: error: use of undeclared identifier 'hb_font_draw_glyph'; did you mean 'hb_font_get_glyph'?
  (void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1, __pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
         ^~~~~~~~~~~~~~~~~~
         hb_font_get_glyph
/usr/local/include/harfbuzz/hb-font.h:899:1: note: 'hb_font_get_glyph' declared here
hb_font_get_glyph (hb_font_t *font,
^
src/uharfbuzz/_harfbuzz.cpp:15707:64: error: cannot initialize a parameter of type 'hb_codepoint_t' (aka 'unsigned int') with an lvalue of type 'hb_draw_funcs_t *'
  (void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1, __pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-font.h:900:45: note: passing argument to parameter 'variation_selector' here
                   hb_codepoint_t unicode, hb_codepoint_t variation_selector,
                                                          ^
src/uharfbuzz/_harfbuzz.cpp:16093:3: error: no matching function for call to 'hb_draw_funcs_set_move_to_func'
  hb_draw_funcs_set_move_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__move_to_func);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:210:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_move_to_func (hb_draw_funcs_t        *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16156:3: error: no matching function for call to 'hb_draw_funcs_set_line_to_func'
  hb_draw_funcs_set_line_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__line_to_func);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:226:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_line_to_func (hb_draw_funcs_t        *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16219:3: error: no matching function for call to 'hb_draw_funcs_set_cubic_to_func'
  hb_draw_funcs_set_cubic_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__cubic_to_func);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:258:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_cubic_to_func (hb_draw_funcs_t         *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16282:3: error: no matching function for call to 'hb_draw_funcs_set_quadratic_to_func'
  hb_draw_funcs_set_quadratic_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__quadratic_to_func);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:242:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_quadratic_to_func (hb_draw_funcs_t             *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16344:3: error: no matching function for call to 'hb_draw_funcs_set_close_path_func'
  hb_draw_funcs_set_close_path_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__close_path_func);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:274:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_close_path_func (hb_draw_funcs_t           *dfuncs,
^

Reported by:	pkg-fallout
2022-03-06 18:25:15 +00:00
Dima Panov
6ca2ffaa21 portuguese/hunspell: update to 20220304 release
Sponsored by:	Netzkommune GmbH
2022-03-06 21:22:59 +03:00
Dima Panov
07bda31acf polish/hunspell: update to 20220301 release
Sponsored by:	Netzkommune GmbH
2022-03-06 21:21:57 +03:00
Rainer Hurling
3a44e4a8c0 graphics/qgis-ltr: Update to 3.22.4
This is the new LTR version, with a big version jump from 3.16.16.
The most important changes can be read at [1].

[1] https://www.qgis.org/de/site/forusers/visualchangelog322/index.html

Changelog: https://github.com/qgis/QGIS/compare/final-3_22_3%5E...final-3_22_4
2022-03-06 19:07:00 +01:00
Yuri Victorovich
3f621a2c15 audio/carla: Fix build on 12
Reported by:	fallout
2022-03-06 10:05:40 -08:00
Jimmy Olgeni
66ab4b0293 sysutils/usermin: update to version 1.840 2022-03-06 19:02:37 +01:00
Dima Panov
c01ec0ce0e x11/xsnow: update to 3.4.4 release
Sponsored by:	Netzkommune GmbH
2022-03-06 20:46:00 +03:00
Yuri Victorovich
866601a59f math/stan: Update 2.28.2 -> 2.29.1
Reported by:	portscout
2022-03-06 09:10:00 -08:00
Yuri Victorovich
af9abfe17c biology/py-loompy: Update 3.0.6 -> 3.0.7
Reported by:	portscout
2022-03-06 09:09:59 -08:00
Yuri Victorovich
f30cef76c4 math/py-numpy-groupies: New port: Optimised tools for group-indexing operations: aggregated sum and more 2022-03-06 09:09:59 -08:00
Dima Panov
c8b6581835 editors/libreoffice: force PDFium to link with OpenJPEG (+)
When libvcllo.so is linked together with libpdfiumlo.so, it also needs
libopenjp2.so from graphics/openjpeg, since pdfium depends on that.
Building with LTO exposes this as an error, complaining about undefined
references to openjpeg library functions.

While here, add py310 to allowed versions to the build

PR:		262008
Submitted by:	Florian Walpen <dev@submerge.ch>
Sponsored by:	Netzkommune GmbH
2022-03-06 19:37:48 +03:00
Alexey Dokuchaev
d754f15cf9 audio/openal-soft: allow to build the port without the utilities
This helps to avoid dependency on `audio/libmysofa' and thus not
to download its quite heavy ~190 MB distfile.
2022-03-06 16:30:22 +00:00
Emanuel Haupt
d2617f4542 sysutils/libtree: Update to 3.1.0 2022-03-06 17:27:54 +01:00
Alexey Dokuchaev
edec08c56b www/webkit2-gtk3: unbreak the build with GSTREAMER option turned off. 2022-03-06 16:02:10 +00:00
Rick Macklem
0de291a6f5 nfs-over-tls: Update to version 1.2
The nfs-over-tls utilities have been patched to work
with newer versions of OpenSSL, which requires that
the KTLS be enabled via a library call.

This patch updates the port to version 1.2, which
has the patched utilities.  It also adds an IGNORE
check for the case where the system already has the
daemons and fixes a typo in an IGNORE message.

Reviewed by:	yasu
Approved by:	yasu (ports)
2022-03-06 07:01:28 -08:00
Jan Beich
23533e1c12 x11/waybar: update to 0.9.10
Changes:	https://github.com/Alexays/Waybar/releases/tag/0.9.10
Reported by:	GitHub (watch releases)
2022-03-06 14:06:32 +00:00
TAKATSU Tomonari
e20fd22604 devel/R-cran-withr: Update to 2.5.0 2022-03-06 13:26:18 +00:00
Tobias C. Berner
70454fcda5 multimedia/mpv-mpris: update to 0.7
Changelog:
	https://github.com/hoyon/mpv-mpris/compare/0.6...0.7
2022-03-06 12:28:47 +01:00
TAKATSU Tomonari
7495c85a4d math/R-cran-MCMCpack: Update to 1.6-1 2022-03-06 11:14:07 +00:00
Michael Reifenberger
d0266a5d70 cad/kicad-*-devel: Update
Update to the latest versions
2022-03-06 11:38:05 +01:00
Jan Beich
a2d7d40ebe multimedia/svt-av1: limit nasm to amd64 2022-03-06 10:15:55 +00:00
Jan Beich
b3e4ac879d multimedia/svt-av1: unbreak on i386 by disabling assembly 2022-03-06 10:15:55 +00:00
Jan Beich
d8e2f9a0e8 multimedia/ffmpeg: switch 5e728b3087 to merged version 2022-03-06 10:15:52 +00:00
TAKATSU Tomonari
f1c502089b textproc/R-cran-rmarkdown: Update to 2.12 2022-03-06 05:05:51 +00:00
Yuri Victorovich
b810e838d0 multimedia/ustreamer: Update 4.13 -> 5.0
Reported by:	portscout
2022-03-05 20:46:40 -08:00
Yuri Victorovich
be24c08607 multimedia/obs-studio: Update 27.2.1 -> 27.2.3
Reported by:	portscout
2022-03-05 20:44:32 -08:00
Yuri Victorovich
a2e548498d audio/jacktrip: Update 1.5.1 -> 1.5.2
Reported by:	portscout
2022-03-05 20:29:21 -08:00
Yuri Victorovich
4dcaac8fda dns/knock: Update 5.2.0 -> 5.3.0
Reported by:	portscout
2022-03-05 20:22:36 -08:00
Yuri Victorovich
90727227fe benchmarks/inferno: Update 0.10.12 -> 0.11.0
Reported by:	portscout
2022-03-05 20:14:53 -08:00
Yuri Victorovich
6c5c8a6a8f www/authelia: Update 4.33.2 -> 4.34.3
Reported by:	portscout
2022-03-05 18:15:33 -08:00
Yuri Victorovich
4d6e78114e science/rdkit: Update 2021.09.4 -> 2021.09.5
Reported by:	portscout
2022-03-05 18:15:33 -08:00
Yuri Victorovich
05d90dac61 math/onednn: Update 2.5.2 -> 2.5.3
Reported by:	portscout
2022-03-05 18:15:33 -08:00