all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65825] [PATCH] gnu: squid: Update to 6.3.
@ 2023-09-08 15:57 Sergey Trofimov
  2023-09-15  9:27 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2023-09-08 15:57 UTC (permalink / raw)
  To: 65825; +Cc: Sergey Trofimov

---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 6c22129a98..1eb464673d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1998,14 +1998,14 @@ (define-public httpstat
 (define-public squid
   (package
     (name "squid")
-    (version "4.17")
+    (version "6.3")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
+       (uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
                            version ".tar.xz"))
        (sha256
-        (base32 "060lwghn6q982bay11ia38c86kd8w6mjgy68n58v31kwik08m4nb"))))
+        (base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

base-commit: 45af7b89239d4bbdc145a5c9cc03356f31d5a20e
--
2.41.0





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

* [bug#65825] [PATCH] gnu: squid: Update to 6.3.
  2023-09-08 15:57 [bug#65825] [PATCH] gnu: squid: Update to 6.3 Sergey Trofimov
@ 2023-09-15  9:27 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-15  9:27 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 65825, 65825-done

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


Sergey Trofimov <sarg@sarg.org.ru> writes:

> ---
>  gnu/packages/networking.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 6c22129a98..1eb464673d 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -1998,14 +1998,14 @@ (define-public httpstat
>  (define-public squid
>    (package
>      (name "squid")
> -    (version "4.17")
> +    (version "6.3")
>      (source
>       (origin
>         (method url-fetch)
> -       (uri (string-append "http://www.squid-cache.org/Versions/v4/squid-"
> +       (uri (string-append "http://www.squid-cache.org/Versions/v6/squid-"
>                             version ".tar.xz"))
>         (sha256
> -        (base32 "060lwghn6q982bay11ia38c86kd8w6mjgy68n58v31kwik08m4nb"))))
> +        (base32 "1yj869jnbdv1fb604j6g602dyvfnw7ahh9sh7mbqjpbsd9cgb83l"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:configure-flags
>
> base-commit: 45af7b89239d4bbdc145a5c9cc03356f31d5a20e

I missed adding the changelog entry to the commit message, but I've
pushed this to master now as af1d2c031032b2b0330a3093a41b16f7699f29b9.

Thanks,

Chris

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

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

end of thread, other threads:[~2023-09-15  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 15:57 [bug#65825] [PATCH] gnu: squid: Update to 6.3 Sergey Trofimov
2023-09-15  9:27 ` Christopher Baines

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.