Age | Commit message (Collapse) | Author |
|
* gnu/packages/admin.scm (shadow): Update to 4.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/admin.scm (shadow)[arguments]: Return #t from the
‘set-nscd-file-name’ phase.
|
|
* gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS.
* gnu/packages/boost.scm (boost-sync)[license]: Likewise.
(boost)[license]: Likewise.
[home-page]: Likewise, and use canonical ‘www’ subdomain.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.10.0.
[inputs]: Add glib-networking, gexiv2, libmypaint, mypaint-brushes and
poppler-data.
[native-inputs]: Add glib:bin.
[source]: Remove obsolete patches and use HTTPS URL.
[home-page]: Use HTTPS URL.
* gnu/packages/patches/gimp-CVE-2017-17784.patch,
gnu/packages/patches/gimp-CVE-2017-17785.patch,
gnu/packages/patches/gimp-CVE-2017-17786.patch,
gnu/packages/patches/gimp-CVE-2017-17787.patch,
gnu/packages/patches/gimp-CVE-2017-17789.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
* gnu/packages/gimp.scm (babl): Update to 0.1.46.
|
|
* gnu/packages/gimp.scm (gegl): Update to 0.4.
[inputs]: Move babl and glib to propagated-inputs.
[propagated-inputs]: Add json-glib.
[arguments]: Re-enable the tests and remove the obsolete 'pre-build'
phase.
[source]: Use HTTPS URL.
* gnu/packages/patches/gegl-CVE-2012-4433.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/pdf.scm (poppler-data): New variable.
|
|
* gnu/packages/gimp.scm (mypaint-brushes): New variable.
|
|
* gnu/packages/gimp.scm (libmypaint): New variable.
|
|
* gnu/services/messaging.scm (prosody-service-type)[default-value]: New field.
|
|
* gnu/services/messaging.scm (prosody-service-type)[description]: New field.
|
|
* gnu/packages/games.scm (roguebox-adventures): Update to 2.2.1.
[source]: Use url-fetch instead of git-fetch.
[arguments]: Rewrite install phase for update.
|
|
* gnu/packages/package-management.scm (guix-register)[native-inputs]
[propagated-inputs]: New field.
|
|
* gnu/packages/networking.scm (amule): New public variable.
* gnu/packages/patches/amule_crypto-6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile.scm (guile-dbi)[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust to use "/2.2".
|
|
* gnu/packages/guile.scm (guile-redis)[inputs]: Switch to
GUILE-2.2.
(guile2.0-redis): New variable.
(guile2.2-redis): Define in terms of 'deprecated-package'.
|
|
* gnu/packages/guile.scm (guile-irregex)[inputs]: Switch to
GUILE-2.2.
(guile2.0-irregex): New variable.
(guile2.2-irregex): Define in terms of 'deprecated-package'.
|
|
* gnu/packages/guile.scm (guile-minikanren)[inputs]: Switch to
GUILE-2.2.
(guile2.0-minikanren): New variable.
(guile2.2-minikanren): Define in terms of 'deprecated-package'.
|
|
* gnu/packages/guile.scm (guile-ics)[inputs]: Switch to GUILE-2.2.
[propagated-inputs]: Switch to GUILE-LIB.
|
|
* gnu/packages/guile.scm (guile-ics): Update to 0.2.0.
|
|
* gnu/packages/emacs.scm (geiser)[inputs]: Switch to GUILE-2.2.
|
|
* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
|
|
Previously it would fail to build due to GLib deprecation warnings.
* gnu/packages/game-development.scm (gzochi)[arguments]: New field.
|
|
* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
|
|
* guix/scripts/weather.scm (report-server-coverage): Remove 'missing'
binding above 'queued-subset' call. Before that 'queued-subset' would
be called with a number instead of a list.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.8.23.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes
from the upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1452075.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/databases.scm (perl-dbix-class-schema-loader): Update to 0.07049.
|
|
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082841.
|
|
* gnu/packages/admin.scm (acpica): Update to 20180427.
|
|
* gnu/packages/version-control.scm (reposurgeon)[arguments]: Return #t
from the ‘install-emacs-data’ phase, instead of COPY-FILE's undefined
result.
|
|
* gnu/packages/crypto.scm (rhash): Update to 1.3.6.
[arguments]: Adjust to extensive build system changes.
|
|
* gnu/packages/messaging.scm (gajim): Update to 1.0.2.
|
|
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.5.
|
|
* gnu/packages/pdf.scm (xournal): Update to 0.4.8.2016.
|
|
|
|
* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-parso, python2-parso): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/base.scm (%default-gpm-options): New variable.
(<gpm-configuration>)[gpm, options]: Add default values.
(gpm-service-type)[default-value]: New field.
(gpm-service): Use %DEFAULT-GPM-OPTIONS and mark as deprecated.
* doc/guix.texi (Base Services): Document 'gpm-service-type' and
'gpm-configuration'. Remove 'gpm-service'.
|
|
Fixes <https://bugs.gnu.org/29707>.
Reported by Clément Lassieur <clement@lassieur.org>.
* guix/scripts/system/search.scm (service-type-default-shepherd-services)
(service-type-shepherd-names): New procedures.
(service-type->recutils): Use it.
* tests/guix-system.sh: Add test.
|
|
* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
|
|
* gnu/packages/skribilo.scm (skribilo): Update to 0.9.4.
[arguments]: Remove #:configure-flags. Adjust -C flag added to
'skribilo.in' in 'pre-configure' phase.
[inputs]: Switch to GUILE-2.2.
[native-inputs]: Switch to GUILE-LIB and GUILE-READER.
|
|
* gnu/services/networking.scm: Re-export static-networking-service,
static-networking-service-type.
|
|
* gnu/packages/wine.scm (wine)[inputs]: Add mit-krb5.
|
|
* gnu/packages/wine.scm (wine-staging): Update to 3.7.
|
|
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.7.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.6.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.38.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.97.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.130.
|