158055 Commits

Author SHA1 Message Date
martin
282659172b Update py-pkgconfig to 1.5.4. 2021-06-23 11:14:54 +00:00
martin
17931fe70d Update biopython to 1.79. 2021-06-23 10:46:49 +00:00
jasper
c94afe48d1 update to libhandy-1.2.3 2021-06-23 09:23:54 +00:00
jasper
f21a18edc6 update to gupnp-tools-0.10.1 2021-06-23 09:21:55 +00:00
stsp
a868963c05 Update to got 0.53
- do not update symlinks which are already up-to-date
- add a gotadmin utility with info, pack, indexpack, and listpack commands
- fix 3-way merge of files which lack a final \n
- make double-quotes appear in rendered got.1 man page as intended (Nam Nguyen)
- gotweb: render error page instead of returning error 500 (tracey)
- avoid an error in tog(1) while the terminal window is being resized
- plug a memory leak in got_ref_list_free()
- catch invalid reference names passed to 'got ref -l'
- fix a memory leak in dial_git() (naddy)
- fix unrelated changes being merged by got cherrypick/backout/rebase/histedit
- go back to Patience diff for merging during cherrypick/backout/histedit/rebase
- fix file descriptor leak in got_repo_close() (tracey)
- fix hang in commit regress test if $VISUAL is set in the environment (tracey)
- use socketpair(2) instead of pipe(2) for better portability to Linux
- make it possible to profile gotweb and document how profiling works
- fix memory and fd leaks in got_pack_stop_privsep_child() (tracey)
- fix bogus 'permission denied' error when a file at work tree root is removed
- port packfile creation code over from git9
- new -I option for 'got status' to show files which match an ignore pattern
2021-06-22 20:40:50 +00:00
tb
e205a1c1b9 net/freeradius: prepare for opaque SSL in libssl 2021-06-22 14:01:21 +00:00
tb
ef0eb33ca6 gnome/vfs2: prepare for opaque SSL in libssl
ok ajacoutot
2021-06-22 13:56:38 +00:00
kirby
bd186f5869 Update to wesnoth-1.14.17 2021-06-22 12:11:53 +00:00
sthen
e7dc9c63e2 enable qutebrowser py-adblock dependency on i386 now that maturin is
running correctly there
2021-06-22 11:33:45 +00:00
sthen
464723de02 bump -current REVISION so the PKGNAME is not a lower version the one in -stable 2021-06-22 11:31:54 +00:00
sthen
5f5f6fa26f update to Dovecot-pigeonhole 0.5.15, from Brad (maintainer)
CVE-2020-28200: Sieve interpreter is not protected against abusive
scripts that claim excessive resource usage. Fixed by limiting the
user CPU time per single script execution and cumulatively over
several script runs within a configurable timeout period. Sufficiently
large CPU time usage is summed in the Sieve script binary and execution
is blocked when the sum exceeds the limit within that time. The block
is lifted when the script is updated after the resource usage times out.
2021-06-22 11:30:24 +00:00
sthen
e02f604d53 update to Dovecot 2.3.15
CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in
JWT tokens. This may be used to supply attacker controlled keys to
validate tokens, if attacker has local access.

CVE-2021-33515: On-path attacker could have injected plaintext commands
before STARTTLS negotiation that would be executed after STARTTLS
finished with the client.
2021-06-22 11:29:26 +00:00
rsadowski
f2cb5862ea Add missing patch to unbreak the build on sparc, hint by Brad 2021-06-22 05:19:25 +00:00
rsadowski
7445d58182 Regen, update WANTLIB and PLIST after boost update 2021-06-22 04:34:08 +00:00
rsadowski
ec6cbab9c5 Add missing dependency on multimedia/aom, regen PLIST/WANTLIB 2021-06-22 04:31:20 +00:00
rsadowski
bd0c2d752e Regen WANTLIB 2021-06-22 04:25:04 +00:00
rsadowski
67b86e1d0f Regen WANTLIB 2021-06-22 04:24:16 +00:00
rsadowski
16e2726132 Update Boost to 1.76
https://www.boost.org/users/history/version_1_74_0.html
https://www.boost.org/users/history/version_1_75_0.html
https://www.boost.org/users/history/version_1_76_0.html

