Commit Graph

168463 Commits

Author SHA1 Message Date
psykose
505e68348e testing/gnome-latex: depend on gsettings-desktop-schemas
closes #14750
2023-03-23 22:14:09 +01:00
Hoang Nguyen
4ac52e870b testing/kubeone: upgrade to 1.6.1
https://github.com/kubermatic/kubeone/releases/tag/v1.6.1
2023-03-23 21:12:24 +00:00
Hoang Nguyen
2014d27596 testing/pyradio: upgrade to 0.9.2
https://github.com/coderholic/pyradio/releases/tag/0.9.2
2023-03-23 21:12:08 +00:00
donoban
682d124fd0 testing/pdfjs: fix sed and remove lang subpackage 2023-03-23 21:11:47 +00:00
Hoang Nguyen
b146be38d2 testing/opcr-policy: new aport 2023-03-23 21:11:36 +00:00
Hoang Nguyen
5d92a9f01c testing/teller: new aport 2023-03-23 21:11:07 +00:00
Lauren N. Liberda
162dd10131 testing/dart: upgrade to 2.19.5 2023-03-23 21:10:53 +00:00
Iztok Fister Jr
952c0cd009 community/py3-fiona: upgrade to 1.9.2 2023-03-23 21:10:14 +00:00
Iztok Fister Jr
64286ab737 community/py3-xarray: upgrade to 2023.3 2023-03-23 21:10:00 +00:00
Galen Abell
15fed2da01 community/dino: add missing dependency 2023-03-23 22:09:42 +01:00
Hoang Nguyen
13a72c80ff testing/golangci-lint: upgrade to 1.52.1
https://github.com/golangci/golangci-lint/releases/tag/v1.52.1
2023-03-23 21:08:30 +00:00
Hoang Nguyen
21ceda655f testing/py3-dateparser: upgrade to 1.1.8
https://github.com/scrapinghub/dateparser/releases/tag/v1.1.8
2023-03-23 21:08:19 +00:00
Hoang Nguyen
89afc277aa testing/knative-client: upgrade to 1.9.2
https://github.com/knative/client/releases/tag/knative-v1.9.2
2023-03-23 21:08:04 +00:00
Hoang Nguyen
4b336cdcc1 testing/kanister-tools: upgrade to 0.90.0
https://github.com/kanisterio/kanister/releases/tag/0.90.0
2023-03-23 21:07:52 +00:00
Hoang Nguyen
a0b2fcfdac testing/pulumi: upgrade to 3.59.0
https://github.com/pulumi/pulumi/releases/tag/v3.59.0
2023-03-23 21:07:41 +00:00
Lauren N. Liberda
5111faf80c testing/signal-desktop: upgrade to 6.11.0 2023-03-23 21:07:27 +00:00
Hoang Nguyen
ab985f384f testing/kubeshark: upgrade to 39.4
https://github.com/kubeshark/kubeshark/compare/39.1...39.4
2023-03-23 21:07:08 +00:00
Hoang Nguyen
95ea1f548f testing/oras-cli: upgrade to 1.0.0
https://github.com/oras-project/oras/releases/tag/v1.0.0
2023-03-23 21:06:54 +00:00
Hoang Nguyen
9291b41279 testing/kubeseal: upgrade to 0.20.2
https://github.com/bitnami-labs/sealed-secrets/blob/main/RELEASE-NOTES.md#v0202
2023-03-23 21:06:42 +00:00
Hoang Nguyen
2df9be1174 testing/cilium-cli: upgrade to 0.13.2
https://github.com/cilium/cilium-cli/releases/tag/v0.13.2
2023-03-23 21:06:30 +00:00
Hoang Nguyen
87ec6c0e6c testing/flux: upgrade to 0.41.2
https://github.com/fluxcd/flux2/compare/v0.37.0...v0.41.2
2023-03-23 21:06:14 +00:00
Jeff Dickey
bdcd0a4440 testing/rtx: upgrade to 1.27.0 2023-03-23 21:05:37 +00:00
Nicolas Lorin
b18c4e4946 testing/dnscontrol: upgrade to 3.29.0 2023-03-23 21:05:08 +00:00
Hoang Nguyen
ce8fa13bd3 testing/minio-client: upgrade to 0.20230320.171753
https://github.com/minio/mc/releases/tag/RELEASE.2023-03-20T17-17-53Z
2023-03-23 21:04:55 +00:00
Galen Abell
4c500b3774 community/dino: security upgrade to 0.4.2
fixes CVE-2023-28686
2023-03-23 21:04:35 +00:00
Antoine Martin
3f98e48a0c community/git-annex: upgrade to 10.20230321 2023-03-23 21:01:45 +00:00
Orhun Parmaksız
3f20b5f96e testing/git-cliff: new aport
https://github.com/orhun/git-cliff
A highly customizable changelog generator
testing/
2023-03-23 21:59:04 +01:00
Michał Polański
8d003dc5cc testing/beancount-language-server: disable on armhf
>    Compiling beancount-language-server v1.3.0 (/home/buildozer/aports/testing/beancount-language-server/src/beancount-language-server-1.3.0/crates/lsp)
> error: Undefined temporary symbol .LBB20_2
>
> error: could not compile `beancount-language-server` due to previous error
> >>> ERROR: beancount-language-server: build failed
2023-03-23 21:55:37 +01:00
Dermot Bradley
53faabaf0f main/lvm2: prevent LVM error during shutdown
Whenever a machine using LVM is shutdown then the
"/etc/init.d/lvm2 stop", run as part of an orderly shutdown will output
an error:

  * Shutting down the Logical Volume Manager
  * ERROR: lvm failed to stop

