aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: pcsc-lite: Update to 1.8.22.Marius Bakke2017-06-18
| | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
* gnu: miniupnpc: Update to 2.0.20170509.Marius Bakke2017-06-18
| | | | | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170509. [source]: Remove obsolete patch. * gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: bitcoin-core: Update to 0.14.2.Marius Bakke2017-06-18
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
* gnu: subversion: Don't create 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1" to Makefile.PL arguments in "install-perl-bindings" phase.
* gnu: git: Prevent creating 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename 'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
* gnu: fish-guix: Update home page.Ricardo Wurmus2017-06-18
| | | | * gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
* gnu: propeller-gcc-4: Add cross environment variables patch.Ricardo Wurmus2017-06-18
| | | | | * gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.
* gnu: Add python-smmap2.Danny Milosavljevic2017-06-18
| | | | * gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
* gnu: Add fping.Stefan Reichör2017-06-18
| | | | * gnu/packages/networking.scm (fping): New variable.
* gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].Mark H Weaver2017-06-18
| | | | | * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.2.1): New variable.
* gnu: linux-libre: Update to 4.11.6.Mark H Weaver2017-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.33.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
* gnu: linux-libre@4.4: Update to 4.4.73.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
* gnu: gnurl: Update to 7.54.1.ng02017-06-17
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add tmuxifier.Stefan Reichoer2017-06-17
| | | | | | * gnu/packages/tmux.scm (tmuxifier): New variable. Signed-off-by: Thomas Danckaert <post@thomasdanckaert.be>
* gnu: r-devtools: Update to 1.13.2.Roel Janssen2017-06-17
| | | | * gnu/packages/statistics.scm (r-devtools): Update to 1.13.2.
* gnu: Add python-apache-libcloud.Danny Milosavljevic2017-06-17
| | | | | * gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
* gnu: font-adobe-source-code-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to font-build-system.
* gnu: font-fira-mono: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-awesome): Switch to font-build-system.
* gnu: font-hack: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-hack): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: font-un: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-un): Switch to font-build-system.
* gnu: font-google-roboto: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-google-roboto): Switch to font-build-system.
* gnu: font-anonymous-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-anonymous-pro): Switch to font-build-system.
* gnu: font-tex-gyre: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-tex-gyre): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: Add python2-httpretty.Muriithi Frederick Muriuki2017-06-17
| | | | | | * gnu/packages/web.scm (python2-httpretty): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnome-planner: Correct license.Marius Bakke2017-06-17
| | | | | | This is a followup to d1d739fab0f44408438720c20877d62a280484ae. * gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
* gnu: kyotocabinet: Disable CPU optimizations.Marius Bakke2017-06-17
| | | | * gnu/packages/databases.scm (kyotocabinet)<#:configure-flags>: Add "--disable-opt".
* gnu: neomutt: Update to 20170609.ng02017-06-17
| | | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170609. (arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap', 'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now enabled by default. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add gnome-planner.Chris Marusich2017-06-17
| | | | | | * gnu/packages/gnome.scm (gnome-planner): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: ruby-builder: Update to 3.2.3.Ben Woodcroft2017-06-17
| | | | * gnu/packages/ruby.scm (ruby-builder): Update to 3.2.3.
* gnu: mpd: Update to 0.20.9.Leo Famulari2017-06-17
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.20.9.
* gnu: diamond: Update to 0.9.8.Ben Woodcroft2017-06-17
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.8.
* gnu: linux-libre@4.1: Update to 4.1.41.Mark H Weaver2017-06-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.41. [source]: Remove patch.
* gnu: gnome-calendar: Update to 3.24.3.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
* Revert "gnu: borg: Update to 1.1.0b5."Tobias Geerinckx-Rice2017-06-16
| | | | | This reverts commit 0b2ff24f9c3e3f689095753a21047c723dd6ca40, which leaked my local testing version.
* gnu: ola: Update to 0.10.4.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/lightning.scm (ola): Update to 0.10.4.
* gnu: leptonica: Update to 1.74.4.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/image.scm (leptonica): Update to 1.74.4.
* gnu: tiled: Update to 1.0.1.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.0.1.
* gnu: cppcheck: Update to 1.79.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.79.
* gnu: borg: Update to 1.1.0b5.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/backup.scm (borg): Update to 1.1.0b5.
* gnu: par2cmdline: Update to 0.7.2.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
* gnu: thefuck: Update to 3.18.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/admin.scm (thefuck): Update to 3.18.
* gnu: ansible: Update to 2.3.1.0.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
* gnu: grilo: Add liboauth support.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
* gnu: grilo: Update to 0.3.3.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (grilo): Update to 0.3.3.
* gnu: gnome-online-accounts: Update to 3.24.1.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
* gnu: Add emacs-inf-ruby.Christopher Baines2017-06-16
| | | | | | * gnu/packages/emacs.scm (emacs-inf-ruby): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: manaplus: Update to 1.7.6.10.Alex Kost2017-06-16
| | | | * gnu/packages/games.scm (manaplus): Update to 1.7.6.10.
* Revert "gnu: gmime: Update to 3.0.1."Kei Kebreau2017-06-16
| | | | This reverts commit a512ca81e8998d86770f5a088a9563bc3f24560f.
* tests: Allow setting of qemu memory-size for system tests.Jan Nieuwenhuizen2017-06-16
| | | | | * gnu/system/vm.scm (common-qemu-options): Remove hardcoded "-m 256". (system-qemu-image/shared-store-script): New keyword argument: #:memory-size.