154862 Commits

Author SHA1 Message Date
sthen
264d089421 update to zathura-pdf-mupdf-0.3.6 2021-02-20 16:52:17 +00:00
sthen
a7159726c3 update to zathura-0.4.7 2021-02-20 16:52:13 +00:00
sthen
db8d1cf0af forgot to remove py2 py-webtest from www/Makefile earlier 2021-02-20 16:45:22 +00:00
ajacoutot
690ed51527 Don't install /var/lib/... directories.
OpenBSD cannot be used as a virtualisation host and it should be /var/db
anyway.
2021-02-20 16:44:14 +00:00
sthen
fcebb9cd8c w3m: build with -O1 on aarch64 for now which somehow works around
boehm-gc intermittently garbage collecting a used pointer
2021-02-20 16:40:40 +00:00
sthen
598df62ecb update to dnscontrol-3.7.0 2021-02-20 16:24:23 +00:00
naddy
062869dde6 net/libshout: update to 2.4.5
Catch up with two bugfix releases.  Added new tool shout(1).
From maintainer Moritz Grimm.
2021-02-20 16:21:33 +00:00
sthen
cc05a2bb8f update to sslscan-2.0.8 2021-02-20 16:02:35 +00:00
sthen
45fe736eaa hook in py-sphinxcontrib subdir 2021-02-20 15:51:11 +00:00
sthen
c4e7ce22c8 import ports/textproc/py-sphinxcontrib ports that will be needed for
updating py-sphinx, ok landry@
2021-02-20 15:50:38 +00:00
sthen
7948330fd4 upgrade from BIND 9.16.12 to 9.16.11 plus backported patch for
CVE-2020-8625. also add more recently committed "Rollback setting
IP_DONTFRAG option on the UDP sockets" patch fixing
https://gitlab.isc.org/isc-projects/bind9/-/issues/2466
https://gitlab.isc.org/isc-projects/bind9/-/issues/2487

re
https://kb.isc.org/docs/operational-notification-enabling-new-bind-option-stale-answer-client-timeout-can-result-in-unexpected-server-termination
https://kb.isc.org/docs/operational-notification-zone-journal-jnl-file-incompatibility-after-upgrading-to-bind-91612-and-917
2021-02-20 15:49:52 +00:00
sthen
64442dc460 update to cfssl-1.5.0, from Karlis Mikelsons, tweak from me to add
${WRKDIST}/go/bin to PATH during tests so they can find the binaries
2021-02-20 15:32:12 +00:00
ajacoutot
c6f7dfb113 Fix for setuptools_scm[toml] requirement. 2021-02-20 15:16:45 +00:00
jsing
4f7b2574e2 s/maching/machine/ 2021-02-20 15:13:56 +00:00
landry
1bd7020bc2 x11/xfce4/xfce4-dev-tools: update autohell deps, drop dep on subversion 2021-02-20 15:10:15 +00:00
abieber
56001460be Fix for Go 1.16. 2021-02-20 15:02:08 +00:00
abieber
bd79ea2efe Fix for Go 1.16. 2021-02-20 15:01:21 +00:00
abieber
9c70511f1c Add fix for Go 1.16 update. Also disable the style check which wants to download
stuff during build.
2021-02-20 15:00:18 +00:00
bket
aa27ea526a Update to ncmpcpp-0.9.2
Changes: https://rybczak.net/ncmpcpp/

Update by landry@, additional input from me.

Ok landry@
2021-02-20 14:58:35 +00:00
landry
bb483729ba geo/qgis: enable point cloud support via geo/pdal
See https://www.lutraconsulting.co.uk/blog/2021/02/18/qgis-3-18-point-cloud/
and https://github.com/qgis/QGIS-Enhancement-Proposals/issues/194

