159907 Commits

Author SHA1 Message Date
rsadowski
17ad90e0f6 Update makeself to 2.4.5
Update diff from Stefan Hagen
2021-09-11 18:02:15 +00:00
rsadowski
a84a176864 Fix missing dependency on Qt5WebEngine
Spotted by aja, thanks
2021-09-11 16:15:02 +00:00
rsadowski
a31a17b2d3 Delete unnecessary patch
Spotted by aja, thanks
2021-09-11 15:31:33 +00:00
naddy
2c5b2f3e94 security/libssh2: avoid printf %n in example code
The old code is also broken, as it passes a pointer to a variable
of a different size (on LP64).  There is no check for truncation,
but buf[] is 1MB in size.

ok benoit@ sthen@
2021-09-11 14:54:06 +00:00
ajacoutot
04e38e8705 Update to pango-1.48.10. 2021-09-11 14:23:53 +00:00
ajacoutot
ccf754cdbe Unbreak by removing the version spec (needed after the recent openldap
port change).
2021-09-11 14:11:51 +00:00
stsp
995d0352fa update to got 0.58
- tog: support navigating to first/last line of tree and ref views (naddy)
- tog: jump directly to first log item instead of traversing the list (naddy)
- tog: when jumping to bottom of the log view, go from tail backwards (naddy)
- make "got branch -d" print reference name and value (naddy)
- move code duplicated by got-send-pack and got-fetch-pack to common files
- assert against accidentally overflowing argv[] in got_dial_ssh() (naddy)
- make 'gotadmin info' display separate send/fetch URLs if they differ
- fix a null-pointer deref in 'got fetch -d' (reported by Omar Polo)
2021-09-11 13:54:40 +00:00
rsadowski
2164f20346 Add missing build dependency on kcmutils
Spotted by naddy@ Thanks
2021-09-11 10:32:03 +00:00
kevlo
65feb25d85 Fix build on i386. Compile with SSE2 on i386 (flags: -msse -msse2 -mfpmath=sse)
Build failure noticed by sthen@
2021-09-11 09:44:46 +00:00
ajacoutot
53e962840c Update to libspectre-0.2.9.
Revert some upstream commits because our ghostscript version is super old.
2021-09-11 09:19:19 +00:00
ajacoutot
3e969592a1 Update to awscli-1.20.40. 2021-09-11 09:10:08 +00:00
ajacoutot
f34556d4f8 Update to py3-boto3-1.18.40. 2021-09-11 09:09:55 +00:00
ajacoutot
d1561a9462 Update to py3-botocore-1.21.40. 2021-09-11 09:09:45 +00:00
ajacoutot
fc77d85b91 Update to dleyna-connector-dbus-0.4.1. 2021-09-11 09:00:51 +00:00
ajacoutot
20d5516bf3 Update to castor-0.8.18. 2021-09-11 08:47:54 +00:00
ajacoutot
239a9407e0 Update to hplip-3.21.8. 2021-09-11 08:39:12 +00:00
ajacoutot
7dab3e84e2 Update to terragrunt-0.31.10. 2021-09-11 08:14:42 +00:00
inoguchi
f56132d06a Import textproc/libmarisa
Provided and tested on amd64, aarch64 (rpi4), and  mips64el (loongson) (with
reduced input) by Yifei Zhan < openbsd () zhan ! science >.

OK sthen@ if someone would like to import.

