From d083843a1f668cf1081b3fd90e390c36698ac604 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 13:12:26 -0400 Subject: updated many dependencies, ghc 8.x Updated many dependencies, notably secret-sharing which dropped the dep on polynomial, and so allows building with ghc 8.x. Did not try to support building with older ghc because the semigroup-monid transition would make it nontrivial. Stackage lts-14.25 is a compromise, since the stack shipped in debian (even unstable) is not able to handle newer ones. This commit was sponsored by Eric Drechsel on Patreon. --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index dd0d751..8e7cc36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +keysafe (0.20200214) UNRELEASED; urgency=medium + + * Updated many dependencies. + * Support building with ghc 8.x. + * Stackage lts-14.25. + + -- Joey Hess Fri, 14 Feb 2020 12:49:32 -0400 + keysafe (0.20180326) unstable; urgency=medium * Updated to argon2-1.3. -- cgit v1.2.3 From ecc210c3d045f66ecee0fb19482df06babf7aea8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 13:23:01 -0400 Subject: purism's server is dead apparently Downgrade purism's keysafe server from recommended to alternate, mostly because the server is down, and AFAIK has been down for years, and I don't currently know if they plan to ever provide it again. I hope it comes back, especially since they committed to run it through 2027.. This commit was sponsored by Jack Hill on Patreon. --- CHANGELOG | 3 +++ Servers.hs | 6 +++--- doc/servers.mdwn | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 8e7cc36..bbf9810 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,9 @@ keysafe (0.20200214) UNRELEASED; urgency=medium * Updated many dependencies. * Support building with ghc 8.x. * Stackage lts-14.25. + * Downgrade purism's keysafe server from recommended to alternate, + mostly because the server is down, and AFAIK has been down for years, + and I don't currently know if they plan to ever provide it again. -- Joey Hess Fri, 14 Feb 2020 12:49:32 -0400 diff --git a/Servers.hs b/Servers.hs index 3e4e792..b81a219 100644 --- a/Servers.hs +++ b/Servers.hs @@ -23,11 +23,11 @@ serverList d = [ServerAddress "vzgrspuxbtnlrtup.onion" 4242] "Provided by Joey Hess. Digital Ocean VPS, located in Indonesia" - , mk Recommended $ Server (ServerName "keysafe.puri.sm") + , mk Alternate $ Server (ServerName "keysafe.puri.sm") [ServerAddress "hlmjmeth356s5ekm.onion" 4242] "Provided by Purism. Located in the EU (Cyprus)" - -- Note that while Joey Hess is employed by Purism, - -- he does not have access to this server or its data, + -- Note that while Joey Hess was employed by Purismat one + -- point, he never had access to this server or its data, -- and Purism has policy to never allow him such access. -- This is important since he runs keysafe.joeyh.name. diff --git a/doc/servers.mdwn b/doc/servers.mdwn index d190603..06f8167 100644 --- a/doc/servers.mdwn +++ b/doc/servers.mdwn @@ -70,6 +70,9 @@ Keysafe's server list puts servers in three categories: =RmK4 -----END PGP SIGNATURE----- +(Unfortunately, Purism's keysafe server went down at some point before +2020. Hopefully they will bring it back and meet their commitment above.) + ### Alternate #### keysafe.joeyh.name @@ -108,7 +111,7 @@ Keysafe's server list puts servers in three categories: Provided by Marek Isalski at [Faelix](http://www.faelix.net/). Currently located in UK, but planned move to CH. - Vetting to Recommended level in progress. + Vetting to Recommended level stalled several years ago. ## Detailed requirements -- cgit v1.2.3 From de59756b62fdb8045217e3474f2528bcb48508ed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Feb 2020 13:39:07 -0400 Subject: releasing package keysafe version 0.20200214 --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index bbf9810..866154e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -keysafe (0.20200214) UNRELEASED; urgency=medium +keysafe (0.20200214) unstable; urgency=medium * Updated many dependencies. * Support building with ghc 8.x. @@ -7,7 +7,7 @@ keysafe (0.20200214) UNRELEASED; urgency=medium mostly because the server is down, and AFAIK has been down for years, and I don't currently know if they plan to ever provide it again. - -- Joey Hess Fri, 14 Feb 2020 12:49:32 -0400 + -- Joey Hess Fri, 14 Feb 2020 13:38:54 -0400 keysafe (0.20180326) unstable; urgency=medium -- cgit v1.2.3