[PATCH] gnu: gnutls: Update to 3.7.8.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jack Hill
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Jack Hill
Severity
normal
J
J
Jack Hill wrote on 25 Jan 2023 19:55
(address . guix-patches@gnu.org)
20230125185518.12652-1-jackhill@jackhill.us
* 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.


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

Toggle diff (24 lines)
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
M
M
Maxim Cournoyer wrote on 5 Jan 19:06 +0100
control message for bug #61064
(address . control@debbugs.gnu.org)
87a5pj1wq5.fsf@gmail.com
close 61064
quit
J
J
Jack Hill wrote on 5 Jan 20:20 +0100
Re: bug#61064 acknowledged by developer (control message for bug #61064)
(address . 61064@debbugs.gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
d5d81868-8169-5fbf-b5f4-7565eebcf05c@jackhill.us
On Fri, 5 Jan 2024, GNU bug Tracking System wrote:

Toggle quote (10 lines)
> 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
M
M
Maxim Cournoyer wrote on 5 Jan 21:13 +0100
(name . Jack Hill)(address . jackhill@jackhill.us)(address . 61064@debbugs.gnu.org)
87plyfzgg8.fsf@gmail.com
Hi,

Jack Hill <jackhill@jackhill.us> writes:

Toggle quote (20 lines)
> 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
J
J
Jack Hill wrote on 6 Jan 06:38 +0100
Re: [bug#61064] acknowledged by developer (control message for bug #61064)
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . 61064@debbugs.gnu.org)
5cb91e50-2e83-3eeb-749a-38ce758db36f@jackhill.us
On Fri, 5 Jan 2024, Maxim Cournoyer wrote:

Toggle quote (3 lines)
> 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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61064@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61064
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch