summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-aux: Relax the regexp used to match NEWS sections.Maxim Cournoyer2021-04-23
| | | | | | | | | | 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.
* Merge remote-tracking branch 'origin/wip-ungrafting' into HEADMaxim Cournoyer2021-04-23
|\
| * gnu: GnuTLS: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * 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.
| * gnu: Python: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * 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.
| * gnu: Python 2: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * 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.
| * gnu: cyrus-sasl: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use cyrus-sasl-CVE-2019-19906.patch. [replacement]: Remove field. (cyrus-sasl/fixed): Remove variable.
| * gnu: libcroco: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | * gnu/packages/gnome.scm (libcroco)[source]: Use libcroco-CVE-2020-12825.patch. [replacement]: Remove field. (libcroco/fixed): Remove variable.
| * gnu: cairo: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * 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.
| * gnu: gdk-pixbuf: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | | | * gnu/packages/gtk.scm (gdk-pixbuf)[source]: Use gdk-pixbuf-CVE-2020-29385.patch. [replacement]: Remove field. (gdk-pixbuf/fixed): Remove variable.
| * gnu: OpenSSL: Absorb grafted replacement.Leo Famulari2021-04-16
| | | | | | | | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1j. [replacement]: Remove field. (openssl/fixed): Remove variable.
* | nls: Fix Chinese cookbook inclusion.Julien Lepiller2021-04-18
| | | | | | | | * po/doc/local.mk: zh_Hans is for the cookbook, not the manual.
* | nls: Remove 'vi' in LINGUASJulien Lepiller2021-04-18
| | | | | | | | | | | | The po file is no longer available. * po/packages/LINGUAS: Remove 'vi'.
* | gnu: Add kirc.WinterHound2021-04-18
| | | | | | | | | | | | * gnu/packages/irc.scm (kirc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: libopenmpt: Update to 0.5.8 [security fixes].Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/audio.scm (libopenmpt): Update to 0.5.8.
* | gnu: cifs-utils: Update to 6.13.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/samba.scm (cifs-utils): Update to 6.13.
* | gnu: python-poetry-core: Update to 1.0.3.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
* | gnu: perl-pdf-api2: Update to 2.040.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
* | gnu: mujs: Update to 1.1.1.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/javascript.scm (mujs): Update to 1.1.1.
* | gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
* | gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice2021-04-18
| | | | | | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
* | gnu: poke: Update to 1.2.Efraim Flashner2021-04-18
| | | | | | | | * gnu/packages/engineering.scm (poke): Update to 1.2.
* | doc: Build the French HTML cookbook.Julien Lepiller2021-04-18
| | | | | | | | * doc/build.scm (%languages): Add 'fr' cookbook translation.
* | gnu: python-lfdfiles: Fix build.Lars-Dominik Braun2021-04-18
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
* | nls: Update 'ru' translation.Julien Lepiller2021-04-18
| |
* | nls: Add Chinese (Traditional) translation.Julien Lepiller2021-04-18
| | | | | | | | | | | | * 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.
* | nls: Add Russian translation.Julien Lepiller2021-04-18
| | | | | | | | | | * po/guix/ru.po: New file. * po/guix/LINGUAS: Add 'ru'.
* | nls: Add Dutch translation.Julien Lepiller2021-04-18
| | | | | | | | | | * po/guix/nl.po: New file. * po/guix/LINGUAS: Add 'nl'.
* | nls: Add Korean translation.Julien Lepiller2021-04-18
| | | | | | | | | | | | | | | | | | | | | | * 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'.
* | nls: Add Italian translation.Julien Lepiller2021-04-18
| | | | | | | | | | | | | | | | * 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'.
* | nls: Add Persian translation.Julien Lepiller2021-04-18
| | | | | | | | | | | | | | | | | | * 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.
* | nls: Update 'sk' translation.Julien Lepiller2021-04-18
| |
* | nls: Add Slovak translation.Julien Lepiller2021-04-18
| | | | | | | | | | | | | | | | * 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.
* | nls: Update 'pt_BR' translation.Julien Lepiller2021-04-18
| |
* | nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller2021-04-18
| |
* | nls: Update 'vi' translation.Julien Lepiller2021-04-18
| |
* | nls: Remove Vietnamese translations of packages.Julien Lepiller2021-04-18
| | | | | | | | No translated string is used in Guix anymore.
* | nls: Update 'zh_CN' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'ta' translation.Julien Lepiller2021-04-18
| |
* | gnu: Update 'sv' translation.Julien Lepiller2021-04-18
| |
* | nls: Update 'sr' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'pl' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'hu' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'da' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'cs' translation.Julien Lepiller2021-04-18
| |
* | nls: Update 'eo' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'es' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'de' translations.Julien Lepiller2021-04-18
| |
* | nls: Update 'fr' translations.Julien Lepiller2021-04-18
| |
* | nls: Add French translation of the cookbook.Julien Lepiller2021-04-18
| |
* | doc: Fix pxref translation issue.Julien Lepiller2021-04-18
| | | | | | | | * doc/local.mk (xref_command): Change regexp to match properly.