View | Details | Raw Unified | Return to bug 265732
Collapse All | Expand All

(-)dns/acme-dns.old/Makefile (-72 / +63 lines)
Lines 1-5 Link Here
1
PORTNAME=	acme-dns
1
PORTNAME=		acme-dns
2
DISTVERSION=	g20220126
2
DISTVERSIONPREFIX=	v
3
PORTREVISION=	3
3
DISTVERSION=		1.0
4
PORTEPOCH=	1
4
CATEGORIES=		dns
5
CATEGORIES=	dns
6
--
Lines 7-8 Link Here
7
MAINTAINER=	mops@punkt.de
6
MAINTAINER=		mops@punkt.de
8
COMMENT=	Limited DNS server with RESTful HTTP API to handle ACME DNS challenges
7
COMMENT=		Limited DNS server with RESTful HTTP API to handle ACME DNS challenges
9
--
Lines 10-11 Link Here
10
LICENSE=	MIT
9
LICENSE=		MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=		${WRKSRC}/LICENSE
12
--
Line 13 Link Here
13
USES=		go:modules
12
USES=			go:modules
14
--
Lines 15-17 Link Here
15
USE_GITHUB=	yes
14
USE_GITHUB=		yes
16
GH_ACCOUNT=	joohoi
15
GH_ACCOUNT=		joohoi
17
GH_TAGNAME=	a33c09a
18
--
Lines 19-69 Link Here
19
GH_TUPLE=	\
17
GH_TUPLE=		\
20
		BurntSushi:toml:v0.4.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
18
			BurntSushi:toml:v0.4.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
21
		DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \
19
			DATA-DOG:go-sqlmock:v1.5.0:data_dog_go_sqlmock/vendor/github.com/DATA-DOG/go-sqlmock \
22
		ajg:form:v1.5.1:ajg_form/vendor/github.com/ajg/form \
20
			ajg:form:v1.5.1:ajg_form/vendor/github.com/ajg/form \
23
		andybalholm:brotli:v1.0.2:andybalholm_brotli/vendor/github.com/andybalholm/brotli \
21
			andybalholm:brotli:v1.0.2:andybalholm_brotli/vendor/github.com/andybalholm/brotli \
24
		caddyserver:certmagic:v0.15.2:caddyserver_certmagic/vendor/github.com/caddyserver/certmagic \
22
			caddyserver:certmagic:v0.15.2:caddyserver_certmagic/vendor/github.com/caddyserver/certmagic \
25
		davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
23
			davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
26
		erikstmartin:go-testdb:8d10e4a1bae5:erikstmartin_go_testdb/vendor/github.com/erikstmartin/go-testdb \
24
			erikstmartin:go-testdb:8d10e4a1bae5:erikstmartin_go_testdb/vendor/github.com/erikstmartin/go-testdb \
27
		fasthttp-contrib:websocket:1f3b11f56072:fasthttp_contrib_websocket/vendor/github.com/fasthttp-contrib/websocket \
25
			fasthttp-contrib:websocket:1f3b11f56072:fasthttp_contrib_websocket/vendor/github.com/fasthttp-contrib/websocket \
28
		fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \
26
			fatih:structs:v1.1.0:fatih_structs/vendor/github.com/fatih/structs \
29
		gavv:httpexpect:v2.0.0:gavv_httpexpect/vendor/github.com/gavv/httpexpect \
27
			gavv:httpexpect:v2.0.0:gavv_httpexpect/vendor/github.com/gavv/httpexpect \
30
		go-acme:lego:v3.9.0:go_acme_lego_v3/vendor/github.com/go-acme/lego/v3 \
28
			go-acme:lego:v3.9.0:go_acme_lego_v3/vendor/github.com/go-acme/lego/v3 \
31
		go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
29
			go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \
32
		golang:crypto:e495a2d5b3d3:golang_crypto/vendor/golang.org/x/crypto \
30
			golang:crypto:e495a2d5b3d3:golang_crypto/vendor/golang.org/x/crypto \
33
		golang:mod:v0.5.1:golang_mod/vendor/golang.org/x/mod \
31
			golang:mod:v0.5.1:golang_mod/vendor/golang.org/x/mod \
34
		golang:net:5cfca573fb4d:golang_net/vendor/golang.org/x/net \
32
			golang:net:5cfca573fb4d:golang_net/vendor/golang.org/x/net \
35
		golang:sys:1d35b9e2eb4e:golang_sys/vendor/golang.org/x/sys \
33
			golang:sys:1d35b9e2eb4e:golang_sys/vendor/golang.org/x/sys \
36
		golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
34
			golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
37
		golang:tools:v0.1.8:golang_tools/vendor/golang.org/x/tools \
35
			golang:tools:v0.1.8:golang_tools/vendor/golang.org/x/tools \
38
		golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
36
			golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \
39
		google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
