166235 Commits

Author SHA1 Message Date
sthen
f0c03f82d3 adapt to OpenLDAP update; libldap_r no longer exists as a separate library.
the main libldap can be used instead.
2022-05-14 15:35:07 +00:00
sthen
629118de95 update to OpenLDAP 2.6.2
- BDB/HDB are no longer supported in 2.5+, if you're using these you
need to move to MDB (MDB is supported in the 2.4.x version already in
ports).

*Before* upgrading use slapcat to dump your database to an ldif file.
(You should be doing this regularly anyway)

Update your database configuration to use mdb instead of bdb.
Note that if you are using the on-line configuration database (cn=config)
rather than slapd.conf it can be fiddly to change in an existing
configuration; you may prefer to regenerate the configuration too.

Reload your database from the ldif file using slapadd (or if you are
updating a read-only replica you can let syncrepl pick it up).

- The port has switched to a modular build. The most important backends
and overlays (in particular mdb and syncrepl) are still compiled into
slapd so in those cases you don't need to make any changes to adapt to
this. If using more exotic configuration then you may need to load
the relevant modules (for OLC see "olcModuleLoad", for slapd.conf see
"moduleload").

- Switch from BUILD_DEPENDS on groff (only soelim is used) to an awk
script.

Next commit will adjust other ports to cope.
2022-05-14 15:33:58 +00:00
ajacoutot
653c551c03 +sshuttle 2022-05-14 15:12:41 +00:00
ajacoutot
38eab3e86f Import sshuttle-1.1.0
sshuttle allows you to create a VPN connection from your machine to any remote
server that you can connect to via ssh.

