mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: upx: Update to 4.2.4.
* gnu/packages/compression.scm (upx): Update to 4.2.4. [properties]: Add lint-hidden-cve property. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
87e9647913
commit
3553c7f4fe
1 changed files with 4 additions and 3 deletions
|
@ -2438,15 +2438,14 @@ decompression is a little bit slower.")
|
||||||
(define-public upx
|
(define-public upx
|
||||||
(package
|
(package
|
||||||
(name "upx")
|
(name "upx")
|
||||||
(version "4.1.0")
|
(version "4.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/upx/upx/releases/download/v"
|
(uri (string-append "https://github.com/upx/upx/releases/download/v"
|
||||||
version "/upx-" version "-src.tar.xz"))
|
version "/upx-" version "-src.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1i71p03861hlf5x1w217l67zm5inm449zhbg6kpv8zyj0wb5dmjy"))))
|
||||||
"1l273pwa573x9l3izw75cz8ysn2g8w8w3s56rahppa3ya65zg0h5"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://upx.github.io/")
|
(home-page "https://upx.github.io/")
|
||||||
(synopsis "Compression tool for executables")
|
(synopsis "Compression tool for executables")
|
||||||
|
@ -2455,6 +2454,8 @@ decompression is a little bit slower.")
|
||||||
compressor. UPX typically reduces the file size of programs and shared
|
compressor. UPX typically reduces the file size of programs and shared
|
||||||
libraries by around 50%--70%, thus reducing disk space, network load times,
|
libraries by around 50%--70%, thus reducing disk space, network load times,
|
||||||
download times, and other distribution and storage costs.")
|
download times, and other distribution and storage costs.")
|
||||||
|
;; These CVEs have been fixed since 4.0.2 but are still linted.
|
||||||
|
(properties `((lint-hidden-cve . ("CVE-2023-23456" "CVE-2023-23457"))))
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public quazip-0
|
(define-public quazip-0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue