171046 Commits

Author SHA1 Message Date
jeremy
817c98c581 Adjust dependencies and use upstream pull request to work with PostgreSQL 15.
OK tb@
2022-11-16 03:01:01 +00:00
jeremy
d8c1f4326f Update postgresql-previous to PostgreSQL 14.6 following postgresql update
to 15.1.

OK tb@
2022-11-16 03:00:29 +00:00
jeremy
105ddce147 Update to PostgreSQL 15.1
Bulk testing and help tb@

OK tb@
2022-11-16 02:59:22 +00:00
jca
7d6ce284d0 Don't enable LTO on riscv64
where lld fails with:
LLVM ERROR: Function Import: link error: linking module flags 'SmallDataLimit': IDs have conflicting values in
'extcap/CMakeFiles/extcap-base.dir/extcap-base.c.o' and 'extcap/CMakeFiles/sshdump.dir/sshdump.c.o

Error already spotted in games/arx-libertatis.  ok sthen@ (maintainer)
2022-11-15 23:46:40 +00:00
tb
e15764a302 apache-httpd: enable X25519 and Ed25519 support, avoid a poor
implementation of ASN1_TIME_diff(), and regenerate some patches.

ok giovanni (maintainer)
2022-11-15 23:14:12 +00:00
sthen
08e0fc7cd0 click was listed twice in setup.cfg; patch the second line too. switch to MODPY_PYBUILD while there. 2022-11-15 22:30:17 +00:00
kmos
a4a8795284 Do the usual C99 dance to make base-gcc happy
Fixes build on sparc64
2022-11-15 20:52:31 +00:00
landry
b99df16084 www/firefox-esr: fixup wrong size/checksum for main tarball
reported by naddy@, thanks!
2022-11-15 17:53:16 +00:00
sthen
f83f497b50 update to mongodb-4.4.18 2022-11-15 17:43:16 +00:00
sthen
b6137e081e openal tweaks from Brad, ok David Carlier (maintainer)
- Enable the SSE support on X86; there is run-time detection
- Disable NEON on arm
- The ALSOFT_CONFIG option has been deprecated
- The QSA backend was removed with the 1.21.0 release
- Sort the list of options
2022-11-15 17:41:37 +00:00
sthen
a8a85d4384 use correct spelling of 'setuptools' 2022-11-15 15:07:07 +00:00
landry
40f8ea8af5 www/firefox-esr: update to 102.5.0.
see https://www.mozilla.org/en-US/firefox/102.5.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-48/
2022-11-15 14:58:04 +00:00
landry
0c3e48f7b6 www/mozilla-firefox: update to 107.0.
see https://www.mozilla.org/en-US/firefox/107.0/releasenotes/
fixes https://www.mozilla.org/en-US/security/advisories/mfsa2022-47/

- drop pledge/unveil configs for utility-audioDecoder process, the process
  now uses the utility class. from upstream
- drop patches from #1790419, merged upstream
- drop arm64 patch from tb@, merged upstream via #1796893
2022-11-15 14:56:53 +00:00
sthen
b64d66f8ef oops, another missed bump for MODPY_PYBUILD 2022-11-15 14:41:53 +00:00
edd
210b3887df devel/rizin: easy update to version 0.4.1. 2022-11-15 14:32:48 +00:00
ajacoutot
3790f87ab4 Update to gnome-builder-43.3. 2022-11-15 13:59:59 +00:00
sthen
ac90c5badc backout previous; build done with py-build is not installing the
pygobject3 pkg-config file which triggered failure in py-gobject3
2022-11-15 13:43:49 +00:00
sthen
a4731e5b60 revert previous until checked further, doesn't find py3-cairo properly 2022-11-15 13:29:27 +00:00
sthen
69495d4da0 missed bump 2022-11-15 12:49:05 +00:00
sthen
b2c40e4b00 missed bump 2022-11-15 12:48:13 +00:00
ajacoutot
e6d45cd0c0 Oops, forgot in previous. 2022-11-15 12:32:27 +00:00
ajacoutot
eaa4a4968a Remove post-install to unbreak. 2022-11-15 12:30:00 +00:00
jca
72a32eeff7 Work around rust targets glitch on riscv64
The rust configure script errors out if it has more than one possible
rust candidate target to choose from.  Which happens on riscv64 because
of a patch kept in our rust port (for now). Just pick the first target
listed instead of bailing out.

Input from semarie@, ok ajacoutot@ (maintainer)
2022-11-15 12:01:37 +00:00
sthen
64e68f4157 update to py-simplejson-3.18.0 2022-11-15 11:49:55 +00:00
sthen
d294266874 opensmtpd-filter-dkimsign: merge the ed25519 flavour in to the main
build, it is no longer necessary to use ports OpenSSL for this now that
LibreSSL has EVP Ed25519 support.

