Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/
Date: Fri, 06 Apr 2018 15:27:02
Message-Id: 1523028404.57ab61142e486fd09fd9ce70a2d471e6498ae188.williamh@gentoo
1 commit: 57ab61142e486fd09fd9ce70a2d471e6498ae188
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 15:26:08 2018 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 15:26:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ab6114
7
8 net-misc/dhcpcd: 7.0.3 version bump
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-misc/dhcpcd/Manifest | 1 +
13 net-misc/dhcpcd/dhcpcd-7.0.3.ebuild | 149 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 150 insertions(+)
15
16 diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
17 index c7e158d014d..8ad704efc03 100644
18 --- a/net-misc/dhcpcd/Manifest
19 +++ b/net-misc/dhcpcd/Manifest
20 @@ -3,3 +3,4 @@ DIST dhcpcd-6.11.5.tar.xz 198080 BLAKE2B 3172fcb1c09c3bb7fcf4896c6e9896744a8f4f6
21 DIST dhcpcd-7.0.0.tar.xz 207924 BLAKE2B bd24f22b4852596ef4a076d1ab15ac4411dd676ba8cbfdb4b1ba29ffe1bff2d18be40369c1f8804bc01988bb30b89ee1030ea95ddb48fbfc04ca06372b317d9d SHA512 f2ab1fcb2dad0c93da757c15d0b772b40cc15c8e59161d91684f06961cf7b515473d7c3fc5973b7755ac525e6851abdf8a5f27760bb5d28fe17e90ff0feaf904
22 DIST dhcpcd-7.0.1.tar.xz 207908 BLAKE2B 1a9350a0c4a9eb1eb6f5a7be78beb4a5fecd802ee90a4649ab17db69eabc75a913b9f3db97ea6260bcad3516b9613c20f74d9d68a7ac98b508458e5cd30cf15f SHA512 d2a9b053aa663dd1ed38a10a73ee3377a3a076c9638bdda9331a4c161c2ba87f5f68f366ac8e1f1015404f617b74261a03a97ac7cdfd642b4a41b87b54984c34
23 DIST dhcpcd-7.0.2.tar.xz 208736 BLAKE2B 958118a7acdb6d55e06b88ec8b1fe342600e49caefc7e0e6745a20aafb9588f1c83af171c47e7b6ba1faa664290b052530271f5dd588f82db5933af315b8eea7 SHA512 f5b1407199163fb994519bc1b5a70ad043f00f263e3b254da5d519d1c6b689a4a5a8bcef3bf42401826984e273c2ead38249fcfe99129b87034f90de2fc46ecd
24 +DIST dhcpcd-7.0.3.tar.xz 208856 BLAKE2B d11f1845cae74470cd9982f5957911ac5fd7cc284b455254fef5c462e516018d94d56f970d758e81cd86a7f918e5cf0d3bd6d2087bda701b299436c4253220f4 SHA512 a2d4e8ea6a310090c2795c596c80a76f0e42dc6654ba50d2900e2af4239dbc542e857d20b2983ea97675903b85cdbd0e9212424390a62081837821bbdaf7ce83
25
26 diff --git a/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild b/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild
27 new file mode 100644
28 index 00000000000..3d93853bedc
29 --- /dev/null
30 +++ b/net-misc/dhcpcd/dhcpcd-7.0.3.ebuild
31 @@ -0,0 +1,149 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +if [[ ${PV} == "9999" ]]; then
38 + EGIT_REPO_URI="git://roy.marples.name/dhcpcd"
39 + inherit git-r3
40 +else
41 + MY_P="${P/_alpha/-alpha}"
42 + MY_P="${MY_P/_beta/-beta}"
43 + MY_P="${MY_P/_rc/-rc}"
44 + SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
46 + S="${WORKDIR}/${MY_P}"
47 +fi
48 +
49 +inherit eutils systemd toolchain-funcs
50 +
51 +DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
52 +HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
53 +LICENSE="BSD-2"
54 +SLOT="0"
55 +IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
56 +
57 +COMMON_DEPEND="udev? ( virtual/udev )"
58 +DEPEND="${COMMON_DEPEND}"
59 +RDEPEND="${COMMON_DEPEND}"
60 +
61 +src_configure()
62 +{
63 + local dev hooks rundir
64 + use udev || dev="--without-dev --without-udev"
65 + hooks="--with-hook=ntp.conf"
66 + use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
67 + use kernel_linux && rundir="--rundir=${EPREFIX}/run"
68 + econf \
69 + --prefix="${EPREFIX}" \
70 + --libexecdir="${EPREFIX}/lib/dhcpcd" \
71 + --dbdir="${EPREFIX}/var/lib/dhcpcd" \
72 + --localstatedir="${EPREFIX}/var" \
73 + ${rundir} \
74 + $(use_enable embedded) \
75 + $(use_enable ipv6) \
76 + ${dev} \
77 + CC="$(tc-getCC)" \
78 + ${hooks}
79 +}
80 +
81 +src_install()
82 +{
83 + default
84 + keepdir /var/lib/dhcpcd
85 + newinitd "${FILESDIR}"/${PN}.initd ${PN}
86 + systemd_dounit "${FILESDIR}"/${PN}.service
87 +}
88 +
89 +pkg_postinst()
90 +{
91 + local dbdir="${EROOT%/}"/var/lib/dhcpcd old_files=
92 +
93 + local old_old_duid="${EROOT%/}"/var/lib/dhcpcd/dhcpcd.duid
94 + local old_duid="${EROOT%/}"/etc/dhcpcd.duid
95 + local new_duid="${dbdir}"/duid
96 + if [ -e "${old_old_duid}" ]; then
97 + # Upgrade the duid file to the new format if needed
98 + if ! grep -q '..:..:..:..:..:..' "${old_old_duid}"; then
99 + sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_old_duid}"
100 + fi
101 +
102 + # Move the duid to /etc, a more sensible location
103 + if [ ! -e "${old_duid}" ]; then
104 + cp -p "${old_old_duid}" "${new_duid}"
105 + fi
106 + old_files="${old_files} ${old_old_duid}"
107 + fi
108 +
109 + # dhcpcd-7 moves the files out of /etc
110 + if [ -e "${old_duid}" ]; then
111 + if [ ! -e "${new_duid}" ]; then
112 + cp -p "${old_duid}" "${new_duid}"
113 + fi
114 + old_files="${old_files} ${old_duid}"
115 + fi
116 + local old_secret="${EROOT%/}"/etc/dhcpcd.secret
117 + local new_secret="${dbdir}"/secret
118 + if [ -e "${old_secret}" ]; then
119 + if [ ! -e "${new_secret}" ]; then
120 + cp -p "${old_secret}" "${new_secret}"
121 + fi
122 + old_files="${old_files} ${old_secret}"
123 + fi
124 +
125 + # dhcpcd-7 renames some files in /var/lib/dhcpcd
126 + local old_rdm="${dbdir}"/dhcpcd-rdm.monotonic
127 + local new_rdm="${dbdir}"/rdm_monotonic
128 + if [ -e "${old_rdm}" ]; then
129 + if [ ! -e "${new_rdm}" ]; then
130 + cp -p "${old_rdm}" "${new_rdm}"
131 + fi
132 + old_files="${old_files} ${old_rdm}"
133 + fi
134 + local lease=
135 + for lease in "${dbdir}"/dhcpcd-*.lease*; do
136 + [ -f "$lease" ] || continue
137 + old_files="${old_files} ${lease}"
138 + local new_lease=$(basename "$lease" | sed -e "s/dhcpcd-//")
139 + [ -e "${dbdir}/${new_lease}" ] && continue
140 + cp "${lease}" "${dbdir}/${new_lease}"
141 + done
142 +
143 + # Warn about removing stale files
144 + if [ -n "${old_files}" ]; then
145 + elog
146 + elog "dhcpcd-7 has copied dhcpcd.duid and dhcpcd.secret from"
147 + elog "${EROOT%/}/etc to ${dbdir}"
148 + elog "and copied leases in ${dbdir} to new files with the dhcpcd-"
149 + elog "prefix dropped."
150 + elog
151 + elog "You should remove these files if you don't plan on reverting"
152 + elog "to an older version:"
153 + local old_file=
154 + for old_file in ${old_files}; do
155 + elog " ${old_file}"
156 + done
157 + fi
158 +
159 + if [ -z "$REPLACING_VERSIONS" ]; then
160 + elog
161 + elog "dhcpcd has zeroconf support active by default."
162 + elog "This means it will always obtain an IP address even if no"
163 + elog "DHCP server can be contacted, which will break any existing"
164 + elog "failover support you may have configured in your net configuration."
165 + elog "This behaviour can be controlled with the noipv4ll configuration"
166 + elog "file option or the -L command line switch."
167 + elog "See the dhcpcd and dhcpcd.conf man pages for more details."
168 +
169 + elog
170 + elog "Dhcpcd has duid enabled by default, and this may cause issues"
171 + elog "with some dhcp servers. For more information, see"
172 + elog "https://bugs.gentoo.org/show_bug.cgi?id=477356"
173 + fi
174 +
175 + if ! has_version net-dns/bind-tools; then
176 + elog
177 + elog "If you activate the lookup-hostname hook to look up your hostname"
178 + elog "using the dns, you need to install net-dns/bind-tools."
179 + fi
180 +}