gnu: Go standard library 'net' packages: Update to 0.0.0-3.d28f0bd.
* gnu/packages/golang.scm (go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-context, go-golang-org-x-net-internal-socks, go-golang-org-x-net-internal-socket, go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy): Update to 0.0.0-3.d28f0bd. (go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-internal-socket, go-golang-org-x-net-ipv6)[propagated-inputs]: Add go-golang-org-x-sys-unix
This commit is contained in:
parent
957e6f7289
commit
307f2c44af
|
@ -1008,8 +1008,8 @@ fixed-output-length hash functions and the SHAKE variable-output-length hash
|
||||||
functions defined by FIPS-202.")))
|
functions defined by FIPS-202.")))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-ipv4
|
(define-public go-golang-org-x-net-ipv4
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-ipv4")
|
(name "go-golang-org-x-net-ipv4")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1021,11 +1021,13 @@ functions defined by FIPS-202.")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/ipv4"
|
`(#:import-path "golang.org/x/net/ipv4"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "Go IPv4 support")
|
(synopsis "Go IPv4 support")
|
||||||
(description "This package provides @code{ipv4}, which implements IP-level
|
(description "This package provides @code{ipv4}, which implements IP-level
|
||||||
socket options for the Internet Protocol version 4.")
|
socket options for the Internet Protocol version 4.")
|
||||||
|
@ -1033,8 +1035,8 @@ socket options for the Internet Protocol version 4.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-bpf
|
(define-public go-golang-org-x-net-bpf
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-bpf")
|
(name "go-golang-org-x-net-bpf")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1047,11 +1049,13 @@ socket options for the Internet Protocol version 4.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/bpf"
|
`(#:import-path "golang.org/x/net/bpf"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "Berkeley Packet Filters (BPF) in Go")
|
(synopsis "Berkeley Packet Filters (BPF) in Go")
|
||||||
(description "This package provides a Go implementation of the Berkeley
|
(description "This package provides a Go implementation of the Berkeley
|
||||||
Packet Filter (BPF) virtual machine.")
|
Packet Filter (BPF) virtual machine.")
|
||||||
|
@ -1059,8 +1063,8 @@ Packet Filter (BPF) virtual machine.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-context
|
(define-public go-golang-org-x-net-context
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-context")
|
(name "go-golang-org-x-net-context")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1073,7 +1077,7 @@ Packet Filter (BPF) virtual machine.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/context"
|
`(#:import-path "golang.org/x/net/context"
|
||||||
|
@ -1086,8 +1090,8 @@ request-scoped values across API boundaries and between processes.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-internal-socks
|
(define-public go-golang-org-x-net-internal-socks
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-internal-socks")
|
(name "go-golang-org-x-net-internal-socks")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1100,7 +1104,7 @@ request-scoped values across API boundaries and between processes.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/internal/socks"
|
`(#:import-path "golang.org/x/net/internal/socks"
|
||||||
|
@ -1111,8 +1115,8 @@ request-scoped values across API boundaries and between processes.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-internal-socket
|
(define-public go-golang-org-x-net-internal-socket
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-internal-socket")
|
(name "go-golang-org-x-net-internal-socket")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1125,19 +1129,21 @@ request-scoped values across API boundaries and between processes.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/internal/socket"
|
`(#:import-path "golang.org/x/net/internal/socket"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "")
|
(synopsis "")
|
||||||
(description "")
|
(description "")
|
||||||
(home-page "https://go.googlesource.com/net/")
|
(home-page "https://go.googlesource.com/net/")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-internal-iana
|
(define-public go-golang-org-x-net-internal-iana
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-internal-iana")
|
(name "go-golang-org-x-net-internal-iana")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1150,7 +1156,7 @@ request-scoped values across API boundaries and between processes.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/internal/iana"
|
`(#:import-path "golang.org/x/net/internal/iana"
|
||||||
|
@ -1162,8 +1168,8 @@ number resources managed by the Internet Assigned Numbers Authority (IANA).")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-ipv6
|
(define-public go-golang-org-x-net-ipv6
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-ipv6")
|
(name "go-golang-org-x-net-ipv6")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1176,11 +1182,13 @@ number resources managed by the Internet Assigned Numbers Authority (IANA).")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/ipv6"
|
`(#:import-path "golang.org/x/net/ipv6"
|
||||||
#:unpack-path "golang.org/x/net"))
|
#:unpack-path "golang.org/x/net"))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
|
||||||
(synopsis "Go IPv6 support")
|
(synopsis "Go IPv6 support")
|
||||||
(description "This package provides @code{ipv6}, which implements
|
(description "This package provides @code{ipv6}, which implements
|
||||||
IP-level socket options for the Internet Protocol version 6.")
|
IP-level socket options for the Internet Protocol version 6.")
|
||||||
|
@ -1188,8 +1196,8 @@ IP-level socket options for the Internet Protocol version 6.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-net-proxy
|
(define-public go-golang-org-x-net-proxy
|
||||||
(let ((commit "351d144fa1fc0bd934e2408202be0c29f25e35a0")
|
(let ((commit "d28f0bde5980168871434b95cfc858db9f2a7a99")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-net-proxy")
|
(name "go-golang-org-x-net-proxy")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1202,7 +1210,7 @@ IP-level socket options for the Internet Protocol version 6.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c5x25qjyz83y92bq0lll5kmznyi3m02wd4c54scgf0866gy938k"))))
|
"18xj31h70m7xxb7gc86n9i21w6d7djbjz67zfaljm4jqskz6hxkf"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/net/proxy"
|
`(#:import-path "golang.org/x/net/proxy"
|
||||||
|
|
Loading…
Reference in New Issue