Branch | Commit message | Author | Age | |
---|---|---|---|---|
base | gnu: txr: Update to 238. | Guillaume Le Vaillant | 5 years | |
series-4099 | gnu: Add python-libtmux | Edouard Klein | 5 years | |
series-4101 | gnu: Update python-widgetsnbextension to 3.5.1 | Edouard Klein | 5 years | |
series-4102 | gnu: Update python-ipywidgets to 7.5.1 | Edouard Klein | 5 years | |
series-4103 | gnu: Update python-jupyter-console to 6.1.0 | Edouard Klein | 5 years | |
series-4104 | gnu: Move nose from propagated to native in python-iml | Edouard Klein | 5 years | |
series-4105 | gnu: Move nose from propagated to native in python-iml | Edouard Klein | 5 years | |
series-4106 | gnu: Remove python-prompt-toolkit-1 | Edouard Klein | 5 years | |
series-4108 | guix scripts: Mention Guix checkouts + gcroots/auto when warning about disk s... | Pierre Neidhardt | 5 years | |
series-4109 | doc: Add example to calculate the size a system. | Pierre Neidhardt | 5 years | |
[...] | ||||
Tag | Download | Author | Age | |
base-for-series-4108 | patches-base-for-series-4108.tar patches-base-for-series-4108.tar.gz | Guillaume Le Vaillant | 5 years | |
base-for-series-4109 | patches-base-for-series-4109.tar patches-base-for-series-4109.tar.gz | Guillaume Le Vaillant | 5 years | |
base-for-series-4098 | patches-base-for-series-4098.tar patches-base-for-series-4098.tar.gz | Christopher Baines | 5 years | |
base-for-series-4099 | patches-base-for-series-4099.tar patches-base-for-series-4099.tar.gz | Christopher Baines | 5 years | |
base-for-series-4101 | patches-base-for-series-4101.tar patches-base-for-series-4101.tar.gz | Christopher Baines | 5 years | |
base-for-series-4102 | patches-base-for-series-4102.tar patches-base-for-series-4102.tar.gz | Christopher Baines | 5 years | |
base-for-series-4103 | patches-base-for-series-4103.tar patches-base-for-series-4103.tar.gz | Christopher Baines | 5 years | |
base-for-series-4104 | patches-base-for-series-4104.tar patches-base-for-series-4104.tar.gz | Christopher Baines | 5 years | |
base-for-series-4105 | patches-base-for-series-4105.tar patches-base-for-series-4105.tar.gz | Christopher Baines | 5 years | |
base-for-series-4106 | patches-base-for-series-4106.tar patches-base-for-series-4106.tar.gz | Christopher Baines | 5 years | |
[...] | ||||
Age | Commit message | Author | ||
2020-05-25 | gnu: libexif: Update to 0.6.22 [security fixes].•••This fixes CVE-2020-13114, CVE-2020-13113, CVE-2020-13112, CVE-2020-0093, CVE-2019-9278, and CVE-2020-12767. * gnu/packages/patches/libexif-CVE-2016-6328.patch, gnu/packages/patches/libexif-CVE-2017-7544.patch, gnu/packages/patches/libexif-CVE-2018-20030.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/photo.scm (libexif): Update to 0.6.22. [source](uri): Adjust for upstream GitHub migration. base-for-series-4085 | Marius Bakke | ||
2020-05-25 | gnu: libgphoto2: Update to 2.5.25.•••* gnu/packages/photo.scm (libgphoto2): Update to 2.5.25. | Marius Bakke | ||
2020-05-25 | pull: Protect against downgrade attacks.•••* guix/scripts/pull.scm (%default-options): Add 'validate-pull'. (%options, show-help): Add '--allow-downgrades'. (warn-about-backward-updates): New procedure. (guix-pull): Pass #:current-channels and #:validate-pull to 'latest-channel-instances'. * guix/channels.scm (ensure-forward-channel-update): Add hint for when (channel-commit channel) is true. * doc/guix.texi (Invoking guix pull): Document '--allow-downgrades'. | Ludovic Courtès | ||
2020-05-25 | channels: 'latest-channel-instances' guards against non-forward updates.•••* guix/channels.scm (latest-channel-instance): Add #:starting-commit and pass it to 'update-cached-checkout'. Return the commit relation as a second value. (ensure-forward-channel-update): New procedure. (latest-channel-instances): Add #:current-channels and #:validate-pull. [current-commit]: New procedure. Pass #:starting-commit to 'latest-channel-instance'. When the returned relation is true, call VALIDATE-PULL. (latest-channel-derivation): Add #:current-channels and #:validate-pull. Pass them to 'latest-channel-instances*'. * tests/channels.scm ("latest-channel-instances #:validate-pull"): New test. | Ludovic Courtès | ||
2020-05-25 | git: 'update-cached-checkout' returns the commit relation.•••* guix/git.scm (update-cached-checkout): Add #:starting-commit parameter. Call 'commit-relation' when #:starting-commit is true. Always return the relation or #f as the third value. (latest-repository-commit): Adjust accordingly. * guix/import/opam.scm (get-opam-repository): Likewise. * tests/channels.scm ("latest-channel-instances includes channel dependencies") ("latest-channel-instances excludes duplicate channel dependencies"): Update mock of 'update-cached-checkout' accordingly. | Ludovic Courtès | ||
2020-05-25 | channels: 'latest-channel-instances' doesn't leak internal state.•••* guix/channels.scm (latest-channel-instances): Remove 'previous-channels' argument. Introduce 'loop' and use it. | Ludovic Courtès | ||
2020-05-25 | git: Add 'commit-relation'.•••* guix/git.scm (commit-relation): New procedure. * tests/git.scm ("commit-relation"): New test. | Ludovic Courtès | ||
2020-05-25 | gnu: protonvpn-cli: Tweak description.•••* gnu/packages/vpn.scm (protonvpn-cli)[description]: Tweak. | Ludovic Courtès | ||
2020-05-25 | gnu: Add protonvpn-cli.•••* gnu/packages/vpn.scm (protonvpn-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Ryan Prior | ||
2020-05-25 | gnu: guile-dsv: Build with Guile 3.0.•••* gnu/packages/guile-xyz.scm (guile-dsv)[inputs]: Replace guile-2.2 with guile-3.0. [propagated-inputs]: Replace guile2.2-lib with guile-lib. [arguments]: Add "configure support guile3.0" phase. (guile2.2-dsv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Jack Hill | ||
[...] | ||||
Clone | ||||
https://git.cbaines.net/git/guix/patches | ||||
git@git.cbaines.net:guix/patches |