summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ncmpcpp: Update to 0.8.1.Leo Famulari2017-10-31
| | | | * gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.1.
* gnu: Add emacs-ggtags.Oleg Pykhalov2017-10-31
| | | | * gnu/packages/emacs.scm (emacs-ggtags): New variable.
* gnu: Add sakura.Kei Kebreau2017-10-31
| | | | * gnu/packages/terminals.scm (sakura): New variable.
* gnu: Add emacs-company-quickhelp.Oleg Pykhalov2017-10-31
| | | | * gnu/packages/emacs.scm (emacs-company-quickhelp): New variable.
* gnu: lxc: Update to 2.1.1.宋文武2017-10-31
| | | | * gnu/packages/virtualization.scm (lxc): Update to 2.1.1.
* gnu: Add emacs-helm-make.Oleg Pykhalov2017-10-31
| | | | * gnu/packages/emacs.scm (emacs-helm-make): New variable.
* gnu: Remove cufflinks.Ricardo Wurmus2017-10-31
| | | | | | | Cufflinks includes essential non-free code. Fixes <https://bugs.gnu.org/28946>. * gnu/packages/bioinformatics.scm (cufflinks): Remove variable.
* gnu: apr-util: Update to 1.6.1 [fixes CVE-2017-12618].Leo Famulari2017-10-30
| | | | * gnu/packages/apr.scm (apr): Update to 1.6.1.
* gnu: apr: Update to 1.6.3 [fixes CVE-2017-12613].Leo Famulari2017-10-30
| | | | * gnu/packages/apr.scm (apr): Update to 1.6.3.
* gnu: mpd: Update to 0.20.11.Leo Famulari2017-10-30
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.20.11.
* gnu: quagga: Update to 1.2.2 [fix CVE-2017-16227].Leo Famulari2017-10-30
| | | | * gnu/packages/networking.scm (quagga): Update to 1.2.2.
* gnu: webkitgtk: Update to 2.18.2.Mark H Weaver2017-10-30
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.18.2.
* gnu: xorg-server: Build reproducibly.Ludovic Courtès2017-10-31
| | | | | | | | | Fixes <https://bugs.gnu.org/24112>. * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-os-name" and "--with-os-vendor" as #:configure-flags. Augment 'pre-configure' phase to set 'BUILD_DATE' and 'BUILD_TIME' in 'configure'.
* gnu: perl-http-cookies: Fix source uri.Efraim Flashner2017-10-30
| | | | | | This is a follow-up to d284f01826f1b5dcd1584110c5ba7fa6f76ed3e4. * gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source uri.
* gnu: ola: Update to 0.10.5.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/lighting.scm (ola): Update to 0.10.5.
* gnu: ethtool: Update to 4.13.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/networking.scm (ethtool): Update to 4.13.
* gnu: perl-class-tiny: Update to 1.006.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-class-tiny): Update to 1.006.
* gnu: perl-extutils-pkgconfig: Update to 1.16.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-extutils-pkgconfig): Update to 1.16.
* gnu: perl-json-any: Update to 1.39.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-json-any): Update to 1.39.
* gnu: perl-sub-exporter-progressive: Update to 0.001013.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-sub-exporter-progressive): Update to 0.001013.
* gnu: perl-html-lint: Update to 2.26.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-html-lint): Update to 2.26.
* gnu: perl-http-cookies: Update to 6.04.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/perl.scm (perl-http-cookies): Update to 6.04.
* gnu: perl-xml-libxml: Update to 2.0132.Tobias Geerinckx-Rice2017-10-30
| | | | * gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0132.
* gnu: wine: Update to 2.0.3.Rutger Helling2017-10-30
| | | | | | * gnu/packages/wine.scm (wine): Update to 2.0.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ffmpeg: Configure with frei0r.ng02017-10-30
| | | | | | | | * gnu/packages/video.scm (ffmepg)[inputs]: Add 'frei0r-plugins'. (arguments)[configure-flags]: Add '--enable-frei0r' and remove 'TODO' comment about frei0r. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add frei0r-plugins.ng02017-10-30
| | | | | | * gnu/packages/video.scm (frei0r-plugins): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add r-tgconfig.Ricardo Wurmus2017-10-30
| | | | * gnu/packages/statistics.scm (r-tgconfig): New variable.
* gnu: Add r-tgstat.Ricardo Wurmus2017-10-30
| | | | * gnu/packages/statistics.scm (r-tgstat): New variable.
* gnu: java: Fix libjvm.so linkage problem in icedtea-7.Roel Janssen2017-10-30
| | | | | * gnu/packages/java.scm (icedtea-7): Add phase to create a symbolic link to libjvm.so.
* tests: install: Estimate the installation system disk size.Hartmut Goebel2017-10-30
| | | | | | | | 1500 MiB are too small for a current system, thus let system-disk-image estimate the required size. * gnu/tests/install.scm: (run-install): Pass "#:disk-image-size 'guess" to system-disk-image.
* gnu: tig: Update to 2.3.0.Efraim Flashner2017-10-29
| | | | | | * gnu/packages/version-control.scm (tig): Update to 2.3.0. [source]: Download from Github. [home-page]: Update to new home-page.
* gnu: Add newsboat.Efraim Flashner2017-10-29
| | | | * gnu/packages/syndication.scm (newsboat): New variable.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2017-10-29
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: mu: Add build phase to fix library reference.Ricardo Wurmus2017-10-29
| | | | | * gnu/packages/mail.scm (mu)[arguments]: Add build phase "fix-ffi" to fix reference to libguile-mu library.
* gnu: mu: Use Guile 2.2.Ricardo Wurmus2017-10-29
| | | | | * gnu/packages/mail.scm (mu)[inputs]: Replace guile-2.0 with guile-2.2. [arguments]: Replace references to version 2.0.
* gnu: offlineimap: Update to 7.1.4.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.4.
* gnu: youtube-dl: Update to 2017.10.29.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.10.29.
* gnu: perl-test-www-mechanize-psgi: Update to 0.37.Tobias Geerinckx-Rice2017-10-29
| | | | gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
* gnu: perl-test-www-mechanize: Update to 1.48.Tobias Geerinckx-Rice2017-10-29
| | | | gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
* gnu: perl-uri-find: Update to 20160806.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/web.scm (perl-uri-find): Update to 20160806.
* gnu: perl-email-mime: Update to 1.946.Tobias Geerinckx-Rice2017-10-29
| | | | | * gnu/packages/mail.scm (perl-email-mime): Update to 1.946. [propagated-inputs]: Add perl-module-runtime.
* gnu: perl-email-mime-contenttype: Update to 1.022.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.022.
* gnu: perl-email-simple: Update to 2.214.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-simple): Update to 2.214.
* gnu: perl-email-sender: Update to 1.300031.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/mail.scm (perl-email-sender): Update to 1.300031.
* gnu: perl-tie-cycle: Update to 1.225.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
* gnu: perl-text-table: Update to 1.133.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-text-table): Update to 1.133.
* gnu: perl-safe-isa: Update to 1.000008.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-safe-isa): Update to 1.000008.
* gnu: perl-log-log4perl: Update to 1.49.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-log-log4perl): Update to 1.49.
* gnu: perl-file-sharedir-dist: Update to 0.05.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-file-sharedir-dist): Update to 0.05.
* gnu: perl-business-ismn: Update to 1.131.Tobias Geerinckx-Rice2017-10-29
| | | | * gnu/packages/perl.scm (perl-business-ismn): Update to 1.131.