all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29477] gnurl: Update to 7.56.1-2
@ 2017-11-27 19:55 ng0
  2017-11-27 20:55 ` bug#29477: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-11-27 19:55 UTC (permalink / raw)
  To: 29477


[-- Attachment #1.1: Type: text/plain, Size: 219 bytes --]

I hope I don't have to list the many configure switches
I'Ve made obsoloete with this release.
-- 
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
  WWW: https://n0.is

[-- Attachment #1.2: 0001-gnu-gnurl-Update-to-7.56.1-2.patch --]
[-- Type: text/plain, Size: 2623 bytes --]

From 57ddf39335346c4277fbfe6e6c86da38c475a103 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
Date: Mon, 27 Nov 2017 15:53:02 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.56.1-2.

* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2.
---
 gnu/packages/gnunet.scm | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index b17a39ccf..7e1e1d902 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
+;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -186,14 +186,14 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.56.1")
+   (version "7.56.1-2")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://gnunet.org/sites/default/files/"
                                 name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "0phbs3lw0a561fqsj4fyngmpaznjlnx4qx9n9xzglivy69r9j1n8"))))
+              "092lpwjdg0z5bbf6i331ydm49qy05xrb3vagggmpi8pl7v3zv88j"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
@@ -207,17 +207,7 @@ and support for SSL3 and TLS.")
       ("pkg-config" ,pkg-config)
       ("python" ,python-2)))
    (arguments
-    `(#:configure-flags '("--enable-ipv6" "--with-gnutls" "--without-libssh2"
-                          "--without-libmetalink" "--without-winidn"
-                          "--without-librtmp" "--without-nghttp2"
-                          "--without-nss" "--without-cyassl"
-                          "--without-polarssl" "--without-ssl"
-                          "--without-winssl" "--without-darwinssl"
-                          "--disable-sspi" "--disable-ntlm-wb"
-                          "--disable-ldap" "--disable-rtsp" "--disable-dict"
-                          "--disable-telnet" "--disable-tftp" "--disable-pop3"
-                          "--disable-imap" "--disable-smtp" "--disable-gopher"
-                          "--disable-file" "--disable-ftp" "--disable-smb")
+    `(#:configure-flags (list "--disable-ntlm-wb")
       #:test-target "test"
       #:parallel-tests? #f
       #:phases
-- 
2.15.0


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

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

* bug#29477: gnurl: Update to 7.56.1-2
  2017-11-27 19:55 [bug#29477] gnurl: Update to 7.56.1-2 ng0
@ 2017-11-27 20:55 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-11-27 20:55 UTC (permalink / raw)
  To: ng0; +Cc: 29477-done

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

On Mon, Nov 27, 2017 at 07:55:34PM +0000, ng0 wrote:
> I hope I don't have to list the many configure switches
> I'Ve made obsoloete with this release.
> -- 
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
>   WWW: https://n0.is

> From 57ddf39335346c4277fbfe6e6c86da38c475a103 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@n0.is>
> Date: Mon, 27 Nov 2017 15:53:02 +0000
> Subject: [PATCH] gnu: gnurl: Update to 7.56.1-2.
> 
> * gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2.

Thanks! Pushed as 1aace3dc34d703ebabc47057dc7efb98e38d2340

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

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

end of thread, other threads:[~2017-11-27 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 19:55 [bug#29477] gnurl: Update to 7.56.1-2 ng0
2017-11-27 20:55 ` bug#29477: " Leo Famulari

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.