public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/files/
@ 2019-05-09 18:35 Andreas Schuerch
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schuerch @ 2019-05-09 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     04922c2f9787d71461f5f8f39926c74aa8823595
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 18:33:52 2019 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Thu May  9 18:35:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04922c2f

net-dns/dnsdist: initscript fix

Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-dns/dnsdist/files/dnsdist.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsdist/files/dnsdist.initd b/net-dns/dnsdist/files/dnsdist.initd
index 17c86ca431d..f15a6d9e6a4 100644
--- a/net-dns/dnsdist/files/dnsdist.initd
+++ b/net-dns/dnsdist/files/dnsdist.initd
@@ -31,7 +31,7 @@ start() {
 
 	ebegin "Starting dnsdist (${DNSDIST_INSTANCE})"
 	start-stop-daemon --start --exec $DNSDIST --pidfile ${PIDFILE} \
-		-b -- -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \
+		-b -- --supervised -u ${DNSDIST_USER} -g ${DNSDIST_GROUP} \
 		-C $DNSDIST_CONFFILE ${DNSDIST_OPTIONS}
 	eend $?
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/files/
@ 2020-10-28 19:22 Andreas Schuerch
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schuerch @ 2020-10-28 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f89bb534cf4d0db8ce7068ccefaa3080f3f8392d
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 19:20:46 2020 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 19:21:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89bb534

net-dns/dnsdist: fixed init script, bug 748510

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 net-dns/dnsdist/files/dnsdist.initd | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-dns/dnsdist/files/dnsdist.initd b/net-dns/dnsdist/files/dnsdist.initd
index 554c43b0150..f1670c61338 100644
--- a/net-dns/dnsdist/files/dnsdist.initd
+++ b/net-dns/dnsdist/files/dnsdist.initd
@@ -31,9 +31,8 @@ start() {
 
 	ebegin "Starting dnsdist (${DNSDIST_INSTANCE})"
 	start-stop-daemon --start --exec $DNSDIST --pidfile ${PIDFILE} \
-		-b -m -- --supervised -u ${DNSDIST_USER} -g 
-${DNSDIST_GROUP} \
-		-C $DNSDIST_CONFFILE ${DNSDIST_OPTIONS}
+		-b -m -- --supervised -u ${DNSDIST_USER} \
+		-g ${DNSDIST_GROUP} -C $DNSDIST_CONFFILE ${DNSDIST_OPTIONS}
 	eend $?
 }
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/files/
@ 2024-02-20 10:50 Andreas Schuerch
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Schuerch @ 2024-02-20 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     9ae1bd97d349bf9cdf5486be5e205be7069fcad7
Author:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 10:49:49 2024 +0000
Commit:     Andreas Schuerch <nativemad <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 10:49:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae1bd97

net-dns/dnsdist: remove unneeded patch

Signed-off-by: Andreas Schuerch <nativemad <AT> gentoo.org>

 net-dns/dnsdist/files/dnsdist-1.7.3-gcc13.patch | 62 -------------------------
 1 file changed, 62 deletions(-)

diff --git a/net-dns/dnsdist/files/dnsdist-1.7.3-gcc13.patch b/net-dns/dnsdist/files/dnsdist-1.7.3-gcc13.patch
deleted file mode 100644
index 339887ca4a19..000000000000
--- a/net-dns/dnsdist/files/dnsdist-1.7.3-gcc13.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Altered slightly from upstream counterparts in order to make them apply to
-the dist tarball (updated context and filenames to match the dist).
-
-https://github.com/PowerDNS/pdns/commit/f407319cb7374baf06698786f4f39d431a36a3cc
-https://github.com/PowerDNS/pdns/commit/d8b4ea24dc5dbe7c53c24bfffba24bcae7f58e02
-
-From d8b4ea24dc5dbe7c53c24bfffba24bcae7f58e02 Mon Sep 17 00:00:00 2001
-From: Peter van Dijk <peter.van.dijk@powerdns.com>
-Date: Mon, 23 Jan 2023 14:54:09 +0100
-Subject: [PATCH] lock.hh: include <stdexcept>
-
----
- pdns/lock.hh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/pdns/lock.hh b/pdns/lock.hh
-index e8bd82988da..a08951a266d 100644
---- a/lock.hh
-+++ b/lock.hh
-@@ -22,6 +22,7 @@
- #pragma once
- #include <mutex>
- #include <shared_mutex>
-+#include <stdexcept>
- 
- /*
-   This file provides several features around locks:
-From f407319cb7374baf06698786f4f39d431a36a3cc Mon Sep 17 00:00:00 2001
-From: Sander Hoentjen <shoentjen@antagonist.nl>
-Date: Mon, 20 Feb 2023 16:51:07 +0100
-Subject: [PATCH] dnsdist-protocols.hh: include <cstdint>
-
-This fixes building dnsdist with gcc13:
-```
-In file included from dnsdist-protocols.cc:26:
-dnsdist-protocols.hh:32:8: error: use of enum 'typeenum' without previous declaration
-   32 |   enum typeenum : uint8_t
-      |        ^~~~~~~~
-dnsdist-protocols.hh:32:19: error: 'uint8_t' was not declared in this scope
-   32 |   enum typeenum : uint8_t
-      |                   ^~~~~~~
-dnsdist-protocols.hh:25:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
-   24 | #include <vector>
-  +++ |+#include <cstdint>
-   25 | #include <string>
-```
----
- pdns/dnsdist-protocols.hh | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/pdns/dnsdist-protocols.hh b/pdns/dnsdist-protocols.hh
-index c5c5743908d..bd2a4bb8ad1 100644
---- a/dnsdist-protocols.hh
-+++ b/dnsdist-protocols.hh
-@@ -22,6 +22,7 @@
- #pragma once
- 
- #include <vector>
-+#include <cstdint>
- #include <string>
- 
- namespace dnsdist


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-20 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 19:22 [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/files/ Andreas Schuerch
  -- strict thread matches above, loose matches on Subject: below --
2024-02-20 10:50 Andreas Schuerch
2019-05-09 18:35 Andreas Schuerch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox