Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372444 Details for
Bug 504154
net-dns/dnsmasq-{2.69,9999} version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dnsmasq-2.69_pre11.ebuild.patch
file_504154.txt (text/plain), 2.88 KB, created by
Alex Xu (Hello71)
on 2014-03-11 23:03:57 UTC
(
hide
)
Description:
dnsmasq-2.69_pre11.ebuild.patch
Filename:
MIME Type:
Creator:
Alex Xu (Hello71)
Created:
2014-03-11 23:03:57 UTC
Size:
2.88 KB
patch
obsolete
>--- dnsmasq-2.68.ebuild 2013-12-10 14:55:03.000000000 -0500 >+++ dnsmasq-2.69_pre11.ebuild 2014-03-11 19:02:00.441331168 -0400 >@@ -6,20 +6,26 @@ > > inherit eutils toolchain-funcs flag-o-matic user systemd > >+MY_P=${P/_pre/test} >+ > DESCRIPTION="Small forwarding DNS server" > HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" >-SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz" >+if [[ ${PV} == *_pre* ]]; then >+ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/test-releases/${MY_P}.tar.xz" >+else >+ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.xz" >+fi > > LICENSE="|| ( GPL-2 GPL-3 )" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" >-IUSE="auth-dns conntrack dbus +dhcp dhcp-tools idn ipv6 lua nls script selinux tftp" >+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn ipv6 lua nls script selinux static tftp" > DM_LINGUAS="de es fi fr id it no pl pt_BR ro" > for dm_lingua in ${DM_LINGUAS}; do > IUSE+=" linguas_${dm_lingua}" > done > >-RDEPEND="dbus? ( sys-apps/dbus ) >+CDEPEND="dbus? ( sys-apps/dbus ) > idn? ( net-dns/libidn ) > lua? ( dev-lang/lua ) > conntrack? ( !s390? ( net-libs/libnetfilter_conntrack ) ) >@@ -29,14 +35,28 @@ > ) > selinux? ( sec-policy/selinux-dnsmasq )" > >-DEPEND="${RDEPEND} >- virtual/pkgconfig >- app-arch/xz-utils" >+DEPEND="${CDEPEND} >+ app-arch/xz-utils >+ dev-libs/gmp >+ dev-libs/nettle >+ static? ( >+ dev-libs/gmp[static-libs(+)] >+ dev-libs/nettle[static-libs(+)] >+ ) >+ virtual/pkgconfig" >+ >+RDEPEND="${CDEPEND} >+ !static? ( >+ dev-libs/gmp >+ dev-libs/nettle >+ )" > > REQUIRED_USE="dhcp-tools? ( dhcp ) > lua? ( script ) > s390? ( !conntrack )" > >+S="${WORKDIR}/${MY_P}" >+ > use_have() { > local NO_ONLY="" > if [ $1 == '-n' ]; then >@@ -61,6 +81,7 @@ > > src_prepare() { > sed -i -r 's:lua5.[0-9]+:lua:' Makefile >+ sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" dnsmasq.conf.example > } > > src_configure() { >@@ -74,6 +95,8 @@ > COPTS+="$(use_have -n script)" > COPTS+="$(use_have -n tftp)" > COPTS+="$(use ipv6 && use dhcp || echo " -DNO_DHCP6")" >+ COPTS+="$(use_have dnssec)" >+ COPTS+="$(use_have static dnssec_static)" > } > > src_compile() { >@@ -119,6 +142,9 @@ > insinto /etc > newins dnsmasq.conf.example dnsmasq.conf > >+ insinto /usr/share/dnsmasq >+ doins trust-anchors.conf >+ > if use dbus; then > insinto /etc/dbus-1/system.d > doins dbus/dnsmasq.conf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 504154
:
372332
|
372334
|
372336
|
372442
|
372444
|
373382
|
373384
|
373430
|
373432
|
373530
|
373532