If the vgchange command in the init.d script is modified to not hide
its output then instead the following is observed:

  * Shutting down the Logical Volume Manager
   Logical volume vg0/root contains a filesystem in use.
   Can't deactivate volume group "vg0" with 1 open logical volume(s)
  * ERROR: lvm failed to stop

At this point in shutdown the majority of filesystems have already been
unmounted. However, obviously, / is not yet unmounted. The above error
occurs because the LV containing the rootfs cannot be deactivated as
the rootfs is still mounted. Therefore this is a "normal" error when the
rootfs is using LVM and should be ignored.
2023-03-23 20:52:47 +00:00
Umar Getagazov
181b6ec096 testing/haredo: upgrade to 1.0.3 2023-03-23 20:51:55 +00:00
Michał Polański
ad693aad90 testing/beancount-language-server: enable on s390x and riscv64 2023-03-23 21:49:02 +01:00
Michał Polański
a8bd982bc5 community/hydroxide: upgrade to 0.2.25 2023-03-23 21:38:55 +01:00
Michał Polański
82bae9f952 community/py3-faker: upgrade to 18.3.1 2023-03-23 21:10:18 +01:00
Michał Polański
17fbb1f95d testing/beancount-language-server: upgrade to 1.3.0 2023-03-23 21:08:58 +01:00
Jake Buchholz Göktürk
288a8bf55e main/tiny-cloud: upgrade to 2.2.1
For more info, see https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud/-/releases/2.2.1
2023-03-23 19:44:09 +00:00
Andy Postnikov
b53a80a137 testing/php82-pecl-timezonedb: upgrade to 2023.1 2023-03-23 20:39:15 +01:00
Andy Postnikov
aef87154a7 testing/php81-pecl-timezonedb: upgrade to 2023.1 2023-03-23 20:38:40 +01:00
Andy Postnikov
b7e184fbdc testing/php8-pecl-timezonedb: upgrade to 2023.1 2023-03-23 20:38:12 +01:00
Andy Postnikov
996cfbb315 testing/php7-pecl-timezonedb: upgrade to 2023.1 2023-03-23 20:37:30 +01:00
Michał Polański
d4bd65c585 testing/otpclient: upgrade to 3.1.6 2023-03-23 20:29:23 +01:00
Michał Polański
d676e9f177 community/lagrange: upgrade to 1.15.6 2023-03-23 20:28:14 +01:00
Michał Polański
c150595f96 community/ginkgo: upgrade to 2.9.2 2023-03-23 20:27:10 +01:00
Michał Polański
c4c5250cf6 community/podman: upgrade to 4.4.3
changelog: https://github.com/containers/podman/releases/tag/v4.4.3
2023-03-23 20:25:23 +01:00
psykose
0840c62791 testing/soju: upgrade to 0.6.0 2023-03-23 19:16:04 +00:00
Jake Buchholz Göktürk
a3a3a8925c main/tiny-cloud: upgrade to 2.2.0
For more info, see https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud/-/releases/2.2.0
2023-03-23 18:15:21 +00:00
Kevin Daudt
43e2a80946 community/go-task: upgrade to 3.22.0 2023-03-23 14:16:57 +00:00
Milan P. Stanić
6b9c6c246b community/linux-edge: upgrade to 6.2.8 2023-03-23 11:51:15 +00:00
Milan P. Stanić
a05eeef388 main/drbd-utils: upgrade to 9.23.1 2023-03-23 10:06:02 +00:00
Bart Ribbers
91c594be89 testing/py3-mopidy-spotify: upgrade to 4.1.1_git20230322
The new gst-plugins-spotify backend has been merged upstream with some
additional fixes!
2023-03-23 09:57:35 +01:00
Natanael Copa
bbbf65b7fa main/zfs-lts: rebuild against kernel 6.1.21-r0 2023-03-23 09:09:58 +01:00