aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/p7zip-remove-unused-code.patch
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-10-31 13:43:53 -0400
committerLeo Famulari <leo@famulari.name>2018-10-31 13:54:20 -0400
commitc438e0cc7471cfe0b7accd5763fa4095934fbf48 (patch)
treec0c4522c5347385eefd0801c80ddb0ae3d62cfbb /gnu/packages/patches/p7zip-remove-unused-code.patch
parent124e9d6e0a6b3e0a5c230c79bdbbaf5bb345da42 (diff)
downloadguix-c438e0cc7471cfe0b7accd5763fa4095934fbf48.tar.gz
guix-c438e0cc7471cfe0b7accd5763fa4095934fbf48.zip
gnu: curl: Update grafted replacement to 7.62.0 [security fixes].
Fixes CVE-2018-{16839,16840,16842}. * gnu/packages/curl.scm (curl)[replacement]: Update to 7.62.0. (curl-7.61.1): Replace with ... (curl-7.62.0): ... new variable.
Diffstat (limited to 'gnu/packages/patches/p7zip-remove-unused-code.patch')
0 files changed, 0 insertions, 0 deletions
itle='2021-03-05 12:49:27 +0100'>2021-03-05profiles: 'package->manifest-entry' preserves transformations by default....Previously, transformations applied from a manifest (rather than via "guix install") would be lost. This change fixes that and simplifies things. Reported by zimoun at <https://lists.gnu.org/archive/html/guix-devel/2021-02/msg00153.html>. * guix/profiles.scm (default-properties): New procedure. (package->manifest-entry): Use it for #:properties. * guix/scripts/pack.scm (guix-pack)[with-transformations]: Remove. Remove caller. * guix/scripts/package.scm (transaction-upgrade-entry): Remove calls to 'manifest-entry-with-transformations'. * tests/guix-package.sh: Add test. * tests/transformations.scm ("options->transformation + package->manifest-entry"): New test. Ludovic Courtès