[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31487] [PATCH] gnu: Add upx.
From: |
Ludovic Courtès |
Subject: |
[bug#31487] [PATCH] gnu: Add upx. |
Date: |
Sat, 26 May 2018 22:14:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Pierre Neidhardt <address@hidden> skribis:
> * gnu/packages/compression.scm (ucl): New variable.
> * gnu/packages/compression.scm (upx): New variable.
I committed both as separate patches (the convention is to have one
patch per package), slightly changed descriptions to remove “marketing
speak”, and changed licenses to ‘gpl2+’ after checking the source file
headers.
There’s one issue left though:
$ ./pre-inst-env guix lint upx
gnu/packages/compression.scm:2179:2: address@hidden: probably vulnerable to
CVE-2017-15056, CVE-2017-16869
Could you check whether patches are available for these? Better be safe
than sorry!
Thank you,
Ludo’.