Re: Ports tree locked for 6.5 release

2019-04-06 Thread Ed Ahlsen-Girard
> From:   Marc Espie 
> Date:   2019-04-06 13:24:35
> Message-ID: 20190406132435.GA7545 () lain ! home
> [Download RAW message or body]
> 
> On Fri, Apr 05, 2019 at 07:11:57AM -0500, Edward Lopez-Acosta wrote:
> > You are correct its not my process, but I am still curious as to the
> > rationale which is just a question that was not answered. Nowhere
> > did I suggest, or imply, that it should be changed.
> 
> There's no rationale.
> 
> Just experimental results.
> 
> We did lots of tweaks to the release process over the years.
> 
> The current way is what causes the least amount of angst among
> developers.

"That which experiment has found, though theory had no part in,
Is always reckoned more than sound to put your mind and heart in."

Wolfgang Pauli as Faust in the Blegdamsvej Faust (performed at a Solvay
Conference), recorded by George Gamow in Thirty Years That Shook
Physics.

-- 

Edward Ahlsen-Girard
Ft Walton Beach, FL




Re: Ports tree locked for 6.5 release

2019-04-06 Thread Marc Espie
On Fri, Apr 05, 2019 at 07:11:57AM -0500, Edward Lopez-Acosta wrote:
> You are correct its not my process, but I am still curious as to the
> rationale which is just a question that was not answered. Nowhere did I
> suggest, or imply, that it should be changed.

There's no rationale.

Just experimental results.

We did lots of tweaks to the release process over the years.

The current way is what causes the least amount of angst among
developers.



Re: update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-06 Thread Stuart Henderson

Too late for 6.5 but this looks good for post unlock.

--
Sent from a phone, apologies for poor formatting.

On 6 April 2019 10:19:34 Nam Nguyen  wrote:


Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019).

I successfully tested it by following the instructions in
`/usr/local/share/doc/pkg-readmes/dnscrypt-proxy'.

1. I uncommented the servers in `/etc/dnscrypt-proxy.toml'.
server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
2. # rcctl start dnscrypt_proxy
3. /etc/resolv.conf
nameserver 127.0.0.1
lookup file bind

--8<---cut here---start->8---
Index: Makefile
===
RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile6 Apr 2019 08:35:41 -   1.1
+++ Makefile6 Apr 2019 09:05:40 -
@@ -4,7 +4,7 @@ COMMENT =   flexible DNS proxy, with suppo

GH_ACCOUNT =jedisct1
GH_PROJECT =dnscrypt-proxy
-GH_TAGNAME =   2.0.19
+GH_TAGNAME =   2.0.22

CATEGORIES =net

Index: distinfo
===
RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo6 Apr 2019 08:35:41 -   1.1
+++ distinfo6 Apr 2019 09:05:40 -
@@ -1,2 +1,2 @@
-SHA256 (dnscrypt-proxy-2.0.19.tar.gz) = 
mLBa7FGHzUwq6pENfqf6zVrVfAy/oHQBhoZHdk1cKJY=

-SIZE (dnscrypt-proxy-2.0.19.tar.gz) = 3339713
+SHA256 (dnscrypt-proxy-2.0.22.tar.gz) = 
rIrTJrbaR7seUV0po1RRGo3Jpev89L6Ba2eRUy0C1WQ=

+SIZE (dnscrypt-proxy-2.0.22.tar.gz) = 2192330
Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
===
RCS file: 
/cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v

retrieving revision 1.1
diff -u -p -r1.1 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
--- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml	6 Apr 2019 
08:35:41 -	1.1
+++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml	6 Apr 2019 
09:05:40 -

@@ -12,7 +12,7 @@ Index: dnscrypt-proxy/example-dnscrypt-p


 ## Require servers (from static + remote sources) to satisfy specific 
 properties

-@@ -487,7 +487,7 @@ cache_neg_max_ttl = 600
+@@ -497,7 +497,7 @@ cache_neg_max_ttl = 600

   [sources.'public-resolvers']
   urls = 
   ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 
   'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']

--8<---cut here---end--->8---






Re: update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-06 Thread Nam Nguyen
Nam Nguyen  writes:

> Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019).
>
> I successfully tested it by following the instructions in
> `/usr/local/share/doc/pkg-readmes/dnscrypt-proxy'.
>
> 1. I uncommented the servers in `/etc/dnscrypt-proxy.toml'.
> server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
> 2. # rcctl start dnscrypt_proxy
> 3. /etc/resolv.conf
> nameserver 127.0.0.1
> lookup file bind
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v
> retrieving revision 1.1
> diff -u -p -r1.1 Makefile
> --- Makefile  6 Apr 2019 08:35:41 -   1.1
> +++ Makefile  6 Apr 2019 09:05:40 -
> @@ -4,7 +4,7 @@ COMMENT = flexible DNS proxy, with suppo
>  
>  GH_ACCOUNT = jedisct1
>  GH_PROJECT = dnscrypt-proxy
> -GH_TAGNAME = 2.0.19
> +GH_TAGNAME = 2.0.22
>  
>  CATEGORIES = net
>  
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v
> retrieving revision 1.1
> diff -u -p -r1.1 distinfo
> --- distinfo  6 Apr 2019 08:35:41 -   1.1
> +++ distinfo  6 Apr 2019 09:05:40 -
> @@ -1,2 +1,2 @@
> -SHA256 (dnscrypt-proxy-2.0.19.tar.gz) = 
> mLBa7FGHzUwq6pENfqf6zVrVfAy/oHQBhoZHdk1cKJY=
> -SIZE (dnscrypt-proxy-2.0.19.tar.gz) = 3339713
> +SHA256 (dnscrypt-proxy-2.0.22.tar.gz) = 
> rIrTJrbaR7seUV0po1RRGo3Jpev89L6Ba2eRUy0C1WQ=
> +SIZE (dnscrypt-proxy-2.0.22.tar.gz) = 2192330
> Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
> ===
> RCS file: 
> /cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v
> retrieving revision 1.1
> diff -u -p -r1.1 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
> --- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml  6 Apr 2019 
> 08:35:41 -   1.1
> +++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml  6 Apr 2019 
> 09:05:40 -
> @@ -12,7 +12,7 @@ Index: dnscrypt-proxy/example-dnscrypt-p
>   
>   
>   ## Require servers (from static + remote sources) to satisfy specific 
> properties
> -@@ -487,7 +487,7 @@ cache_neg_max_ttl = 600
> +@@ -497,7 +497,7 @@ cache_neg_max_ttl = 600
>   
> [sources.'public-resolvers']
> urls = 
> ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md',
>  'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']

