diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 18:19:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 18:19:46 +0000 |
commit | fe85964591759923e783be970405d145be201e91 (patch) | |
tree | cf72e3ff6e5a6a2a7ac87bd71c6225d5463fd983 /main/lxc | |
parent | b9cca35628a723105a18c1dd2ed657118db61303 (diff) | |
download | aports-fe85964591759923e783be970405d145be201e91.tar.bz2 aports-fe85964591759923e783be970405d145be201e91.tar.xz |
main/lxc: upgrade to 2.0.8
Diffstat (limited to 'main/lxc')
-rw-r--r-- | main/lxc/APKBUILD | 8 | ||||
-rw-r--r-- | main/lxc/alpine-default-mirror.patch | 59 |
2 files changed, 3 insertions, 64 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index ab01468437..0c1bbbf7c6 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -3,9 +3,9 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lxc -pkgver=2.0.7 +pkgver=2.0.8 _pkgver=${pkgver/_rc/.rc} -pkgrel=5 +pkgrel=0 pkgdesc="Userspace interface for the Linux kernel containment features" url="https://linuxcontainers.org/lxc/" arch="all" @@ -24,7 +24,6 @@ source="https://github.com/lxc/lxc/archive/lxc-$_pkgver.tar.gz lxc.conf download-template-tmpfs.patch - alpine-default-mirror.patch alpine-default-repos.patch " builddir="$srcdir/lxc-lxc-$_pkgver" @@ -147,10 +146,9 @@ EOF } -sha512sums="eb48dc800ce43d2f4d46e0cecc4d0a714b3e22c6a4975776b54d17d1d20d5a1411e6b605215282f1f77286ddf22b61c80b86b83752191fc18023894ef7a1c44d lxc-2.0.7.tar.gz +sha512sums="a71a6408e23b0a03f59e6e68b9b87147fb6d0843932942f9e46da59ca58ed357203d0bca1d0e65d53ca441c4a6c36945fc51a0d4a835a866f23cf7405a6a6cd9 lxc-2.0.8.tar.gz e2ffcbf55447291a8434a4f37255c3a6a119bc4116c75d205006aa2b070bf6be28535cf6107bead14bbf64bf9fa415346ab544bd1c15e1add7d1c6380e6b2def version.patch 1037e0b773553aa04b619cec7cfc8fa504af830e58c8211eda367da7e36aeb88f45fca1f955a08fc4fa3f9da660017d5fe7145a326a2064cf15e24d1772d9e27 lxc.initd 5b83b0323e58bf00bd1e124c265729499cee97559b6fe18482962e3bed50d121b4c7a09f25cbce7b1e18d4234627bc4b4581ba2060e33cd022f105b4429cef01 lxc.conf b3b8c47a8594cefff58cef74efe9e6bf0dd8422a40289c4398ea34e61d04dd3d95c567e880a4b123df42ffac3fae179b63b130b357eb6659f73f922f2908d971 download-template-tmpfs.patch -458c0d6f7aa91feeeafc228f8493f7056397bf3e3863b98e99b0e1297fa3553f7be23c1d37c4a37a7426d3f05e35c714096aabcbf8bd894af38a23dfec170911 alpine-default-mirror.patch a8ce110414578ba58cee8c15762f59d5185d7e543e8fdd46e1e7148895600b3603499e2c2b9222ee36d867b07e8c9776d8dee994a1647bac4d1fb478129faaf9 alpine-default-repos.patch" diff --git a/main/lxc/alpine-default-mirror.patch b/main/lxc/alpine-default-mirror.patch deleted file mode 100644 index 359768d904..0000000000 --- a/main/lxc/alpine-default-mirror.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 72ead1c05401789ced73d9e3f47d1c11aa6dd951 Mon Sep 17 00:00:00 2001 -From: Jakub Jirutka <jakub@jirutka.cz> -Date: Tue, 14 Mar 2017 17:35:46 +0100 -Subject: [PATCH 2/2] lxc-alpine: use dl-cdn.a.o as default mirror instead of - random one - -Some mirrors from the mirrors list are not very reliable and it seems -that no one really wants to use some random mirror as the default -option. - -Signed-off-by: Jakub Jirutka <jakub@jirutka.cz> -Upstream-Issue: https://github.com/lxc/lxc/pull/1461 ---- - templates/lxc-alpine.in | 11 +++-------- - 1 file changed, 3 insertions(+), 8 deletions(-) - -diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in -index fd281f8..44173ee 100644 ---- a/templates/lxc-alpine.in -+++ b/templates/lxc-alpine.in -@@ -46,7 +46,7 @@ ebf31683b56410ecc4c00acd9f6e2839e237a3b62b5ae7ef686705c7ba0396a9 alpine-devel@l - 12f899e55a7691225603d6fb3324940fc51cd7f133e7ead788663c2b7eecb00c alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub" - - readonly APK_KEYS_URI='http://alpinelinux.org/keys' --readonly MIRRORS_LIST_URL='http://rsync.alpinelinux.org/alpine/MIRRORS.txt' -+readonly DEFAULT_MIRROR_URL='http://dl-cdn.alpinelinux.org/alpine' - - : ${APK_KEYS_DIR:=/etc/apk/keys} - if ! ls "$APK_KEYS_DIR"/alpine* >/dev/null 2>&1; then -@@ -76,7 +76,7 @@ usage() { - to the host arch. - -d, --debug Run this script in a debug mode (set -x and wget w/o -q). - -F, --flush-cache Remove cached files before build. -- -m URL --mirror=URL The Alpine mirror to use; defaults to random mirror. -+ -m URL --mirror=URL The Alpine mirror to use; defaults to $DEFAULT_MIRROR_URL. - -r VER, --release=VER The Alpine release branch to install; default is the - latest stable. - -@@ -130,11 +130,6 @@ parse_arch() { - esac - } - --random_mirror_url() { -- local url=$(fetch "$MIRRORS_LIST_URL" | shuf -n 1) -- [ -n "$url" ] && echo "$url" --} -- - run_exclusively() { - local lock_name="$1" - local timeout=$2 -@@ -477,7 +472,7 @@ extra_packages="$@" - # Set global variables. - readonly DEBUG="$debug" - readonly FLUSH_CACHE="$flush_cache" --readonly MIRROR_URL="${mirror_url:-$(random_mirror_url)}" -+readonly MIRROR_URL="${mirror_url:-$DEFAULT_MIRROR_URL}" - - # Validate options. - [ -n "$name" ] || die 1 'Missing required option --name' |