allows me to load a bunch of LAZ/LAS files but the 3d view crashes quite
often though..
2021-02-20 14:58:34 +00:00
abieber
0666597e06 Update Go to 1.16.
OK jsing@
2021-02-20 14:56:34 +00:00
landry
4c37806e33 audio/mpd: update to 0.22.6.
See https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.6/NEWS
Add BDEP on py3-sphinx to build the manpages, which arent shipped
anymore in the source tarball.
ok bket@
2021-02-20 14:43:01 +00:00
landry
b98f46b047 audio/ncmpc: update to 0.45.
See https://github.com/MusicPlayerDaemon/ncmpc/blob/v0.45/NEWS
ok bket@
2021-02-20 14:40:40 +00:00
ajacoutot
4c1f6843ef Drop patch now that our py-pygments has been updated. 2021-02-20 14:39:36 +00:00
sthen
f828f6dbf9 add conflict marker 2021-02-20 14:24:18 +00:00
ajacoutot
fb58d6ce0b Update to libgexiv2-0.12.2. 2021-02-20 14:24:17 +00:00
sthen
32372c66e3 update to qutebrowser-2.0.1 from maintainer 2021-02-20 14:22:33 +00:00
sthen
c16e83e664 typo py-importlib-resources -> py-importlib_resources 2021-02-20 14:21:18 +00:00
sthen
64f0ecff76 pycodestyle/pyflakes quirks 2021-02-20 14:19:40 +00:00
sthen
e04ec9daee +py-importlib-resources,python3, -py2 versions of pyflakes,py-codestyle 2021-02-20 14:19:17 +00:00
sthen
f5654908e3 update to pycodestyle-2.6.0, drop py2 2021-02-20 14:18:45 +00:00
sthen
2761f9948f update to flake8-3.8.4 2021-02-20 14:18:24 +00:00
sthen
81f7912ba0 update to pyflakes-2.2.0, drop py2 2021-02-20 14:18:17 +00:00
sthen
5e6b89e14c import devel/py-importlib_resources, ok landry
from Dimitri Karamazov <deserter666@danwin1210.me>

importlib_resources is a backport of Python standard library
importlib.resources module for older Pythons. Users of Python 3.9
and beyond should use the standard library module, since for these
versions, importlib_resources just delegates to that module.
2021-02-20 14:17:35 +00:00
fcambus
905cfd584c Update plzip to 1.9. 2021-02-20 13:35:02 +00:00
fcambus
0612ebd685 Update lzip to 1.22. 2021-02-20 13:34:11 +00:00
sthen
f69e6777db now that py-pygments doesn't need to care about py2, update to 2.8.0
includes fixes for some excessive recursions/infinite loops/etc some found by oss-fuzz
2021-02-20 13:33:50 +00:00
sthen
6df26760a8 py-docutils: post-install renames scripts from foo.py to foo 2021-02-20 13:26:33 +00:00
fcambus
f8d33014b2 Update lzlib to 1.12. 2021-02-20 13:22:02 +00:00
fcambus
783a5929ae Update clzip to 1.12. 2021-02-20 13:21:09 +00:00
sthen
0ce5d8d04e move py-sphinx to py3-only
move chain of ports that py-sphinx depends on to py3-only where
other py2-ports don't use them
2021-02-20 13:20:17 +00:00
fcambus
4a4bbcae7e Update pdlzip to 1.11. 2021-02-20 13:20:06 +00:00
fcambus
d9f0673c9c Update lziprecover to 1.22. 2021-02-20 13:18:07 +00:00
fcambus
01d7be67e0 Update lunzip to 1.12. 2021-02-20 13:17:16 +00:00
sthen
f3913bb6dd missed cvs rm 2021-02-20 10:22:22 +00:00
fcambus
ddedbe81ab Update bdf2psf to 1.201. 2021-02-20 10:20:24 +00:00
ajacoutot
a5f07e836d Update to awscli-1.19.12. 2021-02-20 09:18:39 +00:00
ajacoutot
47148d343c Update to py3-boto3-1.17.12. 2021-02-20 09:18:26 +00:00
ajacoutot
719428ab24 Update to py3-botocore-1.20.12. 2021-02-20 09:18:16 +00:00
ajacoutot
d27f34a4fd Add missing RDEP to unbreak. 2021-02-20 08:24:56 +00:00