159848 Commits

Author SHA1 Message Date
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
robert
f9bb22c166 update to 5.0.13; from Mark Patruck 2021-09-13 08:51:22 +00:00
sthen
ea11174c73 update to libexif-0.6.23 2021-09-13 07:03:12 +00:00
rsadowski
82ad0087df Bring python (not 2) back as build dependency
Spotted by aja
2021-09-13 06:57:54 +00:00
landry
0e9f5b94e6 x11/xfce4/thunar: update to 4.16.9 2021-09-13 06:00:38 +00:00
landry
bdf67073ba audio/mpd: update to 0.22.1, from Stefan Hagen, thanks ! 2021-09-13 05:36:50 +00:00
rsadowski
09beaa1ff3 Update jenkins-stable to 2.303.1 2021-09-13 05:01:01 +00:00
rsadowski
b7c6253c69 Update jenkins-devel to 2.311 2021-09-13 05:00:37 +00:00
kirby
e1bbf37f51 - fix build with scons-4.x
- drop python from MODULES (one less py2 consumer)
 - fix typo in comment

Diff from Omar Polo, tahnks!
2021-09-12 22:07:27 +00:00
tb
fddc8c0130 net/libsmi: move HOMEPAGE to https and switch MASTER_SITES from ftp to
https site indicated on $HOMEPAGE

ok naddy (for MASTER_SITES change)
2021-09-12 20:32:32 +00:00
naddy
b7f3b6d0c1 textproc/link-grammar: avoid printf %n
ok tb@ who also pointed out another instance of %n
2021-09-12 20:21:25 +00:00
naddy
96c7027c9e print/lcdf-typetools: avoid printf %n
ok tb@
2021-09-12 20:00:26 +00:00
naddy
bc0bb6e558 net/libsmi: avoid printf %n
ok sthen@ nigel@
2021-09-12 19:58:09 +00:00
tb
ffeaf6c806 Update openssl-ruby-tests to 20210912 2021-09-12 18:36:59 +00:00
rsadowski
ea21d0899f Update qutebrowser to 2.3.1
Update diff from maintainer
2021-09-12 14:26:40 +00:00
solene
919cde3441 I forgot to include the 64-bit time_t fix from tb@ 2021-09-12 08:23:46 +00:00
ajacoutot
42b3117a48 Update to nomad-1.1.4. 2021-09-12 07:43:30 +00:00
ajacoutot
dcf176fe54 Fix HOMEPAGE. 2021-09-12 07:32:26 +00:00
rsadowski
115d5d03d8 Cleanup: Drop python2, regen WANTLIB and add mariadb to lib depends 2021-09-12 06:51:23 +00:00
rsadowski
87f7fe767c Switch python version to 3
Python 3 is fine at build time
2021-09-12 06:45:11 +00:00
rsadowski
5e841b804b Unbreak build
Change MARBLE_MIN_VERSION from 0.19.2 to 21.8.0 and rename package.
That shouldn't have worked in the past either.

Spotted by naddy@ Thanks
2021-09-12 06:32:53 +00:00
rsadowski
5592279e93 Drop python2 dependency
I no longer see that it is needed at build or run time.
2021-09-12 06:28:06 +00:00
namn
ee1184f048 update to wget-1.21.2
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00003.html

"Release tarballs no longer have a dependency on Python."

This update:
- Updates to 1.21.2
- Removes python3 hack and requires python3 at build time instead.
  MODPY_RUN_DEPENDS is in TEST_DEPENDS (as before) and BUILD_DEPENDS
  (via removal of MODPY_BUILDDEP = No).

Python3 is readily available when building ports. Release notes state
that python3 is no longer needed at build time. Without python3, it
will fail configure and will not run python regression tests in
testenv/.

submitted by tj@ with tweaks by me to reintroduce python3 as a build
dependency
feedback from and OK sthen@
2021-09-11 22:48:21 +00:00
rsadowski
f564626a58 Do not mix with upcoming kdenlive update. Wait for mlt7
Fix PLIST, clean up dependencies. Spotted by naddy. Thanks!
2021-09-11 22:26:51 +00:00
rsadowski
9be7e735fb Update to libwebp 1.2.1.
- 7/20/2021: version 1.2.1
  This is a binary compatible release.
  * minor lossless encoder improvements and x86 color conversion speed up
  * add ARM64 simulator support to xcframeworkbuild.sh (#510)
  * further security related hardening in libwebp & examples
    (issues: #497, #508, #518)
    (chromium: #1196480, #1196773, #1196775, #1196777, #1196778, #1196850)
    (oss-fuzz: #28658, #28978)
  * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
                                     #533)
  * use more inclusive language within the source (#507)

From Brad
2021-09-11 18:19:17 +00:00
rsadowski
02e2d5aaab Update to dav1d 0.9.2.
Changes for 0.9.2 'Golden Eagle':
---------------------------------

0.9.2 is a small update of dav1d on the 0.9.x branch:
 - x86: SSE4 optimizations of inverse transforms for 10bit for all sizes
 - x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b
 - x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b
 - ARM NEON optimizations for FilmGrain Gen_grain functions
 - Optimizations for splat_mv in SSE2/AVX2 and NEON
 - x86: SGR improvements for SSSE3 CPUs
 - x86: AVX2 optimizations for cfl_ac

From Brad
2021-09-11 18:16:04 +00:00
solene
acc595b53f Update to lagrange-1.6.5 2021-09-11 18:11:12 +00:00
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