Age | Commit message (Expand) | Author |
2023-10-14 | gnu: icewm: Update to 3.4.3...* gnu/packages/wm.scm (icewm): Update to 3.4.3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2023-10-14 | gnu: xnedit: Update to 1.5.2...* gnu/packages/text-editors.scm (xnedit): Update to 1.5.2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2023-10-14 | gnu: xpra: Update to 5.0.3...* gnu/packages/xorg.scm (xpra): Update to 5.0.3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2023-10-14 | gnu: f3d: Update to 2.2.1....* gnu/packages/graphics.scm (f3d): Update to 2.2.1.
[snippet]: Update paths to delete and remove substitutions.
[arguments]<#:configure-flags>: Remove obsolete options, update renamed
options and add -DF3D_EXTERNAL_CXXOPTS, -DF3D_EXTERNAL_NLOHMANN_JSON and
-DF3D_MODULE_EXR.
[phases]: Add 'fix-cmake-rpath' phase.
[inputs]: Add openexr.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Paul A. Patience |
2023-10-14 | services: dhcp-client-service-type: Support DDNS....* gnu/services/networking.scm (dhcp-client-shepherd-service): Enable -I
flag on dhclient.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Lilah Tascheter |
2023-10-14 | gnu: Add dexy-color-sddm-theme....* gnu/packages/display-managers.scm (dexy-color-sddm-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergio Pastor Pérez |
2023-10-14 | gnu: Add abstractdark-sddm-theme....* gnu/packages/display-managers.scm (abstractdark-sddm-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergio Pastor Pérez |
2023-10-14 | gnu: wpewebkit: Update to 2.40.5....* gnu/packages/webkit.scm (wpewebkit): Update to 2.40.5.
| Efraim Flashner |
2023-10-14 | gnu: dool: Update to 1.3.0....* gnu/packages/admin.scm (dool): Update to 1.3.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Yovan Naumovski |
2023-10-14 | gnu: Add python-icmplib....* gnu/packages/python-xyz.scm (python-icmplib): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Gabriel Wicki |
2023-10-14 | pack: Allow setting a custom image tag for Docker images...Previously, the image repository name was automatically computed from
the packages in the manifest without allowing the user to set a custom
one. As such, changing the packages in the manifest would result in a
new image name. Thereby requiring updating documentation et cetera when
using `docker load` directory on the resulting image.
Inspired by `docker build -t`, this commit adds a new Docker-specific
option to `guix pack` which allows setting a custom repository name for
the resulting image. If this option is not specified, pack falls back
to computing the name from the manifest. Therefore, this change is
entirely backwards compatible.
* guix/scripts/pack.scm (guix-pack): Add --image-tag option.
(%docker-format-options): New constant.
(show-docker-format-options): New procedure.
(show-docker-format-options/detailed): New procedure.
(docker-image): Allow setting a custom
repository name for the created docker image via extra-options.
* doc/guix.texi (Invoking guix pack)[docker]: Document --image-tag option.
Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Sören Tempel |
2023-10-14 | gnu: guile-proba: Fix environment vars in Guile Proba's script....* gnu/packages/check.scm (guile-proba): Micro fix.
Guile Proba's CLI script, as created via Guix's `wrap-program', should take
into account (as opposed to discard) the original, user-defined values of
`GUILE_LOAD_PATH' and `GUILE_LOAD_COMPILED_PATH'.
Currently, Guile Proba's CLI script is unable to find any third-party library
needed by the app being tested. This micro change should fix this.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Fabio Natali |
2023-10-13 | gnu: guile-next: Update to 3.0.9-0.79e836b....* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.79e836b.
| David Thompson |
2023-10-13 | gnu: guile-ini: Update to 0.5.4....* gnu/packages/guile-xyz.scm: Update to 0.5.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Fabio Natali |
2023-10-13 | gnu: rosegarden: Update to 23.06....* gnu/packages/music.scm (rosegarden): Update to 23.06.
| Nicolas Goaziou |
2023-10-13 | gnu: xournalpp: Update to 1.2.1....* gnu/packages/pdf.scm (xournalpp): Update to 1.2.1.
[arguments]<#:configure-flags>: Replace "ENABLE_CPPUNIT" with "ENABLE_GTEST".
<#:phases>: Add a phase to build test files.
[native-inputs]: Add GOOGLETEST.
| Nicolas Goaziou |
2023-10-13 | gnu: converseen: Update to 0.11.0.0....* gnu/packages/image.scm (converseen): Update to 0.11.0.0.
* gnu/packages/patches/converseen-hide-updates-checks.patch: Update patch.
| Nicolas Goaziou |
2023-07-23 | gnu: linux-libre: Update to 6.5.7....* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Update to linux-libre 6.5.
| Leo Famulari |
2023-10-13 | gnu: distrobox: Update to 1.5.0.2....* gnu/packages/containers.scm (distrobox): Update to 1.5.0.2.
[arguments]: Do not patch files with extensions, such as a .pdf.
| Ricardo Wurmus |
2023-10-13 | gnu: Add r-mafh5-gnomad-v3-1-2-grch38....* gnu/packages/bioconductor.scm (r-mafh5-gnomad-v3-1-2-grch38): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Afkhami, Navid |
2023-10-13 | doc: Document specification->package+output....Reported by nutcase on IRC.
* doc/guix.texi (Using the Configuration System): Add a section about
using specification->package+output.
| Efraim Flashner |
2023-10-12 | gnu: gsequencer: Update to 6.1.3....* gnu/packages/music.scm (gsequencer): Update to 6.1.3.
| Vinicius Monego |
2023-10-12 | gnu: python-metpy: Update to 1.5.1....* gnu/packages/geo.scm (python-metpy): Update to 1.5.1.
| Vinicius Monego |
2023-10-12 | gnu: python-pint: Update to 0.22....* gnu/packages/python-xyz.scm (python-pint): Update to 0.22.
[native-inputs]: Add python-uncertainties.
[propagated-inputs]: Add python-typing-extensions.
| Vinicius Monego |
2023-10-12 | gnu: python-scrapy: Update to 2.11.0....* gnu/packages/python-web.scm (python-scrapy): Update to 2.11.0.
| Vinicius Monego |
2023-10-12 | services: cuirass: Add ‘log-expiry’ option for ‘remote-server’....* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>)[log-expiry]:
New field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
| Ludovic Courtès |
2023-10-12 | gnu: cuirass: Use gexps....* gnu/packages/ci.scm (cuirass)[arguments]: Rewrite as per ‘guix style
-S arguments’.
| Ludovic Courtès |
2023-10-12 | gnu: cuirass: Simplify ‘wrap-program’ phase....* gnu/packages/ci.scm (cuirass)[arguments]: Add (srfi srfi-1) and (ice-9
match) to #:modules. Rewrite ‘wrap-program’ phase to iterate over
INPUTS and select the subset that actually provides Guile modules.
| Ludovic Courtès |
2023-07-23 | gnu: Update my copyright....* gnu/packages/linux.scm: Update copyright header.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 4.14: Update to 4.14.327....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.327.
(linux-libre-4.14-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 4.19: Update to 4.19.296....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.296.
(linux-libre-4.19-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 5.4: Update to 5.4.258....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.258.
(linux-libre-5.4-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 5.10: Update to 5.10.198....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.198.
(linux-libre-5.10-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 5.15: Update to 5.15.135....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.135.
(linux-libre-5.15-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 6.1: Update to 6.1.57....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.57.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-07-23 | gnu: linux-libre 6.5: Update to 6.5.7....* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.7.
(linux-libre-6.5-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2023-10-12 | gnu: cuirass: Update to db6b633....* gnu/packages/ci.scm (cuirass): Update to db6b633.
| Ludovic Courtès |
2023-10-12 | shell: Take grafting into account when caching....Fixes <https://issues.guix.gnu.org/64856>.
* guix/scripts/shell.scm (profile-file-cache-key)
(profile-spec-cache-key): Take (%graft?) into account.
Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Ludovic Courtès |
2023-10-12 | gnu: Add senpai....* gnu/packaging/messaging.scm (senpai): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-10-12 | gnu: Add go-github-com-delthas-go-localeinfo....gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-10-12 | gnu: Add go-github-com-delthas-go-libnp....gnu/packages/golang.scm (go-github-com-delthas-go-libnp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-10-12 | gnu: go-github-com-godbus-dbus: Update to 5.1.0...gnu/packages/golang.scm (go-github-com-godbus-dbus): Update to 5.1.0.
Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong |
2023-10-12 | doc: Fix typo....* doc/guix.texi (Derivations): Fix typo.
| Ludovic Courtès |
2023-10-12 | accounts: Fix typo in comment....* gnu/build/accounts.scm (passwd->shadow): Fix typo in comment.
| Ludovic Courtès |
2023-10-12 | gnu: ripgrep: Prepare for cross-compiling....* gnu/packages/rust-apps.scm (ripgrep) [native-inputs]: Move pcre2 ...
[inputs]: ... to here.
| Efraim Flashner |
2023-10-12 | gnu: stfl: Fix cross-compiling....* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
| Efraim Flashner |
2023-10-12 | gnu: Add r-complexupset....* gnu/packages/cran.scm (r-complexupset): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Navid Afkhami |
2023-10-12 | gnu: glibc: Fix CVE-2023-4911....* gnu/packages/patches/glibc-2.35-CVE-2023-4911.patch: New file.
* gnu/local.mk: Register it here.
* gnu/packages/base.scm (glibc/fixed): New variable.
(glibc): Use it as replacement.
| Liliana Marie Prikler |
2023-10-11 | gnu: curl/fixed: Fix version....This is a followup to d6d706a58b8159748d3a46fa97cae18850487c8a. The version
string is set separately to have the same length as curl for grafting and was
forgotten in the previous commit.
* gnu/packages/curl.scm (curl/fixed)[version]: Set to "8.4.0a" to match actual
version and length needed for grafting.
| John Kehayias |
2023-10-11 | gnu: curl/fixed: Update to 8.4.0 [security fixes]....Fixes CVE-2023-38545 and CVE-2023-38546. See
<https://curl.se/docs/CVE-2023-38545.html> and
<https://curl.se/docs/CVE-2023-38546.html> for details.
* gnu/packages/curl.scm (curl/fixed): Update to 8.4.0.
| John Kehayias |