tb
2433f9818f
math/yorick: avoid printf %n. The remaining %n in this port end up in
...
*scanf() and fputs() (YError() chasing done by naddy)
ok naddy
2021-09-15 21:53:13 +00:00
jung
34bcb36b3a
update to khal-0.10.4
...
from marcus merighi
ok remi
2021-09-15 20:06:12 +00:00
naddy
6453f17f4f
lang/clisp: fix parallel make build
...
makemake parts from upstream.
With gkoehler@, who found gmake's grouped targets.
2021-09-15 19:13:46 +00:00
otto
dd902c2acc
Update to dnsdist 1.6.1
2021-09-15 17:52:20 +00:00
gonzalo
1244198a57
Update for SMTube to 21.7.0
...
Ftom Josh Grosse thanks!
2021-09-15 17:09:05 +00:00
schwarze
491b7ca4f0
remove %n format specifier and fix a portability bug on the same line;
...
OK nicm (MAINTAINER), and also tested by Stefan Hagen <codevoid dot de>
2021-09-15 14:14:22 +00:00
ajacoutot
36cdf03a1d
Update to exoscale-cli-1.41.0.
2021-09-15 13:46:23 +00:00
ajacoutot
ec87e53317
Update to awscli-1.20.42.
2021-09-15 13:36:50 +00:00
ajacoutot
053d5a7b8c
Update to py3-boto3-1.18.42.
2021-09-15 13:36:37 +00:00
ajacoutot
51e6945024
Update to py3-botocore-1.21.42.
2021-09-15 13:36:27 +00:00
ajacoutot
01e2e4c9f7
Update to amazon-ssm-agent-3.1.338.0.
2021-09-15 13:35:36 +00:00
ajacoutot
99ac9a1c5d
Mention bsd.re-config.
2021-09-15 12:48:52 +00:00
stsp
189e8d70bd
Update to got 0.60
...
- fix another instance of 'got send' sending branches the server already has
- make 'got send' regression tests run 'git fsck' on all involved repositories
- shell code fixes in regress tests for portability (naddy)
2021-09-15 10:03:55 +00:00
tb
ab5614ec17
sysutils/bat: fix build on i386, ok sthen
...
Add a cast to fix the type error on ILP32 architectures.
Patch merged upstream: https://github.com/FillZpp/sys-info-rs/pull/101
2021-09-15 08:27:44 +00:00
sthen
f2ad30e8cb
update to BIND 9.16.21
2021-09-15 08:21:24 +00:00
rsadowski
7d2100fd0b
Disable the sndio backend again
...
Too many errors have been reported with it.
Leave the backend in for anyone else that might want to look at the code and
work on it.
From Brad
2021-09-15 05:16:24 +00:00
fcambus
c23842a4a4
Update yle-dl to 20210808.
...
From maintainer Timo Myyra, thanks!
2021-09-14 19:53:00 +00:00
phessler
62d55e6e03
several of the build machines added the xserv set, which adds some files
...
that gdm look for. bump the REVISION because binaries will change.
OK tb@
2021-09-14 19:09:38 +00:00
kili
d77c07d6bd
Kill a %n format specifier used in report_summary().
...
Reminder to also handle the vdebugBelch() case by gnezdo@
2021-09-14 17:53:11 +00:00
stsp
20726732be
update to got 0.59
...
- fix copy-pasto in got.conf man page
- add -q quiet mode to checkout and update (tracey)
- make 'got send' send commits which are referenced only by tags (found by Omar)
- add -S option to 'got status' for suppressing certain status codes (tracey)
- make 'got checkout' display the checked out reference and commit ID
- make 'got update' display the worktree's branch name upon success
2021-09-14 17:42:08 +00:00
fcambus
dc8b672a8e
Update ansiweather to 1.18.0.
2021-09-14 17:17:17 +00:00
robert
18683c3bac
bump arm64 memory limit up to 512M (from upstream) because it is partitioned
...
down in the JIT code so it will not hit the limit and allow amd64 to allocate
128M by default
ok aja@
2021-09-14 14:03:32 +00:00
abieber
bfda2df103
Update to 0.8.1, which removes the annoying NO_COLOR trace when said var is set!
2021-09-14 13:57:09 +00:00
sebastia
57a73b54fc
update 5.1.1 -> 5.2.0
2021-09-14 12:21:58 +00:00
sebastia
c07042d9ea
update 5.1.1 -> 5.2.0
2021-09-14 12:21:38 +00:00
sthen
8e5774d643
use mandoc instead of nroff when formatting manpages to include in
...
txt files. similar effect to a diff from Stefan Hagen.
2021-09-14 12:16:15 +00:00
inoguchi
e6444c2d96
Add libmarisa python binding
...
inputs and OK sthen@
"please go ahead" from uaa@
2021-09-14 10:51:53 +00:00
sthen
38f72fc6cb
remove libvstr, i imported it ages ago but can't remember what for and it
...
was never used in-tree. ok tb@
2021-09-14 10:40:30 +00:00
sthen
243545d2b4
fix luakit version display; from maintainer Stefan Hagen
...
small tweak from me, to add a comment near GH_TAGNAME to mention that it's
used later in the Makefile
2021-09-14 10:34:18 +00:00
robert
88aecddeb8
update to 3003.3
2021-09-14 07:23:12 +00:00
robert
3131ab94db
update to 93.0.4577.82
2021-09-14 06:19:48 +00:00
ian
ba730fb07f
Remove %n from snprintf, replace w/ strlen. Suggestions & OK tb@.
...
Simplified after cluebat from deraadt@. Similar diff sent by jca@.
2021-09-14 01:30:10 +00:00
sebastia
54568afb14
update to 20210910
2021-09-13 23:01:58 +00:00
abieber
1ebbb06aa5
+cargo-audit
2021-09-13 20:52:10 +00:00
abieber
fbf5178063
Import cargo-audit - a tool to audit Cargo.lock files for security
...
vulnerabilities.
Thanks to tb@ for the path, master vs main tweaks and OK!!
2021-09-13 20:51:37 +00:00
edd
ddb8f598c7
games/odamex: simple update to 0.9.5 to fix a security bug.
...
From the release notes:
"This is a small release containing a fix for an exploit that allowed players
to spy on players they weren't supposed to. It is highly recommended that all
servers update to this new release as soon as possible."
2021-09-13 19:51:30 +00:00
solene
c22fdaed2c
Update to swirc-3.3.1
...
Diff from author and maintainer, thanks!
2021-09-13 17:06:45 +00:00
ajacoutot
411ebbe7e1
Explicitely configure with -Ddocs=false to prevent asciidoc from being
...
picked up then junked by dpb(1).
2021-09-13 16:36:16 +00:00
robert
3609fb20b9
unbreak on arm64 by shuffling some code around because it was broken
...
in case FIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB is defined
2021-09-13 16:31:09 +00:00
sthen
23eb67b032
extend the existing bsd.port.mk "poisoning" to detect use of executables
...
from gettext, to add a few more gettext scripts that we see sometimes, and
to add asciidoc. (has been in i386 bulks for months and forgotten about!)
ok espie, "I'm fine with the gettext-tools part and have no opinion on asciidoc" naddy@
2021-09-13 15:40:02 +00:00
abieber
e8025c6d01
Update headscale to 0.8.0
2021-09-13 15:19:44 +00:00
abieber
34580804f0
Update sqlc to 1.10.0
2021-09-13 15:19:23 +00:00
jeremy
02b3d75848
Update to Sequel 5.48.0
2021-09-13 14:40:46 +00:00
sthen
04d8f6da43
update to ccache-4.4.1
2021-09-13 13:57:01 +00:00
sthen
4740a6fbe4
fix BUILD_DEPENDS in dovecot-fts-flatcurve (I forgot to re-test after adding
...
it as a last minute change before mailing out the port), sorry naddy!
2021-09-13 13:54:54 +00:00
ajacoutot
5eb6204c2b
Missed bump.
2021-09-13 11:20:20 +00:00
claudio
1eb37824de
Add libretls to the openssl libs. This allows to use OpenSSL 1.1 libs
...
with programs like rpki-client to test interop.
This port is for testing purposes only!
With help and OK sthen@
2021-09-13 09:51:31 +00:00
sthen
305ce32261
list known dependencies in a comment in the Makefile as a reminder for
...
anyone doing commits to -stable (we don't have a good discovery mechanism
for what to rebuild for -stable packages, so PKGSPEC is ignored for that)..
2021-09-13 09:20:18 +00:00
sthen
f70f8dcfb5
+dovecot-fts-flatcurve
2021-09-13 09:18:18 +00:00
sthen
be14556ed0
import ports/mail/dovecot-fts-flatcurve, ok landry
...
This is a Dovecot FTS plugin to enable message indexing using the
Xapian search engine library. It is intended to act as a simple
interface to the Xapian storage/search query functionality.
Unlike the other Xapian-based FTS plugin "dovecot-fts-xapian",
flatcurve relies on Dovecot to do the necessary stemming, and supports
match scoring and substring matches - it is RFC 3501 (IMAP4rev1)
compliant. It does not support fuzzy searches.
2021-09-13 09:17:48 +00:00