Commit Graph

34415 Commits (0de33cb364a75c15d3ffad84f980e629d8753d60)

Author SHA1 Message Date
Tobias Geerinckx-Rice 5dc8437fc0
gnu: qemu: Update to 3.0.0 [mitigate CVE-2018-3639].
* gnu/packages/virtualization.scm (qemu): Update to 3.0.0.
[source]: Remove patch.
* gnu/packages/patches/qemu-CVE-2018-11806.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-08-16 02:41:42 +02:00
Tobias Geerinckx-Rice 6512b96570
gnu: stellarium: Remove redundant FILE-NAME.
* gnu/packages/astronomy.scm (stellarium)[source]: Remove FILE-NAME.
2018-08-16 02:40:59 +02:00
Tobias Geerinckx-Rice 3d9f26a0f8
gnu: stellarium: Use HTTPS home page.
* gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS.
2018-08-16 02:40:59 +02:00
Tobias Geerinckx-Rice e405c0bcd9
gnu: armadillo: Update to 9.100.4.
* gnu/packages/maths.scm (armadillo): Update to 9.100.4.
2018-08-16 02:40:59 +02:00
Tobias Geerinckx-Rice ed6c3dad53
gnu: s6-linux-utils: Update to 2.5.0.0.
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0.
2018-08-16 02:40:59 +02:00
Tobias Geerinckx-Rice 6a7c1c43d7
gnu: s6-linux-init: Remove superfluous spaces from description.
* gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading
and trailing spaces.
2018-08-16 02:40:58 +02:00
Tobias Geerinckx-Rice c43f5b8001
gnu: s6-linux-init: Update to 0.4.0.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.0.
2018-08-16 02:40:58 +02:00
Tobias Geerinckx-Rice 5350d0cd99
gnu: s6-portable-utils: Update to 2.2.1.2.
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.2.
2018-08-16 02:40:58 +02:00
Tobias Geerinckx-Rice 510a83fb07
gnu: s6-rc: Update to 0.4.1.0.
* gnu/packages/skarnet.scm (s6-rc): Update to 0.4.1.0.
2018-08-16 02:40:58 +02:00
Tobias Geerinckx-Rice 33cd88ac0e
gnu: s6-networking: Update to 2.3.0.3.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.3.
2018-08-16 02:40:57 +02:00
Tobias Geerinckx-Rice 0241dc181b
gnu: s6-dns: Update to 2.3.0.1.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1.
2018-08-16 02:40:57 +02:00
Tobias Geerinckx-Rice 5dc4b940df
gnu: s6: Update to 2.7.2.0.
* gnu/packages/skarnet.scm (s6): Update to 2.7.2.0.
2018-08-16 02:40:57 +02:00
Tobias Geerinckx-Rice 6b7fae5fae
gnu: execline: Update to 2.5.0.1.
* gnu/packages/skarnet.scm (execline): Update to 2.5.0.1.
2018-08-16 02:40:57 +02:00
Tobias Geerinckx-Rice c8e4b5d0ed
gnu: skalibs: Update to 2.7.0.0.
* gnu/packages/skarnet.scm (skalibs): Update to 2.7.0.0.
2018-08-16 02:40:56 +02:00
Tobias Geerinckx-Rice 7fe3a57ac5
gnu: mysql: Use HTTPS.
* gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS.
2018-08-16 00:58:27 +02:00
Arun Isaac de30205ba0
gnu: services: Add pcscd service.
* gnu/services/security-token.scm: New file.
* gnu/tests/security-token.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new files.
* doc/guix.texi (Miscellaneous Services): Document the service.
2018-08-16 02:46:27 +05:30
Julien Lepiller 3480d6f721
doc: Replace reference to deprecated title field.
* doc/guix.texi (Proceeding with the Installation): Use file-system-label
instead of the title field.
2018-08-15 23:02:12 +02:00
Julien Lepiller 336e4d6195
doc: Fix typo.
* doc/guix.texi (Preparing for Installation): Add missing 'to'.
2018-08-15 21:49:49 +02:00
Leo Famulari a1225ae867
gnu: tremc: Update URLs.
* gnu/packages/bittorrent.scm (tremc)[source, home-page]: Update URLs.
2018-08-15 15:26:06 -04:00
Leo Famulari 3a1002cefa
gnu: eyeD3: Update to 0.8.7.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.7.
2018-08-15 15:26:06 -04:00
Leo Famulari 8473f8024c
gnu: clementine: Build with relevant GStreamer plugins.
* gnu/packages/music.scm (clementine)[inputs]: Add gst-plugins-good and
gst-libav.
2018-08-15 14:29:56 -04:00
Pierre Langlois 7bcc34050b
gnu: clementine: Fix creating initial database.
It seems a recent version of sqlite broke Clementine's first startup. It turns
out we can patch clementine to fix the problem instead of providing a different
sqlite package:
<https://github.com/clementine-player/Clementine/pull/5669>

