Commit Graph

605947 Commits

Author SHA1 Message Date
Dima Panov
d5e59eb86b math/givaro: unbreak DOCS building (+)
Approved by:	portmgr blanket (build fix)
2023-01-16 22:40:56 +03:00
Dima Panov
f18fb3e845 lang/ldc: unbreak build on 14.0
Approved by:	portmgr blanket (trivial build fix)
2023-01-16 22:36:42 +03:00
Dima Panov
e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Dima Panov
b24a84bb02 net/ceph14: temporary mark as BROKEN due incompatibility with Boost-1.81 2023-01-16 22:32:07 +03:00
Dima Panov
ebbef4b5f8 devel/boost*: update Boost to 1.81.0 release (+)
Changelog:	https://www.boost.org/users/history/version_1_81_0.html
2023-01-16 22:32:06 +03:00
Dima Panov
3ec51a118e With hat: office 2023-01-16 22:32:06 +03:00
Dima Panov
06ed9b5723 graphics/ptex: fix plist after Doxygen update 2023-01-16 22:32:05 +03:00
Dima Panov
d84d21b117 devel/doxygen: update to 1.9.6 release (+)
Changelog:	https://www.doxygen.nl/manual/changelog.html#log_1_9_6
2023-01-16 22:32:05 +03:00
Dima Panov
a7a3ac5596 textproc/py-sphinx: update to 5.1.1 release (+)
This is latest Sphinx release which supports setuptools.

Changelog:	https://www.sphinx-doc.org/en/master/changes.html

Approved by:	python (lwhsu)
2023-01-16 22:32:05 +03:00
Dima Panov
ef703a9dbf textproc/py-mkdocs-nature: update to 0.4 as pre-requsite for Sphinx update
Approved by:	python (lwhsu)
2023-01-16 22:32:04 +03:00
Dima Panov
84a949587a textproc/py-sphinx-autodoc-typehints: update to 1.19.5 as pre-requsite for Sphinx update
Approved by:	python (lwhsu)
2023-01-16 22:32:04 +03:00
Dima Panov
7a4b1542ee textproc/py-sphinx-tabs: update to 3.4.1 as pre-requsite for Sphinx update
Approved by:	python (lwhsu)
2023-01-16 22:32:04 +03:00
Dima Panov
d5ebc0adfd textproc/py-docutils: update to 0.19 as pre-requsite for Sphinx update
Approved by:	python (lwhsu)
2023-01-16 22:32:03 +03:00
Christoph Moench-Tegeder
9a3451156b mail/thunderbird: update to 102.7.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/102.7.0/releasenotes/
2023-01-16 20:18:50 +01:00
Dimitry Andric
206ae4f439 emulators/qemu: remove now-obsolete comment about i386
As of commit 5fcabb5129 qemu builds for i386 again without any
vm_page_t related errors, so the comment is no longer applicable.
2023-01-16 20:11:33 +01:00
Rene Ladan
d9ecae595d security/tor: Update 0.4.7.12 -> 0.4.7.13
PR:		268950
2023-01-16 11:06:56 -08:00
Dimitry Andric
bb59375ae0 japanese/kakasi: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
japanese/kakasi failed to build with clang 15:

  kanjiio.c:1083:11: error: incompatible integer to pointer conversion assigning to 'iconv_t' (aka 'struct __tag_iconv_t *') from 'int' [-Wint-conversion]
          fromutf8 = -1;
                   ^ ~~
  kanjiio.c:1087:9: error: incompatible integer to pointer conversion assigning to 'iconv_t' (aka 'struct __tag_iconv_t *') from 'int' [-Wint-conversion]
          toutf8 = -1;
                 ^ ~~

This is because 'fromutf8' and 'toutf8' are of pointer type, not int.
Add a cast to silence the warning.

PR:		268815
Approved by:	portmgr (tcberner)
MFH:		2023Q1
2023-01-16 20:04:47 +01:00
Dimitry Andric
a68bb8c9a0 x11-toolkits/gtk-sharp20: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
x11-toolkits/gtk-sharp20 failed to build with clang 15:

  windowmanager.c:113:12: error: incompatible integer to pointer conversion assigning to 'gpointer' (aka 'void *') from 'long' [-Wint-conversion]
                  list [i] = data [i];
                           ^ ~~~~~~~~

This is because gdk_property_get() always returns an array of longs, and
these have to be cast to whatever the desired outcome type is.

PR:		268812
Approved by:	portmgr (tcberner)
MFH:		2023Q1
2023-01-16 20:04:47 +01:00
Dimitry Andric
ca9de74ce4 x11/mate-panel: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
x11/mate-panel failed to build with clang 15:

  clock-location.c:454:22: error: incompatible pointer to integer conversion assigning to 'glong' (aka 'long') from 'char *(int, int)' [-Wint-conversion]
          sys_timezone = timezone;
                       ^ ~~~~~~~~
  clock-location.c:462:24: error: incompatible pointer to integer conversion assigning to 'glong' (aka 'long') from 'char *(int, int)' [-Wint-conversion]
          local_timezone = timezone;
                         ^ ~~~~~~~~