I messed up the original diff by generating the diff from a separate cvs
repo. I copied everything over to the original ports directory, so this
should work better. (It may not make much of a difference since only the
timestamps got messed up.)

--8<---cut here---start->8---
Index: Makefile
===
RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile30 Nov 2018 16:10:01 -  1.38
+++ Makefile6 Apr 2019 09:26:06 -
@@ -4,7 +4,7 @@ COMMENT =   flexible DNS proxy, with suppo
 
 GH_ACCOUNT =   jedisct1
 GH_PROJECT =   dnscrypt-proxy
-GH_TAGNAME =   2.0.19
+GH_TAGNAME =   2.0.22
 
 CATEGORIES =   net
 
Index: distinfo
===
RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo30 Nov 2018 16:10:01 -  1.16
+++ distinfo6 Apr 2019 09:26:06 -
@@ -1,2 +1,2 @@
-SHA256 (dnscrypt-proxy-2.0.19.tar.gz) = 
mLBa7FGHzUwq6pENfqf6zVrVfAy/oHQBhoZHdk1cKJY=
-SIZE (dnscrypt-proxy-2.0.19.tar.gz) = 3339713
+SHA256 (dnscrypt-proxy-2.0.22.tar.gz) = 
rIrTJrbaR7seUV0po1RRGo3Jpev89L6Ba2eRUy0C1WQ=
+SIZE (dnscrypt-proxy-2.0.22.tar.gz) = 2192330
Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
===
RCS file: 
/cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v
retrieving revision 1.2
diff -u -p -r1.2 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
--- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml30 Nov 2018 
16:10:01 -  1.2
+++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml6 Apr 2019 
09:26:06 -
@@ -12,7 +12,7 @@ Index: dnscrypt-proxy/example-dnscrypt-p
  
  
  ## Require servers (from static + remote sources) to satisfy specific 
properties
-@@ -487,7 +487,7 @@ cache_neg_max_ttl = 600
+@@ -497,7 +497,7 @@ cache_neg_max_ttl = 600
  
[sources.'public-resolvers']
urls = 
['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md',
 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
--8<---cut here---end--->8---



update dnscrypt-proxy 2.0.19 -> 2.0.22

2019-04-06 Thread Nam Nguyen
Here is an update for dnscrypt-proxy 2.0.22 (released April 1, 2019).

I successfully tested it by following the instructions in
`/usr/local/share/doc/pkg-readmes/dnscrypt-proxy'.

1. I uncommented the servers in `/etc/dnscrypt-proxy.toml'.
server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
2. # rcctl start dnscrypt_proxy
3. /etc/resolv.conf
nameserver 127.0.0.1
lookup file bind

--8<---cut here---start->8---
Index: Makefile
===
RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile6 Apr 2019 08:35:41 -   1.1
+++ Makefile6 Apr 2019 09:05:40 -
@@ -4,7 +4,7 @@ COMMENT =   flexible DNS proxy, with suppo
 
 GH_ACCOUNT =   jedisct1
 GH_PROJECT =   dnscrypt-proxy
-GH_TAGNAME =   2.0.19
+GH_TAGNAME =   2.0.22
 
 CATEGORIES =   net
 
Index: distinfo
===
RCS file: /cvs/ports/net/dnscrypt-proxy/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo6 Apr 2019 08:35:41 -   1.1
+++ distinfo6 Apr 2019 09:05:40 -
@@ -1,2 +1,2 @@
-SHA256 (dnscrypt-proxy-2.0.19.tar.gz) = 
mLBa7FGHzUwq6pENfqf6zVrVfAy/oHQBhoZHdk1cKJY=
-SIZE (dnscrypt-proxy-2.0.19.tar.gz) = 3339713
+SHA256 (dnscrypt-proxy-2.0.22.tar.gz) = 
rIrTJrbaR7seUV0po1RRGo3Jpev89L6Ba2eRUy0C1WQ=
+SIZE (dnscrypt-proxy-2.0.22.tar.gz) = 2192330
Index: patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
===
RCS file: 
/cvs/ports/net/dnscrypt-proxy/patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml,v
retrieving revision 1.1
diff -u -p -r1.1 patch-dnscrypt-proxy_example-dnscrypt-proxy_toml
--- patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml6 Apr 2019 
08:35:41 -   1.1
+++ patches/patch-dnscrypt-proxy_example-dnscrypt-proxy_toml6 Apr 2019 
09:05:40 -
@@ -12,7 +12,7 @@ Index: dnscrypt-proxy/example-dnscrypt-p
  
  
  ## Require servers (from static + remote sources) to satisfy specific 
properties
-@@ -487,7 +487,7 @@ cache_neg_max_ttl = 600
+@@ -497,7 +497,7 @@ cache_neg_max_ttl = 600
  
[sources.'public-resolvers']
urls = 
['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md',
 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
--8<---cut here---end--->8---