summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: clementine: Remove Spotify downloader.Pierre Langlois2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clementine has a button in the preference menu that allows downloading a binary blob to add support for Spofify. Let's remove this button. It turns out this is the only part of the code base that uses crypto++, let's remove this dependency too. * gnu/packages/music.scm (clementine)[arguments]: Remove crypto++ support. Set HAVE_SPOTIFY_DOWNLOADER to FALSE. [inputs]: Remove crypto++ input. * gnu/packages/patches/clementine-remove-crypto++-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: appstream-glib: Propagate some inputs.Danny Milosavljevic2018-02-09
| | | | | | | | | | * gnu/packages/glib.scm (appstream-glib)[inputs]: Move gcab, gdk-pixbuf, util-linux to propagated-inputs.
| * gnu: samba: Update to 4.7.5.Marius Bakke2018-02-09
| | | | | | | | * gnu/packages/samba.scm (samba): Update to 4.7.5.
| * gnu: zziplib: Update to 0.13.68.Marius Bakke2018-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/zziplib-CVE-2017-5974.patch, gnu/packages/patches/zziplib-CVE-2017-5975.patch, gnu/packages/patches/zziplib-CVE-2017-5976.patch, gnu/packages/patches/zziplib-CVE-2017-5978.patch, gnu/packages/patches/zziplib-CVE-2017-5979.patch, gnu/packages/patches/zziplib-CVE-2017-5981.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/compression.scm (zziplib): Update to 0.13.68. [source](patches): Remove. [arguments]: Remove #:parallel-tests?. Set #:tests? #f.
| * services: avahi: Default to nss-mdns 0.10.Ludovic Courtès2018-02-09
| | | | | | | | | | | | | | | | This works around <https://bugs.gnu.org/30396>. Reported by George myglc2 Clemmer <myglc2@gmail.com>. * gnu/packages/avahi.scm (nss-mdns-0.10): New variable. * gnu/services/avahi.scm (avahi-service-type): Use it.
| * gnu: guile-sqlite3: Update to 0.0-3.1cd1dec.Danny Milosavljevic2018-02-09
| | | | | | | | * gnu/packages/guile.scm (guile-sqlite3): Update to 0.0-3.1cd1dec.
| * gnu: guix: Update snapshot to bc880f9.Ludovic Courtès2018-02-09
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to bc880f9.
| * gnu: mcron2: Install files to 'share/guile/site/2.2'.Ludovic Courtès2018-02-09
| | | | | | | | | | | | | | Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. * gnu/packages/guile.scm (mcron2)[arguments]: In 'use-guile-2.2' phase, substitute /share/guile/site/2.0.
| * ssh: Work around 'select' bug in Guile.Ludovic Courtès2018-02-09
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30365>. * guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'select*' and use it.
| * gnu: services: Add wesnothd service.Arun Isaac2018-02-09
| | | | | | | | | | | | * gnu/services/games.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Game Services): Document the service.
| * gnu: Add wesnoth-server.Arun Isaac2018-02-09
| | | | | | | | * gnu/packages/games.scm (wesnoth-server): New variable.
* | gnu: knights: Fix build.Ricardo Wurmus2018-02-10
| | | | | | | | * gnu/packages/games.scm (knights)[native-inputs]: Add pkg-config.
* | gnu: sbcl: Update to 1.4.4.Ricardo Wurmus2018-02-10
| | | | | | | | * gnu/packages/lisp.scm (sbcl): Update to 1.4.4.
* | gnu: python-pandas: Update to 0.22.0.Marius Bakke2018-02-09
| | | | | | | | | | | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/patches/python-pandas-skip-failing-tests.patch: Delete file. * gnu/packages/python.scm (python-pandas): Update to 0.22.0. [source](patches): Remove. [native-inputs]: Add PYTHON-PYTEST and PYTHON-LXML. [arguments]: Replace CHECK-PHASE with custom pytest invocation. [home-page]: Use HTTPS.
* | gnu: python-scipy: Update to 1.0.0.Marius Bakke2018-02-09
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 1.0.0. [arguments]: Remove obsolete FIX-TESTS-PHASE. Override sphinxbuild in INSTALL-DOC-PHASE. Fix PYVER argument. Use INVOKE instead of SYSTEM*. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST and WHICH.
* | gnu: python-numpy: Update to 1.14.0.Marius Bakke2018-02-09
| | | | | | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.4.0. [source](uri): Use release tarball. [source](file-name): Remove.
* | gnu: icecat: Use system harfbuzz and graphite2 libraries.Mark H Weaver2018-02-09
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-use-system-harfbuzz.patch, gnu/packages/patches/icecat-use-system-graphite2.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. Delete "gfx/harfbuzz" and "gfx/graphite2" in the snippet. [inputs]: Add harfbuzz and graphite2. [arguments]: Add "--with-system-harfbuzz" and "--with-system-graphite2" to configure-flags.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-09
|\|
| * gnu: Add sipcalc.Oleg Pykhalov2018-02-09
| | | | | | | | * gnu/packages/admin.scm (sipcalc): New public variable.
| * gnu: mu: Use a fixed variant of tzdata for the mu tests.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/mail.scm (mu)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-2017a.
| * gnu: mu: Update to 1.0.Pierre Langlois2018-02-08
| | | | | | | | | | | | * gnu/packages/mail.scm (mu): Update to 1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: audacity: Update to 2.2.1.Kei Kebreau2018-02-08
| | | | | | | | * gnu/packages/audio.scm (audacity): Update to 2.2.1.
| * gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].Leo Famulari2018-02-08
| | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.2.
| * gnu: linux-libre: Update to 4.15.2.Mark H Weaver2018-02-08
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.2. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.18.Mark H Weaver2018-02-08
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.18. (%linux-libre-4.14-hash): Update hash.
| * gnu: mpv: Fix CVE-2018-6360.Alex Vong2018-02-08
| | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mpv-CVE-2018-6360-1.patch, gnu/packages/patches/mpv-CVE-2018-6360-2.patch, gnu/packages/patches/mpv-CVE-2018-6360-3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/video.scm (mpv)[source]: Use them. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Update syncthing to 0.14.44.Leo Famulari2018-02-08
| | | | | | | | | | | | | | | | * gnu/packages/syncthing.scm (syncthing): Update to 0.14.44. [inputs]: Add go-github-com-prometheus-union and remove go-github-com-edsrzf-mmap-go. [source]: Delete bundled dependencies in a snippet. [arguments]: Remove the 'delete-bundled-source-code' phase.
| * gnu: go-github-com-zillode-notify: Update to 0.0.0-2.a8abcfb.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to 0.0.0-2.a8abcfb.
| * gnu: Add go-github-com-prometheus-union.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-union): New variable.
| * gnu: Add go-github-com-client-golang-prometheus.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus): New variable.
| * gnu: Add go-github-com-client-golang-prometheus-promhttp.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus-promhttp): New variable.
| * gnu: Add go-github-com-prometheus-procfs.Leo Famulari2018-02-08
| | | | | | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): New variable.
| * gnu: Add go-github-com-prometheus-common-expfmt.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-common-expfmt): New variable.
| * gnu: Add go-github-com-matttproud-golang-protobuf-extensions-pbutil.Leo Famulari2018-02-08
| | | | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil): New variable.
| * gnu: Add go-github-com-prometheus-client-model-go.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-prometheus-client-model-go): New variable.
| * gnu Add go-github-com-golang-protobuf-proto.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-golang-protobuf-proto): New variable.
| * gnu: go-github-com-gogo-protobuf: Update to 0.5-2.160de10.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): Update to 0.5-2.160de10.
| * gnu: Add go-github-com-beorn7-perks-quantile.Leo Famulari2018-02-08
| | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile): New variable.
| * gnu: vdirsyncer: Update to 0.16.4.Leo Famulari2018-02-08
| | | | | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.4.
| * gnu: libtirpc: Update to 1.0.2.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | | | | | * gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.2. [patches]: Remove patch for fixed CVE. * gnu/packages/patches/libtirpc-CVE-2017-8779.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: serd: Update to 0.28.0.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/rdf.scm (serd): Update to 0.28.0.
| * gnu: nim: Use INVOKE.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/nim.scm (nim)[arguments]: Substitute INVOKE for SYSTEM*.
| * gnu: libcap-ng: Remove unused python input.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | | | | | | | Outputs so identical you wish they were intensional. * gnu/packages/admin.scm (libcap-ng)[inputs]: Remove python. [arguments]: Add ‘--without-python’ to #:configure-flags to suppress a bogus error.
| * gnu: pwgen: Update to 2.08.Kei Kebreau2018-02-08
| | | | | | | | * gnu/packages/password-utils.scm (pwgen): Update to 2.08.
| * gnu: mcrl2: Fix typo in synopsis.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | * gnu/packages/maths.scm (mcrl2)[synopsis]: Fix typo. [description]: Use @dfn.
| * gnu: libcap-ng: Update to 0.7.9.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | gnu/packages/admin.scm (libcap-ng): Update to 0.7.9.
| * gnu: conky: Update to 1.10.8.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/conky.scm (conky): Update to 1.10.8.
| * gnu: Add mcrl2.Jan Nieuwenhuizen2018-02-08
| | | | | | | | * gnu/packages/maths.scm (mcrl2): New variable.
| * gnu: lunzip: Update to 1.10.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/compression.scm (lunzip): Update to 1.10.
| * gnu: nim: Update to 0.17.2.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/nim.scm (nim): Update to 0.17.2.