171242 Commits

Author SHA1 Message Date
sthen
27eba592c1 import ports/sysutils/py-subprocess-tee, ok solene@
This package provides a drop-in alternative to subprocess.run that
captures the output while still printing it in real-time, just the way
tee does.

Printing output in real-time while still capturing is valuable for any
tool that executes long-running child processes. For those, you do want
to provide instant feedback (progress) related to what is happening.
2022-11-24 16:39:35 +00:00
sthen
e4d1aab383 update to snmp_exporter-0.21.0 2022-11-24 14:54:42 +00:00
sthen
9c6e8e431c update to py3-pandas-1.5.2 2022-11-24 12:41:17 +00:00
sthen
fa5330cd3f update to py3-certifi-2022.9.24 2022-11-24 12:40:58 +00:00
sthen
abac1d10c3 update to flake8-6.0.0 2022-11-24 12:16:31 +00:00
sthen
04fda5c37b update to py3-codestyle-2.10.0 2022-11-24 12:16:29 +00:00
sthen
d44e9fe761 update to pyflakes-3.0.0 2022-11-24 12:16:26 +00:00
sthen
ec9d4f8c9b update to py3-colored-1.4.4 2022-11-24 12:15:57 +00:00
sthen
2d767ce297 update to py3-numpydoc-1.5.0 2022-11-24 12:14:16 +00:00
sthen
78513df2ac update to py3-urllib3-1.26.13 2022-11-24 12:03:38 +00:00
sthen
fbbacb75c6 update to py3-dict2xml-1.7.2 2022-11-24 12:02:46 +00:00
sthen
fc105db388 update to xml2rfc-3.15.3 2022-11-24 11:59:36 +00:00
sthen
3088fc931b update to py3-ini2toml-0.11.3 2022-11-24 11:59:20 +00:00
op
18a3252fc1 update x11/fvwm2 to 2.7.0
bugfix release, changelog:
https://github.com/fvwmorg/fvwm/releases/tag/2.7.0

diff from Michael (michi+openbsd [at] dataswamp [dot] org - MAINTAINER),
thanks!
2022-11-24 10:38:35 +00:00
op
c15cd11c31 update sysutils/nnn to 4.7
diff from MAINTAINER Martin Ziemer, thanks!
changelog: https://github.com/jarun/nnn/releases/tag/v4.7
2022-11-24 10:25:40 +00:00
sthen
56a5d31ef0 update to librenms-22.11.0 2022-11-24 10:23:56 +00:00
sthen
3164825671 commit unifi/Makefile.inc as well (plus bump where needed)
spotted by lraab@
2022-11-24 09:59:36 +00:00
ajacoutot
422d1501a2 Update to nomad-1.4.3. 2022-11-24 08:37:14 +00:00
ajacoutot
01bc900771 Merge a couple of fixes from upstream:
- Remove the "lyricswiki" plugin, as the website shutdown last year
- Adjust the "default" version string
2022-11-24 08:32:32 +00:00
ajacoutot
271457ddcf A new version to ignore for PORTROACH. 2022-11-24 08:17:47 +00:00
rsadowski
488abc0bbd Update neochat to 22.09 2022-11-24 06:34:22 +00:00
tb
4a16fc7db6 openssl-ruby-tests: remove no longer needed patch.
ok jeremy
2022-11-23 21:51:00 +00:00
pvk
4a406e5168 Update py-vsphere-automation 8.0.0.0 -> 8.0.0.1
Changelog: https://github.com/vmware/vsphere-automation-sdk-python/releases/tag/v8.0.0.1
2022-11-23 21:20:26 +00:00
kn
d813739fc0 Remove security/hatchet
WWW is dead behind cloudflare, README.OpenBSD doesn't work because
it still uses old mod_perl which was superseded by ap2-mod_perl in 2016.