ok robert@
2022-05-14 15:12:07 +00:00
sthen
2e7a3e784e update to php-8.1.6 2022-05-14 15:10:25 +00:00
sthen
6b6fbb972d update to php-8.0.19 2022-05-14 15:10:16 +00:00
sthen
e04091d691 mark vaultwarden BROKEN-i386
raw-cpuid-10.2.0/src/lib.rs:80:37 "could not find `arch` in `self`"
2022-05-14 14:12:30 +00:00
sthen
2034188a5b update to libretls-3.5.2 2022-05-14 13:56:36 +00:00
sthen
a5fba9605a update to pcsc-lite-1.9.6 2022-05-14 13:51:28 +00:00
sthen
9871a39a16 update to pgpdump-0.35, enable tests 2022-05-14 13:50:25 +00:00
ajacoutot
10253105d9 Prevent pickig up old automake which breaks with:
configure.ac:52: option `dist-xz' not recognized
2022-05-14 10:16:21 +00:00
kirby
7724dd6cff Update to mc-4.8.28.
The most notable change is SMB support removal:
https://midnight-commander.org/ticket/1

OK robert@ (MAINTAINER)
2022-05-14 08:51:07 +00:00
landry
f7b860e86e geo/postgis: fix WANTLIB after gdal update 2022-05-14 08:39:01 +00:00
landry
7c491bc72b geo/gdal: update to 3.5.0.
switch to cmake, cf https://gdal.org/development/rfc/rfc84_cmake.html

see https://github.com/OSGeo/gdal/blob/v3.5.0/NEWS.md
2022-05-14 08:38:38 +00:00
ajacoutot
affcedb652 Update to librsvg-2.54.3. 2022-05-14 08:21:20 +00:00
ajacoutot
36658a9c05 Update to terragrunt-0.37.1. 2022-05-14 08:20:00 +00:00
op
f3cdac5111 + s-cdda s-cdda-to-db 2022-05-14 07:56:11 +00:00
ajacoutot
7cdf304ce2 Update to awscli-1.24.0. 2022-05-14 07:55:14 +00:00
op
8e0c07581e import s-cdda-to-db-0.8.0
Queries content and data of audio CDs through s-cdda(1), collects
informations (artist, album, song titles, etc.) of desired tracks,
if possible correlates data with a web query against MusicBrainz,
then places encoded tracks as well as a human readable and easily
parseable database in a per-CD directory under a directory tree.
The user is asked to edit the collected information and is given
a hand for the rather sophisticated classical music aware database
layout while doing so.

The audio encoders (and sox(1) without --no-volume-normalize) need
to be installed separately.

From Steffen Nurpmeso (maintainer/upstream) with tweaks from sthen@ and
me.  ok sthen@ (NO_BUILD/PKG_ARCH and DESCR twaks done after his review)
2022-05-14 07:55:09 +00:00
ajacoutot
471319d738 Update to py3-boto3-1.23.0. 2022-05-14 07:54:58 +00:00
ajacoutot
328484b51d Update to py3-botocore-1.26.0. 2022-05-14 07:54:46 +00:00
op
b70b9bf74c import s-cdda-0.8.5
s-cdda queries information, like the table-of-contents, from audio CD-ROMs.
It also reads audio tracks to store them as WAVE audio files.
It only works with SCSI MMC-3 aware cdrom/drivers.

From Steffen Nurpmeso (maintainer/upstream) and tweaks from sthen@ and
me.  ok sthen@
2022-05-14 07:53:03 +00:00
robert
104635f3de update to 101.0.4951.67 2022-05-14 07:41:40 +00:00
ajacoutot
647c866710 Missing BDEP on devel/fmt. 2022-05-14 07:40:13 +00:00
landry
942c86ad7e x11/xfce4/terminal: update to 1.0.3
see https://mail.xfce.org/pipermail/xfce-announce/2022-May/001112.html
2022-05-14 07:23:36 +00:00
ajacoutot
c4671d0204 Missed bump.
-@conflict fcitx-*
+@conflict fcitx5-*
2022-05-14 07:14:03 +00:00
ajacoutot
5b40f975c7 Update to gnutls-3.7.5. 2022-05-13 23:34:48 +00:00
ajacoutot
2ec1f93783 Update to gtk+4-4.6.4. 2022-05-13 23:20:42 +00:00
sthen
ddaae34482 tidy EXTRACT_SUFX now that kf5.port.mk no longer sets it for GH_* downloads 2022-05-13 18:59:19 +00:00
sthen
5cf9b53a79 Prevent the kf5 module from setting EXTRACT_SUFX=.tar.xz for github downloads.
ok rsadowski@
2022-05-13 18:57:02 +00:00
op
9e295d7072 + s-postgray 2022-05-13 17:30:59 +00:00
op
4454a0086d import s-postgray-0.6.0
RFC 6647 graylisting policy server, following the recommended practice
noted in the standard document.
Graylisting defers message acceptance (for a specific recipient / sender
/ client_address value tuple) a configurable number of times
via a standardized SMTP response (see allow(5), RFC 5321), which does
not prevent message delivery from SMTP M(ail) T(ransfer) A(gent)s,
but can help against simple spam producing programs.
s-postgray is started via spawn(8), with the given user credentials,
therefore the built-in DB store path is /tmp -- you surely want to
change this via configuration file or command line option.

from Steffen Nurpmeso (maintainer and upstream), with tweaks from sthen@
and me.  ok sthen@.
2022-05-13 17:30:07 +00:00
sthen
863b15f7e7 update to nlopt-2.7.1, from wen heping 2022-05-13 16:07:17 +00:00
sthen
ca9bde38ea update to unifi-7.1.65 2022-05-13 16:05:01 +00:00
sthen
43c54c10c9 +crunch 2022-05-13 15:56:59 +00:00
sthen
f6592a926f import ports/textproc/crunch, from Renaud Allard, tweaks me and op@, ok op@ 2022-05-13 15:56:33 +00:00
sthen
a6388766cd re-add the fcitx5 ports under fcitx-XX pkgpath and pkgnames, the less
expensive of two possible ways of handling the upgrade path from fcitx-4.xx

input from espie@, discussed with kevlo@
2022-05-13 15:37:46 +00:00
op
3d87553109 bump www/purritobin REVISION after uwebsockets update 2022-05-13 15:21:52 +00:00
op
efd0906d4b update www/uwebsockets to 20.14.0
diff from Aisha, thanks!

v20.14.0:
- Fixes a potential heap-use-after-free when finishing (tryEnd, end) an
  Http response within onWritable callback (captured variables are
  destroyed).
- Affects only users who stream large Http responses with the use of
  onWritable callback. If your application never sets an onWritable
  callback, then you're not affected.

v20.13.0:
- fixes a minor issue where the HTTP parser did not allow header values
  with bytes above 7-bit ASCII

v20.12.0:
- Safari 15.4 finally fixed
2022-05-13 15:20:25 +00:00
op
cea23521c4 update audio/twolame to 0.4.0
diff from Martin Ziemer (thanks!) who is also taking maintainership,
with tweaks (shlib bump, homepage to https) from me and sthen@.
2022-05-13 15:10:01 +00:00
sthen
5a4d74a79b update to mutt-wizard-3.3.1, from Aisha Tammy (maintainer) 2022-05-13 14:49:56 +00:00
sthen
3f0e8bdc2b update to kamailio-5.5.4 2022-05-13 14:48:15 +00:00
sthen
88c869b5f7 FFmpeg: merge in some commits for the AOM and SVT-AV1 encoders. From Brad. 2022-05-13 12:56:19 +00:00
sthen
db0e6d9b3f update to Dovecot 2.3.19 (amongt other things this fixes an issue with
replication not always working that I've run into with 2.3.18) and
Dovecot-pigeonhole to 0.5.19.  OK Brad (maintainer)
2022-05-13 12:50:16 +00:00
sthen
b9e863b63b +postgresql-ip4r 2022-05-13 12:22:13 +00:00
sthen
84fd583f88 import ports/databases/postgresql-ip4r, tweak/ok op@
IP4R is a PostgreSQL extension which supports 6 data types allowing
you to store IPv4 & IPv6 addresses in a PostgreSQL table:

  ip4   - a single IPv4 address
  ip4r  - an arbitrary range of IPv4 addresses
  ip6   - a single IPv6 address
  ip6r  - an arbitrary range of IPv6 addresses
  ipaddress  - a single IPv4 or IPv6 address
  iprange    - an arbitrary range of IPv4 or IPv6 addresses

While PostgreSQL already has builtin types 'inet' and 'cidr', the
authors of this module found that they had a number of requirements
that were not addressed by the builtin types.
2022-05-13 12:21:45 +00:00
ajacoutot
e1e5bb3a28 Update to librsvg-2.54.2. 2022-05-13 09:36:11 +00:00
sthen
dc82d10118 update to icinga-web2-module-incubator-0.16.1 2022-05-13 08:45:54 +00:00
kevlo
506d7f0625 Replace fcitx with fcitx5. 2022-05-13 01:52:02 +00:00
kevlo
ba759af3a6 Import xcb-imdkit-1.0.3
xcb-imdkit is an implementation of xim protocol in xcb, comparing
with the implementation of IMDkit with Xlib, and xim inside Xlib,
it has less memory foot print, better performance, and safer on
malformed client.

From Yifei Zhan
2022-05-13 01:41:21 +00:00