all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65302] [PATCH] gnu: profanity: Update to 0.14.0.
@ 2023-08-15  4:16 Jack Hill
  2023-08-29 13:04 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2023-08-15  4:16 UTC (permalink / raw)
  To: 65302

* gnu/packagex/messaging.scm (profanity): Update to 0.14.0.
---

guix lint says that profanity might be vulnerable to CVE-2022-40769, but that's for a different profanity.
I'm not sure quite the best way to solve that as I don't know if profanity has a preferred cpe-name.

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f47e1ac0f3..5fccbc8d07 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2129,7 +2129,7 @@ (define-public libstrophe
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
@@ -2138,7 +2138,7 @@ (define-public profanity
                        version ".tar.gz"))
        (sha256
         (base32
-         "14n45zwc6fxjargqhwqan8fyb7x0ql0hmw56rbjkjfkhpba2qmks"))))
+         "0zygsxxwdxmpppr7vyzi2r7d854yjl6918w0lrs7k41iib9zy8zx"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags

base-commit: 82407391f74dc491662736f03ef031d31ca3913c
-- 
2.41.0





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

* [bug#65302] [PATCH] gnu: profanity: Update to 0.14.0.
  2023-08-15  4:16 [bug#65302] [PATCH] gnu: profanity: Update to 0.14.0 Jack Hill
@ 2023-08-29 13:04 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-29 13:04 UTC (permalink / raw)
  To: Jack Hill; +Cc: 65302-done, 65302

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


Jack Hill <jackhill@jackhill.us> writes:

> * gnu/packagex/messaging.scm (profanity): Update to 0.14.0.
> ---
>
> guix lint says that profanity might be vulnerable to CVE-2022-40769, but that's for a different profanity.
> I'm not sure quite the best way to solve that as I don't know if profanity has a preferred cpe-name.
>
>  gnu/packages/messaging.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

This looks good to me, I've pushed it to master as
456790c29953d15f164e0f55dc8f566b40952530.

[-- 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-08-29 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15  4:16 [bug#65302] [PATCH] gnu: profanity: Update to 0.14.0 Jack Hill
2023-08-29 13:04 ` 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.