165160 Commits

Author SHA1 Message Date
robert
9a868bf706 unbreak on i386 by updating the ffmpeg config 2022-03-30 16:17:37 +00:00
op
c18c64f1e9 update sysutils/nq to 0.5
changelog:

* Notable change: nq now creates files with permissions 0666 and subject
  to your umask (like most programs that create new files).  If your queue
  needs to remain secret, prohibit access to the whole directory.

* Support for nq in a multi-user environment: having read permission for
  queued tasks in the directory is enough to wait for them.

* Makefile: support INSTALL variable.

* Bugfix: create $NQDONEDIR properly
2022-03-30 13:32:32 +00:00
ajacoutot
2839590064 Update to yaru-22.04.3.1. 2022-03-30 09:35:00 +00:00
ajacoutot
817ad49949 Update to google-cloud-sdk-379.0.0. 2022-03-30 08:17:02 +00:00
sthen
ff52f98a84 asterisk updates with their fix for the curl build issue and another build issue 2022-03-30 08:13:08 +00:00
ajacoutot
a72e99045f Update to Imath-3.1.5. 2022-03-30 08:11:31 +00:00
sthen
1d8a218a0a update to composer-2.2.10 2022-03-30 08:10:43 +00:00
ajacoutot
02e5fc1761 Update to awscli-1.22.84. 2022-03-30 08:09:36 +00:00
ajacoutot
813b834d8d Update to py3-boto3-1.21.29. 2022-03-30 08:09:21 +00:00
ajacoutot
44ba015c43 Update to py3-botocore-1.24.29. 2022-03-30 08:09:05 +00:00
sthen
ee5a811393 update to unifi-7.0.25 2022-03-30 08:03:10 +00:00
ajacoutot
20cd06f82f Update to amazon-ssm-agent-3.1.1188.0. 2022-03-30 08:02:57 +00:00
sthen
d9151ac30f unifi: tweak message when replacing snappy-java with our version with
OpenBSD binary component
2022-03-30 08:00:22 +00:00
martin
4719e12143 Update telegraf to v1.22.0. From Lucas Raab.
Fixes a few snmp and modbus issues important for release, but breaks
short-lived arm64 support for now.

Discussed and tested with a few. OK landry@
2022-03-30 07:05:21 +00:00
kmos
8402d8b0d0 Fix build of fnc on sparc64 by shifting from base-gcc to ports-gcc 2022-03-30 02:22:25 +00:00
sebastia
c9a6b433c2 update to 2022-03-24 2022-03-29 21:08:54 +00:00
tj
fb26a05b22 backport upstream patch to fix an out-of-bounds read
ok naddy
2022-03-29 20:50:46 +00:00
sdk
892fd742e7 Update krita-gmic-plugin 3.0.0.1 => 3.0.2.1 2022-03-29 20:46:53 +00:00
sebastia
0cc99896c6 update 3.3.0 -> 3.4.1 2022-03-29 20:17:42 +00:00
robert
c2bfffff12 update to 100.0.4896.60 2022-03-29 19:41:01 +00:00
sdk
f7aa81e142 Replace gmic-qt-krita 3.0.2 with krita-gmic-plugin 3.0.0.2
- remove gmic-qt/krita (broken)
- set quirk to replace it with krita-gmic-plugin
- set EPOCH in krita-gmic-plugin because 3.0.0.2 > 3.0.2
- set conflict marker in krita-gmic-plugin

With help from radowski@, sthen@

OK sthen@
2022-03-29 18:31:13 +00:00
edd
437fbd99e8 security/gnupg: Update to version 2.2.34.
Prompted by jca@ and OK sthen@. Thanks.

