Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 504988 Details for
Bug 638168
net-dns/stubby - a local DNS Privacy stub resolver
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
stubby-0.1.5.ebuild
stubby-0.1.5.ebuild (text/plain), 909 bytes, created by
Kristian
on 2017-11-19 19:30:45 UTC
(
hide
)
Description:
stubby-0.1.5.ebuild
Filename:
MIME Type:
Creator:
Kristian
Created:
2017-11-19 19:30:45 UTC
Size:
909 bytes
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit autotools eutils systemd user > >DESCRIPTION="Stubby is an application that acts as a local DNS Privacy stub resolver" >HOMEPAGE="https://getdnsapi.net/" >SRC_URI="https://github.com/getdnsapi/${PN}/archive/v${PV}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="dev-libs/libyaml > >=net-dns/getdns-1.2.0" >RDEPEND="${DEPEND}" > >PATCHES=( > "${FILESDIR}/${P}-config.patch" >) > >pkg_setup() { > enewgroup stubby > enewuser stubby -1 -1 -1 stubby >} > >src_prepare() { > eapply_user > epatch ${FILESDIR}/${P}-config.patch > eautoreconf >} > >src_configure() { > econf --with-piddir="/var/run/stubby" >} > >src_install() { > emake DESTDIR="${D}" install > > newinitd "${FILESDIR}"/stubby.init ${PN} > systemd_dounit systemd/stubby.service > systemd_dotmpfilesd systemd/stubby.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 Raw
Actions:
View
Attachments on
bug 638168
:
504988
|
504994
|
504996
|
505796
|
505798
|
505800