[PATCH] gnu: glib-networking: Update to 2.54.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 7 years ago
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20171109224704.19588-1-kkebreau@posteo.net
* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
---
gnu/packages/gnome.scm | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)

Toggle diff (55 lines)
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
Ludovic Courtès wrote 7 years ago
(name . Kei Kebreau)(address . kkebreau@posteo.net)(address . 29237@debbugs.gnu.org)
87po8ofq35.fsf@gnu.org
Kei Kebreau <kkebreau@posteo.net> skribis:

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

LGTM, thanks!

Ludo'.
Kei Kebreau wrote 7 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 29237-done@debbugs.gnu.org)
87d14oyq8k.fsf@posteo.net
ludo@gnu.org (Ludovic Courtès) writes:

Toggle quote (8 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAloH56wACgkQ5qXuPBlG
eg2rmA/+JwfzPD5SFTSi+q0So4hOaa8rucwb27QswT7wtsDqTWqyWE5foiqZbV0C
Fr8wua7tKA6VHNpYMAxLzZKRoX/g5/RjNwB/Fwsk+5icRu3ScYoH1+2oFVK42hgm
DzjokQzM7xN+CIZFWTJR2u/L+mpflie4lVuFC/aYgJFuWWtHz6eWmpkgiD759/Z7
ik8/Q1ffyXbKBK9kbdp+ZbHD4TqTrEgeQpL9inznL6jV1VIdN7VLKB/WnGEac9ez
mvgAwA+sU+rhZ+XvFH5PMlmHQ52VbnMlhoa1gLQyB0yP8p/+PYqCfXNnywV0Y34V
dF2bvoC5008Xzb5vhx6yvL/OgKuzNGVNWsHWPKoinpc8xUnPmXohqepBSO9FAVgy
AnYUuQ27NYoBhNPQSuWaTf65CHBFvA70tUAVPVTyO83wijo8wMPOtoGO86Ph+GIc
68h5OVbXOs+zRAQpzhGfIVUVUte9dfE6qRQI1264SDVXyK4hSVl2Fo6g4o8mmpnS
7e/2cBqyeNa7xES8UKq+j2wEDMkvw4TnOcU9NUWfpL98BcuDW8izi31F9GasQmGk
pU9yTTMWO0elOmJBjHkffpOi+YFQNN7OI5EumQXloJPaLdPTSPf4DqiwWr0P19cV
k1Ajn5aC/DWvp41PBarM/S2dWt0fSiPR9SKjo7DCbzSwHNcWuig=
=YeNZ
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 29237@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 29237
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help