summaryrefslogtreecommitdiff
path: root/net-dns/coredns
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-25 06:32:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-25 06:32:58 +0000
commit935cdcd265ec87255da284065295400ea1cb67ea (patch)
treea8cc055b664128d0355ac62c51fc2e570ccc4f16 /net-dns/coredns
parent395936e1074a842fd6d75f3b6d9c43357d5b32ed (diff)
downloadbaldeagleos-repo-935cdcd265ec87255da284065295400ea1cb67ea.tar.gz
baldeagleos-repo-935cdcd265ec87255da284065295400ea1cb67ea.tar.xz
baldeagleos-repo-935cdcd265ec87255da284065295400ea1cb67ea.zip
Adding metadata
Diffstat (limited to 'net-dns/coredns')
-rw-r--r--net-dns/coredns/Manifest3
-rw-r--r--net-dns/coredns/coredns-1.11.2-r1.ebuild (renamed from net-dns/coredns/coredns-1.11.1.ebuild)12
-rw-r--r--net-dns/coredns/coredns-1.11.2.ebuild4
-rw-r--r--net-dns/coredns/files/buildopts-gitcommit-makefile-1.11.1.patch29
4 files changed, 9 insertions, 39 deletions
diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest
index 6232e57e6d6a..9f5b7a662200 100644
--- a/net-dns/coredns/Manifest
+++ b/net-dns/coredns/Manifest
@@ -1,4 +1,3 @@
-DIST coredns-1.11.1-deps.tar.xz 252844888 BLAKE2B c249a6d52965ac4a6b7e06343d5155e3bc6f0528c11556fda9eb111beec1b4a71ac1b7cc8c76d0c593fedddccf3d3808a0da8145555a804b0284557280bb8dab SHA512 0a22fa25cdbe5e8686612d411b59758ab604a3cf9a92a02eed7b5487506c25dee90c113dcb479fb9da199a31ead2c818ebe856f6f7182967ba13b9852d6e785a
-DIST coredns-1.11.1.tar.gz 647236 BLAKE2B 0f2c58608a6a13b57c7df45a8f750ef5b9b6da4be4e5b593cb992141dc6d0e238121789e4ca0b430a100963c3bf08c0257506c812da776ea47a164f83b4fd0cc SHA512 f8752811e9e7913311f47ae13f35c755ac86ea240572be1c1dabc1712b6c42380c60ac385fa9573c77d6fcf4c144df2bc00574f18e8d7b70da21ed8ae4fb87cd
DIST coredns-1.11.2-deps.tar.xz 261482588 BLAKE2B 39e30800ac1fc404dc60f859b929c4a69614b9f0be8937c3fd7b1a872ec1e163ab4f6a313ed7661d2a101318187aaa2419168c0511cf2108c43ada38db0d1e0b SHA512 91282766d10d28d564d14fb20d8d82808507e509c58b7bb1959bb03a2665a287057aa4d547bfc8cc60ff080eea807af1c57d86bf9ff000125ef0642d8557e47f
+DIST coredns-1.11.2-r1-deps.tar.xz 6547080 BLAKE2B 19a067a5b402ebe3b8a462e534bbdcf9baade4b5f434c6f24fe8ede0cbe623e2d5d8bdf0ffc06954d796441095688f19caa40f2255a2cc56102fdef36d327ac5 SHA512 caf6e0f1c9be4857059244019d6556f907e4f6907a932c201c856355c3e0b86c1752a90a226d5904c511d0db08ce4869cc5d24203bb4b9e2e1be02e725990332
DIST coredns-1.11.2.tar.gz 651994 BLAKE2B 1a7a272756eaf83170e242a573c8a765d6ea7b70fe422d36a87850b600a88287291aa0fe0d49462c34453d4d3c4d33f9497be409379ff8fccc87f41e2195efc1 SHA512 0e90ef4793555bd46aa5ce84cf639c015d1869b407627c69746eb948abff1920f891c45e5f00c0127f23e2c6394c07cc55c1776af840881210f90faa6ec22b40
diff --git a/net-dns/coredns/coredns-1.11.1.ebuild b/net-dns/coredns/coredns-1.11.2-r1.ebuild
index 59d3b5206848..745049a5ed09 100644
--- a/net-dns/coredns/coredns-1.11.1.ebuild
+++ b/net-dns/coredns/coredns-1.11.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,8 +12,10 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/coredns/coredns.git"
else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
+ #SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ # The v1.11.2 tag went missing upstream, so use a previously fetched copy.
+ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz"
+ SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${PF}-deps.tar.xz"
KEYWORDS="~amd64"
fi
@@ -34,10 +36,6 @@ FILECAPS=(
-m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
)
-PATCHES=(
- "${FILESDIR}/buildopts-gitcommit-makefile-1.11.1.patch"
-)
-
src_unpack() {
if [[ ${PV} == *9999* ]]; then
git-r3_src_unpack
diff --git a/net-dns/coredns/coredns-1.11.2.ebuild b/net-dns/coredns/coredns-1.11.2.ebuild
index f565442b2546..89d7e8f271e2 100644
--- a/net-dns/coredns/coredns-1.11.2.ebuild
+++ b/net-dns/coredns/coredns-1.11.2.ebuild
@@ -12,7 +12,9 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/coredns/coredns.git"
else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ #SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ # The v1.11.2 tag went missing upstream, so use a previously fetched copy.
+ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
KEYWORDS="amd64"
fi
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