OK sthen
2022-11-23 20:47:26 +00:00
kn
52c7e01431 drop myself as maintainer 2022-11-23 20:34:14 +00:00
tb
70cb11e9fb openssl-ruby-test: one more merged pull request. Hopefully last one
for today, sorry for the noise.
2022-11-23 20:07:43 +00:00
kn
895f3cac6a Remove security/libperseus
WWW throws 404, no update since import in 2011, no consumers, only we
package it.

maintainer timeout
OK jca
2022-11-23 19:51:55 +00:00
kn
354b16bcd6 Remove security/ikeman
This port remains unmaintained since import in 2011, only on life support by
tb and his LibreSSL efforts.

Previous changes saw no response maintainer and this port is already a
maintainence burden for porters.

maintainer timeout (again)
OK tb
2022-11-23 19:48:28 +00:00
pvk
411413bfa9 Update ansible 6.6.0 -> 7.0.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst#v7-0-0
2022-11-23 18:13:43 +00:00
op
1b2ff04b83 portcheck: fix COMMENT check in the no MULTI_PACKAGE case
if MULTI_PACKAGE isn't set $subpkg is "-" and it breaks the check for
COMMENT.  Trim out the - with ${subpkg%-} as already done in other parts
of portcheck.

ok tb@, sthen@
2022-11-23 17:51:47 +00:00
tb
ef04f4152f Update to rust-openssl-tests 20221123 2022-11-23 17:22:42 +00:00
op
fa1e63a0dc add back DISTFILE, lost before importing. reported by aja, thanks! 2022-11-23 16:57:05 +00:00
tb
94b0caf5af openssl-ruby-tests: move to new HEAD, PR was merged instantly. 2022-11-23 16:49:55 +00:00
tb
e4c467ac5d openssl-ruby-tests: add link to PR 2022-11-23 16:17:22 +00:00
op
ac8bd4f82c drop punctuation from COMMENT, ok gonzalo@ 2022-11-23 15:51:35 +00:00
tb
6c22dd0b66 openssl-ruby-tests: enable HKDF support via EVP. 2022-11-23 15:47:00 +00:00
sthen
e6291c3d60 mark spyder BROKEN for now, requires updating before it will
work with python 3.10
2022-11-23 15:41:45 +00:00
tb
3e8a688700 Update to openssl-ruby-tests 20221123 2022-11-23 15:33:44 +00:00
sthen
edcfceecdb update to py3-qtawesome-1.2.1 2022-11-23 15:30:02 +00:00
gonzalo
297b042e64 Add llama 2022-11-23 15:10:47 +00:00
gonzalo
5117f88130 llama is a terminal file manager. OK op@ 2022-11-23 15:07:00 +00:00
ajacoutot
13788f31ab Move to meson(1) for building. 2022-11-23 14:59:22 +00:00
tb
6f7e9ddf8e x11/kitty: with X25519 support available in libcrypto's EVP, we no longer
need to patch out all the crypto. The only thing that needs to be done is
replacing OPENSSL_clear_free() with freezero(). This should make future
updates much easier.

ok thfr (MAINTAINER)
2022-11-23 14:45:21 +00:00
sthen
25eed72c7b update to unifi-7.3.76, switches from jdk 1.8 to 11 2022-11-23 14:28:11 +00:00
ajacoutot
a91dedf173 Regen PLIST. 2022-11-23 14:12:32 +00:00
pvk
533318b299 Update zabbix 6.2.3 -> 6.2.4
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.4
Looks fine to me robert@
2022-11-23 13:53:41 +00:00
ajacoutot
d45eff1cdf Update to gtk+3-3.24.35. 2022-11-23 13:50:34 +00:00
ajacoutot
606f4cd0a7 SECURITY update to zeek-5.0.4. 2022-11-23 10:31:32 +00:00
mbuhl
587cfcd69f xpathns.py contained a use after free. It runs during make test
and is shipped in share/examples.
ok aja
2022-11-23 09:54:04 +00:00
ajacoutot
00c898755c Update to meson-0.64.1. 2022-11-23 07:44:52 +00:00