Commit Graph

173019 Commits

Author SHA1 Message Date
ajacoutot
aa7091aa40 Remove empty trailing line(s). 2023-01-25 10:54:32 +00:00
sebastia
bd08cc01a0 Update to 1.0.1
valuable feedback sthen@

OK kriby@
2023-01-25 10:15:21 +00:00
ajacoutot
a127e5f7af Update to google-cloud-sdk-415.0.0. 2023-01-25 08:37:12 +00:00
ajacoutot
cba6d7648a Update Gstreamer gang to 1.22.0. 2023-01-25 08:31:51 +00:00
bket
d2aedde4e1 Update to filezilla-3.63.0
Changes: https://filezilla-project.org/versions.php
2023-01-25 06:46:31 +00:00
bket
1c1c459e20 Update to libfilezilla-0.41.0
Bump major of SHLIB because of symbol removal.
2023-01-25 06:46:16 +00:00
pvk
cb77df3fbe Update gitea 1.18.2 -> 1.18.3
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.18.3
2023-01-25 06:26:29 +00:00
pvk
c6fcdfb75f Update py-vmomi 8.0.0.1.1 -> 8.0.0.1.2
Release notes: https://github.com/vmware/pyvmomi/releases/tag/v8.0.0.1.2
2023-01-25 06:25:53 +00:00
kmos
a44b5b261e Update to 5.3 and note new home page for project 2023-01-25 04:39:14 +00:00
kirby
c0ea514b56 update to wesnoth-1.16.8 2023-01-24 20:04:04 +00:00
job
14557c4d9a +grepcidr3 2023-01-24 19:37:25 +00:00
job
fd063fc493 Import textproc/grepcidr3
OK sthen@ op@
2023-01-24 19:25:37 +00:00
sthen
a3d42b3d83 ladspa: regen distinfo/plist.
From one machine at home I get a short fetch from ftp(1) (which is the
file I generated distinfo for, but it untarred sufficiently ok that I
didn't notice...) From another machine I get the full file, and from the
original machine with curl I get the full file(!)

Mirror the distfile as well, since there's something weird going on
somewhere.

Fetch issue reported by phessler.
2023-01-24 18:17:00 +00:00
jca
ef8bba0abb Fix return value of write_vorbis() to unbreak with clang 15 2023-01-24 18:16:32 +00:00
jca
d84f4876bc Fix build with clang 15
Refresh patches while here
2023-01-24 18:12:41 +00:00
jca
35484b3a02 Properly pass -export-dynamic to the linker, fixes the build with lld 15 2023-01-24 18:09:35 +00:00
jca
2bd7442b35 Use -Wno-error=int-conversion to unbreak configure step with clang 15 2023-01-24 18:05:35 +00:00
jca
f4cb24d94b Drop -Werror to let this build with clang 15 2023-01-24 18:02:13 +00:00
jca
3079f632f4 Fix bogus return value and let this build with clang 15 2023-01-24 17:53:35 +00:00
jca
feb45f90be Fix ffmpeg API usage, lets this build with clang 15
Maintainer timeout
2023-01-24 17:48:32 +00:00
jca
b78dc48784 One fix and one explicit cast needed to build this with clang 15 -Wint-conversion
Maintainer timeout
2023-01-24 17:44:18 +00:00
kettenis
11bc4ef733 Move a bit of data that sneaked into .text into .rodata. Makes the tests
run (and pass) on amd64 with PKU (x-only) enabled.

ok robert@
2023-01-24 16:17:29 +00:00
phessler
afb8481a50 fix build by removing an outdated patch
doesn't build on the only arch affected, so no bump
2023-01-24 15:37:10 +00:00
robert
a880d6c5e8 port most of the perlasm x-only fixes over to mono to unreak
ok tb@
2023-01-24 14:54:45 +00:00
sthen
f9ae2da84f update to ladspa-1.17, while there use the correct default plugin search
path so that tools work without setting LADSPA_PATH
2023-01-24 14:52:00 +00:00
robert
d7e94f6612 backport x-only amd64 ffmpeg asm patch from kettenis@:
The x86 assembly FFT implementation uses dispatch tables in .text.  This is
incompatible with x-only so move them into .data.rel.ro where we can have
relocations.  But since they are in the RELRO segment they will be made
read-only by ld.so after relocations have been processed.
2023-01-24 14:37:21 +00:00
otto
26de2db273 Add patch for https://github.com/openwall/john/pull/5185, already merged
in upstream, allowing for empty NSEC3 salt

ok sebastia@
2023-01-24 14:20:29 +00:00
kettenis
a3a24ba5a1 The x86 assembly FFT implementation uses dispatch tables in .text. This is
incompatible with x-only so move them into .data.rel.ro where we can have
relocations.  But since they are in the RELRO segment they will be made
read-only by ld.so after relocations have been processed.

ok robert@ (who tested i386)
2023-01-24 14:13:12 +00:00
sthen
91363bdf61 update to copyq-6.4.0 2023-01-24 13:14:15 +00:00
kn
8cf4361551 Tighten pledge
pigz starts with "stdio rpath wpath cpath fattr chown" like base gzip(1).

For `g.pipeout' aka. -c --stdout and `g.decode == 2' aka. -t --test,
pigz drops to "stdio rpath cpath" while gzip uses "stdio rpath".

The original pledge diff added "cpath" for the case where pigz's signal
handler unlink(2)s output files, but this is actually not needed since
-c and -t never open any file for output/writing.

Drop "cpath" to match gzip behaviour.
Do the same for `g.list' aka. -l --list.
2023-01-24 12:53:42 +00:00
jca
a3166ccfac Fix rust targets list sorting and unbreak on riscv64
Since the riscv64 target name changed its position in the sorted list
needs to be adapted, else the target can't be found.  No bump needed
since it didn't build, fix present in the riscv64 bulk build started on
Jan 7.
2023-01-24 12:24:35 +00:00
robert
0e263ad4fa make sure to use the libraries inside the build directory for regression tests 2023-01-24 12:08:40 +00:00
sthen
27234aa179 remove obsolete #ifdef patch (no change, the macro is defined anyway now) 2023-01-24 09:55:07 +00:00
martin
39ba8148b4 Update py-bottleneck to 1.3.6. 2023-01-24 09:20:46 +00:00
sthen
81866ea773 update to roundcubemail-1.6.1 (db schema change, remember to run update.sh) 2023-01-24 08:48:24 +00:00
op
aee7043a05 update net/tut to 2.0.0
The configuration format changed!  Existing configurations and themes
must be rewritten, although most parts are the same.

Other interesting changes:
 - support for multiple accounts
 - added a built-in editor

full changelog: https://github.com/RasmusLindroth/tut/releases
2023-01-24 08:46:50 +00:00
landry
0b4e36eee7 www/seamonkey: update to 2.53.15.
see https://www.seamonkey-project.org/releases/seamonkey2.53.15/#new
2023-01-24 08:41:55 +00:00
martin
24fa08e3e8 Update py-affine to 2.4.0. 2023-01-24 08:29:52 +00:00
anton
1d782f8f8c +robsd 2023-01-24 06:38:36 +00:00
anton
f4cc8fa733 Add robsd, used to build OpenBSD snapshots and run regress tests.
ok kn@
2023-01-24 06:38:08 +00:00
bluhm
ffa08b4deb update p5-Test-Needs to 0.002010 2023-01-23 19:20:41 +00:00
jca
d34278583e USE_NOEXECONLY needed on riscv64
Sync with reality, it was alread needed in the previous bulk.  ok tb@
2023-01-23 18:12:26 +00:00
giovanni
d39714319f import filter-mimedefang
filter-mimedefang is an opensmtpd filter that integrates MIMEDefang with OpenSMTPD.
ok afresh1@
2023-01-23 14:46:51 +00:00
giovanni
0ecb7a2cff update to 2.4.55, fixes CVE-2022-37436, CVE-2022-36760 and
CVE-2006-20001.
ok sthen@
2023-01-23 14:13:40 +00:00
tb
ce69f688de lang/pypy: mark BROKEN-amd64. ok sthen
Since recent x-only changes, the bootstrap segfaults very early on in the
build. The obvious workarounds like USE_NOEXECONLY or passing in variants
of --no-execute-only via the environment aren't enough.
2023-01-23 12:52:00 +00:00
phessler
45348454e5 + atkinson-hyperlegible 2023-01-23 11:11:07 +00:00
phessler
6a760795db Atkinson Hyperlegible is a typeface created in partnership with Braille
Institute. It has been developed specifically to increase legibility for
readers with low vision, and to improve comprehension.

Named for the founder of Braille Institute, Atkinson Hyperlegible is a
traditional grotesque sans-serif at its core. It departs from tradition
to incorporate umambiguous, distinctive and at times, unexpected always
with the goal of increasing character recognition, and ultimately
improve reading.

a bit of cleanup suggested by op@
OK op@ sthen@
2023-01-23 11:09:48 +00:00
sthen
3b485d39ed update to headscale-0.18.0, from Laurent Cheylus (maintainer) 2023-01-23 10:11:09 +00:00
stsp
8d2983215d update to got 0.82
- fix comparison in tree object parser always evaluating to false (jamsek)
- add missing bounds-check in gitproto ref-line tokenizer
- gotd.8 and gotwebd.8 man page improvements (patch by Josiah Frentsos)
- make gotd session process accept just one flush packet at a time
- sort ENVIRONMENT entries in got.1 and tog.1 (op)
- only forward implicit flush packets from gotsh if they are expected
- return GOT_ERR_EOF from pkt.c if a read attempt indicates EOF
- treat read errors from client socket in gotsh as fatal errors
- gotwebd: refactor gotweb_render_content_type/_file (op)
- gotwebd: turn gotweb_get_time_str into gotweb_render_age (op)
- gotwebd: don't list references per-commit in got_get_repo_commits (op)
- gotwebd: avoid history traversal in briefs/commits, kill "prev" button (op)
- gotd: disconnect on client EOF error to avoid stale connections (op)
- gotsh: validate with parse_command before connecting (op)
- add a test for ssh connections to gotsh without a repo path argument (op)
- gotsh: avoid a temporary buffer for the socket path (op)
- gotsh: move apply_unveil right after the first pledge (op)
- fix tog refreshing the screen more often than intended (jamsek)
- tog: show action report on user-toggleable event (patch by Mikhail, jamsek)
- don't print empty line when exiting tog (jamsek)
- got: don't leak pathlist in commit and revert commands (jamsek)
- gotd: fix wrong PIDs for parent and child processes shown in logs
2023-01-23 09:50:13 +00:00
op
2a25ac0a63 drop PKG_ARCH=* from ports using MODULES=font
font.port.mk already sets PKG_ARCH?=* so it's redundant to set it again
for these ports.  Some of these (if not all) are my fault, woops :)

ok sthen@
2023-01-23 09:47:11 +00:00