171920 Commits

Author SHA1 Message Date
sthen
dea5055fd9 php/8.2: adjust #ifdef around #include to match the #ifdef around a call
to ENGINE_cleanup, to avoid implicit declaration with libressl:

php-8.2.0/ext/openssl/openssl.c:1329:2: warning: implicit declaration of function 'ENGINE_cleanup' is invalid in C99 [-Wimplicit-function-declaration]
2022-12-12 13:30:58 +00:00
otto
3eb7a2c0b7 Update to PowerDNS Recursor 4.8.0 2022-12-12 13:00:26 +00:00
sthen
9ba34aedb1 update to bird-2.0.11
From the release notes:

  o BGP roles (RFC 9234)
  o BGP: Keepalive time scaling
  o BGP: New 'min hold time' and 'min keepalive time' options
  o BGP: New 'next hop prefer global' option
  o Filter: For loops and direct recursion
  o Filter: Mixed declarations of local variables
  o Filter: Improved static type checks
  o Filter: Literal [] for empty set
  o Linux: Netlink KRT improvements
  o BSD: Experimental support for Netlink API
  o Memory management improvements
  o Many bugfixes

  In contrast to prior versions, configured keepalive time in BGP now scales
  with negotiated hold time to maintain proportion between the keepalive time
  and the hold time.

  There is a minor change in recursive next hop processing. Previously,
  recursive next hop must be resolved through a non-recursive route, now it must
  be resolved through a prefix where both the best route and all routes with the
  same preference (as the best route) are non-recursive. The old behavior might
  lead in some corner cases to an infinite loop of recursive next hop resolution
  due to a priority inversion.
2022-12-12 09:24:47 +00:00
ajacoutot
0174a5df80 Missing DEP on devel/gsettings-desktop-schemas.
reported by naddy@
2022-12-12 08:24:08 +00:00
ajacoutot
ac5e1bcd08 Missing BDEP on devel/gobject-introspection.
Regen PLIST while here.
2022-12-12 08:21:18 +00:00
tb
efeb76ab09 Update to rust-openssl-tests 20221211 2022-12-11 22:10:52 +00:00
naddy
b4a6d343b6 archivers/libarchive: update to 3.6.2 2022-12-11 21:41:16 +00:00
pascal
6fbfce18fc add forgotten patch 2022-12-11 21:29:47 +00:00
pascal
38d32d23be Update to Rakudo 2022.12. 2022-12-11 21:27:04 +00:00
pascal
526ec560c3 Update to NQP 2022.12. 2022-12-11 21:26:43 +00:00
pascal
5ff2be21f3 Update to MoarVM 2022.12. 2022-12-11 21:26:26 +00:00
denis
86a93392b4 update to v1.85.0
Update note: this release drops support for direct upgrade from VictoriaMetrics
versions prior v1.28.0

Changelog at https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.85.0
2022-12-11 15:21:47 +00:00
ajacoutot
3b6c38c4c8 Update to liblouis-3.24.0. 2022-12-11 11:47:37 +00:00
ajacoutot
7ff6ec08f8 Update to leafpad-0.8.19. 2022-12-11 11:44:37 +00:00
ajacoutot
4665e15f92 Update to ruby-dbus-0.18.1. 2022-12-11 11:39:33 +00:00
ajacoutot
08dba6bb2f Update to py3-tagpy-2018.1.1. 2022-12-11 11:38:23 +00:00
ajacoutot
da10caca5d Update to grip-4.2.3. 2022-12-11 11:29:27 +00:00
ajacoutot
8877ad8805 Update to taglib-1.13. 2022-12-11 11:21:20 +00:00
op
181ad1d52f update mail/aerc to a few commits after the 0.13 release bringing:
- fixed colorized filter with BSD awk
 - pipe: rearder patches based on email subjects
 - fix maildir folder listing

