Re: [opinion] CVE-patching is not sufficient for package security patching

2021-03-25 Thread Mathieu Othacehe
Hello, > Concretely, this would mean a Honeycomb LX2 or Ampere ALTRA workstation, > since I don't believe there are any other aarch64 workstations available > for sale. > > https://www.solid-run.com/arm-servers-networking-platforms/honeycomb-workstation/ > https://store.avantek.co.uk/ampere-altr

Re: [opinion] CVE-patching is not sufficient for package security patching

2021-03-25 Thread Leo Famulari
On Thu, Mar 25, 2021 at 03:22:16PM +0100, Mathieu Othacehe wrote: > I recently added a new metric in Cuirass: "Builds count per machine > during the last day". Turns out the overdrive1 with its two workers > seems to outperform the hydra-guix-X running emulated builds on four > workers. That's goo

Re: guix import hackage fails with errors, and failed tests

2021-03-25 Thread c4t0
zimoun writes: > Hi, > > On Wed, 24 Mar 2021 at 16:41, c4t0 wrote: >> zimoun writes: > >> yes! I don't know if is really related with >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35743 and is a layout >> problem or it doesn't know how to parse 'common'. > > I have not read carefully the bug

cuirass

2021-03-25 Thread Vincent Legoll
Hello, I just made a tour of the new cuirass, this is much nicer than when I last visited (a long time ago). Kudos ! I saw a few glitches (with firefox 78.8.0esr) * The "Home" & "Guix logo" buttons bothlink back to the home page (duplicate). * The search combobox help popup window is not on top

Re: cuirass

2021-03-25 Thread Ricardo Wurmus
Vincent Legoll writes: > * The search combobox help popup window > is not on top level, probably on all pages. > So other page elements are displayed over > it. I noticed that too. The rule for “#search #search-hints” should have a “z-index: 1;” or similar, so that the icons don’t overlap the

Re: cuirass

2021-03-25 Thread Vincent Legoll
> The rule for “#search #search-hints” should have a “z-index: 1;” or > similar, so that the icons don’t overlap the search box. Like the following ? diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css index e713b6f..2754415 100644 --- a/src/static/css/cuirass.css +++ b/src/stati

Expat 2.3.0 has been released

2021-03-25 Thread Sebastian Pipping
Hello everyone! Expat 2.3.0 — simplified — brings… - bugfixes, - improvements to both build systems, and - improvements to xmlwf usability. Please see the changelog at [1] for more details. If you have patches for Expat that are still required with version 2.3.0, please send them my w

Re: guix import hackage fails with errors, and failed tests

2021-03-25 Thread zimoun
Hi, On Thu, 25 Mar 2021 at 16:23, c4t0 wrote: > zimoun writes: >> The issue with this is that Guix would somehow depend on Haskell. And >> it would not happen: GHC is not bootstrappable, is huge, etc. > > I get the point of bootstrappable guix, and yes GHC is really huge, but > if you're impor