This is because 'timezone' as a global external variable does not exist
on FreeBSD: it is a glibc-ism. Use struct tm's tm_gmtoff field instead,
which has its sign reversed from the glibc global. There is also no need
to manually account for DST, as tm_gmtoff includes that.

PR:		268795
Approved by:	portmgr (tcberner)
MFH:		2023Q1
2023-01-16 20:04:46 +01:00
Andrey Snow
2ee331de68 sysutils/lsd: Update to 0.23.1 2023-01-16 19:58:49 +01:00
Val Packett
e14a0487f7 games/openclaw: update to 0.3-98
PR:		260002
2023-01-16 19:57:17 +01:00
Dima Panov
9334daa8c6 graphics/inkscape: prepare for upcoming Boost-1.81 update 2023-01-16 21:46:17 +03:00
Thierry Thomas
af2475f9c2 graphics/cimg: upgrade to v.3.2.0 2023-01-16 19:37:41 +01:00
Yuri Victorovich
cb5f0b496b graphics/magnum: Remove redundant 'v' from DISTVERSION
Reported by:	jbeich@
2023-01-16 10:14:53 -08:00
Adam Weinberger
5f2fcd2795 devel/lua-language-server: Update to 3.6.5 2023-01-16 11:05:49 -07:00
Alexander Leidinger
00b43bf80f sysutils/coreutils: Mark as PIE_UNSAFE.
There is no error message, but libstdbuf.so is not created.

PR:		268924
Approved by:	maintainer
2023-01-16 18:50:19 +01:00
Krzysztof
6b67c2f70e www/webtrees20: Update to 2.0.25
While here, pass maintainership to Krzysztof.

PR:		267465
Approved by:	Andre Rikkert de Koe,  Krzysztof (maintainer)
2023-01-16 18:33:55 +01:00
Krzysztof
19aa315a3a www/webtrees21: Add new port
webtrees is the web's leading online collaborative genealogy application.
webtrees works from standard GEDCOM files, and is therefore compatible
with every major desktop application.  webtrees aims to be efficient and
effective by using the right combination of third-party tools, design
techniques and open standards.

WWW: http://webtrees.net/

PR:		267463
2023-01-16 18:33:55 +01:00
J.R. Oldroyd
82f3677256 net/pload: Fix command-line args and unit display.
This patch updates the port to fix the fact that the code calls
XtAppInitialize() which eats the command-line args and so causes ps(1)
to not display them. The command-line args are now saved before and restored
after the call to XtAppInitialize().

Also, correct the display of the units of total byte counts to show as "B",
"kB", "GB" etc, rather than the imprecise/incorrect "b", "k", "G" etc.

PR:		267710
Approved by:	J.R. Oldroyd (maintainer)
2023-01-16 18:33:55 +01:00
Nicola Vitale
204e87d05e
audio/py-pyradio: Update to 0.8.9.36
Add a post-install target: some files were only installed with DOCS option ON.
2023-01-16 17:38:40 +01:00
Dmitry Marakasov
bc3622e6e5 games/powder-toy: remove bogus patches and fix icons 2023-01-16 19:31:02 +03:00
Li-Wen Hsu
7c1533ccde
graphics/qr-code-generator: Update to 1.8.0 2023-01-16 23:47:21 +08:00
Li-Wen Hsu
313788cb9a
textproc/libnumbertext: Update to 1.0.11 2023-01-16 23:47:21 +08:00
Steven Kreuzer
d74e5c6e9f
net-mgmt/cacti-spine: upgrade to 1.2.23
Changes:
 - Unexpected reindexing occurs when using uptime as the reindex method
 - spine does not compile with SQL TLS deactivated
 - Spine should prevent the script server from connecting to remote when offline
 - Improve Script Server Timeout Logging
 - Add SQL_NO_CACHE to Spine Queries
2023-01-16 15:43:33 +00:00
Dmitry Marakasov
3900f668c5 games/springlobby: update 0.273 → 0.274 2023-01-16 17:54:26 +03:00
Dmitry Marakasov
532e8c1df1 games/powder-toy: update 96.2.350 → 97.0.352 2023-01-16 17:54:26 +03:00
Dmitry Marakasov
e734b3dbaa textproc/difftastic: update 0.41.0 → 0.42.0 2023-01-16 17:54:25 +03:00
Lorenzo Salvadore
9b872896ab
lang/gcc13-devel: Update to 13.0.0.s20230115 2023-01-16 15:14:23 +01:00
Rene Ladan
94b9e5487b sysutils/apt-mirror-devel: do not overwrite existing configuration files. 2023-01-16 15:07:54 +01:00
Emmanuel Vadot
e302c38708 graphics/drm-510-kmod: Update to 5.10.163
Update to the latest 5.10 LTS

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2023-01-16 15:03:21 +01:00
Guido Falsi
f2d0139d31 x11-toolkits/girara: Update to 0.3.9 2023-01-16 14:59:56 +01:00
Rodrigo Osorio
ee5bff2e0b x11-toolkits/xwallpaper: Fix xwallpaper packaging
MFH:	2023Q1
2023-01-16 14:33:07 +01:00
Fernando Apesteguía
5e8cd88070 security/vuxml: register security/keycloak vulnerability
Two Xstream related CVEs that might cause a DoS attack:

 * CVE-2022-40151
 * CVE-2022-41966

