diff options
Diffstat (limited to 'main/mkinitfs')
-rw-r--r-- | main/mkinitfs/0001-group-sync-with-alpine-baselayout.patch | 55 | ||||
-rw-r--r-- | main/mkinitfs/APKBUILD | 13 |
2 files changed, 63 insertions, 5 deletions
diff --git a/main/mkinitfs/0001-group-sync-with-alpine-baselayout.patch b/main/mkinitfs/0001-group-sync-with-alpine-baselayout.patch new file mode 100644 index 0000000000..0fca35831e --- /dev/null +++ b/main/mkinitfs/0001-group-sync-with-alpine-baselayout.patch @@ -0,0 +1,55 @@ +From e2aa461b2e6385ff5a38278425132dbb850bb3dd Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net> +Date: Wed, 10 Aug 2016 15:16:06 +0200 +Subject: [PATCH] group: sync with alpine-baselayout + +--- + group | 14 ++++---------- + 1 file changed, 4 insertions(+), 10 deletions(-) + +diff --git a/group b/group +index 5a6cbcc..9559744 100644 +--- a/group ++++ b/group +@@ -21,34 +21,28 @@ cdrom:x:19: + dialout:x:20:root + ftp:x:21: + sshd:x:22: ++input:x:23: + at:x:25:at + tape:x:26:root + video:x:27:root + netdev:x:28: + readproc:x:30: + squid:x:31:squid +-gdm:x:32:gdm + xfs:x:33:xfs + kvm:x:34:kvm + games:x:35: +-named:x:40:named +-mysql:x:60: ++shadow:x:42: + postgres:x:70: + cdrw:x:80: +-apache:x:81: +-nut:x:84: + usb:x:85: +-avahi:x:86: + vpopmail:x:89: + users:x:100:games + ntp:x:123: + nofiles:x:200: +-postfix:x:207: +-postdrop:x:208: + smmsp:x:209:smmsp +-distcc:x:240: +-slocate:x:245: ++locate:x:245: + abuild:x:300: + utmp:x:406: ++ping:x:999: + nogroup:x:65533: + nobody:x:65534: +-- +2.9.1 + diff --git a/main/mkinitfs/APKBUILD b/main/mkinitfs/APKBUILD index 3ceba68d2a..af524f130e 100644 --- a/main/mkinitfs/APKBUILD +++ b/main/mkinitfs/APKBUILD @@ -2,7 +2,7 @@ pkgname=mkinitfs pkgver=3.0.5 _ver=${pkgver%_git*} -pkgrel=2 +pkgrel=3 pkgdesc="Tool to generate initramfs images for Alpine" url="http://git.alpinelinux.org/cgit/mkinitfs" makedepends_build="" @@ -14,12 +14,12 @@ triggers="$pkgname.trigger=/usr/share/kernel/*" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$_ver.tar.xz 0001-init-add-support-for-ttyMFD-and-ttyUSB-serial-consol.patch 0001-init-dont-use-local-in-global-scope.patch + 0001-group-sync-with-alpine-baselayout.patch " arch="all" license="GPL2" builddir="$srcdir"/$pkgname-$_ver - build() { cd "$builddir" make VERSION=$pkgver-r$pkgrel || return 1 @@ -32,10 +32,13 @@ package() { md5sums="de3f95912a542dfabbf0573620549a29 mkinitfs-3.0.5.tar.xz a4227598291fa7338ad1128bfef3720c 0001-init-add-support-for-ttyMFD-and-ttyUSB-serial-consol.patch -a74631b5f40001dd259a2a6ebcaec544 0001-init-dont-use-local-in-global-scope.patch" +a74631b5f40001dd259a2a6ebcaec544 0001-init-dont-use-local-in-global-scope.patch +db888a1a502fe281bbe0b1add81bf62f 0001-group-sync-with-alpine-baselayout.patch" sha256sums="3f13619f161c506796b91f2db17644eba25c2ffc923aa0c8fff0213d1f660aa4 mkinitfs-3.0.5.tar.xz 17547dbc77bd19d940550ea6243b44212d21a6797aee4202e4e22c31143bf9e6 0001-init-add-support-for-ttyMFD-and-ttyUSB-serial-consol.patch -7253cd8ebc1487e4bfb98d81edd68b24a4364e9fa8e48c73fc6903f2077b056e 0001-init-dont-use-local-in-global-scope.patch" +7253cd8ebc1487e4bfb98d81edd68b24a4364e9fa8e48c73fc6903f2077b056e 0001-init-dont-use-local-in-global-scope.patch +17b8a04db505eea9e176da00f9389ca80f65ed88c0288f6785f9ab108164361a 0001-group-sync-with-alpine-baselayout.patch" sha512sums="246f25ce3fb65ea19dbe611ad44a106930c28b2c7111908462d4a252433011280715b2cf87ee81cc6f0860679fd1d0a109d03040647498137e42b22ccc711662 mkinitfs-3.0.5.tar.xz 35b4cf3f74e394d87b321d335ec4dff6973bfd9a38cdc81609e21e025ee3fb9af7d2744cf9941531603df829af1f7fba433074915ba88a688d375cfe40dad07a 0001-init-add-support-for-ttyMFD-and-ttyUSB-serial-consol.patch -ca1bd66bc6d366dc74da389397f3e0d81b3afa21a534269230ab33f415e633b19ce54327b78713847461b67d6d23a85019c79e1fbbf1a964ee0bd26013ddf33f 0001-init-dont-use-local-in-global-scope.patch" +ca1bd66bc6d366dc74da389397f3e0d81b3afa21a534269230ab33f415e633b19ce54327b78713847461b67d6d23a85019c79e1fbbf1a964ee0bd26013ddf33f 0001-init-dont-use-local-in-global-scope.patch +2736650e0c06d47f2cd0dcc4a9c3d575b2b5284ee8d1aa0cccd45b5855ff6704171f5b7761b8c88536c8dca84943810e9332db9f2e03681f6355c5068a3a3092 0001-group-sync-with-alpine-baselayout.patch" |