Commit Graph

19851 Commits

Author SHA1 Message Date
rsadowski
5222772f18 Import signond-8.61, Tweaks and OK kn@
Comment:
SignOn Daemon (Qt)

Description:
The SignOn daemon is a D-Bus service which performs user authentication on
behalf of its clients. There are currently authentication plugins for OAuth 1.0
and 2.0, SASL, Digest-MD5, and plain username/password combination.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://accounts-sso.gitlab.io/
2022-12-10 08:31:47 +00:00
rsadowski
80b6a6859e Import libaccounts-qt-1.16, Tweaks and OK kn@
Comment:
Qt-based client library for the accounts database

Description:
Library for managing accounts which can be used from Qt applications. It is
part of the @accounts-sso project.

Maintainer: Rafael Sadowski <rsadowski@openbsd.org>

WWW: https://accounts-sso.gitlab.io/
2022-12-10 08:25:06 +00:00
rsadowski
4dc46868e2 Re-Add libaccounts-glib-1.26, OK kn 2022-12-10 08:04:04 +00:00
otto
0843885092 Update to PowerDNS Authoritative Server 4.7.3 2022-12-09 10:23:42 +00:00
sthen
85f055365c update to wireshark-4.0.2 2022-12-09 09:40:38 +00:00
martin
3107e995af Update py-tinytuya to 1.9.1. 2022-12-09 07:53:43 +00:00
kn
0d568f3299 Replace local minizip workaround with upstream update 2022-12-09 06:42:46 +00:00
kn
4b1cd90384 Update to 2.0.0 using python 3
Builds and packages fine, but run tests were generally unsuccessful
(for me) with deluge-gtk not showing up as window under cwm(1) at all.

Either way, this is better than having an outdated python 2 plugin for
a python 3 client.

