bug#41896: texlive-union for python-matplotlib-documentation and python-ipython-documentation fail

2022-05-13 Thread Maxim Cournoyer
Ricardo Wurmus writes: > Neither python-matplotlib-documentation nor python-ipython-documentation > can be built because their texlive unions cannot be built. Fixed on master. Closing! Thanks for reporting, Maxim

bug#53670: ipython CVE-2022-21699

2022-05-13 Thread Maxim Cournoyer
Hi, Leo Famulari writes: > Python (Interactive Python) is a command shell for interactive computing > in multiple programming languages, originally developed for the Python > programming language. Affected versions are subject to an arbitrary code > execution vulnerability achieved by not proper

bug#35780: texlive-latex-polyglossia package empty

2022-05-13 Thread Maxim Cournoyer
Hello, The texlive-polyglossia is no longer empty, and works, at least with XeLaTeX. You can see it in action building the doc of our 'python-ipython-documentation' package. Closing! Thanks, Maxim

bug#55399: guix system reconfigure fails on channel validation

2022-05-13 Thread Maxime Devos
André Batista schreef op vr 13-05-2022 om 12:21 [-0300]: > Any thoughts? According to , the ownership check can be relaxed by setting an option. The guile- git library would need to be adjusted to supp

bug#55335: [PATCH] services: Allow shepherd to listen for IPv6 connections to openssh.

2022-05-13 Thread Jack Hill
On Fri, 13 May 2022, Jack Hill wrote: Thanks for looking into this! Does this fix work for you (I assume so)? I tried a simpler patch to use a v6 socket: --- a/gnu/services/ssh.scm +++ b/gnu/services/ssh.scm @@ -535,7 +535,7 @@ (define openssh-command (start #~(if (defined? 'make-ine

bug#55399: guix system reconfigure fails on channel validation

2022-05-13 Thread Maxime Devos
André Batista schreef op vr 13-05-2022 om 12:21 [-0300]: > Any thoughts? For now, let 'guile-git' use the libgit2-1.3 variant, look into relaxing the ‘is owned by’ check later? Greetings, Maxime signature.asc Description: This is a digitally signed message part

bug#55335: [PATCH] services: Allow shepherd to listen for IPv6 connections to openssh.

2022-05-13 Thread Jack Hill
Thanks for looking into this! Does this fix work for you (I assume so)? I tried a simpler patch to use a v6 socket: --- a/gnu/services/ssh.scm +++ b/gnu/services/ssh.scm @@ -535,7 +535,7 @@ (define openssh-command (start #~(if (defined? 'make-inetd-constructor)

bug#55279: Bug Report: guix pull

2022-05-13 Thread Maxime Devos
blitz schreef op vr 13-05-2022 om 15:01 [+]: > Hi Maxime, > > running "guix pull" again produced a similar looking output to the one I > sent previously. > > I looked at the link > > > > you sent and I'm motivated to apply your patch. > > However, I'm n

bug#55399: guix system reconfigure fails on channel validation

2022-05-13 Thread André Batista
Hello Guix! Recently, I've not been able to reconfigure some of my guix systems because guix fails to forward validate the commits in between the current system deployment and the newer one. This appears to be related to the new libgit2 version 1.4.3[1][2], which addressed CVE 2022-24765, since th

bug#55335: [PATCH] services: Allow shepherd to listen for IPv6 connections to openssh.

2022-05-13 Thread Christopher Baines
Prior to the switch to the openssh service using inetd, you could connect over IPv4 or IPv6. With inetd, you can only connect over IPv4, meaning for machines with just IPv6 connectivity, you can't connect. Switching to listing via IPv6 should support IPv4 connections, as Linux is capable of transl

bug#55335: openssh-service no longer listens on IPv6

2022-05-13 Thread Christopher Baines
Christopher Baines writes: > This looks to be a recent regression, probably connected with the > shepherd now doing the listening, rather than sshd itself. > > Previously, you could use both IPv4 and IPv6. > > netstat -tlnp | grep sshd > tcp0 0 0.0.0.0:22 0.0.0.0:*