mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating bind
This commit is contained in:
commit
b2e3ce481c
1 changed files with 6 additions and 7 deletions
|
@ -5,6 +5,7 @@
|
|||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages datastructures)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages libevent)
|
||||
#:use-module (gnu packages perl)
|
||||
|
@ -18,25 +19,25 @@
|
|||
#:use-module (gnu packages crates-web)
|
||||
#:use-module (gnu packages crates-tls))
|
||||
|
||||
|
||||
(define-public isc-bind
|
||||
(package
|
||||
(name "bind")
|
||||
(version "9.18.19")
|
||||
(version "9.20.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://downloads.isc.org/isc/bind9/" version "/bind-" version ".tar.xz")))
|
||||
(sha256 (base32 "1k0jfv9a91wcb28gdply29h3psw8z84dlbi73pgbmgirak00jphi"))))
|
||||
(sha256 (base32 "1c5f548l4b6w61x6vxlf2d88sbli4fn26mrbnqrhsh9197vxyvgy"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs `("out" "utils"))
|
||||
(inputs
|
||||
(list libcap libuv libxml2 openssl p11-kit python `(,nghttp2 "lib") python-ply))
|
||||
(list libcap libuv liburcu libxml2 openssl p11-kit python `(,nghttp2 "lib") python-ply))
|
||||
(native-inputs
|
||||
(list perl pkg-config))
|
||||
(arguments
|
||||
`(
|
||||
#:configure-flags
|
||||
(list "--with-sysroot=/")
|
||||
(list "--with-sysroot=/"
|
||||
(string-append "--with-pkcs11=" (assoc-ref %build-inputs "p11-kit")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'strip 'move-to-utils
|
||||
|
@ -62,7 +63,6 @@
|
|||
(license (list license:mpl2.0))))
|
||||
|
||||
|
||||
|
||||
(define-public rust-hickory-dns-0.24
|
||||
(package
|
||||
(name "rust-hickory-dns")
|
||||
|
@ -113,4 +113,3 @@ is based on the Tokio and Futures libraries, which means it should be easily
|
|||
integrated into other software that also use those libraries.")
|
||||
(license (list license:expat license:asl2.0)
|
||||
)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue