mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/k3s: upgrade to 0.8.1
- CVE-2019-9512 - CVE-2019-9514 Ref https://github.com/rancher/k3s/releases/v0.8.1
This commit is contained in:
parent
452acd412a
commit
bd54fcf2e0
@ -1,8 +1,8 @@
|
||||
# Contributor: Oleg Titov <oleg.titov@gmail.com>
|
||||
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
|
||||
pkgname=k3s
|
||||
pkgver=0.8.0
|
||||
pkgrel=1
|
||||
pkgver=0.8.1
|
||||
pkgrel=0
|
||||
pkgdesc="Lightweigt Kubernetes. 5 less than k8s."
|
||||
url="https://k3s.io"
|
||||
arch="all"
|
||||
@ -18,6 +18,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/rancher/k3s/archive/v$pkgver
|
||||
builddir="$srcdir/src/github.com/rancher/$pkgname"
|
||||
|
||||
# secfixes:
|
||||
# 0.8.1-r0:
|
||||
# - CVE-2019-9512
|
||||
# - CVE-2019-9514
|
||||
# 0.8.0-r0:
|
||||
# - CVE-2019-11247
|
||||
# - CVE-2019-11249
|
||||
@ -60,6 +63,6 @@ package() {
|
||||
install -m644 -D "$srcdir"/k3s.confd "$pkgdir"/etc/conf.d/k3s
|
||||
}
|
||||
|
||||
sha512sums="15ad80c965a49bb4afe1033602119a94a122f2a3d33e737b18d06ecf6ca0825ca812316b16cce0a1a4c35c63713bd7936983ccd0578557524d38de8bdf2d40c6 k3s-0.8.0.tar.gz
|
||||
sha512sums="797350f131bb9868574338b2ce7e09c26271ad28e9c2e5902c2cb0232173863cd593088bee14d65ff9545e3625a30e2275485008782bef6be164022061b48b65 k3s-0.8.1.tar.gz
|
||||
9501422f1bf5375555116cbeedb32de32109153396699bde1300ce01156c3e57fe3fb14a57f7de1dce47c955e5e6d61de7fea181a07b407f5b452006bc58991c k3s.initd
|
||||
dda2fc70e884ef439fece8f850d798f98d07cd431f0b8b79183f192b35f68fc7c633d3c790aae7b86ca57331212a7bb2f783131b752a4e1e71ef918469e6b944 k3s.confd"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user