Update diff from Brad. Arm64 bulk build by phessler, amd64 bulk build by me.
Feedback from many. OK tb@
2021-06-22 04:20:13 +00:00
rsadowski
0a597a2584 Fix compilation with Boost 1.76
From 69e6b89cf8
2021-06-22 04:19:25 +00:00
rsadowski
40a2514a19 linking fails with Boost 1.76
Mark it as broken until someone finds out how to fix it. Upstram dead.
2021-06-22 04:19:19 +00:00
sthen
04aaadf3d0 drop BROKEN-i386 2021-06-21 21:07:46 +00:00
sthen
950bff6406 update to maturin-0.10.6, from maintainer 2021-06-21 21:07:31 +00:00
espie
f963059f7a scrape the old ldd code, which hasn't been used since we got rid of a.out 2021-06-21 15:16:52 +00:00
ajacoutot
c4018cf978 Remove mention of ossaudio(3).
Spotted by Brad
2021-06-21 14:30:41 +00:00
benoit
62b9a224bb Update to ntl-11.5.0. 2021-06-21 06:37:06 +00:00
tb
ad22f1f093 Update to newsboat-2.24
https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#224---2021-06-20
2021-06-21 03:39:30 +00:00
jca
a79c367dda Drop www/canto, fails at runtime, python2 only and unmaintained upstream
Fails at runtime with the following error:
NameError: name 'SET_VERSION_TUPLE' is not defined
because the installed .pyc is based on sources intended to be patched at
install time.

Removing canto removes one of the blockers for updates of feedparser and
chardet to python3-only versions.  Upstream has moved its efforts to
another project, canto-next, with python3 support and separate
daemon/client projects.

ok danj@ sthen@
2021-06-20 22:53:49 +00:00
bluhm
164537982c Update libxml2 to 2.9.12. This fixes CVE-2021-3541.
from Moritz Buhl; OK namn@; amd64 bulk build tb@
2021-06-20 22:11:16 +00:00
semarie
cdf1749b92 update lang/rust to 1.53.0
Announce: https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html
Release notes: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1530-2021-06-17
2021-06-20 18:07:09 +00:00
tb
72b83649bf productivity/zim: do not leave stuff in /tmp after build
ok benno
2021-06-20 17:32:09 +00:00
sthen
dbd5341a2b fix baresip-gtk2 -> baresip-gtk upgrade path, reported by semarie@ 2021-06-20 12:13:52 +00:00
sthen
71bd09e154 update to librenms-21.6.0 2021-06-20 11:33:06 +00:00
sthen
ec8df35323 update to alembic-1.8.1, from maintainer 2021-06-20 11:29:19 +00:00
sthen
715e0649ef graphics/asymptote port tweaks:
- now that we have py-cson, install the xasy graphical tool again
- add hidden dep on curl
2021-06-20 10:54:03 +00:00
sthen
871a0fafba +py-speg,python3 +py-cson,python3 2021-06-20 10:46:54 +00:00
sthen
3d44a73f49 import devel/py-speg, textproc/py-cson, ok benoit@
py-speg: "A PEG-based parser interpreter with memoization."
py-cson: Python parser for the Coffeescript Object Notation (CSON).
2021-06-20 10:45:16 +00:00
sebastia
a93dfa5703 hook up ruby-httpclient 2021-06-20 10:31:18 +00:00
sebastia
555673610c readd ruby-httpclient
'httpclient' provides similiar functionality to libwww-perl (LWP) for
Ruby. 'httpclient' was formerly known as 'http-access2'.

valuable feedback Stefan Hagen and kmos@

OK kmos@
2021-06-20 10:30:30 +00:00
sebastia
1cc5a6e849 hook up ruby-rubyzip 2021-06-20 09:46:49 +00:00
sebastia
ac9fc51321 import rubyzip
Rubyzip is a ruby library for reading and writing zip files.

OK kmos@
2021-06-20 09:45:43 +00:00
ajacoutot
7ed715a64b Update to terragrunt-0.30.7. 2021-06-20 09:24:21 +00:00
pvk
b2fc276e90 Update vault 1.7.2 -> 1.7.3
Changelog: https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#173
ok ajacoutot@
2021-06-20 09:04:00 +00:00
rsadowski
d1ba5702a9 Regen patches 2021-06-20 05:54:53 +00:00
rsadowski
6d38e10fe4 Update jenkins to 2.298 2021-06-20 04:06:19 +00:00
sebastia
c44b0cc6cb Add curl as dependency, missed with the update.
pointed out by naddy@
2021-06-19 20:47:25 +00:00
cwen
3fc61716b3 sdl, sdl2: disable AltiVec on powerpc
SDL contains AltiVec instructions, whose support is not properly detected
at runtime. Disable AltiVec on powerpc to fix SIGILLs on macppc G3s, while
keeping it for powerpc64.

« Later, one might try to enable altivec again by moving the altivec
blitter to a separate file, and compiling only that file with
-maltivec (as xenocara/lib/pixman does now). » - gkoehler@

Reported by @will@empty.cafe.

OK gkoehler@, no news from thfr@ (maintainer)
2021-06-19 20:37:52 +00:00
rsadowski
0fd5998dce Update KDE Gear to 21.04.2
https://kde.org/announcements/gear/21.04.2/
https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-19 18:34:30 +00:00
rsadowski
ee22f51cfc Update libphonenumber to 8.12.25 2021-06-19 18:12:19 +00:00
jca
5483b77dec Zap bouml remnant 2021-06-19 17:33:51 +00:00
danj
e711cf2c34 Update to pqiv-2.12
ok jca@ who takes maintainer
2021-06-19 15:06:46 +00:00