* gnu/packages/databases.scm (sqlite-with-fts3): Remove.
* gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with
sqlite.
[source]: Add clementine-fix-sqlite.patch.
* gnu/packages/patches/clementine-fix-sqlite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-15 14:29:56 -04:00
Pierre Langlois 8a63a4df51
gnu: clementine: Drop dependency on qtwebkit.
QtWebkit is optionally included in CMakeList.txt but isn't actually used
anywhere in the code.

* gnu/packages/music.scm (clementine)[inputs]: Remove qtwebkit.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-08-15 14:29:55 -04:00
Tobias Geerinckx-Rice c2f6c9ba26
gnu: aubio: Use HTTPS home page.
* gnu/packages/audio.scm (aubio)[source, home-page]: Use HTTPS.
2018-08-15 20:10:23 +02:00
Tobias Geerinckx-Rice 800e4f9415
gnu: acpid: Update to 2.0.30.
* gnu/packages/linux.scm (acpid): Update to 2.0.30.
2018-08-15 20:10:22 +02:00
Tobias Geerinckx-Rice 35a30cffa4
gnu: ghc-setlocale: Update to 1.0.0.6.
* gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.6.
2018-08-15 20:10:22 +02:00
Tobias Geerinckx-Rice 6ae35fea74
gnu: cvs-fast-export: Update to 1.44.
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.44.
[arguments]: Add ‘fix-setpython-PATH’ phase to do just that.
Remove obsolete python3 work-around from ‘remove-optimizations’ phase.
2018-08-15 20:10:22 +02:00
Tobias Geerinckx-Rice a1c86d1db4
gnu: python-txamqp: Update to 0.8.2.
* gnu/packages/python.scm (python-txamqp): Update to 0.8.2.
2018-08-15 20:10:22 +02:00
Tobias Geerinckx-Rice 3e9d393c84
gnu: inxi: Update to 3.0.20-1.
* gnu/packages/admin.scm (inxi): Update to 3.0.20-1.
2018-08-15 20:10:21 +02:00
Tobias Geerinckx-Rice 96e2ecb796
gnu: tremc: Update to 0.9.1.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.1.
[source]: Use release tag.
2018-08-15 20:10:21 +02:00
Tobias Geerinckx-Rice 591ee071c6
gnu: tremc: Fix shebang.
* gnu/packages/bittorrent.scm (tremc)[inputs]: Add python.
2018-08-15 20:10:21 +02:00
Tobias Geerinckx-Rice ed8d31bf17
gnu: python-lzstring: Update to 1.0.4.
* gnu/packages/compression.scm (python-lzstring): Update to 1.0.4.
2018-08-15 20:10:20 +02:00
Tobias Geerinckx-Rice 9ecfe08e2e
gnu: subversion: Update to 1.10.2.
* gnu/packages/version-control.scm (subversion): Update to 1.10.2.
2018-08-15 20:10:20 +02:00
Oleg Pykhalov 44d085b4c6
gnu: licensecheck: Update to 3.0.36.
* gnu/packages/license.scm (licensecheck): Update to 3.0.36.
(perl-regexp-pattern-license): Update to 3.1.92.
2018-08-15 20:58:07 +03:00
Oleg Pykhalov 64140c95c8
gnu: restic: Update to 0.9.2.
* gnu/packages/backup.scm (restic): Update to 0.9.2.
2018-08-15 20:50:22 +03:00
Julien Lepiller 524756d127
nls: Update 'fr' translation. 2018-08-15 18:54:29 +02:00
Marius Bakke f07683b07c
gnu: python-django: Update to 1.11.15 [fixes CVE-2018-14574].
* gnu/packages/django.scm (python-django): Update to 1.11.15.
2018-08-15 15:11:33 +02:00
Marius Bakke aa3ad4b119
gnu: yubico-piv-tool: Update to 1.6.0 [fixes CVE-2018-14779, CVE-2018-14780].
* gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.0.
[inputs]: Add GENGETOPT.
[native-inputs]: Add HELP2MAN.
2018-08-15 14:52:58 +02:00
Marius Bakke 5799e5ae07
gnu: opensc: Update to 0.18.0.
* gnu/packages/security-token.scm (opensc): Update to 0.18.0.
[arguments]: Add phase to disable test which fails in this release.
2018-08-15 14:45:45 +02:00
Marius Bakke fac39b99a5
gnu: libx264: Update to 20180810-2245.
* gnu/packages/video.scm (libx264): Update to 20180810-2245.
2018-08-15 14:33:57 +02:00
Kei Kebreau df1bc82b69
gnu: ocaml-gsl: Update to 1.22.0.
* gnu/packages/maths.scm (ocaml-gsl): Update to 1.22.0.
2018-08-15 08:11:58 -04:00
Nicolas Goaziou 28407818c0
gnu: cataclysm-dda: Allow localization.
* gnu/packages/games.scm (cataclysm-dda): Allow localization.
2018-08-15 10:41:48 +02:00
Tobias Geerinckx-Rice d87e547702
gnu: openssl@1.1: Update to 1.1.0i [fix CVE-2018-0737].
Also includes a fix for CVE-2018-0732, and a different approach to
fixing CVE-2018-0495.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0i.
[sources]: Remove CVE patches.
* gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch: Delete...
* gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch: ...both files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-08-15 00:35:53 +02:00
Tobias Geerinckx-Rice 34362ff6d6
gnu: perl-http-tiny: Update to 0.076.
* gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
2018-08-15 00:32:16 +02:00
Tobias Geerinckx-Rice af514eadb2
gnu: f3: Update to 7.1.
* gnu/packages/disk.scm (f3): Update to 7.1.
[arguments]: Remove ‘fix-makefile’ phase.
Move installation of experimental (now called ‘extra’) tools to their
own phases instead of cleverly patching Makefile.
2018-08-15 00:32:15 +02:00
Tobias Geerinckx-Rice b3307bfdf9
gnu: f3: Don't use unstable tarball.
* gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2018-08-15 00:32:15 +02:00
Tobias Geerinckx-Rice 34ba1b8fc5
gnu: perl-db-file: Update to 1.842.
* gnu/packages/databases.scm (perl-db-file): Update to 1.842.
2018-08-15 00:32:15 +02:00
Tobias Geerinckx-Rice 409dec3f29
gnu: aubio: Update to 0.4.6.
* gnu/packages/audio.scm (aubio): Update to 0.4.6.
[arguments]: Set reflexive RUNPATH.
2018-08-15 00:32:15 +02:00
Tobias Geerinckx-Rice d0b025ea69
gnu: lilv: Update to 0.24.4.
* gnu/packages/audio.scm (lilv): Update to 0.24.4.
2018-08-15 00:32:15 +02:00
Tobias Geerinckx-Rice c3da234f60
gnu: sratom: Update to 0.6.2.
* gnu/packages/audio.scm (sratom): Update to 0.6.2.
2018-08-15 00:32:14 +02:00