aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add patchwork.patchworkChristopher Baines2019-05-03
| | | | | | | | | * gnu/service/web.scm (<patchwork-database-configuration> <patchwork-settings-module>, <patchwork-configuration>): New record types. (patchwork-virtualhost): New procedure. (patchwork-service-type): New variable. * gnu/tests/web.scm (%test-patchwork): New variable. * doc/guix.text (Web Services): Document it.
* gnu: Add patchwork.Christopher Baines2019-05-03
| | | | * gnu/packages/patchutils.scm (patchwork): New variable.
* services: Add getmail.Christopher Baines2019-05-03
| | | | | | | | | | | | | | | Getmail is a mail retriever written in Python, this commit adds a service-type to run getmail. I'm looking at this, as it's a convinient way of getting mailing list messages in to Patchwork. I initially tried putting this in the (gnu services mail) module, but due to also trying to use the define-configuration pattern, it conflicted with the dovecot service. * gnu/services/getmail.scm: New file. * gnu/local.mk: Add it. * gnu/tests/mail.scm (%getmail-os, %test-getmail): New variables. (run-getmail-test): New procedure.
* gnu: le-certs: Update hashes.宋文武2019-05-02
| | | | | | | They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem.
* Merge branch 'version-1.0.0'Ludovic Courtès2019-05-02
|\
| * guix-install.sh: Update URL.Ludovic Courtès2019-05-02
| | | | | | | | * etc/guix-install.sh (GNU_URL): Change to ftp.gnu.org.
| * vm: Build ISOs and VM images in a UTF-8 environment.Ludovic Courtès2019-05-01
| | | | | | | | | | | | | | | | Fixes a bug whereby building an image containing non-ASCII file names would fail due to improper decoding of file names. * gnu/system/vm.scm (iso9660-image, qemu-image): Set GUIX_LOCPATH and call 'setlocale' in the build environment.
| * gnu: guix: Update to 326dcbf.Ludovic Courtès2019-05-01
| |
| * gnu: guix: Update to 1.0.0.Ludovic Courtès2019-05-01
| |
| * Update NEWS.Ludovic Courtès2019-05-01
| |
| * nls: Revert latest guix-manual.zh_CN changes.Ludovic Courtès2019-05-01
| | | | | | | | | | | | This reverts d3619b296fd1db6441e09bb51b55a4264b9fd0ed for po/doc/guix-manual.zh_CN.po, which contained duplicate node names and other errors.
| * nls: Fix cross-reference syntax error in 'guix-manual.es.po'.Ludovic Courtès2019-05-01
| | | | | | | | * po/doc/guix-manual.es.po: Replace "@pref" with "@pxref".
| * build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès2019-05-01
| | | | | | | | | | | | | | | | | | | | | | * config-daemon.ac: Replace "ci.guix.info" with "ci.guix.gnu.org". * doc/guix.texi (SUBSTITUTE-SERVER): Likewise. * etc/substitutes/ci.guix.gnu.org.pub: New file. * Makefile.am (dist_pkgdata_DATA): Add it. * guix/scripts/build.scm (%default-log-urls): Update. * guix/scripts/substitute.scm (%default-substitute-urls): Likewise. * guix/store.scm (%default-substitute-urls): Likewise. * guix/self.scm (miscellaneous-files): Add "ci.guix.gnu.org".
| * nls: Update translations for de and fr.Ludovic Courtès2019-05-01
| |
| * nls: Update manual translations for de, es, fr, and zh_CN.Ludovic Courtès2019-05-01
| |
| * vm-image: Add 'label' field.Ludovic Courtès2019-05-01
| | | | | | | | * gnu/system/examples/vm-image.tmpl (label): New field.
| * gnu: u-boot-tools: Only run full test suite on x86_64.Vagrant Cascadian2019-04-30
| | | | | | | | | | | | | | * gnu/packages/bootloaders (u-boot-tools)[arguments]<#:phases>[check]: Modify phase. [check-x86]: New phase. [patch]: New phase.
| * gnu: gexiv2: Skip failing test on 32-bit platforms.Ludovic Courtès2019-04-30
| | | | | | | | * gnu/packages/gnome.scm (gexiv2)[arguments]: New field.
| * build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'.Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That dependency was causing a failure when building from a fresh checkout since commit d60225d5caabfb6409e3277c0512cd4c0fa63d72 because 'guix-manual.pot' was no longer around and there's no rule to make it. This commit replaces the 'guix-manual.%.po' target by a phony target, 'doc-po-update-%', without any dependency. * po/doc/local.mk ($(srcdir)/po/doc/guix-manual.%.po): Rename to... (doc-po-update-%): ... this. Remove dependencies. Change how 'lang' is computed; compute $output and $input, and replace occurrences of $@ and $< with those. (doc-po-update): Adjust accordingly.
| * gnu: libplist: Run tests sequentially.Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/35501>. Reported by Brendan Tildesley <mail@brendan.scot>. * gnu/packages/libusb.scm (libplist)[arguments]: New field.
| * gnu: Add i3lock.Marius Bakke2019-04-30
| | | | | | | | | | | | * gnu/packages/wm.scm (i3lock): New public variable. (cherry picked from commit b6afc350514ae5016adc6ca70f7be72aa3ecb2d2)
| * services: colord: Make public and searchable.Ludovic Courtès2019-04-30
| | | | | | | | | | * gnu/services/desktop.scm (colord-service-type): Make public. [description]: New field.
| * services: bluetooth: Make public and searchable.Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | | | Until now 'guix system search bluetooth' would turn up nothing. * gnu/services/desktop.scm (bluetooth-service-type) (bluetooth-configuration): Make public. (bluetooth-service-type)[description]: New field.
| * Revert "maint: 'release' clears gettext-induced changes in doc/."Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | This reverts commit 24963c13075b07db0c4e6005df9cde3bb51b2e32. This change had become unnecessary since 9ca5ff882e2ac4eaab02eb0fde545bd784af478b.
| * nls: Remove 'guix-manual.pot'.Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | This file was inadvertently committed in commit 39764ef893b7b65a8ce55e13746fed8fd0bad6e0. * po/doc/guix-manual.pot: Remove.
| * gnu: Rename some games to match upstream project name.Nicolas Goaziou2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (armagetronad): (cataclysm-dda): (abbaye): (wesnoth): (wesnoth-server): (starfighter): (kiki): (fillets-ng): (crawl): (crawl-tiles): (tome4): (btanks): (battle-tanks): (edgar): Use these as the package definition. (armagetron-advanced): (cataclysm-dark-days-ahead): (l-abbaye-des-morts): (the-battle-for-wesnoth): (the-battle-for-wesnoth-server): (project-starfighter): (kiki-the-nano-bot): (fish-fillets-ng): (dungeon-crawl-stone-soup): (dungeon-crawl-stone-soup-tiles): (tales-of-maj-eyal): (the-legend-of-edgar): Turn these into obsolete aliases. This reverts renames made by the following commits: f95e33a7ad9afe3f5087b4d8c80731d731b08839 b1aee9fce2d4177dc0eb41c8509d50a131a19655 f6a21d61deecc37f8c900f2d2acf01475b917d10 24a67aef2ae0f40f1b4af235f5fc054881dc4db1 36a0b5b48c8f14e2ac5707dd6dfea99ee2304873 8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53 6639295f2f24ca8334d6b4d9d9cb63bd13388537 184f5c8db199adbc91b4b108c1bf89e3727f0bce ecdb1348ad9992f7d98ea5b1b5b6bc0bafc9b79c 375cb94130b222535ad7c7e0fa0d212483407351 c91ed484d0b66d5639ba01f9ba301ff762d9170d 973bd8a62c13bc5b2ca08585c367589d8c7197fe df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f
| * build: 'assert-no-store-file-names' no longer depends on ChangeLog.Ludovic Courtès2019-04-30
| | | | | | | | | | | | | | | | | | | | | | This reverts commit dfd248648f59af374bf2c74403f0e561464f6afe, which effectively disabled 'ChangeLog' generation. * Makefile.am (dist-hook): Depend on 'gen-ChangeLog', not '$(distdir)/ChangeLog'. (gen-ChangeLog): Remove dependency. Use "ChangeLog.tmp" as the temporary file name. (assert-no-store-file-names): Remove dependency. Exclude ChangeLog*.
| * gnu: i3-wm: Use absolute paths in session files.Timothy Sample2019-04-29
| | | | | | | | | | | | * gnu/packages/wm.scm (i3-wm)[arguments]: Add a phase to patch the session '.desktop' files to use the absolute paths of the 'i3' and 'i3-with-shmlog' binaries.
| * gnu: awesome: Use absolute paths in session file.Timothy Sample2019-04-29
| | | | | | | | | | | | * gnu/packages/wm.scm (awesome)[arguments]: Add a phase to patch the session '.desktop' file to use the absolute path of the 'awesome' binary.
| * gnu: gdm: Avoid selecting the placeholder session.Timothy Sample2019-04-29
| | | | | | | | | | | | | | This fixes <https://bugs.gnu.org/35484>. * gnu/packages/gnome.scm (gdm)[arguments]: Modify the pre-configure phase to patch GDM to only select the placeholder session if there are no others.
| * maint: Mark 'doc-pot-update' and 'doc-po-update' as phony.Ludovic Courtès2019-04-29
| | | | | | | | * po/doc/local.mk (doc-pot-update, doc-pot-update): Mark as phony.
| * tests: Adjust wildcard when testing OS examples.Ludovic Courtès2019-04-29
| | | | | | | | | | * tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching backup files, etc.
| * processes: Gracefully handle daemons without clients.Ludovic Courtès2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/34716>. Reported by Mark H Weaver <mhw@netris.org>. The problem could be reproduced by running, on one hand: sh -c 'exec -a guix-daemon sleep 777' and on the other hand: guix processes If there is no process with PID 777, 'guix processes' would barf as it stumbles upon a <daemon-session> record whose client is #f. * guix/scripts/processes.scm (daemon-sessions)[child-process->session]: New procedure, with lambda formerly passed to 'map'. Handle #f returns from 'lookup-process'. Call 'child-process->session' within 'filter-map', not just 'map'.
| * processes: 'process-open-files' ignores disappeared /proc/PID/fd entries.Ludovic Courtès2019-04-29
| | | | | | | | | | | | | | | | Previously, 'process-open-files' would throw ENOENT if an entry had vanished after the 'scandir' call and before the 'readlink' call. * guix/scripts/processes.scm (process-open-files): Catch ENOENT errors from 'readlink'.
* | gnu: php: Update to 7.3.5.Julien Lepiller2019-05-02
| | | | | | | | * gnu/packages/php.scm (php): Update to 7.3.5.
* | gnu: emacs-emms: Update to 5.2.Pierre Neidhardt2019-05-02
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.2.
* | gnu: python-duniterpy: Update to 0.53.1.Nicolas Goaziou2019-05-02
| | | | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.53.1.
* | gnu: emacs-relint: Update to 1.7.Nicolas Goaziou2019-05-02
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.7.
* | gnu: emacs-xr: Update to 1.11.Nicolas Goaziou2019-05-02
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.11.
* | gnu: faudio: Update to 19.05.Rutger Helling2019-05-02
| | | | | | | | * gnu/packages/audio.scm (faudio): Update to 19.05.
* | gnu: python-flexmock: Update to 0.10.4.Tobias Geerinckx-Rice2019-05-02
| | | | | | | | * gnu/packages/check.scm (python-flexmock): Update to 0.10.4.
* | gnu: termite: Update to 15.Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/terminals.scm (termite): Update to 15.
* | gnu: vte-ng: Update to 0.56.2.a.Marius Bakke2019-05-01
| | | | | | | | | | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.56.2.a. [native-inputs]: Add GCC-7. [arguments]: Add GCC7 workaround.
* | gnu: spice: Update to 0.14.2 [fixes CVE-2019-3813].Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/spice.scm (spice): Update to 0.14.2.
* | gnu: spice-protocol: Update to 0.14.0.Marius Bakke2019-05-01
| | | | | | | | | | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.14.0. (spice-protocol-0.12): New public variable. (spice-gtk)[propagated-inputs]: Change SPICE-PROTOCOL to SPICE-PROTOCOL-0.12.
* | gnu: signify: Update to 25.Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/crypto.scm (signify): Update to 25.
* | gnu: signify: Don't use unstable tarball.Marius Bakke2019-05-01
| | | | | | | | * gnu/packages/crypto.scm (signify)[source]: Change to GIT-FETCH.
* | gnu: ungoogled-chromium: Update to 74.0.3729.131-0.9e33022 [fixes ↵Marius Bakke2019-05-01
| | | | | | | | | | | | | | CVE-2019-5824]. * gnu/packages/chromium.scm (%chromium-version): Update to 74.0.3729.131. (ungoogled-chromium-source): Update Chromium hash.
* | gnu: ungoogled-chromium: Unbundle openjpeg again.Marius Bakke2019-05-01
| | | | | | | | | | | | | | | | This is a follow-up to commit 40594fdcb9e360d68e5444771b5467ba5bbbfcf2. * gnu/packages/chromium.scm (%preserved-third-party-files): Remove 'third_party/pdfium/third_party/libopenjpeg20'. (ungoogled-chromium)[arguments]: Fix typo in #:configure-flags.
* | gnu: php: Disable failing tests on armhf.Julien Lepiller2019-05-01
| | | | | | | | | | * gnu/packages/php.scm (php)[arguments]: Disable two failing tests on armhf.