all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29237] [PATCH] gnu: glib-networking: Update to 2.54.1.
@ 2017-11-09 22:47 Kei Kebreau
  2017-11-11 21:44 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Kei Kebreau @ 2017-11-09 22:47 UTC (permalink / raw)
  To: 29237; +Cc: Kei Kebreau

* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
---
 gnu/packages/gnome.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 172f09e9b..4088ffb0f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2326,7 +2326,7 @@ library.")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.50.0")
+    (version "2.54.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -2334,7 +2334,7 @@ library.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1vkb53jxawy38y29635izlch64j9xmcwwcimk134jwra7hpl86iz"))
+                "0bq16m9nh3gcz9x2fvygr0iwxd2pxcbrm3lj3kihsnh1afv8g9za"))
               (patches
                (search-patches "glib-networking-ssl-cert-file.patch"))))
     (build-system gnu-build-system)
@@ -2344,18 +2344,19 @@ library.")
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-giomoduledir
-                     ;; Install GIO modules into $out/lib/gio/modules.
-                     (lambda _
-                       (substitute* "configure"
-                         (("GIO_MODULE_DIR=.*")
-                          (string-append "GIO_MODULE_DIR=" %output
-                                         "/lib/gio/modules\n")))))
+           ;; Install GIO modules into $out/lib/gio/modules.
+           (lambda _
+             (substitute* "configure"
+               (("GIO_MODULE_DIR=.*")
+                (string-append "GIO_MODULE_DIR=" %output
+                               "/lib/gio/modules\n")))
+             #t))
          (add-before 'check 'use-empty-ssl-cert-file
-                     (lambda _
-                       ;; The ca-certificates.crt is not available in the build
-                       ;; environment.
-                       (setenv "SSL_CERT_FILE" "/dev/null")
-                       #t)))))
+           (lambda _
+             ;; The ca-certificates.crt is not available in the build
+             ;; environment.
+             (setenv "SSL_CERT_FILE" "/dev/null")
+             #t)))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
-- 
2.14.3

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

* [bug#29237] [PATCH] gnu: glib-networking: Update to 2.54.1.
  2017-11-09 22:47 [bug#29237] [PATCH] gnu: glib-networking: Update to 2.54.1 Kei Kebreau
@ 2017-11-11 21:44 ` Ludovic Courtès
  2017-11-12  6:18   ` bug#29237: " Kei Kebreau
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-11 21:44 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 29237

Kei Kebreau <kkebreau@posteo.net> skribis:

> * gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.

LGTM, thanks!

Ludo'.

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

* bug#29237: [PATCH] gnu: glib-networking: Update to 2.54.1.
  2017-11-11 21:44 ` Ludovic Courtès
@ 2017-11-12  6:18   ` Kei Kebreau
  0 siblings, 0 replies; 3+ messages in thread
From: Kei Kebreau @ 2017-11-12  6:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29237-done

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

ludo@gnu.org (Ludovic Courtès) writes:

> Kei Kebreau <kkebreau@posteo.net> skribis:
>
>> * gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
>
> LGTM, thanks!
>
> Ludo'.

Thanks for reviewing!

Pushed to master as c7b433de474d873d135187fc9676e8112254b450.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2017-11-12  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 22:47 [bug#29237] [PATCH] gnu: glib-networking: Update to 2.54.1 Kei Kebreau
2017-11-11 21:44 ` Ludovic Courtès
2017-11-12  6:18   ` bug#29237: " Kei Kebreau

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.