Fixes build with Python >= 3.6: ------ Making all in libgnomeui make[2]: Entering directory '/tmp/guix-build-libgnomeui-2.24.5.drv-0/libgnomeui-2.24.5/libgnomeui' GEN stamp-gnome-marshal.h GEN stamp-gnometypebuiltins.h INFO: Reading ./gnome-marshal.list... GEN gnome-marshal.h Traceback (most recent call last): File "/gnu/store/...-glib-2.54.2-bin/bin/glib-mkenums", line 688, in process_file(fname) File "/gnu/store/...-glib-2.54.2-bin/bin/glib-mkenums", line 420, in process_file line = curfile.readline() File "/gnu/store/...-python-3.6.3/lib/python3.6/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 1009: invalid continuation byte make[2]: *** [Makefile:1109: stamp-gnometypebuiltins.h] Error 1 make[2]: Leaving directory '/tmp/guix-build-libgnomeui-2.24.5.drv-0/libgnomeui-2.24.5/libgnomeui' make[1]: *** [Makefile:369: all-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-libgnomeui-2.24.5.drv-0/libgnomeui-2.24.5' make: *** [Makefile:296: all] Error 2 ------ Patch copied from upstream source repository: https://git.gnome.org/browse/libgnomeui/commit/?id=30334c28794ef85d8973f4ed0779b5ceed6594f2 From 30334c28794ef85d8973f4ed0779b5ceed6594f2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 7 Aug 2017 13:15:26 -0400 Subject: [PATCH] gnome-scores.h: Convert to UTF-8 The new Python `glib-mkenums` barfs on ISO-8859-1 input. --- libgnomeui/gnome-scores.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnomeui/gnome-scores.h b/libgnomeui/gnome-scores.h index 911b12d1..4e641d22 100644 --- a/libgnomeui/gnome-scores.h +++ b/libgnomeui/gnome-scores.h @@ -27,7 +27,7 @@ * "High Scores" Widget * * AUTHOR: - * Horacio J. Peña + * Horacio J. Peña * * This is free software (under the terms of the GNU LGPL) * class='path'>path: root/gnu/packages/ssh.scm
AgeCommit message (Expand)Author
2024-10-13guile-ssh: Update to 0.17.0 and use patch....* gnu/packages/ssh.scm (guile-ssh): Update to 0.17.0 and apply patch. * gnu/packages/patches/guile-ssh-rename-bool.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register patch. Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com> Change-Id: Iafb5630430ba122861b7e2fe2c76c84739b4e00f Herman Rimm
2024-08-31gnu: lsh: Add libxcrypt dependency....* gnu/packages/ssh.scm (lsh)[inputs]: Add libxcrypt. Change-Id: Ic67704e2a60d4e2fe7397204570efca4493c88fe 宋文武
2024-08-31gnu: dropbear: Add libxcrypt dependency....* gnu/packages/ssh.scm (dropbear)[inputs]: Add libxcrypt. Change-Id: I951b01354e195c09d8ecf0b06ef8d88715f3023c 宋文武
2024-08-31gnu: mosh: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/ssh.scm (mosh)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2d03972a6acf31e63e2629356eb862445eecf1aa Maxime Devos
2024-07-03gnu: dropbear: Update to 2024.85....* gnu/packages/ssh.scm (dropbear): Update to 2024.85. Change-Id: I6c729f22732244e6c44bc0d6a1866ab1663a537e Signed-off-by: jgart <jgart@dismail.de> Attila Lendvai
2024-07-01gnu: openssh: Update to 9.8p1 [security fixes]....Fixes a critical security bug allowing remote code execution as root: https://www.openssh.com/txt/release-9.8 This may be CVE-2024-6387 (currently embargoed): https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6387 * gnu/packages/ssh.scm (openssh): Update to 9.8p1. Change-Id: I32e1001ca4d7f9bfbdad58ddcba58670e151a8cb Zheng Junjie