From 95f5b277e3b63fdf783f39b85bc73b36fd07d103 Mon Sep 17 00:00:00 2001 From: NamecoinBot Date: Mon, 31 May 2021 15:26:50 +0000 Subject: [PATCH 1/5] Bump goisatty --- projects/goisatty/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/goisatty/config b/projects/goisatty/config index 9e8f5af..961742f 100644 --- a/projects/goisatty/config +++ b/projects/goisatty/config @@ -1,6 +1,6 @@ -version: 0.0.12 +version: 0.0.13 git_url: https://github.com/mattn/go-isatty.git -git_hash: 7b513a986450394f7bbf1476909911b3aa3a55ce +git_hash: 8b0c6d82fa8980f9bff874afff66860a0c3e9c5c filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' build: '[% c("projects/go/var/build_go_lib") %]' From de3c2ed70a6b0cb68ef2a4313bbaef2b4532bed6 Mon Sep 17 00:00:00 2001 From: NamecoinBot Date: Tue, 1 Jun 2021 15:48:33 +0000 Subject: [PATCH 2/5] Bump ncdns --- projects/ncdns/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ncdns/config b/projects/ncdns/config index f586a23..f2f7395 100644 --- a/projects/ncdns/config +++ b/projects/ncdns/config @@ -1,6 +1,6 @@ -version: '0.1.2' +version: '0.2' git_url: https://github.com/namecoin/ncdns.git -git_hash: '554079a95d4a483ec4d952268d58d1411d691268' +git_hash: 'f8e40887fb21c64294cfa177189f0df4f1740d9c' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' var: From 9f7c881b66ce9d6abb47d5045e34eb2a1d97fb67 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 1 Jun 2021 15:55:40 +0000 Subject: [PATCH 3/5] ncdns: Use named tag --- projects/ncdns/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/ncdns/config b/projects/ncdns/config index f2f7395..111d1c2 100644 --- a/projects/ncdns/config +++ b/projects/ncdns/config @@ -1,6 +1,8 @@ version: '0.2' git_url: https://github.com/namecoin/ncdns.git -git_hash: 'f8e40887fb21c64294cfa177189f0df4f1740d9c' +git_hash: 'v[% c("version") %]' +tag_gpg_id: 1 +gpg_keyring: namecoin.gpg filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' var: From 390d724c4195e669265c119167ec0aa5a9a4b461 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 1 Jun 2021 15:58:17 +0000 Subject: [PATCH 4/5] ncdns-nsis: Use named tag --- projects/ncdns-nsis/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/ncdns-nsis/config b/projects/ncdns-nsis/config index bb7ef1c..329905b 100644 --- a/projects/ncdns-nsis/config +++ b/projects/ncdns-nsis/config @@ -1,7 +1,9 @@ # vim: filetype=yaml sw=2 version: '[% pc("ncdns", "version") %]' git_url: https://github.com/namecoin/ncdns-nsis.git -git_hash: 'f3f7c7a7a13897044e4499cd89d61bf9c2b1d07e' +git_hash: 'v[% c("version") %]' +tag_gpg_id: 1 +gpg_keyring: namecoin.gpg filename: 'ncdns-[% c("version") %]-[% c("arch") %]-install-[% c("var/build_id") %].exe' var: From 541c58b0df7e8e9166ac0139f9be2c7362bf2da4 Mon Sep 17 00:00:00 2001 From: NamecoinBot Date: Tue, 1 Jun 2021 15:48:40 +0000 Subject: [PATCH 5/5] Bump BIND --- projects/ncdns-nsis/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ncdns-nsis/config b/projects/ncdns-nsis/config index 329905b..9b69c83 100644 --- a/projects/ncdns-nsis/config +++ b/projects/ncdns-nsis/config @@ -7,7 +7,7 @@ gpg_keyring: namecoin.gpg filename: 'ncdns-[% c("version") %]-[% c("arch") %]-install-[% c("var/build_id") %].exe' var: - bind_version: '9.15.7' + bind_version: '9.17.11' consensusj_namecoin_version: '0.3.2.1' dnssec_trigger_version: '0.17' namecoin_core_version: '0.21.0.1'