PR:	268939
2023-01-16 14:28:27 +01:00
Matthias Wolf
db9a594cc0 net/keycloak: Update to 20.0.3
ChangeLog: https://www.keycloak.org/2023/01/keycloak-2003-released.html

 * User role mapping tab: Show effective client roles for a user keycloak-ui
 section/users
 * ProviderConfigProperty.MAP_TYPE error in new UI keycloak-ui section/identity
 providers
 * Unable to turn on "Bypass identity confirmation" keycloak-ui
 section/authentication
 * Adding Form sub-flow broken on admin v2 keycloak-ui section/authentication
 * Custom User Provider SPI: There are no settings to configure the periodically
 synchronization of users keycloak-ui section/user federation
 * Assign roles to account - paging doesn't work keycloak-ui section/users
 * Realm selector requires two clicks to select something keycloak-ui
 section/realms
 * User management -> User in 2 subgroups with the same group name assignment
 does not work keycloak-ui section/users
 * Invalid language tag error when changing realm localization settings
 keycloak-ui section/realm settings
 * `Missing ":type" param` in the Events page when there are Client Scope
 events keycloak-ui section/events
 * Import client broken keycloak-ui section/clients
 * New Admin Console only, unable to add client profile in the first client
 policy keycloak-ui section/realm settings
 * Disabling hostname strict in prod doesn't disable https keycloak dist/quarkus
 * snakeyaml vulnerability GHSA-3mc7-4q67-w48m impacting CLI keycloak admin/cli
 * The redirect URI cannot be verified during logout in the case when client
 was removed keycloak oidc
 * Wrong auth session id being used when validating auth session id cookies
 keycloak core
 * Update XStream to 1.4.20 to fix CVE-2022-40151 & CVE-2022-41966 keycloak
 * Timeout when executing command PutMapCommand keycloak storage
 * Set OkHttp to 4.10.0 in parent pom keycloak
 * Lack of validation of access token on client registrations endpoint keycloak
 oidc

PR:		268939
Reported by:	freebsd@rheinwolf.de (maintainer)
MFH:		2023Q1 (bugfix, security fixes)
Security:	CVE-2022-40151, CVE-2022-41966
2023-01-16 14:27:54 +01:00
Jan Beich
e44b343eb8 emulators/rpcs3: unbreak fetch due to repo growth
fetch: https://github.com/RPCS3/rpcs3/commit/25b09e565729.patch: size mismatch: expected 98251, actual 98323

Reported by:	pkg-fallout
2023-01-16 13:21:40 +00:00
Jan Beich
b4e05948fc x11/wallutils: update to 5.12.5
Changes:	https://github.com/xyproto/wallutils/compare/5.12.4...5.12.5
Reported by:	Repology
2023-01-16 13:21:40 +00:00
Jan Beich
462d89e899 x11/wcm: update to 0.7.5
Changes:	https://github.com/WayfireWM/wcm/compare/v0.7.0...v0.7.5
Reported by:	GitHub (watch releases)
2023-01-16 13:21:40 +00:00
Jan Beich
115fc1237e graphics/libjxl: update to 0.8.0.r1
Changes:	https://github.com/libjxl/libjxl/releases/tag/v0.8.0rc1
Reported by:	GitHub (watch releases)
2023-01-16 13:21:35 +00:00
Gabriel M. Dutra
12fe25b4a4 sysutils/tflint: Update to 0.44.1
ChangeLog: https://github.com/terraform-linters/tflint/releases/tag/v0.44.1

 * terraform: Fix path.module when using --chdir/--recursive
 * cmd: Fix file arguments handling when using --chdir

PR:		268967
Reported by:	0xdutra@gmail.com (maintainer)
2023-01-16 13:48:30 +01:00
Gabriel M. Dutra
91f5d72bf5 sysutils/terragrunt: Update to 0.42.8
ChangeLog: https://github.com/gruntwork-io/terragrunt/releases/tag/v0.42.8

Updated golang.org/x/crypto dependency to fix CVE-2020-9283.

PR:		268966
Reported by:	0xdutra@gmail.com (maintainer)
MFH:		2023Q1 (security fix)
Security:	CVE-2020-9283
2023-01-16 13:47:39 +01:00