Commit graph

55322 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 7969789efe
gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
2020-02-17 17:12:47 +01:00
Tobias Geerinckx-Rice e04dd2d6d1
gnu: slib: Use HTTPS home page.
* gnu/packages/scheme.scm (slib)[home-page]: Use HTTPS.
2020-02-17 17:12:46 +01:00
Tobias Geerinckx-Rice 364873b508
gnu: git: Update to 2.25.1.
* gnu/packages/version-control.scm (git): Update to 2.25.1.
2020-02-17 17:12:45 +01:00
Tobias Geerinckx-Rice 04761fcc1a
gnu: xpdf: Update to 4.02.
* gnu/packages/pdf.scm (xpdf): Update to 4.02.
2020-02-17 17:12:44 +01:00
Tobias Geerinckx-Rice 9900eb1cbb
gnu: xpdf: Update home page.
* gnu/packages/pdf.scm (xpdf)[home-page]: Use new (HTTPS) domain.
2020-02-17 17:12:43 +01:00
Tobias Geerinckx-Rice 3dd311e3a0
bootstrap: Fix typo.
* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’.

Reported-by: jetomit on #guix
2020-02-17 11:49:08 +01:00
Robert Smith db9979e7f9
gnu: Add emacs-persist.
* gnu/packages/emacs-xyz.scm (emacs-persist): New variable.
2020-02-17 10:11:18 +01:00
Florian Pelz f98e83a17f
doc: Add German Cookbook translation.
* doc/local.mk (info_TEXINFOS): Add guix-cookbook.de.texi.
(TRANSLATED_INFO): Add guix-cookbook.de.texi.
* po/doc/guix-cookbook.de.po: New file.
* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add guix-cookbook.de.po.
2020-02-17 06:52:11 +00:00
Tobias Geerinckx-Rice 52beda0da7
gnu: simple-scan: Update to 3.34.4.
* gnu/packages/gnome.scm (simple-scan): Update to 3.34.4.
2020-02-17 05:14:30 +01:00
Tobias Geerinckx-Rice a5215f1793
gnu: gcompris-qt: Update to 0.98.
* gnu/packages/education.scm (gcompris-qt): Update to 0.98.
2020-02-17 05:14:30 +01:00
Tobias Geerinckx-Rice f5255ed3d3
gnu: upx: Update to 3.96.
* gnu/packages/compression.scm (upx): Update to 3.96.
[source]: Remove patch.
[arguments]: Remove CHECK_WHITESPACE work-around.
[properties]: Remove obsolete hidden CVE.
* gnu/packages/patches/upx-fix-CVE-2017-15056.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-02-17 05:14:29 +01:00
Tobias Geerinckx-Rice de5bc83cd3
gnu: upx: Don't use NAME in source URI.
* gnu/packages/compression.scm (upx)[source]: Hard-code NAME.
2020-02-17 05:10:51 +01:00
Tobias Geerinckx-Rice 2196e3cc23
gnu: newlib: Use HTTPS home page.
* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 2c051312b5
gnu: libgig: Use HTTPS home page.
* gnu/packages/music.scm (libgig)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 31b8576175
gnu: java-commons-exec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-exec)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 35f985cb52
gnu: guile-present: Use HTTPS home page.
* gnu/packages/gtk.scm (guile-present)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 0eecc9eba8
gnu: sbcl-trivial-gray-streams: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 78f8780e9f
gnu: python2-munkres: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice d46646d9c7
gnu: python-blinker: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-blinker)[home-page]: Use HTTPS.
2020-02-17 03:21:45 +01:00
Tobias Geerinckx-Rice 1911513825
gnu: hlint: Update home page.
* gnu/packages/haskell-apps.scm (hlint)[home-page]: Use source
repository.
2020-02-17 03:21:06 +01:00
Tobias Geerinckx-Rice 6db6bcf715
gnu: openssh: Update to 8.2p1.
* gnu/packages/ssh.scm (openssh): Update to 8.2p1.
[arguments]: Adjust ‘patch-tests’ phase.
2020-02-17 03:20:20 +01:00
Tobias Geerinckx-Rice 21f5de6d32
gnu: openssh: Don't use NAME in source URI.
* gnu/packages/ssh.scm (openssh)[source]: Hard-code NAME.
2020-02-17 03:20:19 +01:00
Tobias Geerinckx-Rice 63b148f70f
gnu: endlessh: Update to 1.1.
* gnu/packages/ssh.scm (endlessh): Update to 1.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-02-17 03:20:16 +01:00
Ludovic Courtès 8b9cad01e9
services: shepherd: Spawn services with nothing but the PATH variable.
Previously, services spawned with 'make-forkexec-constructor' &
co. would all inherit the environment variables of PID 1, which includes
things like 'BOOT_IMAGE'.  This change resets it to the bare minimum.

