Age | Commit message (Collapse) | Author |
|
* gnu/packages/tryton.scm (trytond-account-statement): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment-stripe): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment-sepa-cfonb): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment-sepa): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment-clearing): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment-braintree): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-payment): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-invoice-secondary-unit): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-invoice-line-standalone): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-invoice-history): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-invoice-defer): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-invoice-correction): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-fr-chorus): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-fr): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-eu): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-es): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-dunning-letter): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-dunning-fee): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-dunning-email): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-dunning): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-deposit): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-de-skr03): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-credit-limit): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-cash-rounding): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-be): New variable.
|
|
* gnu/packages/tryton.scm (trytond-account-asset): New variable.
|
|
* gnu/packages/python-xyz.scm (python-stripe): New variable.
|
|
* gnu/packages/python-xyz.scm (python-ofxparse): New variable.
|
|
* gnu/packages/python-xyz.scm (python-febelfin-coda): New variable.
|
|
* gnu/packages/python-xyz.scm (python-csb43): New variable.
|
|
* gnu/packages/python-xyz.scm (python-tablib): New variable.
|
|
* gnu/packages/python-xyz.scm (python-xlwt): New variable.
|
|
* gnu/packages/python-xyz.scm (python-markuppy): New variable.
|
|
* gnu/packages/python-xyz.scm (python-braintree): New variable.
|
|
The upstream security advisory is named NTFS3G-SA-2021-0001.
Fixes CVE-2021-33285, CVE-2021-35269, CVE-2021-35268, CVE-2021-33289,
CVE-2021-33286, CVE-2021-35266, CVE-2021-33287, CVE-2021-35267, CVE-2021-39251,
CVE-2021-39252, CVE-2021-39253, CVE-2021-39254, CVE-2021-39255, CVE-2021-39256,
CVE-2021-39257, CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261,
CVE-2021-39262, CVE-2021-39263.
For more information:
https://seclists.org/oss-sec/2021/q3/139
* gnu/packages/linux.scm (ntfs-3g): Update to 2021.8.22.
[source]: Remove obsolete patch.
* gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
|
|
* gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories'
phase, change org-openstreetmap-josm-MainApplication to
org-openstreetmap-josm-gui-MainApplication.
|
|
* gnu/packages/gnome.scm (gnome-power-manager): New variable.
|
|
Fixes <https://bugs.gnu.org/23045>.
* gnu/packages/databases.scm (mysql): Add a 'wrap-mysql_helpers phase to wrap
'mysql_config' and 'mysqld_safe'.
[inputs]: Add 'coreutils', 'gawk', 'grep', 'procps' and 'sed'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/engineering.scm (libngspice): Update to 35.
[arguments]<#:phases>: Rename 'delete-scripts-and-config to 'delete-scripts
and don't try to delete config.h because that file was removed in this version.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/radio.scm (sdr++): New variable.
|
|
* etc/news.scm: Add entry.
|
|
* guix/graph.scm (export-graph): Add #:max-depth and honor it, adding
'depths' argument to 'loop'.
* guix/scripts/graph.scm (%options, show-help): Add '--max-depth'.
(%default-options): Add 'max-depth'.
(guix-graph): Pass #:max-depth to 'export-graph'.
* tests/graph.scm ("package DAG, limited depth"): New test.
* doc/guix.texi (Invoking guix graph): Document it.
|
|
* gnu/packages/image-viewers.scm (imv): [version]: Update to 4.1.0.
[build-system]: Replace with meson-build-system.
[phases]: Remove (delete 'configure)
[make-flags]: Remove it.
[inputs]: Remove asciidoc. Add libheif, libjpeg-turbo, libinih, libnsgif,
librsvg-next, libtiff
[native-inputs]: Add asciidoc, Add git-minimal
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patchutils.scm (patchutils): Update to 0.4.2.
[source]: Remove patch.
[inputs]: Add ‘python’.
[arguments]<#:phases>: Remove trailing #t.
* gnu/local.mk (dist_patch_DATA): Remove patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Previously, the script would raise an error if a copyright line was added to a
file in gnu/packages/. With this change, it will amend the previous commit
whenever a copyright line is added, and add the copyright line to the commit.
* etc/committer.scm.in (add-copyright-line): New procedure.
(main): Check if a copyright line was added and call ‘add-copyright-line’ if
necessary.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/elixir.scm (elixir): Update to 1.12.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/erlang.scm (erlang): Update to 24.0.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/50696>.
Reported by Marius Bakke <marius@gnu.org>.
* guix/base32.scm (bit-field): Introduce 'minus-start' syntax and use it.
|
|
* gnu/packages/engineering.scm (prusa-slicer): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|