(Also dropping MAINTAINER, as I don't use gpg any more).
2022-03-29 15:28:19 +00:00
ajacoutot
cbd294e306 Update to awscli-1.22.83. 2022-03-29 14:44:10 +00:00
ajacoutot
275434fec7 Update to py3-boto3-1.21.28. 2022-03-29 14:43:56 +00:00
ajacoutot
789548cdc4 Update to py3-botocore-1.24.28. 2022-03-29 14:43:45 +00:00
robert
01eee621ba security update to to 3003.4
https://saltproject.io/security_announcements/attention-some-critical-vulnerabilities-have-been-discovered-in-salt-versions-3004-and-earlier/
2022-03-29 13:36:00 +00:00
landry
220c1e7521 geo/mapcache: update to 1.12.1
see https://github.com/mapserver/mapcache/pull/282
2022-03-29 13:29:22 +00:00
tb
58cbeb16e8 Update lean to 3.42.1 2022-03-29 13:09:38 +00:00
robert
b6ee163e3e re-add missing clang specific flags 2022-03-29 10:55:48 +00:00
sthen
0cbc4b0051 qemu: actually enable the improved qemu-ga support for OpenBSD, fix
default paths, and provide an rc-script and pkg-readme showing how to
use it (the qemu instance must be configured to provide guest agent
support on isa rather than the default virtio device). ok landry@
2022-03-29 10:04:28 +00:00
sthen
0a15c5bc11 split up the one big shell command produced for "make clean=dist" into
separate commands for files, files with .part suffix, and directories.
fixes "make clean=dist" in sysutils/telegraf and probably some other
ports using go.port.mk. (one big 622K command split into 228+246+147K).

use ${MAKESUMFILES:=.part} instead of regex for files with .part suffix,
it is reliably faste^H^H^H^H^Hnot quite as slow

discussed with landry, phessler
2022-03-29 10:00:40 +00:00
rsadowski
1f9204ae32 Fix missing dependency on security/pcsc-lite
Spotted by aja, thanks
2022-03-29 09:41:44 +00:00
kevlo
a035ad9ab7 Zap those files. 2022-03-29 08:09:29 +00:00
kevlo
131fc817e1 Update to arm-compute-library 22.02
ok sthen@
2022-03-29 08:06:01 +00:00
landry
e1fb7b759d sysutils/monit: update to 5.32.0, from maintainer Caspar Schutijser
see https://mmonit.com/monit/changes/#5.32.0
2022-03-29 07:44:13 +00:00
landry
9227226422 security/nss: security update to 3.76.1
Bug 1756271 - Remove token member from NSSSlot struct. (bug details access restricted)
2022-03-29 07:38:43 +00:00
ajacoutot
1b0ffe7b11 Revert upstream commit:
28d9d62aa2

This prevents a crash at exit time for any application using WebkitGTK.

debuged by & ok robert@
2022-03-29 07:16:26 +00:00
ajacoutot
32a47609bf Update to libgcrypt-1.10.1. 2022-03-29 07:15:13 +00:00
sthen
a3898c3341 unbreak, needs BUILD_DEPENDS+= not BUILD_DEPENDS=, reported by aja@ 2022-03-29 07:13:17 +00:00
phessler
79912b85fc fix building and enable on several arches, by manually disabling SSE/AVX SIMD
where they don't exist

From Brad
Approved by MAINTAINER
2022-03-29 06:22:44 +00:00
abieber
aec5fcc69c Update restic to 0.13.0
Changelog here: https://github.com/restic/restic/releases/tag/v0.13.0
2022-03-29 03:16:28 +00:00
abieber
2df3382238 Update dendrite to 0.7.0 2022-03-29 00:42:42 +00:00
abieber
e3f8af196f Update goreleaser to v1.7.0 2022-03-29 00:41:01 +00:00
rsadowski
57489fa07e Disable plugins/calligrasheets/extensions/sheetssolver support
Looks like calligra depends on GSL 1.7 but devel/gsl is still 1.5.
Too many reported bulk errors in sheets/plugins/solver/sheetssolver_autogen.

Unhappy bulk build crew, unhappy rsadowski.
2022-03-28 20:06:46 +00:00
sebastia
1e2afb2c5e simple update 1.1.9 -> 1.1.10 2022-03-28 18:52:09 +00:00
robert
96b933f7a2 remove more obsolete patches 2022-03-28 18:10:05 +00:00
sthen
b47a629bac Include pip in the non-default versions of Python, so that for example
if you want to run some software that needs an older or newer version
of Python you can do so in most cases. For the default versions (2.7, 3.9)
pip is available from the separate port (devel/py2-pip, devel/py-pip).
Factor out some common parts to ../Makefile.inc while there. OK kmos@
2022-03-28 15:48:24 +00:00
sthen
348586bed0 @conflict on php-7.4 versions which included /usr/local/bin/php to avoid
collision during updates
2022-03-28 15:44:00 +00:00
sthen
4845bf77dd webkitgtk4: set DPB_PROPERTIES=lonesome on i386, hopefully this will be
enough to avoid running out of memory.
2022-03-28 15:03:34 +00:00
sthen
67cabbb590 update to ncspot-0.9.7, from Henrik Friedrichsen (maintainer) 2022-03-28 13:13:23 +00:00