Commit Graph

159877 Commits

Author SHA1 Message Date
sthen
c0aef9bc93 update to vim-8.2.3456, including fixes for issues mentioned in
https://www.openwall.com/lists/oss-security/2021/10/01/1
2021-10-03 19:04:52 +00:00
jturner
9ab430699b Update openradtool to 0.13.9 2021-10-03 19:04:34 +00:00
jturner
f9350a8c62 Update kcgi to 0.13.0 2021-10-03 19:04:15 +00:00
sthen
5175a5bf73 remove COMPILER=ports-gcc added by mistake. 2021-10-03 19:03:48 +00:00
sthen
538ceed5ea monitoring-plugins: add CONFIGURE_ARGS hack so that check_ping works
in builds done with base installed on a filesystem mounted nosuid.
problem reported by Joshua Kocinski on arm64. (there's another problem
with check_icmp that seems to have started somewhere between 6.8 and
now causing that to fail, possibly a kernel change, but I have no idea
what's going on there..still check_ping is an alternative).
2021-10-03 19:01:16 +00:00
fcambus
1020cbd318 Update ruby-rouge to 3.26.1. 2021-10-01 12:16:27 +00:00
fcambus
c5cd030b05 Update mame to 0.236. 2021-10-01 12:13:51 +00:00
fcambus
7ff04e31af Update dbip to 2021.10. 2021-10-01 12:13:10 +00:00
sthen
309bd3b59d mail/alpine: disable "COMPILER=ports-gcc" setting on aarch64 (where it
results in a linker failure) and arm (hasn't started release builds yet).
mistakenly committed after testing and missed. release packages for this
built ok on amd64, i386, powerpc64, sparc64 so I'm leaving it unchanged
for those.

ok naddy@ (ports remains locked)
2021-09-29 18:33:58 +00:00
tb
15698c67b9 pulseaudio: fix build on !base-clang architectures.
pulseaudio's meson.build effectively uses __builtin_dgettext() to
decide whether linking with -lintl is needed or not: base-clang
doesn't have it, so -lintl is given, while gcc 8.4. provides it,
so meson attempts to build without -lintl, which breaks the build
of pacat and a few other programs.

ok ajacoutot sthen
2021-09-24 14:12:09 +00:00
sthen
984013e108 update to alpine(/c-client/etc) 2.25, original diff from solene@, updated
to fix build failures in dependent ports by tb@, tweaked by me (regen
patches, stop listing headers separately in the makefile).

various bug fixes, including c-client's version of the "parses
information from an IMAP server during non-authenticated state" class
of problems which was found in a bunch of IMAP software recently, some
crashes/memory corruption, and a problem with forwarding and replacing
attachments.

ok tb@
2021-09-22 20:57:10 +00:00
solene
15b15db64d Add missing runtime dependency on devel/git
ok naddy@ abieber@
2021-09-22 20:47:23 +00:00
sthen
95f510e0a2 fix missing \ 2021-09-21 21:59:41 +00:00
tb
2f80debafe security/gnupg: avoid use of *printf %n. joint work with deraadt, with
input from edd
2021-09-21 19:14:37 +00:00
sthen
ad12873e12 lldpd: crash fix, adjust LINK_STATE_IS_UP patch to avoid a null
deref (device->flags) in some cases
2021-09-21 18:34:25 +00:00
solene
142e91ec7d Add missing run dependency devel/py-six
ok kirby@ (maintainer)
2021-09-21 16:34:24 +00:00
sthen
c2ea64007d fix deps for flent-gui, spotted by solene@ 2021-09-21 12:13:57 +00:00
ajacoutot
e66d1a0244 Bump to be ahead of -stable.
ok sthen@
2021-09-21 10:44:46 +00:00
sthen
67fe68e516 update to py-stem-1.8.0 and switch to py3-only
1.8.0 fixes issues with Python 3.8 seen by solene@ with onionshare

thanks tb for first look at onionshare itself and a diff to fix a
problem which was triggered by hitting the py-stem problem

ok tb@ solene@ pascal@
2021-09-21 10:35:21 +00:00
sthen
2679530d76 configure.ac is patched, so CONFIGURE_STYLE=autoconf must be used.
Otherwise the updated configure.ac triggers running aclocal-1.16 during
build, which fails if automake is not installed during the build.
2021-09-21 10:00:05 +00:00
sthen
79acfd4b29 update to libsrtp-2.4.2, fixing typo introduced in the 2.4.1 update which
causes problems with SRTP sessions using AES-GCM-256 (wrong key length used,
SRTP_AES_ICM_256_KEY_LEN_WSALT vs SRTP_AES_GCM_256_KEY_LEN_WSALT).

no other change in this release.
2021-09-21 08:44:55 +00:00
sthen
8c634ed992 update to p5-PDF-API2-2.042. has some changes for methods/options that
deprecate old names, providing backwards compatibility (i.e. currently
old+new work, old would be removed in future). committing now so I can
cope with the transition in my production code as I update machines to 7.0.
2021-09-21 08:37:10 +00:00
solene
25f58bb2b0 It has been broken "for some time" but never fixed,
mark it broken for real.

Let give it a last chance before removal.
2021-09-21 06:57:58 +00:00
robert
77ea7ea5de remove a dependency which is part of python now;
https://github.com/saltstack/salt/issues/60483
2021-09-21 06:09:40 +00:00
robert
5c5559012e pass the proper pointer to g_strsplit() to avoid a startup crash 2021-09-21 06:00:47 +00:00
pvk
af07ee43a0 Update packer-vmm 1.5.6 -> 1.7.0
Unbreak for Packer>v1.7.0, update pkg README and examples.
ok sthen@
2021-09-20 20:42:38 +00:00
tb
39df341be4 net/climm: avoid using printf %n; from deraadt 2021-09-20 15:47:12 +00:00
sebastia
57a42a1bca The ruby-hiera-* plugins are required to be available as ruby27 FLAVOR,
as they're used by puppet, which still is ruby27

OK jeremy@
2021-09-20 14:50:53 +00:00
solene
cbbcb9bf83 Add missing runtime dependency x11/xfce4/xfconf
ok landry@
2021-09-20 10:16:38 +00:00
sthen
7f8029c855 libexif: sparc64 build fix, from upstream via Brad 2021-09-20 08:16:18 +00:00
landry
59dd0ad8ad x11/xfce4/xfce4-whiskermenu: update to 2.6.0 2021-09-20 05:55:34 +00:00
schwarze
f065803933 avoid sprintf(%n);
OK both Theos (tb@ and deraadt@);
committing quickly to stay away as far as possible from the upcoming lock
2021-09-19 21:54:18 +00:00
tb
06d54251d7 x11/fvwm2: avoid *printf %n. from deraadt 2021-09-19 21:11:55 +00:00
tb
e54bb79756 sysutils/cdrtools: avoid printf %n. from deraadt 2021-09-19 20:58:44 +00:00
tb
5aabbfddf6 misc/brltty: fix printf %n, same diff was sent by deraadt 2021-09-19 20:45:12 +00:00
cwen
c2690555bf webkitgtk4: use the "lonesome" DPB_PROPERTIES on macppc
No objections from aja@ (maintainer)
2021-09-19 19:09:39 +00:00
tb
39c6f7b810 textproc/py3-emoji: regen PLIST. Fixes broken www/tootstream runtime.
reported, tested & ok solene
2021-09-19 18:12:20 +00:00
jca
02f35abda1 Sync with base
From Brad
2021-09-19 17:49:23 +00:00
ajacoutot
02511d77f9 Update to gnome-user-docs-40.5. 2021-09-19 14:09:51 +00:00
landry
65abdb9531 geo/qgis: update to 3.20.3 2021-09-19 13:51:30 +00:00
ajacoutot
892efa8167 Update to exoscale-cli-1.44.0. 2021-09-19 13:41:20 +00:00
ajacoutot
62f59d5566 Update to py3-chromecast-9.2.1. 2021-09-19 13:39:44 +00:00
ajacoutot
d1cae43678 Update to libgexiv2-0.14.0 which better copes with the exiv2 version we
have in ports.
2021-09-19 13:38:51 +00:00
ajacoutot
33aafeccdc Update to dleyna-server-0.7.1 & dleyna-renderer-0.7.1. 2021-09-19 13:36:24 +00:00
sthen
8ba674052d QEMU: the new gmodule dependency is only for plugins support (which is
disabled on !LLD archs); move the WANTLIB entry to the right place.
From Brad.
2021-09-19 10:19:31 +00:00
sthen
3f02671408 update snort 2.9.18->2.9.18.1, and disable appid code on archs which
don't have LuaJIT (rather than disabling the whole snort port)
From Markus Lude
2021-09-19 10:18:25 +00:00
rsadowski
19a0047381 Bump KDE Plasma to 5.22.5 2021-09-19 09:00:52 +00:00
rsadowski
0de194c3f7 Remove boost version checks and bump after boost rollback 2021-09-19 05:24:30 +00:00
rsadowski
3564e529a5 Rollback to boost 1.67.0
There were some errors reported with it. Especially with
net/libtorrent-rasterbar. This meant that net/qbittorrent and net/deluge no
longer wokred. tb@ und mariani@ have found out that it is definitely the boost
update to 1.77. Brad has found out tha the problem can be solved by building
libtorrent-rasterbar with -O0.

Unless we understand the mechanism for the failure and are sure it's a
libtorrent-rasterbar problem rather than a boost one, sthen@ suggested to back
it out.

OK mariani@, sthen@ and Brad
2021-09-19 05:23:29 +00:00
bentley
7247305dfb Update to ppsspp-1.11.3. fix ffmpeg patches that were breaking some games.
ok (and initally from) stsp@
2021-09-19 00:34:55 +00:00