18017 Commits

Author SHA1 Message Date
rsadowski
6031766f02 Move net/prosody to use Lua 5.2.
- Defined `MODLUA_VERSION=5.2`
- Added `--lua-version=${MODLUA_VERSION}` to `CONFIGURE_ARGS`, otherwise
  the build was picking up Lua 5.1 if it was already installed
- Added `--no-example-certs` to `CONFIGURE_ARGS`, which results in
  `make` not generating certs for localhost and example.com, which
  changes PLIST a tiny bit. I don't think that generating this certs
  adds any value, but I can keep it off the patch if it's preferred.
- Added NO_TEST=yes

Update diff from maintainer
2021-06-25 04:30:22 +00:00
paco
5dfc8bd410 hook net/amfora 2021-06-24 18:13:00 +00:00
paco
5b36af12cb import net/amfora a terminal based Gemini client:
Amfora aims to be the best looking Gemini client with the most features all
in the terminal. It does not support Gopher or other non-Web protocols.

Features:
* Support ANSI color codes
* Styled page content
* Multiple charset support
* Tabbed browsing
* Built-in search
* Bookmarks
* Theming
* Proxying


port by Dimitri Karamazov which takes maintainer.
ok abieber@
2021-06-24 18:05:09 +00:00
abieber
e17f6c092e Update mautrix-whatsapp to 0.1.7.
Diff from Renaud Allard with tweaks from myself.

- Switch to MODGO_*
- Add EPOCH as the version string has changed
- Switch to modules.inc
2021-06-24 02:28:37 +00:00
jasper
f21a18edc6 update to gupnp-tools-0.10.1 2021-06-23 09:21:55 +00:00
tb
e205a1c1b9 net/freeradius: prepare for opaque SSL in libssl 2021-06-22 14:01:21 +00:00
sthen
71bd09e154 update to librenms-21.6.0 2021-06-20 11:33:06 +00:00
rsadowski
0fd5998dce Update KDE Gear to 21.04.2
https://kde.org/announcements/gear/21.04.2/
https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-19 18:34:30 +00:00
sthen
41db4234b3 icinga2: enable backtrace_symbols now that it's present in base;
patch cmake script to fix linking
2021-06-19 13:40:25 +00:00
jca
571ce5ed8e update to knot-3.0.7
https://www.knot-dns.cz/2021-06-16-version-307.html
2021-06-19 13:27:45 +00:00
jca
24d0a6a461 update to openvpn-2.5.3 2021-06-19 12:19:35 +00:00
kirby
ea0a243b34 Update to seafile 8.0.2 2021-06-19 10:38:44 +00:00
ajacoutot
4b300c4c07 Update to py3-boto3-1.17.97. 2021-06-19 07:32:57 +00:00
ajacoutot
6f0c54f2cf Update to py3-botocore-1.20.97. 2021-06-19 07:32:46 +00:00
sthen
8e58eaf1ea Revert to BIND 9.16.16 to fix some issues with Ws. 2021-06-18 18:12:10 +00:00
tb
4a60f05965 net/tor: fix build on base-gcc architectures
gcc 4.2.1 doesn't like the initialization of a static variable with
a const int (which is not a constant expression). Work around this.

ok pascal (maintainer) stsp
2021-06-17 10:13:03 +00:00
sthen
5b7f347966 update to isc-bind-9.16.17 2021-06-16 22:03:54 +00:00
rsadowski
1475bd3be2 Update weechat to 3.2 2021-06-16 04:53:26 +00:00
cwen
1109a3f50d tdlib: big endian architectures aren't supported, don't build there
OK sthen@ and Omar Polo (maintainer)
2021-06-15 19:37:40 +00:00
solene
f0599cb123 Update to lagrange-1.5.2 2021-06-15 16:36:28 +00:00
pascal
e6200a9a70 Update to new release series 0.4.6.5.
This fixes security issues:
* TROVE-2021-003 (CVE-2021-34548)
* TROVE-2021-004
* TROVE-2021-005 (CVE-2021-34549)
* TROVE-2021-006 (CVE-2021-34550)