a similar diff was sent by Thim Cederlund, but I opted to update just a
few commits after 0.13 rather than to the latest one.
2022-12-11 11:02:24 +00:00
claudio
cc28ed7aa2 Update node_exporter to v1.50.0 (the latest release).
ok danj@
2022-12-11 10:50:32 +00:00
op
71e363fb7b update graphics/chafa to 1.12.4; diff from Florian Viehweger (maintainer) 2022-12-11 09:23:03 +00:00
sthen
1cf6e59640 update to py3-distlib-0.3.6 2022-12-11 09:04:32 +00:00
sthen
fb993f9ef9 update to py3-blessed-1.19.1 2022-12-11 09:04:28 +00:00
sthen
3b86fa2301 add max version spec in m2r, and comment in mistune. (mistune is a bit
old, but m2r can't use a newer one).
2022-12-11 09:04:20 +00:00
sthen
79e52394a2 update to py3-spark-parser-1.8.9 2022-12-11 08:44:20 +00:00
sthen
26df655cde update to pass-import-3.4 2022-12-11 08:40:18 +00:00
sthen
59ea6e158a update to py3-m2r-0.3.1 2022-12-11 08:40:10 +00:00
sthen
56ebe1852c update to py3-hatch_vcs-0.3.0 2022-12-11 08:40:02 +00:00
sthen
ec06384d3e update to py3-jsonschema-4.17.3 2022-12-11 08:39:39 +00:00
benoit
a53cb11215 Update to git-2.38.2. 2022-12-11 05:49:56 +00:00
gnezdo
f8aa867fbf Upgrade lang/ghc 9.2.4->9.2.5
OK kili@
2022-12-10 23:20:13 +00:00
jca
db8cb0a118 Make sure we don't pick up libdispatch if available
Else it may fail in bulk builds.  Using libdispatch might be desirable
but that needs testing first.  Bump REVISION to avoid leaving incorrect
packages on users machines.

Spotted by naddy when building x11/gnustep/base a few days ago.
2022-12-10 20:22:09 +00:00
jca
7b1f36d9e5 +d11amp 2022-12-10 19:50:20 +00:00
jca
6868fa5fe6 Import d11amp, a mpg123 frontend trying to resemble WinAmp.
From upstream author and port maintainer Thomas Dettbarn, with input
from sthen@ and me, ok sthen@
2022-12-10 19:48:32 +00:00
op
ca1eb7753d update devel/luarocks to 3.9.2 2022-12-10 17:11:42 +00:00
op
2e9128e724 update databases/pspg to 5.6.4
5.6.0: support direct true color mode
5.6.2: transform rgb colors to 256 when direct color mode is not possible
5.6.4: fix build on OSes without NCURSES_EXT_COLORS
2022-12-10 16:27:35 +00:00
sthen
65f7454a39 add missing TDEPs 2022-12-10 12:39:56 +00:00
visa
9e274d62dd Bump _SYSTEM_VERSION for mips64 again
There has been another ABI break since last snapshot build.
2022-12-10 12:37:27 +00:00
rsadowski
2abd7bf63b Hook libcrossguid 2022-12-10 11:06:07 +00:00
rsadowski
ecad480520 Import libcrossguid-0.2.3.20211002
OK sthen@ Init port from Brad

Comment:
minimal and cross platform C++ GUID library

Description:
CrossGuid is a minimal, cross platform, C++ GUID library.  It uses the
best native GUID/UUID generator on the given platform and had a generic
class for parsing, stringifying, and comparing IDs.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/graeme-hill/crossguid
2022-12-10 09:59:55 +00:00
rsadowski
0a9a9b5231 Update kubectl to 1.25.5 2022-12-10 09:57:14 +00:00
sthen
983962e651 update to py3-black-22.12.0 2022-12-10 09:50:01 +00:00
sthen
17f28ae984 borgbackup needs an RDEP on setuptools:
ModuleNotFoundError: No module named 'pkg_resources'
2022-12-10 09:47:25 +00:00
sthen
57c1d11140 update to py3-ansible-compat-2.2.7 2022-12-10 09:45:35 +00:00
sthen
0629592384 update to freetds-1.3.16 2022-12-10 09:45:23 +00:00
sthen
a86f063061 update to py3-test-asyncio-0.20.3 2022-12-10 09:41:58 +00:00
sthen
fe9d430c1e update to py3-virtualenv-20.17.1 2022-12-10 09:41:16 +00:00
sthen
5606927c8d py-test-mock: move py-mock from TDEP to RDEP 2022-12-10 09:25:52 +00:00
rsadowski
00f7a5fd4b Update nextcloudclient v3.6.4
Changelog v3.6.4: https://github.com/nextcloud/desktop/releases/v3.6.4
* [stable-3.6] do not create GUI from a random thread and show error
  on real error

Changelog v3.6.3: https://github.com/nextcloud/desktop/releases/v3.6.3
* [stable-3.6] Fix typo of connector
* [stable-3.6] fix renaming of folders with a deep hierarchy inside
  them
* [stable-3.6] Make user status selector modal, show user header
* [stable-3.6] Prevent bad encrypting of folder if E2EE has not been
  correctly set up
* [stable-3.6] Feature/edit file locally restart sync
* Add forcefoldersync method to folder manager
* [stable-3.6] Make use of plain text-enforcing qml labels
* [stable-3.6] Lock file when editing locally
* [stable-3.6] Format some QLabels as plain text

From Adriano (maintainer)
2022-12-10 09:17:40 +00:00
ajacoutot
7a6478a98b Update to awscli-1.27.27. 2022-12-10 08:58:21 +00:00