171778 Commits

Author SHA1 Message Date
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
ajacoutot
317b32416e Update to py3-boto3-1.26.27. 2022-12-10 08:58:09 +00:00
ajacoutot
0028e35579 Update to py3-botocore-1.29.27. 2022-12-10 08:57:58 +00:00
ajacoutot
e7cabe6f08 Update to py3-chromecast-13.0.2. 2022-12-10 08:52:06 +00:00
ajacoutot
818b16911e Unbreak:
packaging._tokenizer.ParserSyntaxError: Expected version after operator
    boto3>=boto3-1.17.57
2022-12-10 08:51:33 +00:00
rsadowski
9bf1b341ea Simplify q{collection,help}generator links, by kn@ 2022-12-10 08:37:21 +00:00
rsadowski
5d6cdbec45 Add libaccounts-glib,qt and signond 2022-12-10 08:34:01 +00:00
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
sthen
4089fba65f missing RDEP on py-hatchling 2022-12-09 20:06:38 +00:00
sthen
ab918ff1c9 duh, of course hatch-vcs should RUN_DEPENDS on hatchling.. add missing RDEP 2022-12-09 20:04:12 +00:00
bluhm
ace38dbfcf update p5-Syntax-Keyword-Try to 0.28 2022-12-09 17:15:34 +00:00
sthen
23e8f8fbbf poison MODPY_BUILD (var is MODPY_PYBUILD) 2022-12-09 16:23:05 +00:00
claudio
3983fc3491 Update to 2.73.4
Changes since then:
2.37.2:
    [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup.
    [BUGFIX] Agent: Fix validation of flag options and prevent WAL from
    growing more than desired.

2.37.3:
    [BUGFIX] Update our regexp library to fix upstream CVE-2022-41715.
    [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak.

2.37.4:
    [SECURITY] Fix basic authentication bypass vulnerability (CVE-2022-46146).

OK sthen@
2022-12-09 14:50:55 +00:00
sthen
ac3c5766a5 fix rc script filename 2022-12-09 14:45:25 +00:00
sthen
8a3b99e1ed add php-8.2.0 2022-12-09 14:44:38 +00:00
sthen
551a3a9fba update BROKEN-sparc64 comment; PHP 8.1+ uses fibers code (originating
from Boost) which is only available on a limited set of arch where asm
code is available, unless on an OS supporting the ucontext functions.
2022-12-09 14:38:36 +00:00
sthen
9e731f0b20 switch mail/getmail to the "getmail6" fork which supports Python 3; from
Martin Ziemer (maintainer), who is ok with my tweaks to patch-getmails
2022-12-09 14:29:52 +00:00
sthen
4951c727ca add missing BDEP on math/py-oldest-support-numpy;
$ grep requires pyproject.toml
requires = ["setuptools>=41.2", "cython>=0.19", "oldest-supported-numpy"]
2022-12-09 14:26:44 +00:00
sthen
66c58052f4 fix minor issues with u-boot build deps:
- add missing ${MODPY_FLAVOR} to py-elftools BDEP

- this port doesn't use setuptoools to build; drop MODPY_SETUPTOOLS.
replace it with a plain BUILD_DEPENDS on setuptools, it's needed for
tools/binman/control.py which uses pkg_reseources from setuptools.
(I would guess that sometime in the future this might be dropped in
favour of using importlib.resources, added to core Python since 3.7,
but not yet).
2022-12-09 14:20:34 +00:00
sthen
7a379e3871 update to uchardet-0.0.8 2022-12-09 14:14:37 +00:00
sthen
87a56fd266 update to py3-ruamel.yaml.clib-0.2.7 2022-12-09 13:05:11 +00:00
ajacoutot
4c57fb8876 Update to p5-Sys-Virt-8.10.0. 2022-12-09 12:36:49 +00:00
pvk
2f514cfe7d Update ansible 7.0.0 -> 7.1.0
Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/7/CHANGELOG-v7.rst#v7-1-0
2022-12-09 11:42:32 +00:00
sthen
68054eaab2 automake 1.16 checks are ok with python 3 2022-12-09 11:15:02 +00:00
sthen
2fd33fda8c update to faad-2.10.1, from Brad
patch libquicktime's configure script to fix detection
2022-12-09 10:41:19 +00:00
martin
127596e484 Update blosc to 1.21.2. 2022-12-09 10:37:30 +00:00
sthen
b4681f9196 add mpv patches, via Brad:
- upstream commits to eliminate deprecated FFmpeg API
- upstream gpu_next fixes for crashing due to a bug with usage of lcms2
- fix over-zealous detection of libatomic (it was picked up at configure
time if present at all, rather than only if needed)
2022-12-09 10:33: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
tb
4ed6e586d4 Update to rust-openssl-tests 20221209 2022-12-09 09:01:34 +00:00
martin
224747f5ee Update py-netcdf4 to 1.6.2. 2022-12-09 08:44:36 +00:00
martin
9eaf574281 Update py-cftime to 1.6.2. 2022-12-09 08:29:44 +00:00
martin
3107e995af Update py-tinytuya to 1.9.1. 2022-12-09 07:53:43 +00:00
kn
c26ad6ba12 Remove security/hlfl
WWW is dead, the old hlfl.org is now another project, DESCR doesn't
mention pf, long missing out on updates, unmaintained.

OK benoit
2022-12-09 06:48:48 +00:00
kn
0d568f3299 Replace local minizip workaround with upstream update 2022-12-09 06:42:46 +00:00
patrick
6c4bb3ed2b Disable the PCIe controller that hosts the Lenovo x13's WWAN for now, as
we currently rely on the BIOS to set up the PCIe controllers and this does
not work on machines without a WWAN card.  Works around a panic on those.

ok kettenis@
2022-12-08 22:53:09 +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
fcambus
d2d3a39b8d Update xfig to 3.2.8b. 2022-12-08 20:35:22 +00:00