aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Buchholz Göktürk <tomalok@gmail.com>2022-03-19 17:26:06 +0000
committerJake Buchholz Göktürk <tomalok@gmail.com>2022-03-19 17:26:06 +0000
commitd91369b5a19d1b24c2aa3e67bc1d951e8d622544 (patch)
treecc2891df8650d5f9db10c6b8645799830a7b986f
parentd7360937b0e346ee93547a5cc4d1f637f48f3929 (diff)
downloadaports-d91369b5a19d1b24c2aa3e67bc1d951e8d622544.tar.gz
aports-d91369b5a19d1b24c2aa3e67bc1d951e8d622544.tar.bz2
aports-d91369b5a19d1b24c2aa3e67bc1d951e8d622544.tar.xz
main/tiny-ec2-bootstrap: upgrade to 1.4.4
Release 1.4.3 did not entirely fix root account locking. Although Tiny Cloud supersedes Tiny EC2 Bootstrap, but its networking bits require ifupdown-ng which is not available in Alpine 3.12. We are making this release to support 3.12 for the next few months until it's EOL'd.
-rw-r--r--main/tiny-ec2-bootstrap/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/tiny-ec2-bootstrap/APKBUILD b/main/tiny-ec2-bootstrap/APKBUILD
index 3059264b11d..3e881287964 100644
--- a/main/tiny-ec2-bootstrap/APKBUILD
+++ b/main/tiny-ec2-bootstrap/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Mike Crute <mike@crute.us>
# Maintainer: Mike Crute <mike@crute.us>
pkgname=tiny-ec2-bootstrap
-pkgver=1.4.3
-pkgrel=1
+pkgver=1.4.4
+pkgrel=0
pkgdesc="A tiny EC2 instance bootstrapper that uses instance metadata"
url="https://gitlab.alpinelinux.org/alpine/cloud/tiny-ec2-bootstrap"
arch="noarch"
@@ -18,5 +18,5 @@ package() {
}
sha512sums="
-6b15eaae722975b5f9deb6650cfd2319a37cab24084c3638ee3264e7784637cadfda863777909fc2cb09f1c27755082591b645342da697be040687da7a9936f3 tiny-ec2-bootstrap-release-1.4.3.tar.gz
+c9758bf4869a34bd68a010c7fb34ef8934f2af0393e2aa3b84c7ba89e0f9ab7e2af47c86975d0ffa5931a3ed2d276febfc04dddb41083a42988b5412c1b573aa tiny-ec2-bootstrap-release-1.4.4.tar.gz
"