161360 Commits

Author SHA1 Message Date
sthen
cbfac7f4d0 update to py3-pikepdf-4.0.1 2021-11-14 14:46:57 +00:00
sthen
309321fd4f update to py3-pybind11-2.8.1 2021-11-14 14:46:55 +00:00
sthen
9ffeef9591 update to ccache-4.5 2021-11-14 13:53:23 +00:00
sthen
755592524d update to pdfarranger-1.8.0 2021-11-14 13:52:59 +00:00
sthen
a4f858bee5 update to img2pdf-0.4.3 2021-11-14 13:50:10 +00:00
sthen
c787a3816e update to py-more-itertools-5.0.0. newer versions drop py2 support; we
need to drop py2 py-test before updating further.
2021-11-14 13:37:37 +00:00
sthen
a46a3f03e6 update to py3-pexpect-4.8.0 2021-11-14 13:35:42 +00:00
sthen
3c6883b814 update to py3-docutils-0.17.1; 0.18 needs newer Sphinx 2021-11-14 13:29:24 +00:00
sthen
f70d858403 py-sphinx: fix docutils dependency restriction, it needs <0.18 not <= 2021-11-14 13:00:54 +00:00
sthen
c06ab15f27 update to py3-dotenv-0.19.2 2021-11-14 12:57:37 +00:00
sthen
53eae76ca9 update to py3-httplib2-0.20.2 2021-11-14 12:48:52 +00:00
sthen
e5840e998c update to py3-ncclient-0.6.12 2021-11-14 12:43:33 +00:00
rsadowski
113c4a1a57 Update kstars to 3.5.6 2021-11-14 12:41:53 +00:00
sthen
2e2180c22b regen patches 2021-11-14 12:40:28 +00:00
sthen
e3a8ee2de5 update to py3-colored-1.4.3 2021-11-14 12:29:46 +00:00
sthen
c983eca1b0 update to py3-bracex-2.2.1 2021-11-14 12:18:04 +00:00
sthen
67ba79d4ea update to py-pbr-5.7.0 2021-11-14 12:15:27 +00:00
sthen
d54476c1b0 update to py-lxml-4.6.4 2021-11-14 12:05:58 +00:00
sthen
e94aa8cf9b update to py3-munch-2.5.0 2021-11-14 11:55:25 +00:00
sthen
812d4d7f78 update to py3-requests-futures-1.0.0 2021-11-14 11:42:45 +00:00
sthen
06b61bb281 update to py-urllib3-1.26.7 2021-11-14 11:37:39 +00:00
sthen
5d7cc5d5e2 update to py3-selenium-3.141.0 2021-11-14 11:36:37 +00:00
sthen
80b9a4a238 update to lldpd-1.0.13, includes a fix for a heap overflow when reading
SONMP (SynOptics Network Management Protocol) frames
2021-11-14 11:25:41 +00:00
sthen
d879695973 update to solr-8.11.0 2021-11-14 11:19:29 +00:00
ajacoutot
2ea9cdbae9 No need for home made rc_stop() function. 2021-11-14 10:12:37 +00:00
solene
603b6c8a4f Update to lagrange-1.8.2 2021-11-14 09:09:28 +00:00
ajacoutot
b339efd5c3 Consistency in DISTFILE handling for gitlab GNOME. 2021-11-14 06:27:04 +00:00
ajacoutot
2d8f459749 Update to terragrunt-0.35.10. 2021-11-14 06:00:11 +00:00
ajacoutot
e391aedf96 Update to terraform-1.0.11. 2021-11-14 05:52:59 +00:00
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