all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3.
@ 2022-03-05 17:24 jgart via Guix-patches via
  2022-03-08 13:50 ` bug#54264: " Guillaume Le Vaillant
       [not found] ` <handler.54264.D54264.16467474782286.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: jgart via Guix-patches via @ 2022-03-05 17:24 UTC (permalink / raw)
  To: 54264; +Cc: jgart

* gnu/packages/networking.scm (socat): Update to 1.7.4.3.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 11f1cad007..cf6e9c742f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -951,7 +951,7 @@ (define-public pproxy
 (define-public socat
   (package
     (name "socat")
-    (version "1.7.4.1")
+    (version "1.7.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -959,7 +959,7 @@ (define-public socat
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1sbmqqvni3ss9wyay6ik5v81kxffkra80mh4ypgj74g82iba5b1z"))))
+                "01w0hpqf5xmgn40s1ablfd4y67dlrx5y9zlx24spc1qm8h81hwyl"))))
     (build-system gnu-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (inputs (list openssl))
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
  2022-03-05 17:24 [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3 jgart via Guix-patches via
@ 2022-03-08 13:50 ` Guillaume Le Vaillant
       [not found] ` <handler.54264.D54264.16467474782286.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-08 13:50 UTC (permalink / raw)
  To: jgart; +Cc: 54264-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3.
       [not found] ` <handler.54264.D54264.16467474782286.notifdone@debbugs.gnu.org>
@ 2022-03-08 16:29   ` Ludovic Courtès
  2022-03-08 16:42     ` Guillaume Le Vaillant
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2022-03-08 16:29 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: jgart, 54264

Hello,

help-debbugs@gnu.org (GNU bug Tracking System) skribis:

> Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.

I reverted it in 0e91da1d34250650f7549595867e1be4f8e93fd8 because it
triggered a massive rebuild:

--8<---------------cut here---------------start------------->8---
$ guix refresh -l socat
Building the following 6713 packages would ensure 13327 dependent
packages are rebuilt: […]
--8<---------------cut here---------------end--------------->8---

This is because GnuTLS depends on socat:

  guix graph -t reverse-package socat -M2 | xdot -f fdp -

So I think this should go to core-updates, or we could define a variant
for this new version but leave the ‘socat’ variable unchanged.

Thoughts?

Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3.
  2022-03-08 16:29   ` [bug#54264] " Ludovic Courtès
@ 2022-03-08 16:42     ` Guillaume Le Vaillant
  2022-03-11  9:58       ` bug#54264: " Guillaume Le Vaillant
  0 siblings, 1 reply; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-08 16:42 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: jgart, 54264

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

Ludovic Courtès <ludo@gnu.org> skribis:

> Hello,
>
> help-debbugs@gnu.org (GNU bug Tracking System) skribis:
>
>> Patch pushed as 3cd42883c4ad693ed1f79c6be35e1aa3e010e10a.
>
> I reverted it in 0e91da1d34250650f7549595867e1be4f8e93fd8 because it
> triggered a massive rebuild:
>
> $ guix refresh -l socat
> Building the following 6713 packages would ensure 13327 dependent
> packages are rebuilt: […]
>
> This is because GnuTLS depends on socat:
>
>   guix graph -t reverse-package socat -M2 | xdot -f fdp -
>
> So I think this should go to core-updates, or we could define a variant
> for this new version but leave the ‘socat’ variable unchanged.
>
> Thoughts?
>
> Ludo’.

Ah, yes I forgot to check the number of dependents before pushing.
I guess it should go on core-updates.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#54264: [PATCH] gnu: socat: Update to 1.7.4.3.
  2022-03-08 16:42     ` Guillaume Le Vaillant
@ 2022-03-11  9:58       ` Guillaume Le Vaillant
  2022-03-11 21:03         ` [bug#54264] " jgart via Guix-patches via
  0 siblings, 1 reply; 6+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-11  9:58 UTC (permalink / raw)
  To: 54264-done; +Cc: Ludovic Courtès, jgart

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Patch pushed as 9223b81071ac5c18c94dce17c1fb6544016aac3d on
core-updates.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3.
  2022-03-11  9:58       ` bug#54264: " Guillaume Le Vaillant
@ 2022-03-11 21:03         ` jgart via Guix-patches via
  0 siblings, 0 replies; 6+ messages in thread
From: jgart via Guix-patches via @ 2022-03-11 21:03 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: Ludovic Courtès, 54264-done

On Fri, 11 Mar 2022 09:58:44 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> Patch pushed as 9223b81071ac5c18c94dce17c1fb6544016aac3d on
> core-updates.

Hi Guillaume,

Sorry I couldn't get to that on time but thanks for pushing it to core-updates.

all best,

jgart

https://whereis.xn--q9jyb4c
gemini://whereis.xn--q9jyb4c




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-11 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-05 17:24 [bug#54264] [PATCH] gnu: socat: Update to 1.7.4.3 jgart via Guix-patches via
2022-03-08 13:50 ` bug#54264: " Guillaume Le Vaillant
     [not found] ` <handler.54264.D54264.16467474782286.notifdone@debbugs.gnu.org>
2022-03-08 16:29   ` [bug#54264] " Ludovic Courtès
2022-03-08 16:42     ` Guillaume Le Vaillant
2022-03-11  9:58       ` bug#54264: " Guillaume Le Vaillant
2022-03-11 21:03         ` [bug#54264] " jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.