diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-14 08:13:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-14 08:13:59 +0000 |
commit | b2944c548dfed2a611d26e4c45b5454efc413854 (patch) | |
tree | 9be0f9145b74b11b6b4d71b6a4746f6f04e73b7d /main/alpine-conf | |
parent | 675ac7f71d9221b6c5db430e4725cbbbab725cd1 (diff) | |
download | aports-b2944c548dfed2a611d26e4c45b5454efc413854.tar.bz2 aports-b2944c548dfed2a611d26e4c45b5454efc413854.tar.xz |
main/alpine-conf: upgrade to 3.2.1
ref #4017
Diffstat (limited to 'main/alpine-conf')
-rw-r--r-- | main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch | 28 | ||||
-rw-r--r-- | main/alpine-conf/APKBUILD | 14 |
2 files changed, 5 insertions, 37 deletions
diff --git a/main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch b/main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch deleted file mode 100644 index d2438c20bf..0000000000 --- a/main/alpine-conf/0001-setup-interfaces-replace-non-breaking-space-with-nor.patch +++ /dev/null @@ -1,28 +0,0 @@ -From d5c11ff64cb280ddd1bc8b57e34508e2fa1d3c5c Mon Sep 17 00:00:00 2001 -From: Natanael Copa <ncopa@alpinelinux.org> -Date: Wed, 6 May 2015 22:13:12 +0200 -Subject: [PATCH] setup-interfaces: replace non-breaking space with normal - space - -Non-breaking space (0xc2 0xa0) was added by mistake. Replace it with a -normal space. ---- - setup-interfaces.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup-interfaces.in b/setup-interfaces.in -index 1bf0713..c62cd30 100644 ---- a/setup-interfaces.in -+++ b/setup-interfaces.in -@@ -400,7 +400,7 @@ prompt_for_interfaces() { - index=$(( $index + 1 )) - done - -- if [ "$(openrc --sys)" != "LXC" ] || ! ip addr show lo | grep -q 'inet.*127\.0'; then -+ if [ "$(openrc --sys)" != "LXC" ] || ! ip addr show lo | grep -q 'inet.*127\.0'; then - echo "type=loopback" > 000~lo.conf - echo "" > interface - fi --- -2.4.0 - diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD index 06e27456a3..92f69205d5 100644 --- a/main/alpine-conf/APKBUILD +++ b/main/alpine-conf/APKBUILD @@ -1,14 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=alpine-conf -pkgver=3.2.0 -pkgrel=1 +pkgver=3.2.1 +pkgrel=0 pkgdesc="Alpine configuration management scripts" url=http://git.alpinelinux.org/cgit/$pkgname arch="all" license="GPL2" depends="openrc" source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz - 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch " _builddir="$srcdir"/$pkgname-$pkgver @@ -35,9 +34,6 @@ package() { done } -md5sums="db580800445157df07c681722aab4b6b alpine-conf-3.2.0.tar.xz -15eecd5eef638a7366e32c5a8c215674 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch" -sha256sums="9a2d1b23ba9f19ecdd07798d79f8ab6ba63ea28daa1cbbf19da8bd1c2e6b9484 alpine-conf-3.2.0.tar.xz -a8122d90fbd7fd69ef793f8f116a1a518d861b6bfde8b837dbcb6477aa16933e 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch" -sha512sums="9e1b41d94212596693d7e98f3a310b0576c86628ed528a1f112fab72bc4d14e88d99a7bedf834563e0337ccf0b256a450e47bfb3a4dd4935130fcd503d35f2ea alpine-conf-3.2.0.tar.xz -e11988eda8162463c980fd99f5492aa18e92ccf3e8ac52416145713ecf989758b84a603a8857dd9cf603ffd8cf3ce181a12eb5c90ae8709eac4c85bf1ee9fde0 0001-setup-interfaces-replace-non-breaking-space-with-nor.patch" +md5sums="d8863487539eb41de219303addf71aa1 alpine-conf-3.2.1.tar.xz" +sha256sums="f0e7954bb1a5144f551694acfde818bbad4e42a575e7a8e3a06a777ade7a5d9d alpine-conf-3.2.1.tar.xz" +sha512sums="20c11b134234708d86fe4cc093c4073df3496a43d13994d0df369066afed39a9a3c97cebacdbb6518f212e414c9456c31ee41bd600b3fc29e892448118a7b5e8 alpine-conf-3.2.1.tar.xz" |