Complete announcement: https://lists.torproject.org/pipermail/tor-announce/2021-June/000220.html
2021-06-15 15:14:00 +00:00
edd
644871aa42 net/syncthing: Update to version 1.17.0.
OK bket@, thanks.
2021-06-15 09:11:02 +00:00
paco
eb54b4a4ed update net/py-nbxmpp to 2.0.2 2021-06-15 07:27:51 +00:00
martin
d6d653d546 Update py-tinytuya to 1.2.6. 2021-06-14 18:37:52 +00:00
sthen
77eb3787e8 add CONFIGURE_STYLE=autoreconf etc missed in previous commit 2021-06-13 20:34:53 +00:00
ajacoutot
22f8f9083a Update to rsnapshot-1.4.4. 2021-06-13 06:32:42 +00:00
rsadowski
ff82fbc6b0 Update nextcloudclient to 3.2.2
Update diff from maintainer
2021-06-13 04:25:44 +00:00
naddy
cde2ef73bf net/curl: fix regression test suite with the default stack limit
The simple web server (sws) would try to allocate 2*2MB of buffers
on the stack, bump against the default 4MB limit and die, disabling
a large slice of the regression test suite.  Use malloc instead.
2021-06-12 14:15:08 +00:00
ajacoutot
5da89a0763 Update to py3-boto3-1.17.93. 2021-06-12 13:14:07 +00:00
ajacoutot
a0c9d1a668 Update to py3-botocore-1.20.93. 2021-06-12 13:13:55 +00:00
daniel
0cf1584e2e -py-minimalmodbus 2021-06-12 05:35:26 +00:00
daniel
d67387a91e make py-minimalmodbus python3-only
ok martin@ (MAINTAINER)
2021-06-12 05:35:01 +00:00
sthen
2251a296a4 powerdns-recursor: put CFLAGS/CXXFLAGS under control of ports
tested by otto@ (maintainer)
2021-06-11 19:26:22 +00:00
sthen
24b9bf05ab unbreak following change to libssl pkg-config file 2021-06-11 16:02:18 +00:00
kirby
a12029f6c7 Update to owncloudclient-2.8.2.4246 2021-06-11 05:33:27 +00:00
sthen
737dd4aa8b update to mosquitto-2.0.11 2021-06-10 08:38:48 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
sthen
4be8079f10 freeradius3: previous update @sample'd some files (hints, huntgroups)
that should not have been @sample'd as they are handled by symlinks in
freeradius-enable.sh instead. remove them and add @comment.
2021-06-09 17:03:14 +00:00
landry
9bca319480 +tdlib,tg & py-telegram,python3 2021-06-09 10:45:29 +00:00
landry
ce45d114a0 Import tg 0.17.0, from Omar Polo
tg is a ncurses Telegram client with vi-like keybindings.  It supports a
wide range a of features (view/send photos, videos, voice notes,
documents, stickers, ...) and secure chats too.

with tweaks from and ok sthen@
2021-06-09 10:44:05 +00:00
landry
db91527007 Import py-telegram 0.14.0, from Omar Polo
Python wrapper for Telegram tdlib

ok sthen@
2021-06-09 10:43:16 +00:00
landry
fe39a89728 Import tdlib-1.7.3, from Omar Polo
TDLib (Telegram Database library) is a cross-platform library for
building Telegram clients.

with tweaks from and ok sthen@
2021-06-09 10:42:16 +00:00
otto
b523190c33 Update to PowerDNS Recursor 4.5.2 and remove unneeded Makefile_in
patch as configure does the right thing and adds -O2
2021-06-09 09:06:22 +00:00
danj
f435a9663a Mark BROKEN-i386 2021-06-08 01:26:59 +00:00
sthen
afeb3a0715 address some issues with librenms' pkg-readme and path detection
reported by Olivier Cherrier, while there install the bash-completion
file
2021-06-07 20:13:20 +00:00
landry
e8c8669fff net/openvpn-auth-ldap: update to 2.0.4.
Codenamed 'A decade of small fixes and improvements', git tag says
"This includes a variety of build improvements, bug fixes, RFC2307
groups support, and support for OpenVPN challenge/response protocol."

seems to work in light testing against openldap, pf table integration
and group membership/lookup untested, but still better than the previous
release from 2007.... all tests also seem to pass fine.
2021-06-06 15:11:18 +00:00
jasper
321c62a707 update to gupnp-1.2.7 2021-06-06 08:16:19 +00:00
ajacoutot
3c2dc99ec4 Update to zeek-4.0.2. 2021-06-05 13:15:05 +00:00
jasper
e01e3a119c update to gupnp-1.2.6 2021-06-05 12:52:19 +00:00
jasper
7a5c0b3ec5 drop maintainership for stuff i've not used in a long time 2021-06-05 12:34:05 +00:00