gnu: GnuTLS: Update to 3.6.8.
* gnu/packages/tls.scm (gnutls): Update to 3.6.8.
[arguments]: Add "--with-guile-{site,site-ccache,extension-dir}" to #:configure-flags.
			
			
This commit is contained in:
		
							parent
							
								
									731d471a37
								
							
						
					
					
						commit
						7892edc256
					
				
					 1 changed files with 11 additions and 2 deletions
				
			
		| 
						 | 
					@ -161,7 +161,7 @@ living in the same process.")
 | 
				
			||||||
(define-public gnutls
 | 
					(define-public gnutls
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnutls")
 | 
					    (name "gnutls")
 | 
				
			||||||
    (version "3.6.6")
 | 
					    (version "3.6.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri
 | 
					             (uri
 | 
				
			||||||
| 
						 | 
					@ -173,7 +173,7 @@ living in the same process.")
 | 
				
			||||||
             (patches (search-patches "gnutls-skip-trust-store-test.patch"))
 | 
					             (patches (search-patches "gnutls-skip-trust-store-test.patch"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "19rcfgsfxb01cyz8jxmmgkjqc7y5s97amajzyknk1i1amywcm6mv"))))
 | 
					               "10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(; Ensure we don't keep a reference to this buggy software.
 | 
					     `(; Ensure we don't keep a reference to this buggy software.
 | 
				
			||||||
| 
						 | 
					@ -191,6 +191,15 @@ living in the same process.")
 | 
				
			||||||
             ;; independently.  This seems suboptimal.
 | 
					             ;; independently.  This seems suboptimal.
 | 
				
			||||||
             "--with-default-trust-store-dir=/etc/ssl/certs"
 | 
					             "--with-default-trust-store-dir=/etc/ssl/certs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					             ;; Tell the build system that we want Guile bindings installed to
 | 
				
			||||||
 | 
					             ;; the output instead of Guiles own module directory.
 | 
				
			||||||
 | 
					             (string-append "--with-guile-site-dir="
 | 
				
			||||||
 | 
					                            "$(datarootdir)/guile/site/$(GUILE_EFFECTIVE_VERSION)")
 | 
				
			||||||
 | 
					             (string-append "--with-guile-site-ccache-dir="
 | 
				
			||||||
 | 
					                            "$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache")
 | 
				
			||||||
 | 
					             (string-append "--with-guile-extension-dir="
 | 
				
			||||||
 | 
					                            "$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
             ;; FIXME: Temporarily disable p11-kit support since it is not
 | 
					             ;; FIXME: Temporarily disable p11-kit support since it is not
 | 
				
			||||||
             ;; working on mips64el.
 | 
					             ;; working on mips64el.
 | 
				
			||||||
             "--without-p11-kit")
 | 
					             "--without-p11-kit")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue