gnu: libx11: Remove graft for 1.6.6.
* gnu/packages/xorg.scm (libx11): Update to 1.6.6. [replacement]: Remove field. (libx11-1.6.6): Remove variable.
This commit is contained in:
parent
839167ff9d
commit
65ba72d749
@ -5238,8 +5238,7 @@ draggable titlebars and borders.")
|
|||||||
(define-public libx11
|
(define-public libx11
|
||||||
(package
|
(package
|
||||||
(name "libx11")
|
(name "libx11")
|
||||||
(version "1.6.5")
|
(version "1.6.6")
|
||||||
(replacement libx11-1.6.6)
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -5249,7 +5248,7 @@ draggable titlebars and borders.")
|
|||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pa3cfp6h9rl2vxmkph65250gfqyki0ccqyaan6bl9d25gdr0f2d"))))
|
"0ks1mxlda7nxfmffihi15ljsn50q8dknl33i2xag8xzc80fiizk5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc")) ;8 MiB of man pages + XML
|
"doc")) ;8 MiB of man pages + XML
|
||||||
@ -5269,20 +5268,6 @@ draggable titlebars and borders.")
|
|||||||
(description "Xorg Core X11 protocol client library.")
|
(description "Xorg Core X11 protocol client library.")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
;; Replacement package to fix multiple security bugs:
|
|
||||||
;; <http://seclists.org/oss-sec/2018/q3/146>.
|
|
||||||
(define-public libx11-1.6.6
|
|
||||||
(package
|
|
||||||
(inherit libx11)
|
|
||||||
(version "1.6.6")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://xorg/individual/lib/libX11-"
|
|
||||||
version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0ks1mxlda7nxfmffihi15ljsn50q8dknl33i2xag8xzc80fiizk5"))))))
|
|
||||||
|
|
||||||
;; packages of height 5 in the propagated-inputs tree
|
;; packages of height 5 in the propagated-inputs tree
|
||||||
|
|
||||||
(define-public libxcursor
|
(define-public libxcursor
|
||||||
|
Loading…
Reference in New Issue
Block a user