Diff from bentley
2022-12-08 21:03:14 +00:00
kn
d3ede7fa4f tdesktop links against and does not build shared libs 2022-12-08 20:58:16 +00:00
kn
881ff44406 update license comment after bundle changes 2022-12-08 20:53:41 +00:00
kn
0a25aab8b6 Update to tdesktop 4.4.1
No new fixes, but upstreamed ones are pulled from PRs and patches/ remains
the temporary XXX hacky place.
2022-12-08 20:48:43 +00:00
kn
794e9f2606 Update to tdesktop 4.4.0
No new fixes this time, just offset churn.
2022-12-08 20:23:10 +00:00
pvk
f403c57a78 Update zabbix 6.2.5 -> 6.2.6
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.6
ok robert@
2022-12-08 19:18:36 +00:00
kn
44312c7663 Update to tdesktop 4.3.4
bundled sonnet got replaced with bundled cld3.
More pending/backported upstream fixes.
2022-12-08 16:21:23 +00:00
sthen
b2ab85da72 update to toot-0.31.0 2022-12-08 09:57:08 +00:00
kn
af287844f9 Update to tdesktop 4.3.3
More hacky glibmm/range-v3/clang fixes.
Fix another bug that already made it upstream.
Pick up new qt6 sonnet bundle.
2022-12-08 01:37:41 +00:00
aisha
c74545c8bf net/knot: update to 3.2.3
ok abieber jca
2022-12-07 23:35:12 +00:00
aisha
6ec302f654 net/py-libknot: update to 3.2.3
ok abieber jca
2022-12-07 23:34:45 +00:00
aisha
3ce944762e net/jitsi: update ports to 2.0.8044
ok abieber sthen
2022-12-07 23:31:47 +00:00
pascal
dc99dd9d0d Update to tor 0.4.7.12. 2022-12-07 21:52:07 +00:00
sthen
5bbac44ee1 remove daemon from @newuser again 2022-12-07 16:24:58 +00:00
kn
91067cb9ab Catch up on upstream zlib fix
So future releases bundling a fixed version can drop this.
2022-12-07 16:00:59 +00:00
sthen
70aa1568fe update to synapse-1.73.0, from maintainer Renaud Allard
if you use Prometheus exporters and didn't already sync with the
deprecation in earlier versions, you'll need to update dashboards etc; see
https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed
2022-12-07 15:41:54 +00:00
kn
fe19e35b4d merge second MODULES/*DEPENDS block into first one
Leftover from the qt5/qt6 flavour phase.
2022-12-07 15:07:11 +00:00
kn
a54adc0b67 Update to tdesktop 4.3.1
4.3.0 switched to newer glibmm and thus broke clang builds.
4.3.1 is a fix release but not for the glibmm/range-v3/clang issues.
Ship a minimal fix that builds and runs;  upstream master is still broken.

Newer versions require more tweaks and newer bundles, so make small steps.
2022-12-07 15:04:35 +00:00
sthen
99a892c81e update to py3-ifaddr-0.2.0 2022-12-07 08:32:10 +00:00
sthen
b2b6328492 update to py3-idna-3.4, moves from setuptools to flit_core 2022-12-07 08:25:05 +00:00
kn
6d3c80ce97 Stop overwriting the C++ standard, tdesktop uses C++20 2022-12-06 19:38:56 +00:00
sthen
8c422bf745 net/py-ipaddr is no longer required 2022-12-06 13:22:31 +00:00
kn
9d00056bfc Unbreak build with newest cmake, bump revision just in case
Reported by naddy
Tested by rsadowski
2022-12-05 19:18:35 +00:00
kn
ec32988be5 Fix msgpack runtime on sparc64
Same fix as the borg 1.1 one except that borg 1.2 uses ports py-msgpack
which has more consumers than borg 1.2, hence the separate commit.

	$ borg init -e none ./repo ; echo $?
	Unknown integrity data version 0 in integrity.1
	0

msgpack-python messed up __BYTE_ORDER handling, but only on sparc64 using
ports GCC 8.4.0;  macppc base clang 13 is fine.

msgpack-python got fixed, pull the PR and bump borg 1.2.

Teste on little endian amd64/base-clang and big endian macppc/base-clang,
sparc64/ports-gcc.

OK bket
2022-12-05 17:54:53 +00:00
sthen
40c5921bb8 update to newer arp-scan checkout 2022-12-05 10:02:08 +00:00
sthen
52af40d0ab update to arouteserver-1.18.0 2022-12-05 09:10:18 +00:00
jca
28fc8fbe0e Remove net/uucpd, broken runtime and uses password auth over plain TCP
Uses getpwnam(3) and crypt(3) to check the user passwords, but our
getpwnam(3) doesn't return password hashes since 2016.

Problem spotted by William Orr while toying with this port.  William
provided a fix but it's more reasonable to drop this ancient piece of
software.  ok tb@
2022-12-05 00:13:40 +00:00
sthen
edb4c48d8a nmap: port ndiff to python 3 (via 2to3 plus a few extra
patches) and reenable it
2022-12-04 18:18:24 +00:00
kn
1caf67cac9 Remove net/nmap,-zenmap and ndiff(1) from net/nmap
zenmap is a python 2 gui supposed to be run as root, ndiff diffs nmap
outputs.  ndiff from the nmap package requires the nmap-zenmap package to
be installed, but doesn't depend on it and won't work unless you actually
install/use zenmap... which noone ever complained about.

Upstream has some active python 3 pull requests, but nothing concrete and
nmap port updates are overdue anyway.

Completely remove all python (2) bits from this port.

Feedback jca sthen
OK jca (on zenmap removal, ndiff removal probably as well)
OK sthen
2022-12-04 18:13:56 +00:00
danj
d027ff562d Update to haproxy-2.6.7 2022-12-04 13:45:44 +00:00
pvk
29667c4bf2 Update zabbix 6.2.4 -> 6.2.5
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.5
ok robert@
2022-12-03 21:34:05 +00:00
juanfra
421ea9308f Update to ftpdlib 1.5.7. 2022-12-03 19:57:25 +00:00
kn
63fa4c3839 Remove net/supybot
homepage times out for me, no maintainer, python 2 only, no consumers,
no update since 2009, we lag behind the last upstream version from 2018.

There is plenty of maintained irc bot software to chose from.

OK sthen
2022-12-03 17:50:02 +00:00
kn
2919d605ba Remove net/py-lipcap
no maintainer, no consumers, python 2 only, no update since 2016,
py3 net/py-pcapy exists (albeit broken currently).

Not a good idea to parse network packets with dead python 2 code.

OK sthen
2022-12-03 17:47:45 +00:00
ajacoutot
7c911482a6 Update to py3-boto3-1.26.22. 2022-12-03 09:09:05 +00:00
ajacoutot
45be539383 Update to py3-botocore-1.29.22. 2022-12-03 09:08:54 +00:00
op
1720d74d31 update net/gmid to 1.8.6
- add tests and compat for setresuid setresgid
 - add GEMINI_SEARCH_STRING fastcgi parameter / cgi env variable
 - manpage fix: QUERY_STRING is *not* urldecoded
 - fixed use-after-free in the fastcgi code
 - when switching user also set the groups
 - always cast is*() arguments to unsigned char
2022-12-02 14:54:11 +00:00
gonzalo
848aacdcfb Update for Dendrite to 0.10.7
OK abieber@
2022-12-02 08:14:53 +00:00
fcambus
a45ecc508c Update dbip to 2022.12. 2022-12-01 22:34:59 +00:00
sthen
0681cb8d24 enable mmap in rrdtool; earlier versions of rrdtool just used it for
updates and used file io for other things, but it seems that was changed
sometime around 1.3-ish, which makes it less scary for non-UBC

with this, i see much lower cpu spin%, at least when used with rrdcached,
and haven't noticed any problems with a fairly busy librenms

while there, use -flto on lld archs, except on archs where we usually
have problems with it
2022-12-01 12:55:28 +00:00
sthen
291b59143b update to toot-0.30.1 2022-12-01 09:41:06 +00:00
op
dca79676e0 update net/tut to 1.0.24
The config option tag-follow works now.
2022-12-01 08:49:58 +00:00
op
7e7d797b2b update net/lagrange to 1.14.1
ok MAINTAINER
2022-12-01 08:36:35 +00:00