I am also fine with this and build and test on amd64 works fine.
ok inoguchi@
2021-09-11 07:55:18 +00:00
ajacoutot
82d38feae6 Update to terraform-1.0.6. 2021-09-11 07:50:06 +00:00
semarie
d73464f27b update sysutils/bat to v0.18.3 2021-09-11 07:36:14 +00:00
semarie
5d1912f0f7 devel/cargo tweaks
add a $OpenBSD$ marker in modcargo-gen-crates-licenses output, and a
reminder to run modcargo-gen-crates-licenses in modcargo-gen-crates
output
2021-09-11 07:13:13 +00:00
ajacoutot
a51255e9eb Update to libdazzle-3.42.0. 2021-09-11 07:00:02 +00:00
rsadowski
dd9541da63 Clean up comments and add new KDE ports to port 2021-09-11 05:28:35 +00:00
sthen
b9563f04c9 mark BROKEN-i386 2021-09-10 22:49:13 +00:00
sthen
30b4964eae FFmpeg: patch to fix building AltiVec code on powerpc64. From Brad. 2021-09-10 21:47:55 +00:00
sthen
d5ac4c5858 update to mutt-2.1.3
as with the previous update, IMAP users and especially QRESYNC users are
advisted to upgrade.
2021-09-10 21:45:44 +00:00
sthen
a4a666f9b4 oops, previous commit which was supposed to just add an @pkgpath marker
was from a tree with a WIP openldap 2.5.x diff that's not yet ready.
reinstate 2.4.x.
2021-09-10 20:44:27 +00:00
gkoehler
d71a4722e1 Fix libgmp.a on powerpc; text relocation error from ld.lld
This was a mistake in asm-defs.m4: `PIC_ALWAYS' should not have
quotes.  Delete the quotes to fix the powerpc asm.

ok naddy@ (maintainer)
2021-09-10 20:29:04 +00:00
jasper
3368674a22 fix build on powerpc64 by providing the definition of SIGSEGV_FAULT_STACKPOINTER
with naddy@
2021-09-10 18:44:55 +00:00
sthen
b05cd25e7b remove the old openldap-2.3 server-only package, merge into 2.4.
if you were using the old one to avoid bdb, note that lmdb is now supported
in 2.4.x.
2021-09-10 18:20:30 +00:00
tb
c925292672 games/gnugo: avoid printf %n
ok naddy
2021-09-10 18:04:06 +00:00
naddy
1c1b156ab4 textproc/openjade: avoid %n in printf format string
Mark as NO_TEST while here; there is no check or test target.

ok tb@
2021-09-10 17:41:30 +00:00
tb
9a22251b29 xmahjongg: avoid printf %n and move HOMEPAGE to https 2021-09-10 16:41:24 +00:00
jasper
ade3724489 +py-pyrsistent 2021-09-10 16:01:34 +00:00
jasper
71e34dbd2b import py3-pyrsistent-0.18.0
Pyrsistent is a number of persistent collections (by some referred to as
functional data structures). Persistent in the sense that they are
immutable.

ok aja@
2021-09-10 15:57:58 +00:00
jcs
e64f7c7163 change a printf to not use %n 2021-09-10 15:57:53 +00:00
tb
4cdd1ec422 resiprocate: cope with opaque SSL and use libssl's SSL_set0_rbio()
instead of a homegrown version

ok feinerer
2021-09-10 15:22:19 +00:00
tb
75dc5f7e53 coturn: cope with opaque SSL: use libssl's SSL_set0_rbio() instead
of a homegrown version

ok feinerer
2021-09-10 15:20:41 +00:00
tb
18f5a5036d Fix build of nginx-lua after libssl crank. 2021-09-10 15:19:00 +00:00
sthen
7b316b5bf2 update postgresql-previous to 12.8, from Mark Patruck, ok pea@ 2021-09-10 14:19:36 +00:00
sthen
cf1ee95c1f bump to keep -current version above -stable due to difference in deps 2021-09-10 14:10:43 +00:00
sthen
089f5a9a63 update to postgresql-13.4, from Mark Patruck, ok pea@
https://www.postgresql.org/docs/13/release-13-4.html
2021-09-10 14:07:45 +00:00
sthen
1185add761 update to calc-2.14.0.2 2021-09-10 14:04:30 +00:00
ajacoutot
ad2cfae904 Update to gtkmm40-4.4.0. 2021-09-10 13:49:44 +00:00
tb
c5915b55f5 poedit: add missing LDEP on pugixml.
Discussed with Omar Polo
ok tracey
2021-09-10 13:46:28 +00:00
kevlo
98b694931e Add unveil for ~/.config/fcitx to make the input method work when
using fcitx.

Reported by Yifei Zhan.

ok sthen@
2021-09-10 13:36:51 +00:00
sthen
36406c3130 bacula: add BDEP on qwt when building -bat. not sure exactly what's up but
aja@ ran into "No rule to make target '/usr/local/include/qwt_legend.h',
needed by 'obj/mainwin.o'" in src/qt-console, so though it looks like
qwt use was supposed to have been removed sometime, there are still some
parts that can pick it up at build time.
2021-09-10 12:59:05 +00:00
rsadowski
0afebdcafc Update skanlite to 21.08.1 2021-09-10 12:54:15 +00:00
rsadowski
7de7242e1a graphics/skanlite is a part of KDE Gear now 2021-09-10 12:51:48 +00:00
ajacoutot
4d707f0d98 Update to py3-importlib_metadata-4.8.1.
This unbreaks py-keyring runtime and its dependencies.
Reported by Omar Polo
ok Renaud Allard (maintainer)
2021-09-10 11:36:48 +00:00