Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/openafs-kernel/
Date: Mon, 11 Dec 2017 19:06:47
Message-Id: 1513019189.8c7fa56850b76136df5394bf9dfabeeb32a23eca.np-hardass@gentoo
1 commit: 8c7fa56850b76136df5394bf9dfabeeb32a23eca
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 18:47:46 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 19:06:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7fa568
7
8 net-fs/openafs-kernel: Bump to 1.6.22
9
10 CVE: 2017-17432
11 Bug: https://bugs.gentoo.org/640536
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 net-fs/openafs-kernel/Manifest | 1 +
15 net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild | 134 +++++++++++++++++++++
16 2 files changed, 135 insertions(+)
17
18 diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
19 index 5ede15d9038..ce512c9c6ad 100644
20 --- a/net-fs/openafs-kernel/Manifest
21 +++ b/net-fs/openafs-kernel/Manifest
22 @@ -2,5 +2,6 @@ DIST openafs-1.6.20.1-src.tar.bz2 14672548 BLAKE2B e558a43be0dc0098b726f5a969cf1
23 DIST openafs-1.6.20.2-src.tar.bz2 14676861 BLAKE2B 538534c451e51e449d225772cfb38a119b2297aee82bf5758434a8d5784b08afb08996f7dd80d78e11c9da8a55165815aa138bdb4aba4bda86549a1d2e5ab8d4 SHA512 74c50fa71a98e7ad8bfed0610ab1dbf5c6669cdbd1e240c7b155f345fc511d9e51b4d9caa8d235223ad929b711577a192ca0841c92279bf16991cace8f19a575
24 DIST openafs-1.6.21-src.tar.bz2 14682997 BLAKE2B 304a1ad57528f933dcf12d40b30325a58cbee21edfae5d043098cdf77b620fb321bcab01d28300ecc380486d87bb1925e2f030d9bd23afb58432fd0d0782736a SHA512 451c38ed5031b8a962da3276bf5d0f1b74c5956c2d10cdb8bbd22ea633880ebf35cf5fc71feb5d2eca4306762f6c2376a46f4522150291acfc469f8be2da757f
25 DIST openafs-1.6.21.1-src.tar.bz2 14679991 BLAKE2B 7c18dccb638ed24b33d188f9e58447135a06aed4cf1f4ce8d5c985f1efcb418d891187b4492f2f50111994801852db080c6dec4d0c5629771dcea3393f90add5 SHA512 a8c496657a59ee00411717aac8b6c4ca64f7ffeef400ae84ff902c8b2d81d19a367f78fbe105512ec7ec7181e8b0158fc359565eb99e2beb39d6a93ed1b28f98
26 +DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557 SHA512 7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
27 DIST openafs-patches-20170212.tar.xz 11008 BLAKE2B 6a51a849a61dbc8486a78ba44ced693f76dcb79f1db0131e82e81d16f66bee658b9604064b7c828545dcc4984d4c0f25c5972cf2e61c2036d1d093662068d539 SHA512 13e525a3f612b43318ad2fefaa3edf15ad572153494e94826815400f90a253678d2ade44d6adae08b1cb0dc8f311f5407f5aa540ed0df7a2d2d6024695bd917f
28 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4 SHA512 f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a
29
30 diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
31 new file mode 100644
32 index 00000000000..4d7d351471f
33 --- /dev/null
34 +++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
35 @@ -0,0 +1,134 @@
36 +# Copyright 1999-2017 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI="6"
40 +
41 +inherit autotools linux-mod multilib toolchain-funcs versionator
42 +
43 +MY_PV=$(delete_version_separator '_')
44 +MY_PN="${PN/-kernel}"
45 +MY_P="${MY_PN}-${MY_PV}"
46 +PVER="20170822"
47 +
48 +DESCRIPTION="The OpenAFS distributed file system kernel module"
49 +HOMEPAGE="https://www.openafs.org/"
50 +# We always d/l the doc tarball as man pages are not USE=doc material
51 +[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
52 +SRC_URI="
53 + https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
54 + https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
55 +"
56 +
57 +LICENSE="IBM BSD openafs-krb5-a APSL-2"
58 +SLOT="0"
59 +KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
60 +IUSE="debug"
61 +
62 +S=${WORKDIR}/${MY_P}
63 +
64 +CONFIG_CHECK="~!AFS_FS KEYS"
65 +ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!"
66 +ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
67 +
68 +QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
69 +QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
70 +
71 +PATCHES=( "${WORKDIR}/gentoo/patches" )
72 +
73 +pkg_pretend() {
74 + if use kernel_linux && kernel_is ge 4 14 ; then
75 + ewarn "Gentoo supports kernels which are supported by OpenAFS"
76 + ewarn "which are limited to the kernel versions: < 4.14"
77 + ewarn ""
78 + ewarn "You are free to utilize epatch_user to provide whatever"
79 + ewarn "support you feel is appropriate, but will not receive"
80 + ewarn "support as a result of those changes."
81 + ewarn ""
82 + ewarn "Please do not file a bug report about this."
83 + fi
84 +}
85 +
86 +pkg_setup() {
87 + if use kernel_linux; then
88 + linux-mod_pkg_setup
89 + fi
90 +}
91 +
92 +src_prepare() {
93 + default
94 +
95 + # packaging is f-ed up, so we can't run eautoreconf
96 + # run autotools commands based on what is listed in regen.sh
97 + eaclocal -I src/cf
98 + eautoconf
99 + eautoconf -o configure-libafs configure-libafs.ac
100 + eautoheader
101 + einfo "Deleting autom4te.cache directory"
102 + rm -rf autom4te.cache
103 +}
104 +
105 +src_configure() {
106 + local myconf=""
107 + # OpenAFS 1.6.11 has a bug with kernels 3.17-3.17.2 that requires a config option
108 + if use kernel_linux && kernel_is -ge 3 17 && kernel_is -le 3 17 2; then
109 + myconf="--enable-linux-d_splice_alias-extra-iput"
110 + fi
111 +
112 + local ARCH="$(tc-arch-kernel)"
113 + local MY_ARCH="$(tc-arch)"
114 + local BSD_BUILD_DIR="/usr/src/sys/${MY_ARCH}/compile/GENERIC"
115 +
116 + if use kernel_linux; then
117 + myconf+=( --with-linux-kernel-headers="${KV_DIR}" \
118 + --with-linux-kernel-build="${KV_OUT_DIR}"
119 + )
120 + elif use kernel_FreeBSD; then
121 + myconf+=( --with-bsd-kernel-build="${BSD_BUILD_DIR}" )
122 + fi
123 + econf \
124 + $(use_enable debug debug-kernel) \
125 + "${myconf[@]}"
126 +}
127 +
128 +src_compile() {
129 + ARCH="$(tc-arch-kernel)" AR="$(tc-getAR)" emake V=1 -j1 only_libafs
130 +}
131 +
132 +src_install() {
133 + if use kernel_linux; then
134 + local srcdir=$(expr "${S}"/src/libafs/MODLOAD-*)
135 + [[ -f ${srcdir}/libafs.${KV_OBJ} ]] || die "Couldn't find compiled kernel module"
136 +
137 + MODULE_NAMES="libafs(fs/openafs:${srcdir})"
138 +
139 + linux-mod_src_install
140 + elif use kernel_FreeBSD; then
141 + insinto /boot/modules
142 + doins "${S}"/src/libafs/MODLOAD/libafs.ko
143 + fi
144 +}
145 +
146 +pkg_postinst() {
147 + # Update linker.hints file
148 + use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules"
149 + use kernel_linux && linux-mod_pkg_postinst
150 +
151 + if use kernel_linux; then
152 + local v
153 + for v in ${REPLACING_VERSIONS}; do
154 + if ! version_is_at_least 1.6.18.2 ${v}; then
155 + ewarn "As of OpenAFS 1.6.18.2, Gentoo's packaging no longer requires"
156 + ewarn "that CONFIG_DEBUG_RODATA be turned off in one's kernel config."
157 + ewarn "If you only turned this option off for OpenAFS, please re-enable"
158 + ewarn "it, as keeping it turned off is a security risk."
159 + break
160 + fi
161 + done
162 + fi
163 +}
164 +
165 +pkg_postrm() {
166 + # Update linker.hints file
167 + use kernel_FreeBSD && /usr/sbin/kldxref "${EPREFIX}/boot/modules"
168 + use kernel_linux && linux-mod_pkg_postrm
169 +}