161331 Commits

Author SHA1 Message Date
ajacoutot
05392c6191 Update to consul-1.10.4. 2021-11-14 05:42:28 +00:00
sthen
bf5b5d1075 adjust the pledge string in gopass:
+-	if err := protect.Pledge("stdio rpath wpath cpath tty proc exec"); err != nil {
++	if err := protect.Pledge("stdio rpath wpath cpath fattr tty proc exec"); err != nil {

during "gopass fsck" if files or directories are encountered with
permissions that are too wide, it will use syscall.Chmod to fix too-open
permissions on files or directories. wpath is not enough for this, fattr
is needed.
2021-11-13 21:58:30 +00:00
ajacoutot
ee2a43431d Update to liblouis-3.19.0. 2021-11-13 21:51:29 +00:00
tb
81b516f474 security/lastpass-cli: Use OpenSSL 1.1 API path to avoid upcoming build
breakage.

tested/ok bket (maintainer)
2021-11-13 19:41:10 +00:00
tb
790ddd7e55 security/libssh2: compile with HAVE_OPAQUE_STRUCTS to avoid upcoming
breakage. Regen patch while there.

ok benoit (maintainer)
2021-11-13 19:36:14 +00:00
tb
60ef0f54b4 net/ssldump: update to v1.4. This is a community maintained version
that includes lots of patches that were never merged. It has support
for more recent TLS versions and their cipher suites. Additionally,
this is written for the OpenSSL 1.1 API, so this will avoid some
patching in upcoming libcrypto work.

with/ok sthen
2021-11-13 19:13:20 +00:00
sthen
24cc516400 reduce the annoying startup message in mupdf-gl which is generated when
it has standard freeglut rather than its own special patched version
2021-11-13 17:40:01 +00:00
sthen
276818cd17 bump REVISION for zathura-pdf-mupdf, mupdf was updated and it provides a
static library that this plugin links to
2021-11-13 17:24:28 +00:00
sthen
fa70a9fd91 update to mupdf-1.19.0 2021-11-13 17:23:37 +00:00
semarie
644ab2cb81 devel/stfl: install the documentation with the package
ok sthen@ kn@
2021-11-13 16:46:04 +00:00
martin
b417ebf132 Update py-rasterio to 1.2.10. 2021-11-13 16:04:04 +00:00
sthen
329a0b70f0 update to icinga-web2-2.9.4 2021-11-13 16:01:19 +00:00
sthen
2ca6e0b404 infrastructure changes for icinga-web2-module-ipl/reactbundle being
replaced by icinga-php-library/thirdparty
2021-11-13 16:00:22 +00:00
sthen
addb424f2d icinga-web2-module-reactbundle has been replaced by icinga-php-thirdparty 2021-11-13 15:59:53 +00:00
sthen
52a5fe9463 icinga-web2-module-ipl has been replaced by icinga-php-library 2021-11-13 15:59:34 +00:00
sthen
1e9ddc562e update to icinga-web2-module-director-1.8.1 2021-11-13 15:58:56 +00:00
sthen
942031a229 update to icinga-web2-module-incubator-0.10.0 2021-11-13 15:58:39 +00:00
sthen
5208bc4848 update to icinga2-2.13.2 2021-11-13 15:55:08 +00:00
rsadowski
526ff4f4e8 Prevent using Qt6 when it's present
Set CMAKE_DISABLE_FIND_PACKAGE_Qt6=ON

Spotted by aja, thanks
2021-11-13 15:13:14 +00:00
sthen
940645725f update to icinga-web2-2.8.4 2021-11-13 14:39:40 +00:00
sthen
dae9796f2f update to calc-2.14.0.7 2021-11-13 14:19:49 +00:00
jca
891fbc414d kicad doesn't build on riscv64. Also disable kicad-share. 2021-11-13 13:12:31 +00:00
rsadowski
cc932aa382 Add missing build dependency on wayland-protocols
In all the cases I know of, wayland-protocols is used as build dependency only.
In the context of KWayland (devel/kf5), used to generate interfaces from
wayland-protocols XML files.

See: https://api.kde.org/ecm/find-module/FindWaylandScanner.html

Spotted by sthen@ Thanks
2021-11-13 12:04:14 +00:00
sthen
ba9a033124 fix DISTFILES, reported by aja@ 2021-11-13 11:25:57 +00:00
ajacoutot
1fc3064f04 Don't pick up wayland-client:
src/surface/wld.c:29:10: fatal error: 'linux/input.h' file not found
2021-11-13 11:14:43 +00:00
steven
6572b08c0b update to 3.77 2021-11-13 11:09:22 +00:00
ajacoutot
41ab791af0 Update to librsvg-2.52.4. 2021-11-13 10:36:22 +00:00
ajacoutot
26c924e554 Update to awscli-1.22.5. 2021-11-13 10:25:01 +00:00
ajacoutot
1cf6fa8019 Update to py3-boto3-1.20.5. 2021-11-13 10:24:47 +00:00
ajacoutot
4a9643ec67 Update to py3-botocore-1.23.5. 2021-11-13 10:24:36 +00:00
sthen
a7f77a72b1 update to py3-soupsieve-2.3.1 2021-11-13 10:18:21 +00:00
sthen
ac6c9b40e4 update to py3-iso8601-1.0.0 2021-11-13 10:16:38 +00:00
steven
7c6d15fe02 update to 3.34
enable SCL (syslog-ng configuration library) support

from Peter Czanik, with some tweaks
2021-11-13 09:55:42 +00:00
rsadowski
362bf3068f Update spectacle to 21.08.3
After QtWayland/KWayland is available as a dependency we can update it.
2021-11-13 07:33:39 +00:00
sthen
cf2349cd10 update to gopass-1.12.8 2021-11-13 00:25:44 +00:00
kurt
6568de7668 Fix meson config check for whether setnetgrent has a return value. Fixes
build on sparc64. okay sthen@
2021-11-12 23:05:30 +00:00
naddy
1d4944268b net/curl: update to 7.80.0 2021-11-12 22:44:23 +00:00
bluhm
87301d575c update botan2 to 2.18.2 2021-11-12 22:02:50 +00:00
martin
40d6811bb0 Update py-pkgconfig to 1.5.5. 2021-11-12 21:29:53 +00:00
sthen
6c7fcaeaf7 @comment the gpgrt.info file in libgpg-error, it's not the world's most
useful documentation file, and triggers an annoying pkg_add warning message
ok aja@ (maintainer)
2021-11-12 20:55:21 +00:00
bluhm
80040e7456 update p5-WWW-Mechanize to 2.06 2021-11-12 19:14:49 +00:00
sthen
6d074fa545 update to librenms-21.11.0 2021-11-12 18:20:08 +00:00
bluhm
b1da5ddfb8 update p5-Test-HTTP-LocalServer to 0.74 2021-11-12 18:18:46 +00:00
paco
4ef6cf862f make devel/git-crypt work after libcrypto bump
diff by tb@, tested by me.
2021-11-12 17:57:05 +00:00
bluhm
9f45071ec8 update p5-Devel-NYTProf to 6.11 2021-11-12 17:28:50 +00:00
sthen
2fa522bc10 update to py-psutil-5.8.0 2021-11-12 17:22:21 +00:00
bluhm
0a9182f7a2 update p5-Cpanel-JSON-XS to 4.27 2021-11-12 17:17:24 +00:00
paco
d67f13fb82 update productivity/taskwarrior to 2.6.1
Taking maintainer while here.

Input and ok rsadowski@
2021-11-12 16:59:21 +00:00
sthen
7f14e92644 update to i3-4.20.1, plus sync a few things with the i3-mousedrag port
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:06:07 +00:00
sthen
e985aef700 update i3-mousedrag to a newer checkout based on 4.20.1
add patch based on rsadowski's for i3-gaps; https://github.com/i3/i3/pull/4420
was merged which adds an "include" config directive based on wordexp();
OpenBSD doesn't have this (and is not ever likely to) so adapt to using glob()
instead.
2021-11-12 16:00:14 +00:00