37
			google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \
40
		google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
38
			google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \
41
		gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \
39
			gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \
42
		imkira:go-interpol:v1.1.0:imkira_go_interpol/vendor/github.com/imkira/go-interpol \
40
			imkira:go-interpol:v1.1.0:imkira_go_interpol/vendor/github.com/imkira/go-interpol \
43
		julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \
41
			julienschmidt:httprouter:v1.3.0:julienschmidt_httprouter/vendor/github.com/julienschmidt/httprouter \
44
		klauspost:compress:v1.13.4:klauspost_compress/vendor/github.com/klauspost/compress \
42
			klauspost:compress:v1.13.4:klauspost_compress/vendor/github.com/klauspost/compress \
45
		klauspost:cpuid:v2.0.9:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
43
			klauspost:cpuid:v2.0.9:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \
46
		lib:pq:v1.10.4:lib_pq/vendor/github.com/lib/pq \
44
			lib:pq:v1.10.4:lib_pq/vendor/github.com/lib/pq \
47
		libdns:libdns:v0.2.1:libdns_libdns/vendor/github.com/libdns/libdns \
45
			libdns:libdns:v0.2.1:libdns_libdns/vendor/github.com/libdns/libdns \
48
		mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
46
			mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
49
		mattn:go-sqlite3:v1.14.10:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
47
			mattn:go-sqlite3:v1.14.10:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
50
		mholt:acmez:v1.0.1:mholt_acmez/vendor/github.com/mholt/acmez \
48
			mholt:acmez:v1.0.1:mholt_acmez/vendor/github.com/mholt/acmez \
51
		miekg:dns:v1.1.45:miekg_dns/vendor/github.com/miekg/dns \
49
			miekg:dns:v1.1.45:miekg_dns/vendor/github.com/miekg/dns \
52
		moul:http2curl:v1.0.0:moul_http2curl/vendor/github.com/moul/http2curl \
50
			moul:http2curl:v1.0.0:moul_http2curl/vendor/github.com/moul/http2curl \
53
		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
51
			pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
54
		rs:cors:v1.8.2:rs_cors/vendor/github.com/rs/cors \
52
			rs:cors:v1.8.2:rs_cors/vendor/github.com/rs/cors \
55
		sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
53
			sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \
56
		sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
54
			sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
57
		stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
55
			stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \
58
		uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \
56
			uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \
59
		uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \
57
			uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \
60
		uber-go:zap:v1.20.0:uber_go_zap/vendor/go.uber.org/zap \
58
			uber-go:zap:v1.20.0:uber_go_zap/vendor/go.uber.org/zap \
61
		valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
59
			valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
62
		valyala:fasthttp:v1.31.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp \
60
			valyala:fasthttp:v1.31.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp \
63
		xeipuuv:gojsonpointer:4e3ac2762d5f:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \
61
			xeipuuv:gojsonpointer:4e3ac2762d5f:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \
64
		xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \
62
			xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \
65
		xeipuuv:gojsonschema:v1.2.0:xeipuuv_gojsonschema/vendor/github.com/xeipuuv/gojsonschema \
63
			xeipuuv:gojsonschema:v1.2.0:xeipuuv_gojsonschema/vendor/github.com/xeipuuv/gojsonschema \
66
		yalp:jsonpath:5cc68e5049a0:yalp_jsonpath/vendor/github.com/yalp/jsonpath \
64
			yalp:jsonpath:5cc68e5049a0:yalp_jsonpath/vendor/github.com/yalp/jsonpath \
67
		yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
65
			yudai:gojsondiff:v1.0.0:yudai_gojsondiff/vendor/github.com/yudai/gojsondiff \
68
		yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs \
66
			yudai:golcs:ecda9a501e82:yudai_golcs/vendor/github.com/yudai/golcs \
69
		yudai:pp:v2.0.1:yudai_pp/vendor/github.com/yudai/pp
67
			yudai:pp:v2.0.1:yudai_pp/vendor/github.com/yudai/pp
70
--
Line 71 Link Here
71
USE_RC_SUBR=	acme-dns
69
USE_RC_SUBR=		acme-dns
72
--
(-)dns/acme-dns.old/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1643969203
1
TIMESTAMP = 1660043886
2
SHA256 (joohoi-acme-dns-g20220126-a33c09a_GH0.tar.gz) = 9f899f5176d64378f8b0eb892435b142bc9de778f935133a0475af164fa13d94
2
SHA256 (joohoi-acme-dns-v1.0_GH0.tar.gz) = 06249831f4a448453ad4a86bb1a4bf752f1ccc0d48da25fa09f5a1cf54646d2e
3
SIZE (joohoi-acme-dns-g20220126-a33c09a_GH0.tar.gz) = 55628
3
SIZE (joohoi-acme-dns-v1.0_GH0.tar.gz) = 55612
4
--

Return to bug 265732