Archived
1
0
Fork 0

gnu: shadowsocks: Update to 2.9.1.

* gnu/packages/networking.scm (shadowsocks): Update to 2.9.1.
This commit is contained in:
Nicolas Goaziou 2021-11-27 09:58:18 +01:00
parent 811a450199
commit bd7ef5ab0f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3051,22 +3051,17 @@ asynchronous model using a modern C++ approach.")
(license license:boost1.0))) (license license:boost1.0)))
(define-public shadowsocks (define-public shadowsocks
;; There are some security fixes after the last release.
(let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
(revision "0")
(version (git-version "2.8.2" revision commit)))
(package (package
(name "shadowsocks") (name "shadowsocks")
(version version) (version "2.9.1")
(home-page "https://github.com/shadowsocks/shadowsocks") (source
(source (origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url home-page) (url "https://github.com/shadowsocks/shadowsocks")
(commit commit))) (commit version)))
(sha256 (sha256
(base32 (base32 "02mp5905nz02d7amb4zc77rcrkxmvy8mf5rci7mvy58g24lvbw25"))
"1idd9b4f2pnhcpk1bh030hqg5zq25gkwxd53xi3c0cj242w7sp2j"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(inputs (inputs
`(("openssl" ,openssl))) `(("openssl" ,openssl)))
@ -3082,6 +3077,7 @@ asynchronous model using a modern C++ approach.")
(assoc-ref inputs "openssl") (assoc-ref inputs "openssl")
"/lib/libssl.so"))))))))) "/lib/libssl.so")))))))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/shadowsocks/shadowsocks")
(synopsis "Fast tunnel proxy that helps you bypass firewalls") (synopsis "Fast tunnel proxy that helps you bypass firewalls")
(description (description
"This package is a fast tunnel proxy that helps you bypass firewalls. "This package is a fast tunnel proxy that helps you bypass firewalls.
@ -3094,7 +3090,7 @@ Features:
@item Workers and graceful restart @item Workers and graceful restart
@item Destination IP blacklist @item Destination IP blacklist
@end itemize") @end itemize")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public net-snmp (define-public net-snmp
(package (package