Earlier version ok tb@, plus I tweaked README slightly during testing.
2022-11-15 11:27:19 +00:00
sthen
c705c88ca1 update to ocrmypdf-14.0.1 2022-11-15 10:54:43 +00:00
gonzalo
874c1488d7 Update for Nextcloud to 23.0.11
OK landry@
2022-11-15 10:51:17 +00:00
gonzalo
2bddc76e93 Update for Nextcloud to 25.0.1
Tested by Adriano (thanks!)
2022-11-15 10:50:16 +00:00
sthen
075e026df1 +py-coloredlogs py-humanfriendly 2022-11-15 10:28:18 +00:00
sthen
0bba8658c3 import ports/textproc/py-coloredlogs, ok aja@ aisha@
The coloredlogs package enables colored terminal output for Python's
logging module. The ColoredFormatter class inherits from logging.Formatter
and uses ANSI escape sequences to render your logging messages in color.
2022-11-15 10:27:42 +00:00
sthen
f5b8fb20d7 import ports/textproc/py-humanfriendly, ok aja@ aisha@
The functions and classes in the humanfriendly package can be used to
make text interfaces more user friendly. Some example features:

- Parsing and formatting numbers, file sizes, pathnames and timespans in
simple, human friendly formats.

- Easy to use timers for long running operations, with human friendly
formatting of the resulting timespans.

- Prompting the user to select a choice from a list of options by typing
the option's number or a unique substring of the option.

- Terminal interaction including text styling (ANSI escape sequences),
user friendly rendering of usage messages and querying the terminal for
its size.
2022-11-15 10:27:25 +00:00
sthen
899d7bef69 update to py3-black-22.10.0 2022-11-15 10:26:01 +00:00
sthen
07b593e448 +py-mypy-extensions 2022-11-15 10:24:18 +00:00
sthen
7dab1b8b7c import ports/devel/py-mypy-extensions, ok/tweak aja@
The "mypy_extensions" module defines experimental extensions to the
standard "typing" module that are supported by the mypy typechecker.
2022-11-15 10:23:35 +00:00
sthen
35c3c7f160 update to py3-jeepney-0.8.0 2022-11-15 09:34:51 +00:00
sthen
cccaa47e67 update to doit-0.36.0 2022-11-15 09:20:10 +00:00
landry
a7b25ba306 security/nss: update to 3.85.
relnotes should be at
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_85.html
but in the meantime use
https://hg.mozilla.org/projects/nss/file/tip/doc/rst/releases/nss_3_85.rst

drop patch from #1384827, i386 was fixed by #1796308
2022-11-15 09:12:15 +00:00
landry
ddbc0d7dc3 devel/nspr: fix default MASTER_SITES, mozilla.org was dropped from the url 2022-11-15 09:10:07 +00:00
landry
0cfe718b5d www/mozilla: fix default MASTER_SITES, mozilla.org was dropped from the path 2022-11-15 09:09:41 +00:00
sthen
678f55a1fb update to nbtscan-1.7.2 2022-11-15 08:59:38 +00:00
ajacoutot
9f51d02715 Unbreak cups printing.
ok landry@ sdk@
2022-11-15 08:16:54 +00:00
sthen
5f45f23a5f update to yubikey-manager-5.0.0, still no OpenBSD HID support for the
OTP part of the yubikey, there is now upstream support for FreeBSD's
uhid(4) (as well as more modern uhidraw) so it seems a bit closer to
what we need, but still doesn't work directly with our uhid(4).
2022-11-15 01:23:20 +00:00
sthen
7199038e78 relax py-click dependency; 8.0.x should be backwards compatible and other
software requires >=8
2022-11-15 00:24:30 +00:00
sthen
187e4e25de update to py3-click-8.0.4 2022-11-15 00:23:22 +00:00
jeremy
ff4f6c6118 Update to easy-rsa 3.1.1
Fixes issue with LibreSSL 3.6.0.

Add upstream patch to work around bug in number_only option parsing
in 3.1.1.

OK tb@ sthen@
2022-11-14 22:39:20 +00:00
caspar
4c278ef347 Tor Browser: update to 12.0a4
Better way of handling alpha release version numbers from landry@.
Add back Xrandr to WANTLIB; based on email from Josh Grosse.
Testing and further WANTLIB tweaks by sdk@.

OK landry@ sdk@
2022-11-14 22:13:58 +00:00
sthen
3cc76fc7e1 rspamd: build fix for 32-bit, from upstream 2022-11-14 21:35:05 +00:00
sthen
7fafaa6797 kicad: set DPB_PROPERTIES=parallel 2022-11-14 20:23:48 +00:00
tim
291d43ded2 Hook up nostt 2022-11-14 19:01:50 +00:00
tim
ebebfc7ddd Import www/nostt
OK caspar@
2022-11-14 19:00:06 +00:00