| Commit message (Expand) | Author | Age | Files | Lines |
* | guix-install.sh: Allow overriding the Guix binary source.•••This is useful for example for testing release candidates not yet uploaded to
the FTP, or for testing manually downloaded images from the CI.
* etc/guix-install.sh (main)[GUIX_BINARY_FILE_NAME]: When this variable is
defined, use it as the file name of a Guix binary, instead of automatically
retrieving the latest archive from the FTP.
| Maxim Cournoyer | 2021-04-24 | 1 | -3/+11 |
* | gnu: wireshark: Update to 3.4.5 [security fixes].•••* gnu/packages/networking.scm (wireshark): Update to 3.4.5.
| Tobias Geerinckx-Rice | 2021-04-23 | 1 | -2/+2 |
* | gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].•••Includes fixes for CVE-2021-23961, CVE-2021-23994, CVE-2021-23995,
CVE-2021-23998, CVE-2021-23999, CVE-2021-24002, CVE-2021-29945, and
CVE-2021-29946.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
| Mark H Weaver | 2021-04-23 | 1 | -3/+3 |
* | file-systems: read-partition-{uuid,label} don't swallow ENOENT & co.•••Previously, (read-partition-uuid "/does/not/exist") would return #f.
With this change, a 'system-error exception is raised as expected.
* gnu/build/file-systems.scm (ENOENT-safe): Clarify docstring.
(partition-field-reader): Remove use of 'ENOENT-safe'.
(partition-predicate): Wrap READER in 'ENOENT-safe'.
| Ludovic Courtès | 2021-04-23 | 1 | -15/+14 |
* | import: go: Autoload (htmlprag).•••Fixes <https://bugs.gnu.org/47924>.
Reported by Carl Dong <contact@carldong.me>.
* guix/import/go.scm: Autoload (htmlprag).
| Ludovic Courtès | 2021-04-23 | 1 | -1/+1 |
* | import: go: Do not set '%strict-tokenizer?' from the top level.•••This avoids interference with other users of (htmlprag) and makes the
intent clearer.
* guix/import/go.scm <top level>: Remove call to '%strict-tokenizer?'.
(go-package-licenses, go-package-description)
(go-package-synopsis, fetch-module-meta-data): Pass #:strict? #t to
'html->sxml'.
| Ludovic Courtès | 2021-04-23 | 1 | -7/+4 |
* | build: Add a check for Guile-Lib.•••* configure.ac: Check if the Guile-Lib module is present and recent enough and
warn in case it isn't.
| Maxim Cournoyer | 2021-04-23 | 1 | -0/+7 |
* | .gitignore: Ignore release artifacts.•••Not ignoring these in the tree leads to the next generated version (.version)
being suffixed with '-dirty', which confuses things.
* .gitignore [/guix-*]: New pattern.
[/doc/stamp-[0-9]]: Adjust to ...
[/doc/stamp-*]: ... this.
[/release-*]: New pattern.
| Maxim Cournoyer | 2021-04-23 | 1 | -2/+3 |
* | build: Use guix system image instead of disk-image, vm-image.•••These older system actions are deprecated and cause warnings to be emitted.
* Makefile.am (release) <guix system disk-image>
<guix system vm-image>: Replace by...
<guix system image>: ... this. Specify the type of the VM image as qcow2.
| Maxim Cournoyer | 2021-04-23 | 1 | -2/+2 |
* | gnu: guile-git: Update to 0.5.1.•••Fixes <https://bugs.gnu.org/47808>.
Reported by Bone Baboon <bone.baboon@disroot.org>.
* gnu/packages/guile.scm (guile-git): Update to 0.5.1.
| Ludovic Courtès | 2021-04-23 | 1 | -2/+2 |
* | .gitignore: Ignore generated .pot files.•••These files are automatically-extracted templates rather than source, hence
shouldn't be checked in.
* .gitignore: Add a glob pattern to ignore .pot files.
| Maxim Cournoyer | 2021-04-23 | 1 | -0/+1 |
* | build: Add doc-update-po as a prerequisite to the dist target.•••Otherwise 'make dist' would fail with the message: "No rule to make target
'po/doc/guix-manual.pot', needed by 'distdir-am'. Stop.".
* Makefile.am (dist) <doc-po-update>: Add prerequisite.
(dist-hook) <doc-po-update>: Remove prerequisite.
| Maxim Cournoyer | 2021-04-23 | 1 | -1/+4 |
* | build-aux: Relax the regexp used to match NEWS sections.•••A number of packages doesn't really make sense in the name of the section to
be substituted. This change allows using simply '*** new packages' instead of
'*** 1999 new packages', for example, and have the update-NEWS.scm script
update it.
* build-aux/update-NEWS.scm (write-packages-added) <regexp>: Do not care about
leading white space in the name of the section.
| Maxim Cournoyer | 2021-04-23 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/wip-ungrafting' into HEAD | Maxim Cournoyer | 2021-04-23 | 5 | -106/+14 |
|\ |
|
| * | gnu: GnuTLS: Absorb grafted replacement.•••* gnu/packages/tls.scm (gnutls)[source]: Add 'gnutls-CVE-2021-20231.patch' and
'gnutls-CVE-2021-20232.patch'.
[replacement]: Remove field.
(gnutls/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -11/+3 |
| * | gnu: Python: Absorb grafted replacement.•••* gnu/packages/python.scm (python-3.8)[source]: Add
'python-3.8-CVE-2021-3177.patch'.
[replacement]: Remove field.
(python-3.8/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -9/+1 |
| * | gnu: Python 2: Absorb grafted replacement.•••* gnu/packages/python.scm (python-2.7)[source]: Add
'python-2.7-CVE-2021-3177.patch'.
[replacement]: Remove field.
(python-2.7/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -10/+2 |
| * | gnu: cyrus-sasl: Absorb grafted replacement.•••* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use
cyrus-sasl-CVE-2019-19906.patch.
[replacement]: Remove field.
(cyrus-sasl/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -19/+2 |
| * | gnu: libcroco: Absorb grafted replacement.•••* gnu/packages/gnome.scm (libcroco)[source]: Use libcroco-CVE-2020-12825.patch.
[replacement]: Remove field.
(libcroco/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -16/+1 |
| * | gnu: cairo: Absorb grafted replacement.•••* gnu/packages/gtk.scm (cairo)[source]: Use cairo-CVE-2018-19876.patch
and cairo-CVE-2020-35492.patch.
[replacement]: Remove field.
(cairo/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -10/+2 |
| * | gnu: gdk-pixbuf: Absorb grafted replacement.•••* gnu/packages/gtk.scm (gdk-pixbuf)[source]: Use
gdk-pixbuf-CVE-2020-29385.patch.
[replacement]: Remove field.
(gdk-pixbuf/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -10/+1 |
| * | gnu: OpenSSL: Absorb grafted replacement.•••* gnu/packages/tls.scm (openssl): Update to 1.1.1j.
[replacement]: Remove field.
(openssl/fixed): Remove variable.
| Leo Famulari | 2021-04-16 | 1 | -21/+2 |
* | | nls: Fix Chinese cookbook inclusion.•••* po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
| Julien Lepiller | 2021-04-18 | 1 | -3/+3 |
* | | nls: Remove 'vi' in LINGUAS•••The po file is no longer available.
* po/packages/LINGUAS: Remove 'vi'.
| Julien Lepiller | 2021-04-18 | 1 | -1/+0 |
* | | gnu: Add kirc.•••* gnu/packages/irc.scm (kirc): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| WinterHound | 2021-04-18 | 1 | -0/+32 |
* | | gnu: libopenmpt: Update to 0.5.8 [security fixes].•••* gnu/packages/audio.scm (libopenmpt): Update to 0.5.8.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -2/+2 |
* | | gnu: cifs-utils: Update to 6.13.•••* gnu/packages/samba.scm (cifs-utils): Update to 6.13.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -2/+2 |
* | | gnu: python-poetry-core: Update to 1.0.3.•••* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -2/+2 |
* | | gnu: perl-pdf-api2: Update to 2.040.•••* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -2/+2 |
* | | gnu: mujs: Update to 1.1.1.•••* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -3/+3 |
* | | gnu: psi-plus: Update to 1.5.1484.•••* gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -2/+2 |
* | | gnu: python-webtest: Update to 2.0.35.•••* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
| Tobias Geerinckx-Rice | 2021-04-18 | 1 | -3/+2 |
* | | gnu: poke: Update to 1.2.•••* gnu/packages/engineering.scm (poke): Update to 1.2.
| Efraim Flashner | 2021-04-18 | 1 | -2/+2 |
* | | doc: Build the French HTML cookbook.•••* doc/build.scm (%languages): Add 'fr' cookbook translation.
| Julien Lepiller | 2021-04-18 | 1 | -2/+2 |
* | | gnu: python-lfdfiles: Fix build.•••* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove
pre-generated C files.
[native-inputs]: Add python-cython.
[arguments]: Disable tests.
| Lars-Dominik Braun | 2021-04-18 | 1 | -1/+10 |
* | | nls: Update 'ru' translation. | Julien Lepiller | 2021-04-18 | 1 | -11207/+16474 |
* | | nls: Add Chinese (Traditional) translation.•••* po/doc/guix-cookbook.zh_Hans.po: New file.
* doc/local.mk (info_TEXINFOS): Add it.
* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add it.
| Julien Lepiller | 2021-04-18 | 3 | -2/+4439 |
* | | nls: Add Russian translation.•••* po/guix/ru.po: New file.
* po/guix/LINGUAS: Add 'ru'.
| Julien Lepiller | 2021-04-18 | 2 | -0/+6743 |
* | | nls: Add Dutch translation.•••* po/guix/nl.po: New file.
* po/guix/LINGUAS: Add 'nl'.
| Julien Lepiller | 2021-04-18 | 2 | -0/+7244 |
* | | nls: Add Korean translation.•••* po/doc/guix-cookbook.ko.po: New file.
* po/doc/guix-manual.ko.po: New file.
* doc/local.mk (info_TEXINFOS): Add them.
* po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them.
* po/guix/ko.po: New file.
* po/guix/LINGUAS: Add 'ko'.
* po/packages/ko.po: New file.
* po/packages/LINGUAS: Add 'ko'.
| Julien Lepiller | 2021-04-18 | 8 | -2/+93703 |
* | | nls: Add Italian translation.•••* po/doc/guix-manual.it.po: New file.
* po/doc/local.mk (DOC_PO_FILES): Add it.
* doc/local.mk (info_TEXINFOS): Add it.
* po/guix/it.po: New file.
* po/guix/LINGUAS: Add 'it'.
| Julien Lepiller | 2021-04-18 | 5 | -0/+68098 |
* | | nls: Add Persian translation.•••* po/packages/fa.po: New file.
* po/packages/LINGUAS: Add 'fa'.
* po/doc/guix-cookbook.fa.po: New file.
* po/doc/guix-manual.fa.po: New file.
* po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them.
* doc/local.mk (info_TEXINFOS): Add them.
| Julien Lepiller | 2021-04-18 | 6 | -0/+86745 |
* | | nls: Update 'sk' translation. | Julien Lepiller | 2021-04-18 | 1 | -536/+220 |
* | | nls: Add Slovak translation.•••* po/packages/sk.po: New file.
* po/packages/LINGUAS: Add 'sk'.
* po/doc/guix-manual.sk.po: New file.
* doc/local.mk (info_TEXINFOS): Add it.
* po/doc/local.mk (DOC_PO_FILES): Add it.
| Julien Lepiller | 2021-04-18 | 5 | -0/+82318 |
* | | nls: Update 'pt_BR' translation. | Julien Lepiller | 2021-04-18 | 2 | -1308/+23779 |
* | | nls: Add Portuguese (Brazil) translation of the manual. | Julien Lepiller | 2021-04-18 | 3 | -0/+61600 |
* | | nls: Update 'vi' translation. | Julien Lepiller | 2021-04-18 | 1 | -591/+6835 |
* | | nls: Remove Vietnamese translations of packages.•••No translated string is used in Guix anymore.
| Julien Lepiller | 2021-04-18 | 1 | -322/+0 |
* | | nls: Update 'zh_CN' translations. | Julien Lepiller | 2021-04-18 | 3 | -19638/+42093 |
* | | nls: Update 'ta' translation. | Julien Lepiller | 2021-04-18 | 1 | -1057/+2494 |