GNU bug report logs -
#46189
[PATCH 1/2] gnu: utox: Update to 0.18.1.
Previous Next
Reported by: Robert Karszniewicz <avoidr <at> posteo.de>
Date: Sat, 30 Jan 2021 12:27:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46189 in the body.
You can then email your comments to 46189 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46189
; Package
guix-patches
.
(Sat, 30 Jan 2021 12:27:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Robert Karszniewicz <avoidr <at> posteo.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 30 Jan 2021 12:27:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (utox): Update to 0.18.1.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1820a146d1..70438b50d7 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -26,7 +26,7 @@
;;; Copyright © 2020 Mason Hock <chaosmonk <at> riseup.net>
;;; Copyright © 2020, 2021 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan <at> disroot.org>
-;;; Copyright © 2020 Robert Karszniewicz <avoidr <at> posteo.de>
+;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr <at> posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1430,7 +1430,7 @@ messenger protocol.")
(define-public utox
(package
(name "utox")
- (version "0.18.0")
+ (version "0.18.1")
(source
(origin
(method git-fetch)
@@ -1441,7 +1441,7 @@ messenger protocol.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
+ "01rvlf94d4rkrygnnjak3cg16hrrqyi1rn9nx65y17qk2nbyh68g"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DENABLE_TESTS=on")
--
2.30.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#46189
; Package
guix-patches
.
(Sat, 30 Jan 2021 12:33:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 46189 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (utox): Remove libsodium as dependency.
uTox doesn't use libsodium directly anymore and it is a transitive
dependency via c-toxcore.
---
gnu/packages/messaging.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 70438b50d7..8ddf70540a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1466,7 +1466,6 @@ messenger protocol.")
("filteraudio" ,filteraudio)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
- ("libsodium" ,libsodium)
("c-toxcore" ,c-toxcore)
("gtk+" ,gtk+)
("libvpx" ,libvpx)
--
2.30.0
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Sun, 31 Jan 2021 20:28:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Robert Karszniewicz <avoidr <at> posteo.de>
:
bug acknowledged by developer.
(Sun, 31 Jan 2021 20:28:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 46189-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, Jan 30, 2021 at 01:32:41PM +0100, Robert Karszniewicz wrote:
> * gnu/packages/messaging.scm (utox): Remove libsodium as dependency.
>
> uTox doesn't use libsodium directly anymore and it is a transitive
> dependency via c-toxcore.
I took this to mean that it was new to this version and I squashed the
two commits. Thanks!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Mar 2021 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 193 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.