[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba.
From: |
Nicolas Graves |
Subject: |
[bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes] |
Date: |
Sun, 3 Nov 2024 17:02:11 +0100 |
This fixes CVE-2021-39360.
* gnu/packages/gnome.scm (libzapojit): Update to 0.0.3-1.99d49ba.
---
gnu/packages/gnome.scm | 45 ++++++++++++++++++++++--------------------
1 file changed, 24 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 77a0633b50..82ea9d6699 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10591,28 +10591,31 @@ (define-public gsound
(license license:lgpl2.1+)))
(define-public libzapojit
- (package
- (name "libzapojit")
- (version "0.0.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "0zn3s7ryjc3k1abj4k55dr2na844l451nrg9s6cvnnhh569zj99x"))))
- (build-system gnu-build-system)
- (native-inputs
- (list gobject-introspection intltool pkg-config))
- (inputs
- (list gnome-online-accounts json-glib rest))
- (home-page "https://wiki.gnome.org/Projects/Zapojit")
- (synopsis "Library for accessing SkyDrive and Hotmail")
- (description
- "Libzapojit is a GLib-based library for accessing online service APIs of
+ (let ((revision "1")
+ (commit "99d49bac5edc4afdcac742a0a142908e405597b0"))
+ (package
+ (name "libzapojit")
+ (version (git-version "0.0.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/Archive/libzapojit")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12frqg925rmic3rf37h5vs48xdy3mfi4ip24v0bl73h5sxy8n828"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ (list gobject-introspection intltool pkg-config))
+ (inputs
+ (list gnome-online-accounts json-glib rest))
+ (home-page "https://wiki.gnome.org/Projects/Zapojit")
+ (synopsis "Library for accessing SkyDrive and Hotmail")
+ (description
+ "Libzapojit is a GLib-based library for accessing online service APIs of
Microsoft SkyDrive and Hotmail, using their REST protocols.")
- (license license:lgpl2.1+)))
+ (license license:lgpl2.1+))))
(define-public gnome-clocks
(package
--
2.46.0
- [bug#74035] [PATCH v2 11/26] gnu: pypy: Update to 7.3.17. [security fixes], (continued)
- [bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 04/26] gnu: maradns: Improve style., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 05/26] gnu: libmobi: Update to 0.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 06/26] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 09/26] gnu: darkhttpd: Update to 1.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes],
Nicolas Graves <=
- [bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 26/26] gnu: snapcast: Update to 0.29.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 24/26] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 13/26] gnu: indent: Add patch for CVE-2024-0911. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 18/26] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 14/26] gnu: squashfs-tools: Update to 4.6.1. [security fixes], Nicolas Graves, 2024/11/03