summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
| * gnu: luajit, lua5.x-bitop: Use HTTPS home pages.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | * gnu/packages/lua.scm (luajit, make-lua-bitop)[home-page]: Use HTTPS.
| * gnu: luajit: Make available as ‘luajit’.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | * gnu/packages/lua.scm (luajit)[arguments]: Add a ‘create-luajit-symlink’ phase to make the interpreter available simply as ‘luajit’.
| * gnu: luajit: Update to 2.1.0-beta3.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | | | | | * gnu/packages/lua.scm (luajit): Update to 2.1.0-beta3. [source]: Remove symlinks patch. * gnu/packages/patches/luajit-symlinks.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: mc: Substitute more FHS file names.Tobias Geerinckx-Rice2018-02-08
| | | | | | | | | | * gnu/packages/mc.scm (mc)[arguments]: Add some more files to the ‘patch-FHS-file-names’ phase.
| * gnu: mupdf: Fix CVE-2017-17858.Leo Famulari2018-02-07
| | | | | | | | | | | | * gnu/packages/patches/mupdf-CVE-2017-17858.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pdf.scm (mupdf)[source]: Use it.
| * etc: Add SELinux policy for the daemon.Ricardo Wurmus2018-02-07
| | | | | | | | | | | | | | * etc/guix-daemon.cil.in: New file. * Makefile.am (dist_selinux_policy_DATA): Define it. * configure.ac: Handle --with-selinux-policy-dir. * doc/guix.texi (SELinux Support): New section.
| * gnu: whois: Expand synopsis & description.Tobias Geerinckx-Rice2018-02-06
| | | | | | | | * gnu/packages/networking.scm (whois)[synopsis, description]: Expand.
| * gnu: librep: Update to 0.92.7.Tobias Geerinckx-Rice2018-02-06
| | | | | | | | * gnu/packages/sawfish.scm (librep): Update to 0.92.7.
| * gnu: asciidoc: Update to 8.6.10.Tobias Geerinckx-Rice2018-02-06
| | | | | | | | | | | | | | | | * gnu/packages/documentation.scm (asciidoc): Update to 8.6.10. [source]: Switch to new code host. [arguments]: Add new ‘bootstrap’ phase... [native-inputs]: ...and required autoconf. [home-page]: Point to a more recently updated instance.
| * gnu: perl-test-simple: Update to 1.302122.Tobias Geerinckx-Rice2018-02-06
| | | | | | | | * gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302122.
| * gnu: build: linux-boot: Remove bind-mount export.Christopher Baines2018-02-06
| | | | | | | | | | | | bind-mount is not contained within this module. * gnu/build/linux-boot.scm: Remove bind-mount export.
| * gnu: hwloc: Add 2.0.0.Ludovic Courtès2018-02-06
| | | | | | | | | | | | * gnu/packages/mpi.scm (hwloc-2.0): New variable. * gnu/packages/patches/hwloc-tests-without-sysfs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add python-pyaudio.Oleg Pykhalov2018-02-06
| | | | | | | | * gnu/packages/audio.scm (python-pyaudio): New public variable.
| * gnu: Add curseradio.Stefan Reichör2018-02-06
| | | | | | | | | | | | * gnu/packages/music.scm (curseradio): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: julia: Don't invoke /sbin/ldconfig.Ludovic Courtès2018-02-06
| | | | | | | | | | | | | | | | Reported by Marco van Hulten <marco@hulten.org> in <https://bugs.gnu.org/30282>. * gnu/packages/julia.scm (julia)[arguments] <'hardcode-soname-map>: Patch out 'ldconfig' invocations.
| * gnu: julia: Adjust libgit2 tests.Ludovic Courtès2018-02-06
| | | | | | | | | | * gnu/packages/julia.scm (julia)[arguments] <'disable-broken-tests>: Patch libgit2.jl.
| * gnu: libssh: Update to commit 239d0f7 of branch 'v0-7'.Ludovic Courtès2018-02-06
| | | | | | | | * gnu/packages/ssh.scm (libssh): Update to 239d0f7.