unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61064] [PATCH] gnu: gnutls: Update to 3.7.8.
@ 2023-01-25 18:55 ` Jack Hill
       [not found]   ` <handler.61064.C.170447798719178.notifdonectrl.0@debbugs.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Jack Hill @ 2023-01-25 18:55 UTC (permalink / raw)
  To: 61064

* gnu/packages/tls.scm (gnutls-latest): Update to 3.7.8.
---

I test build this on Linux x86_64, and was able to use guile-gnutls with
this version. The list reported by `guix refresh -l` wasn't working for
me, so I didn't rebuild all the packages. Upstream claims taht there are
"No changes [ABI or API] since last version," so I think it's pretty
safe.

Release notes: https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html

 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index bdac8a6e63..5dc9866077 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -335,7 +335,7 @@ (define-public gnutls
 (define-public gnutls-latest
   (package
     (inherit gnutls)
-    (version "3.7.7")
+    (version "3.7.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnutls/v"
@@ -345,7 +345,7 @@ (define-public gnutls-latest
                                        "gnutls-cross.patch"))
               (sha256
                (base32
-                "01i1gl15k6qwvxmxx0by1mn9nlmcmym18wdpm7dn9awfsp8474dy"))))
+                "053ic7a9dcvzjx8pqjxn3022189i4f5klppfi9mgw3k7y2dd72n5"))))
 
     ;; Disable Guile bindings: they are now provided by Guile-GnuTLS.
     (inputs (modify-inputs (package-inputs gnutls)
-- 
2.39.1





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

* [bug#61064] acknowledged by developer (control message for bug #61064)
       [not found]   ` <handler.61064.C.170447798719178.notifdonectrl.0@debbugs.gnu.org>
@ 2024-01-05 19:20     ` Jack Hill
  2024-01-05 20:13       ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Jack Hill @ 2024-01-05 19:20 UTC (permalink / raw)
  To: 61064; +Cc: Maxim Cournoyer

On Fri, 5 Jan 2024, GNU bug Tracking System wrote:

> This is an automatic notification regarding your bug report
> #61064: [PATCH] gnu: gnutls: Update to 3.7.8.,
> which was filed against the guix-patches package.
>
> Thank you for your report, which has now been closed.
> You can view the full report at
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61064
>
> If you require further information, please followup to 61064@debbugs.gnu.org.

Hi Maxim,

Thanks for taking the time to clean up some old issues. However, Can you 
say a little bit more about what the thinking is on this one? I notice 
that we still have some packages (e.g. dino via glib-networking) that are 
still on gnutls-3.7. Is the idea tha it would be better to switch those 
over to 3.8 than update 3.7?

Thanks!
Jack




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

* [bug#61064] acknowledged by developer (control message for bug #61064)
  2024-01-05 19:20     ` [bug#61064] acknowledged by developer (control message for bug #61064) Jack Hill
@ 2024-01-05 20:13       ` Maxim Cournoyer
  2024-01-06  5:38         ` Jack Hill
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2024-01-05 20:13 UTC (permalink / raw)
  To: Jack Hill; +Cc: 61064

Hi,

Jack Hill <jackhill@jackhill.us> writes:

> On Fri, 5 Jan 2024, GNU bug Tracking System wrote:
>
>> This is an automatic notification regarding your bug report
>> #61064: [PATCH] gnu: gnutls: Update to 3.7.8.,
>> which was filed against the guix-patches package.
>>
>> Thank you for your report, which has now been closed.
>> You can view the full report at
>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61064
>>
>> If you require further information, please followup to 61064@debbugs.gnu.org.
>
> Hi Maxim,
>
> Thanks for taking the time to clean up some old issues. However, Can
> you say a little bit more about what the thinking is on this one? I
> notice that we still have some packages (e.g. dino via
> glib-networking) that are still on gnutls-3.7. Is the idea tha it
> would be better to switch those over to 3.8 than update 3.7?

There's a single gnutls package, which is grafted with 3.8.2.  So any
updates to anterior versions are obsolete :-).

-- 
Thanks,
Maxim




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

* [bug#61064] acknowledged by developer (control message for bug #61064)
  2024-01-05 20:13       ` Maxim Cournoyer
@ 2024-01-06  5:38         ` Jack Hill
  0 siblings, 0 replies; 4+ messages in thread
From: Jack Hill @ 2024-01-06  5:38 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 61064

On Fri, 5 Jan 2024, Maxim Cournoyer wrote:

> There's a single gnutls package, which is grafted with 3.8.2.  So any
> updates to anterior versions are obsolete :-).

Very good, thanks for the explanation. If only I had looked at the Guix 
source first (and pulled as well, thanks for the 3.8.2 update). Next time 
:)

Best,
Jack




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

end of thread, other threads:[~2024-01-06  5:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87a5pj1wq5.fsf@gmail.com>
2023-01-25 18:55 ` [bug#61064] [PATCH] gnu: gnutls: Update to 3.7.8 Jack Hill
     [not found]   ` <handler.61064.C.170447798719178.notifdonectrl.0@debbugs.gnu.org>
2024-01-05 19:20     ` [bug#61064] acknowledged by developer (control message for bug #61064) Jack Hill
2024-01-05 20:13       ` Maxim Cournoyer
2024-01-06  5:38         ` Jack Hill

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).