* [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/files/
@ 2022-05-16 14:27 Zac Medico
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2022-05-16 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 51c8329b94ca1b5f9a573da08b4261dbb32d84b2
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 14:26:27 2022 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 16 14:27:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c8329b
net-dns/coredns: fix init script bashism
Closes: https://bugs.gentoo.org/844976
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
net-dns/coredns/files/coredns.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dns/coredns/files/coredns.initd b/net-dns/coredns/files/coredns.initd
index b47113327f83..7ddca41e75b0 100644
--- a/net-dns/coredns/files/coredns.initd
+++ b/net-dns/coredns/files/coredns.initd
@@ -19,7 +19,7 @@ depend() {
after net
}
-if [[ -n "${COREDNS_HEALTHCHECK_URI}" ]]; then
+if [ -n "${COREDNS_HEALTHCHECK_URI}" ]; then
healthcheck_delay=20
healthcheck_timer=30
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/files/
@ 2024-03-24 23:24 Zac Medico
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2024-03-24 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 1a86dd9756c8e9c63118d557210609ee6dc157ea
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 23:22:30 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 23:23:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a86dd97
net-dns/coredns: Remove unused buildopts patch
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../buildopts-gitcommit-makefile-1.11.1.patch | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch b/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch
deleted file mode 100644
index 97dd658786e6..000000000000
--- a/net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-# https://github.com/coredns/coredns/pull/6384
-From 81938bca2041c9dddc1171d56f609191313b8b9d Mon Sep 17 00:00:00 2001
-From: Rahil Bhimjiani <rahil3108@gmail.com>
-Date: Sun, 5 Nov 2023 21:53:05 +0530
-Subject: [PATCH] Makefile: allow to use custom GITCOMMIT & BUILDOPTS
-
-?= means If GITCOMMIT/BUILDOPTS is defined then use that otherwise fallback to default
-
-Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
----
- Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 43d03e207ba..10fca3da1a1 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,9 +1,9 @@
- # Makefile for building CoreDNS
--GITCOMMIT:=$(shell git describe --dirty --always)
-+GITCOMMIT?=$(shell git describe --dirty --always)
- BINARY:=coredns
- SYSTEM:=
- CHECKS:=check
--BUILDOPTS:=-v
-+BUILDOPTS?=-v
- GOPATH?=$(HOME)/go
- MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
- CGO_ENABLED?=0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-24 23:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 14:27 [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/files/ Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2024-03-24 23:24 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox