summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add VBinDiff.Leo Famulari2018-08-09
| | | | * gnu/packages/patchutils.scm (vbindiff): New variable.
* gnu: mrustc: Update to 0.8.0.Danny Milosavljevic2018-08-09
| | | | * gnu/packages/rust.scm (mrustc): Update to 0.8.0.
* gnu: kurly: Update to 1.2.2.Tobias Geerinckx-Rice2018-08-09
| | | | | | | | | | | | | | | | | Update both the project home page & the package version in a single commit because of Go. From the previous home page[0]: “2018-06-12 - THE KURLY PROJECT HAS MOVED HOME! kurly can now be found at GitLab [...]” [0]: https://github.com/davidjpeacock/kurly * gnu/packages/curl.scm (kurly): Update to 1.2.2. [source, home-page]: Update URIs. [arguments]: Likewise. Adjust location of ‘kurly.man’. [inputs]: Add go-github-com-urfave-cli.
* gnu: java-snappy: Fix description.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/compression.scm (java-snappy)[description]: Fix typos.
* gnu: java-snappy: Update to 1.1.7.2.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/compression.scm (java-snappy): Update to 1.1.7.2.
* gnu: libodfgen: Update to 0.1.7.Tobias Geerinckx-Rice2018-08-09
| | | | | * gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.7. [source]: Update URI.
* gnu: bind: Update to 9.12.2-P1.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.12.2-P1.
* gnu: numactl: Update to 2.0.12.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/linux.scm (numactl): Update to 2.0.12.
* gnu: numactl: Update home page.Tobias Geerinckx-Rice2018-08-09
| | | | | | | | | | | | From the project mailing list[0]: “The old libnuma website hosted at oss.sgi.com is now gone as that website no longer exists. Everything for libnuma/numactl is now at GitHub [...]” [0]: https://www.spinics.net/lists/linux-numa/msg01178.html * gnu/packages/linux.scm (numactl)[source, home-page]: Update URIs.
* gnu: libnftnl: Update to 1.1.1.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.1.
* gnu: alpine: Update to 2.21.9999.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/mail.scm (alpine): Update to 2.21.9999.
* gnu: mingw-w64: Update to 5.0.4.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/mingw.scm (mingw-w64): Update to 5.0.4.
* gnu: dovecot: Update to 2.3.2.1.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.2.1.
* gnu: xlockmore: Update to 5.56.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/xdisorg.scm (xlockmore): Update to 5.56.
* gnu: autogen: Update to 5.18.14.Tobias Geerinckx-Rice2018-08-09
| | | | | | | * gnu/packages/autogen.scm (autogen): Update to 5.18.14. [inputs]: Move perl from native-inputs to here... [native-inputs]: ...and which from inputs to here. [arguments]: Remove unnecessary ‘/usr/bin/tr’ substitution.
* gnu: yoshimi: Update to 1.5.8.2.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/music.scm (yoshimi): Update to 1.5.8.2.
* gnu: setbfree: Update to 0.8.7.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/music.scm (setbfree): Update to 0.8.7.
* gnu: setbfree: Don't use unstable tarball.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/music.scm (setbfree)[source]: Use GIT-FETCH.
* gnu: libostree: Update to 2018.7.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/package-management.scm (libostree): Update to 2018.7.
* gnu: youtube-dl: Update to 2018.08.04.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.08.04.
* gnu: msitools: Update to 0.98.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/package-management.scm (msitools): Update to 0.98.
* gnu: uwsgi: Update to 2.0.17.1.Tobias Geerinckx-Rice2018-08-09
| | | | * gnu/packages/web.scm (uwsgi): Update to 2.0.17.1.
* gnu: stunnel: Update to 5.48 [security fix].Tobias Geerinckx-Rice2018-08-09
| | | | | | | | | No CVE. From the ChangeLog: “Security bugfixes: Fixed requesting client certificate when specified as a global option.” * gnu/packages/web.scm (stunnel): Update to 5.48.
* gnu: restic: Fix tests.Oleg Pykhalov2018-08-08
| | | | * gnu/packages/backup.scm (restic)[arguments]: Replace 'check' phase.
* gnu: lxc: Fix CVE-2018-6556.Leo Famulari2018-08-08
| | | | | | * gnu/packages/patches/lxc-CVE-2018-6556.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (lxc)[source]: Use it.
* gnu: webkitgtk: Update to 2.20.4 [security fixes].Leo Famulari2018-08-08
| | | | | | | Fixes CVE-2018-{4246,4261,4262,4263,4264,4265,4266,4267,4270,4272,4273,4278, 4284,12911}. * gnu/packages/webkit.scm (webkitgtk): Update to 2.20.4.
* gnu: Add ubridge.Oleg Pykhalov2018-08-08
| | | | * gnu/packages/networking.scm (ubridge): New variable.
* gnu: FFmpeg: Support video stabilization with vidstab.Leo Famulari2018-08-07
| | | | | * gnu/packages/video.scm (ffmpeg)[inputs]: Add vidstab. [arguments]: Configure with vidstab.
* gnu: Add vidstab.Leo Famulari2018-08-07
| | | | * gnu/packages/video.scm (vidstab): New variable.
* gnu: linux-libre: Update to 4.17.13.Mark H Weaver2018-08-07
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.13. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.61.Mark H Weaver2018-08-07
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.61. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.118.Mark H Weaver2018-08-07
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.118.
* gnu: linux-libre@4.4: Update to 4.4.146.Mark H Weaver2018-08-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.146.
* import: cabal, hackage: Avoid error when custom setup section is missing.Ricardo Wurmus2018-08-07
| | | | | | | | | Fixes <https://debbugs.gnu.org/32387>. * guix/import/cabal.scm (eval-cabal): Avoid mis-match when the custom-setup section cannot be created. * guix/import/hackage.scm (cabal-custom-setup-dependencies->names): Do not crash when cabal-package-custom-setup returns #F.
* gnu: Remove go-github-com-edsrzf-mmap-go.Leo Famulari2018-08-07
| | | | * gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): Remove variable.
* gnu: mrustc: Update to 0.8-1.ec907f5.Danny Milosavljevic2018-08-07
| | | | | * gnu/packages/rust.scm (mrustc): Update to 0.8-1.ec907f5. [arguments]<#:phases>[patch-date]: New phase.
* gnu: vulkan-headers: Update to 1.1.82.0.Rutger Helling2018-08-07
| | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.82.0. * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.82.0. * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.82.0.
* gnu: wireshark: Update to 2.6.2.Nicolas Goaziou2018-08-06
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.6.2.
* gnu: musescore: Update to 2.3.2.Nicolas Goaziou2018-08-06
| | | | * gnu/packages/music.scm (musescore): Update to 2.3.2.
* gnu: gnurl: Update to 7.61.0.Nils Gillmann2018-08-06
| | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.61.0.
* gnu: asymptote: Update to 2.47.Nicolas Goaziou2018-08-06
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.47.
* gnu: neomutt: Update to 20180716 [fixes CVE-2018-{14349..14363}].Nils Gillmann2018-08-06
| | | | * gnu/packages/mail.scm (neomutt): Update to 20180716.
* gnu: Add povray.Kei Kebreau2018-08-05
| | | | * gnu/packages/graphics.scm (povray): New variable.
* gnu: Patch duplicity with --ignore-mdc-error.Christopher Baines2018-08-04
| | | | | | | | | Modify the package to patch gnu.py with an unreleased upstream change to fix duplicity working with recent releases of GnuPG. This change make the package build again. * gnu/packages/backup.scm (duplicity)[arguments]: Patch gnu.py within the patch-source phase.
* gnu: linux-libre: Update to 4.17.12.Mark H Weaver2018-08-03
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.60.Mark H Weaver2018-08-03
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.60. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.117.Mark H Weaver2018-08-03
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.117.
* gnu: python-scipy: Only run default tests.Ricardo Wurmus2018-08-03
| | | | | * gnu/packages/python.scm (python-scipy)[arguments]: Only run the default test suite. The full test suite is too expensive and brittle.
* gnu: pigx-scrnaseq: Update to 0.0.7.Ricardo Wurmus2018-08-03
| | | | | * gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.7. [inputs]: Add samtools.
* gnu: emacs-exwm: Fix fullscreen issue.Arun Isaac2018-08-03
| | | | | | | * gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/emacs.scm (emacs-exwm)[sources]: Add emacs-exwm-fix-fullscreen-issue.patch to patches.