summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2017-01-03gnu: dwm: Update to 6.1.•••* gnu/packages/suckless.scm (dwm): Update to 6.1. [inputs]: Add libxft and freetype. [arguments]: Set FREETYPEINC in #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin
2017-01-03gnu: dmenu: Update to 4.6.•••* gnu/packages/suckless.scm (dmenu): Update to 4.6. [inputs]: Add libxft and freetype. [arguments]: Set FREETYPEINC in #:make-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin
2017-01-03gnu: slock: Update to 1.4.•••* gnu/packages/suckless.scm (slock): Update to 1.4. [source] Remove CVE-2016-6866 patch (no longer needed). * gnu/packages/patches/slock-CVE-2016-6866.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin
2017-01-03gnu: trash-cli: Update to 0.17.1.1.•••* gnu/packages/shellutils.scm (trash-cli): Update to 0.17.1.1. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Griffin
2017-01-04gnu: Add wimlib.•••* gnu/packages/backup.scm (wimlib): New variable. Tobias Geerinckx-Rice
2017-01-04gnu: parallel: Update to 20161222.•••* gnu/packages/parallel.scm (parallel): Update to 20161222. Tobias Geerinckx-Rice
2017-01-04gnu: global: Update to 6.5.6.•••* gnu/packages/code.scm (global): Update to 6.5.6. Tobias Geerinckx-Rice
2017-01-04gnu: nano: Update to 2.7.3.•••* gnu/packages/nano.scm (nano): Update to 2.7.3. Tobias Geerinckx-Rice
2017-01-04gnu: Use HTTPS for all sourceforge.net home pages.•••* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS. * gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise. * gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise. * gnu/packages/display-managers.scm (slim)[home-page]: Likewise. * gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise. * gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise. * gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix, ghc-regex-compat)[home-page]: Likewise. * gnu/packages/image.scm (imlib2)[home-page]: Likewise. * gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw) [home-page]: Likewise. * gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools) [home-page]: Likewise. * gnu/packages/mail.scm (esmtp)[home-page]: Likewise. * gnu/packages/mp3.scm (ripperx)[home-page]: Likewise. * gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise. * gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise. * gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise. * gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise. Tobias Geerinckx-Rice
2017-01-03gnu: Add emacs-git-gutter•••* gnu/packages/emacs.scm (emacs-git-gutter): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Christopher Baines
2017-01-03gnu: supertux: Update to 0.5.1.•••* gnu/packages/games.scm (supertux): Update to 0.5.1. Kei Kebreau
2017-01-03gnu: assword: Update to 0.10.•••* gnu/packages/password-utils.scm (assword): Update to 0.10. [arguments]: Use Python 3 instead of Python 2. [inputs]: Use Python 3 variants of inputs. Replace python2-pygpgme with python-gpg. Remove python2-pygtk. Add python-pygobject. [native-inputs]: Replace help2man with txt2man. [arguments]: Remove PYTHONPATH from 'Makefile' in the 'manpage' phase. Leo Famulari
2017-01-03gnu: Add python-xdo.•••* gnu/packages/python.scm (python-xdo): New variable. (python2-xdo): Use package-with-python2. Leo Famulari
2017-01-03gnu: python2-xdo: Update to 0.3.•••* gnu/packages/python.scm (python2-xdo): Update to 0.3. Leo Famulari
2017-01-03gnu: Add python-gpg.•••* gnu/packages/gnupg.scm (python-gpg, python2-gpg): New variable. Leo Famulari
2017-01-03gnu: gpgme: Update to 1.8.0.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.8.0. [arguments]: Don't set 'GPG=gpg2' in #:configure-flags. GnuPG-2.x is installed as 'gpg' on Guix. Leo Famulari
2017-01-03system: grub: Load relevant EFI modules on EFI systems.•••* gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Add 'insmod' invocations when ${grub_platform} is "efi". Ludovic Courtès
2017-01-03gnu: Add Zile-on-Guile.•••* gnu/packages/zile.scm (zile-on-guile): New variable. Ludovic Courtès
2017-01-03gnu: pcsc-lite: Update to 1.8.20 [fixes CVE-2016-10109].•••* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.20. Marius Bakke
2017-01-03gnu: glibc-hurd: Disable werror.•••* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror". Manolis Ragkousis
2017-01-03gnu: Use hurd-triplet? to check if GNU/Hurd.•••* gnu/packages/make-bootstrap.scm (hurd-triplet?): Move it from here.. * gnu/packages/hurd.scm: ..to here. New exported procedure. * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash) [arguments]: Replace string-match. [inputs]: Same. * gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Same. Manolis Ragkousis
2017-01-03gnu: chicken: Fix CVE-2016-{6830,6831}.•••* gnu/packages/patches/chicken-CVE-2016-6830+CVE-2016-6831.patch: New file. * gnu/local.mk (dist_patch_DATA): Use it. * gnu/packages/scheme.scm (chicken)[source]: Use it. Kei Kebreau
2017-01-03gnu: chicken: Update to 4.11.1.•••* gnu/packages/scheme.scm (chicken): Update to 4.11.1. Kei Kebreau
2017-01-03services: nginx: Make service extensible.•••* gnu/services/web.scm (<nginx-configuration>)[server-blocks]: New field. (nginx-activation): When CONFIG-FILE is #f, use 'default-nginx-config'. (nginx-shepherd-service): Likewise. (nginx-service-type): Add 'compose' and 'extend' fields. (nginx-service): Change default value of #:server-list to '(), and default value of #:config-file to #f. * doc/guix.texi (Web Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2017-01-03services: nginx: Fix multiple index and server name.•••* gnu/services/web.scm (config-domain-strings, config-index-string): separate names with a space. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2017-01-03services: nginx: Rename "vhost" to "server".•••* gnu/services/web.scm (<nginx-vhost-configuration>): Rename to... (<nginx-server-configuration>): ... this. * doc/guix.texi (Web Services): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2017-01-03gnu: r-plotrix: Update to 3.6-4.•••* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-4. Roel Janssen
2017-01-03gnu: r-git2r: Update to 0.18.0.•••* gnu/packages/statistics.scm (r-git2r): Update to 0.18.0. Roel Janssen
2017-01-03gnu: r-hmisc: Update to 4.0-2.•••* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-2. [propagated-inputs]: Add r-base64enc. Roel Janssen
2017-01-03gnu: r-openssl: Update to 0.9.6.•••* gnu/packages/statistics.scm (r-openssl): Update to 0.9.6. Roel Janssen
2017-01-03gnu: r-jsonlite: Update to 1.2.•••* gnu/packages/web.scm (r-jsonlite): Update to 1.2. Roel Janssen
2017-01-03gnu: r-ggplot2: Update to 2.2.1.•••* gnu/packages/statistics.scm (r-ggplot2): Update to 2.2.1. Roel Janssen
2017-01-03gnu: r-genomicranges: Update to 1.26.2.•••* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.26.2. Roel Janssen
2017-01-03gnu: r-genomeinfodb: Update to 1.10.2.•••* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.10.2. Roel Janssen
2017-01-03gnu: sudo: Update to 1.8.19p1.•••* gnu/packages/admin.scm (sudo): Update to 1.8.19p1. Efraim Flashner
2017-01-03gnu: arc-theme: Update to 20161119.•••* gnu/packages/gnome.scm (arc-theme): Update to 20161119. Signed-off-by: Leo Famulari <leo@famulari.name> Brandon Ludwig
2017-01-03gnu: gimp: Enable PDF support•••* gnu/packages/gimp.scm (gimp)[inputs]: Add poppler. Signed-off-by: Leo Famulari <leo@famulari.name> Maxim Cournoyer
2017-01-02gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].•••* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11. Leo Famulari
2017-01-02gnu: Add sonic.•••* gnu/packages/speech.scm (sonic): New variable. Leo Famulari
2017-01-02gnu: Add cmst.•••* gnu/packages/connman.scm (cmst): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu OTHACEHE
2017-01-02gnu: connman: Add dependency on polkit.•••* gnu/packages/connman.scm (connman)[arguments]: Add "--enable-polkit". [inputs]: Add POLKIT. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu OTHACEHE
2017-01-02gnu: mpv: Update to 0.23.0.•••* gnu/packages/video.scm (mpv): Update to 0.23.0. Efraim Flashner
2017-01-02gnu: openvpn: Update to 2.3.14.•••* gnu/packages/vpn.scm (openvpn): Update to 2.3.14. Efraim Flashner
2017-01-02gnu: ffmpeg@2.8: Update to 2.8.10.•••* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.10. Efraim Flashner
2017-01-02gnu: jasper: Update to 2.0.10.•••* gnu/packages/image.scm (jasper): Update to 2.0.10. Efraim Flashner
2017-01-02gnu: fftw: Factorize creation of the --enable-threads variant.•••* gnu/packages/algebra.scm (pthread-variant): New procedure. (fftw-with-threads, fftwf-with-threads): Use it. Ludovic Courtès
2017-01-02gnu: Disambiguate packages with the same name.•••* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise. Ludovic Courtès
2017-01-02gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9.•••* gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9. Ludovic Courtès
2017-01-02gnu: python-s3transfer: Update to 0.1.10.•••* gnu/packages/python.scm (python-s3transfer): Update to 0.1.10. Tobias Geerinckx-Rice
2017-01-02gnu: python-greenlet: Update to 0.4.11.•••* gnu/packages/python.scm (python-greenlet): Update to 0.4.11. Tobias Geerinckx-Rice