* gnu/services/shepherd.scm (shepherd-configuration-file): Add call to
'default-environment-variables'.  Remove 'setenv' call.
2020-02-16 23:31:08 +01:00
Ludovic Courtès 139a988784
gnu: shepherd: Add "guile3.0-shepherd" variant.
* gnu/packages/admin.scm (guile3.0-shepherd): New variable.
2020-02-16 23:31:08 +01:00
Ludovic Courtès 205c1e04e0
gnu: shepherd: Update to 0.7.0.
* gnu/packages/admin.scm (shepherd): Update to 0.7.0.
2020-02-16 23:31:08 +01:00
Tobias Geerinckx-Rice d39885a8a9
gnu: python-reno: Update home page.
* gnu/packages/openstack.scm (python-reno)[home-page]: Follow (HTTPS)
redirection.
2020-02-16 22:54:47 +01:00
Tobias Geerinckx-Rice 25ee4a4745
gnu: autoconf: Use HTTPS home page.
* gnu/packages/autotools.scm (autoconf)[home-page]: Use HTTPS.
2020-02-16 22:54:47 +01:00
Tobias Geerinckx-Rice a1b867e4fa
gnu: python2-enum: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-enum)[home-page]: Use HTTPS.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice eef6623e4c
gnu: r-sdmtools: Use HTTPS home page.
* gnu/packages/cran.scm (r-sdmtools)[home-page]: Use HTTPS.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 177e3dfe88
gnu: r-tcltk2: Use HTTPS home page.
* gnu/packages/cran.scm (r-tcltk2)[home-page]: Use HTTPS.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 41e7be78a1
gnu: r-rocr: Use HTTPS home page.
* gnu/packages/statistics.scm (r-rocr)[home-page]: Use HTTPS.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 3603f5536e
gnu: wabt: Use Texinfo mark-up.
* gnu/packages/web.scm (wabt)[description]: Mark up more better.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 2392e589c3
gnu: libmicrohttpd: Update to 0.9.70.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.70.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice f6fdbb053e
gnu: freeorion: Update to 0.4.9.
* gnu/packages/games.scm (freeorion): Update to 0.4.9.
[source]: Use release tarball.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 99ed3a1f0b
gnu: openscenegraph: Fix typo in description.
* gnu/packages/graphics.scm (openscenegraph)[synopsis, description]: Add missing hyphen.
2020-02-16 22:46:39 +01:00
Tobias Geerinckx-Rice 1788bb9016
gnu: openscenegraph: Update to 3.6.5.
* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.5.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice ccea06cc5a
gnu: flashrom: Update to 1.2.
* gnu/packages/flashing-tools.scm (flashrom): Update to 1.2.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice c6f582b545
gnu: fio: Update to 3.18.
* gnu/packages/benchmark.scm (fio): Update to 3.18.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 6cd3f4106c
gnu: fasm: Update to 1.73.22.
* gnu/packages/assembly.scm (fasm): Update to 1.73.22.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice bc6c06b0bf
gnu: sbsigntools: Update to 0.9.3.
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.3.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 4bf26153e7
gnu: libasr: Update to 1.0.4.
* gnu/packages/dns.scm (libasr): Update to 1.0.4.
[arguments]: Remove obsolete ‘bootstrap’ phase replacement.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 9c478cbd64
gnu: lttoolbox: Remove redundant FILE-NAME.
* gnu/packages/dictionaries.scm (lttoolbox)[source]: Remove FILE-NAME field.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice fbc2c04e20
gnu: lttoolbox: Update to 3.5.1.
* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.1.
[arguments]: Replace ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, and libtool.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 338ae8eb36
gnu: camlp5: Update to 7.11.
* gnu/packages/ocaml.scm (camlp5): Update to 7.11.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 9469ab532f
gnu: ddclient: Update home page.
* gnu/packages/dns.scm (ddclient)[home-page]: Update.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 8bb9f9971c
gnu: ddclient: Update to 3.9.1.
* gnu/packages/dns.scm (ddclient): Update to 3.9.1.
[source]: Use GIT-FETCH and add a FILE-NAME.
[native-inputs]: Remove gzip and tar.
[arguments]: Adapt to git checkout source.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice 3bc39f0c5d
gnu: boinc-client: Trim synopsis.
* gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice bcd3c48538
gnu: boinc-client: Update to 7.16.4.
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.4.
2020-02-16 22:46:38 +01:00
Tobias Geerinckx-Rice f6c8ba3172
gnu: noise-repellent: Update to 0.1.5.
* gnu/packages/audio.scm (noise-repellent): Update to 0.1.5.
[build-system]: Switch to meson-build-system.
[arguments]: Remove GNU build system flags & set installation prefix.
2020-02-16 22:46:38 +01:00