* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2016-05-03 19:17 Austin English
0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-05-03 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 8bdff3fe5eb19d7b04bb7ffdc1fbf44753fba557
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:57:35 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 3 19:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdff3fe
net-proxy/dnsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 43 ++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
new file mode 100644
index 0000000..73eead3
--- /dev/null
+++ b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
+HOMEPAGE="http://www.wolfermann.org/dnsproxy.html"
+SRC_URI="http://www.wolfermann.org/${P}.tar.gz"
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND="dev-libs/libevent"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ eapply -p0 "${FILESDIR}"/${P}-include.patch
+ append-cppflags -D_GNU_SOURCE
+
+ default
+}
+
+src_compile() {
+ emake ${PN}
+}
+
+src_install() {
+ dosbin ${PN}
+ keepdir /var/empty
+
+ newconfd "${FILESDIR}"/${PN}.confd ${PN}
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ insinto /etc/${PN}
+ newins ${PN}.conf ${PN}.conf.dist
+
+ dodoc README
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2016-05-03 19:17 Austin English
0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-05-03 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:58:07 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 3 19:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbee3a1
net-proxy/dnsproxy: remove old version
Package-Manager: portage-2.2.26
net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild | 41 ------------------------------
1 file changed, 41 deletions(-)
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild
deleted file mode 100644
index 7e7b39a..0000000
--- a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
-HOMEPAGE="http://www.wolfermann.org/dnsproxy.html"
-SRC_URI="http://www.wolfermann.org/${P}.tar.gz"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-libs/libevent"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-include.patch
- append-flags -D_GNU_SOURCE
-}
-
-src_compile() {
- emake ${PN}
-}
-
-src_install() {
- dosbin ${PN}
- keepdir /var/empty
-
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- insinto /etc/${PN}
- newins ${PN}.conf ${PN}.conf.dist
-
- dodoc README
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2018-05-20 23:26 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
To: gentoo-commits
commit: f424f33647674290cca4c276d6b10dc621342e20
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 12:14:09 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:25:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f424f336
net-proxy/dnsproxy: use HTTPS
net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
index 05398e13326..05f68e06d9f 100644
--- a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
+++ b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit eutils flag-o-matic
DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
-HOMEPAGE="http://www.wolfermann.org/dnsproxy.html"
-SRC_URI="http://www.wolfermann.org/${P}.tar.gz"
+HOMEPAGE="https://www.wolfermann.org/dnsproxy.html"
+SRC_URI="https://www.wolfermann.org/${P}.tar.gz"
LICENSE="MIT GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2018-12-09 22:43 Jeroen Roovers
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2018-12-09 22:43 UTC (permalink / raw
To: gentoo-commits
commit: dbd10402cd0836488e7e6599e4b8a422b1b66732
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 9 22:43:15 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 9 22:43:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd10402
net-proxy/dnsproxy: Version 1.17
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/632666
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-proxy/dnsproxy/Manifest | 1 +
net-proxy/dnsproxy/dnsproxy-1.17.ebuild | 41 +++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/net-proxy/dnsproxy/Manifest b/net-proxy/dnsproxy/Manifest
index c045a9a52ad..bf94c73f0b9 100644
--- a/net-proxy/dnsproxy/Manifest
+++ b/net-proxy/dnsproxy/Manifest
@@ -1 +1,2 @@
DIST dnsproxy-1.16.tar.gz 47239 BLAKE2B 38134f93c95ec9f24d3e142251cd0dfd2b51fcaf02381ed00890e951f7a61af45e978264c4c17e3518585c408f6c88e47b6a0291939aedfc9f27b13a057650ff SHA512 f02498de963555556b656be432612e6d9ed72f29c838672c45ed2b4100cd6ae30b19091cbd33587259935342c86a733b820d2df54a8c3c1c699edb050b1b3d2b
+DIST dnsproxy-1.17.tar.gz 47128 BLAKE2B 37b033b4c8f515b516ebf4780f7d28f6924fd66b9ca826d98567e8d3aab139c9a91a39bd0e8cf6d38084fce86f9ce8cb56f93d16918240d0d0815787dc06a72f SHA512 499910f59306477870f2c1cc7899fed409c5a569be348d11d17277bf4208ecd44173606022566b91b09546f915f1d990d56936f92245501af9fecf2110e88c32
diff --git a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild
new file mode 100644
index 00000000000..77a4f6123f4
--- /dev/null
+++ b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
+HOMEPAGE="https://www.wolfermann.org/dnsproxy.html"
+SRC_URI="https://www.wolfermann.org/${P}.tar.gz"
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/libevent
+"
+RDEPEND="
+ ${DEPEND}
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.16-include.patch
+)
+
+src_compile() {
+ append-cppflags -D_GNU_SOURCE
+ emake ${PN}
+}
+
+src_install() {
+ dosbin ${PN}
+ keepdir /var/empty
+
+ newconfd "${FILESDIR}"/${PN}.confd ${PN}
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ insinto /etc/${PN}
+ newins ${PN}.conf ${PN}.conf.dist
+
+ dodoc README
+ doman ${PN}.1
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2019-02-16 9:28 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2019-02-16 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 77e53493b670fd90ea1c5bcd2efe9fe12693b5be
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 09:21:55 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 09:28:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e53493
net-proxy/dnsproxy: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-proxy/dnsproxy/Manifest | 1 -
net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild | 41 ------------------------------
2 files changed, 42 deletions(-)
diff --git a/net-proxy/dnsproxy/Manifest b/net-proxy/dnsproxy/Manifest
index bf94c73f0b9..99fd552ee43 100644
--- a/net-proxy/dnsproxy/Manifest
+++ b/net-proxy/dnsproxy/Manifest
@@ -1,2 +1 @@
-DIST dnsproxy-1.16.tar.gz 47239 BLAKE2B 38134f93c95ec9f24d3e142251cd0dfd2b51fcaf02381ed00890e951f7a61af45e978264c4c17e3518585c408f6c88e47b6a0291939aedfc9f27b13a057650ff SHA512 f02498de963555556b656be432612e6d9ed72f29c838672c45ed2b4100cd6ae30b19091cbd33587259935342c86a733b820d2df54a8c3c1c699edb050b1b3d2b
DIST dnsproxy-1.17.tar.gz 47128 BLAKE2B 37b033b4c8f515b516ebf4780f7d28f6924fd66b9ca826d98567e8d3aab139c9a91a39bd0e8cf6d38084fce86f9ce8cb56f93d16918240d0d0815787dc06a72f SHA512 499910f59306477870f2c1cc7899fed409c5a569be348d11d17277bf4208ecd44173606022566b91b09546f915f1d990d56936f92245501af9fecf2110e88c32
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
deleted file mode 100644
index 57ab8dd9b98..00000000000
--- a/net-proxy/dnsproxy/dnsproxy-1.16-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
-HOMEPAGE="https://www.wolfermann.org/dnsproxy.html"
-SRC_URI="https://www.wolfermann.org/${P}.tar.gz"
-
-LICENSE="MIT GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- dev-libs/libevent
-"
-RDEPEND="
- ${DEPEND}
-"
-PATCHES=(
- "${FILESDIR}"/${PN}-1.16-include.patch
-)
-
-src_compile() {
- append-cppflags -D_GNU_SOURCE
- emake ${PN}
-}
-
-src_install() {
- dosbin ${PN}
- keepdir /var/empty
-
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- insinto /etc/${PN}
- newins ${PN}.conf ${PN}.conf.dist
-
- dodoc README
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2019-02-16 9:28 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2019-02-16 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 0458313cb13a2d6d72a371352e31662eaa568a80
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 09:21:34 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 09:28:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0458313c
net-proxy/dnsproxy: amd64 stable, bug #676756
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-proxy/dnsproxy/dnsproxy-1.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild
index 6b64e6a9e0b..88a52042471 100644
--- a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild
+++ b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.wolfermann.org/${P}.tar.gz"
LICENSE="MIT GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="
dev-libs/libevent
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
@ 2023-03-19 4:50 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-03-19 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 2d433ac9008d2efdbf3bd9e447ae4f0646f71418
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 04:49:44 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 04:49:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d433ac9
net-proxy/dnsproxy: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-proxy/dnsproxy/metadata.xml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/net-proxy/dnsproxy/metadata.xml b/net-proxy/dnsproxy/metadata.xml
index c25e5e780e25..60494b11b52b 100644
--- a/net-proxy/dnsproxy/metadata.xml
+++ b/net-proxy/dnsproxy/metadata.xml
@@ -1,9 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to
-two previously configured nameservers: one for authoritative queries and another
-for recursive queries. The received answers are sent back to the client unchanged.
-No local caching is done.</longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>
+ The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to
+ two previously configured nameservers: one for authoritative queries and another
+ for recursive queries. The received answers are sent back to the client unchanged.
+ No local caching is done.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">awaw/dnsproxy</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-03-19 4:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-16 9:28 [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-03-19 4:50 Sam James
2019-02-16 9:28 Pacho Ramos
2018-12-09 22:43 Jeroen Roovers
2018-05-20 23:26 Aaron Bauman
2016-05-03 19:17 Austin English
2016-05-03 19:17 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox