aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2015-12-09gnu: libarchive: Fix test failure on SELinux systems.Ludovic Courtès
Reported by Jan Synáček <jan.synacek@gmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html>. * gnu/packages/patches/libarchive-bsdtar-test.patch: New file. * gnu/packages/backup.scm (libarchive)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
2015-12-06gnu: Move pkg-config to native inputs.Mathieu Lirzin
* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move pkg-config from inputs. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate) (pulseaudio)[native-inputs]: Likewise.
2015-12-02gnu: gmp: Drop patch included in release 6.1.0.Andreas Enge
* gnu/packages/multiprecision.scm (gmp)[source]: Drop patch. * gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch. * gnu-system.am (dist_patch_DATA): Unregister patch.
2015-11-28ld-wrapper: Compute the library search path globally.Ludovic Courtès
Fixes <http://bugs.gnu.org/21941>. * gnu/packages/ld-wrapper.in (library-search-path): New procedure. (library-files-linked): Add 'library-path' parameter. Use it. Do not thread it in 'fold'. (ld-wrapper): Add call to 'library-search-path' and pass the result to 'library-files-linked'. When debugging, print the value of PATH.
2015-11-25gnu: gmp: Update to 6.1.0.Andreas Enge
* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
2015-11-16gnu: procps: Update to 3.3.11.宋文武
procps-ng is the new upstream. * gnu/packages/procps.scm (procps): Update to 3.3.11. [source]: Adjust formatting. Remove patches. [home-page]: Update URL. * gnu/packages/patches/procps-make-3.82.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
2015-11-16gnu: file: Update to 5.25.宋文武
* gnu/packages/file.scm (file): Update to 5.25.
2015-11-14gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.Alex Kost
Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/patches/emacs-source-date-epoch.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (emacs)[source]: Use it.
2015-11-07gnu: xz: Update to 5.2.2.Ludovic Courtès
* gnu/packages/compression.scm (xz): Update to 5.2.2.
2015-11-07gnu: grep: Update to 2.22.Ludovic Courtès
* gnu/packages/base.scm (grep): Upgrade to 2.22. Remove 'grep-CVE-2015-1345.patch'. * gnu/packages/patches/grep-CVE-2015-1345.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-10-29gnu: ghc: Add GHC_PACKAGE_PATH native search path.Eric Bavier
Benefits include: 'guix environment' more useful for ghc libraries, more useful 'guix package --search-paths' for installed ghc libraries, cleaner package recipes: no longer need to propagate runtime package dependencies. * guix/build/haskell-build-system.scm (configure): Unset GHC_PACKAGE_PATH around cabal configure. (make-ghc-package-database): Use pattern directory search. (register): Install complete package database for the current package. * gnu/packages/haskell.scm (ghc): Add native-search-paths field.
2015-10-23gnu: unzip: Reorganize security fixes for improved clarity.Mark H Weaver
* gnu/packages/patches/unzip-fix-overflows-and-infloop.patch: Delete file. Its contents are now split into the following new files: * gnu/packages/patches/unzip-CVE-2015-7696.patch, gnu/packages/patches/unzip-CVE-2015-7697.patch, gnu/packages/patches/unzip-overflow-on-invalid-input.patch: New files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust patches accordingly.
2015-10-21gnu: recutils: Build the Bash builtin, readrec.Leo Famulari
* gnu/packages/databases.scm (recutils)[native-inputs]: Add bash:include. [arguments]: Add configure-flag with path to headers provided by bash:include. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-21gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.Leo Famulari
* gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p' and 'copy-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-21gnu: bash: Install more headers in "include" output.Leo Famulari
* gnu/packages/bash.com (bash): Include contents of include directory in "include" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-21packages: Update 'check-package-freshness' to use (guix upstream).Ludovic Courtès
This is a followup to 0a7c5a0. Reported by Efraim Flashner <efraim@flashner.co.il>. * gnu/packages.scm (check-package-freshness): Update to the new (guix upstream) interface.
2015-10-21gnu: gnu-pw-mgr: Update to 1.6.Ludovic Courtès
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.6.
2015-10-21gnu: help2man: Update to 1.47.2.Ludovic Courtès
* gnu/packages/man.scm (help2man): Update to 1.47.2.
2015-10-21gnu: less: Update to 481.Ludovic Courtès
* gnu/packages/less.scm (less): Update to 481.
2015-10-21gnu: freeipmi: Update to 1.4.10.Ludovic Courtès
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.10.
2015-10-20gnu: Add evilwm.Eric Bavier
* gnu/packages/wm.scm (evilwm): New variable.
2015-10-20services: xorg: Include font-alias in default FontPath.Eric Bavier
* gnu/services/xorg.scm (xorg-configuration-file): Add font-alias directories to xserver.conf FontPath.
2015-10-20font-alias: Install dummy fonts.dir files.Eric Bavier
* gnu/packages/xorg.scm (font-alias)[arguments]: New 'install-fonts-dir' phase.
2015-10-20gnu: Add xlsfonts.Eric Bavier
* gnu/packages/xorg.scm (xlsfonts): New variable.
2015-10-20Revert "gnu: giflib: Update to 5.1.1."Mark H Weaver
This reverts commit a5d06c0c53a51a6fc4b5802cf282a961cc24655f.
2015-10-20Revert "gnu: curl: Update to 7.45.0."Mark H Weaver
This reverts commit 075c3ebd2dc3d8223e23025ceb5026810dfaa98d.
2015-10-20gnu: giflib: Update to 5.1.1.Efraim Flashner
* gnu/packages/image.scm (giflib): Update to 5.1.1.
2015-10-20gnu: gnurl: Update to 7.45.0.Andreas Enge
* gnu/packages/gnunet.scm (gnurl): Update to 7.45.0.
2015-10-20gnu: curl: Update to 7.45.0.Andreas Enge
* gnu/packages/curl.scm (curl): Update to 7.45.0.
2015-10-20gnu: units: Update to 2.12.Efraim Flashner
* gnu/packages/maths.scm (units): Update to 2.12.
2015-10-18gnu: elogind: Provide the file name of 'halt' and 'reboot'.Ludovic Courtès
* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
2015-10-18gnu: gnurl: Update to 7.44.0.Andreas Enge
* gnu/packages/gnunet.scm (gnurl): Update to 7.44.0.
2015-10-17gnu: calibre: Update to 2.41.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 2.41.0.
2015-10-18gnu: youtube-dl: Update to 2015.10.16.Efraim Flashner
* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
2015-10-17gnu: ngs-sdk: Correct typo.Andreas Enge
* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
2015-10-17gnu: ngs-sdk: Remove unsupported systems.Andreas Enge
* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86 based systems.
2015-10-17gnu: chess: Update to 6.2.2.Efraim Flashner
* gnu/packages/games.scm (chess): Update to 6.2.2.
2015-10-17gnu: non-sequencer: Disable SSE when not building on x86_64.Ricardo Wurmus
* gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse" flag when not building on x86_64.
2015-10-17gnu: fastcap: Remove non-free file.Federico Beffa
* gnu/packages/engineering.scm (fastcap): Do it.
2015-10-17gnu: fastcap: Fix 'fix-doc phase.Federico Beffa
* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to change in TeXLive 2015.
2015-10-17install: Set the mtime in the binary tarball to 1.Ludovic Courtès
Reported by anthk_ on #guix in Sept. 2015. * gnu/system/install.scm (self-contained-tarball): Use --mtime=@1 instead of --mtime=@0.
2015-10-17gnu: complexity: Update to 1.3.Ludovic Courtès
* gnu/packages/code.scm (complexity): Update to 1.3.
2015-10-17file-systems: Do not truncate mount points that already exist.Ludovic Courtès
Reported by David Thompson <dthompson2@worcester.edu> at <https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00284.html>. * gnu/build/file-systems.scm (mount-file-system): When SOURCE matches 'regular-file?', do not create MOUNT-POINT if it already exists. This fixes a bug whereby we would be truncating MOUNT-POINT if it already existed.
2015-10-16gnu: mutt: Update to 1.5.24.Andreas Enge
* gnu/packages/patches/mutt-CVE-2014-9116.patch: Delete file. * gnu/packages/mail.scm (mutt): Update to 1.5.24. [source]: Update and remove patch. * gnu-system.am (dist_patch_DATA): Unregister removed patch.
2015-10-16gnu: Add bspwm.xd1le
* gnu/packages/wm.scm (bspwm): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-10-16gnu: Add sxhkd.xd1le
* gnu/packages/xdisorg.scm (sxhkd): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-10-15system: Define 'GST_PLUGIN_PATH' in /etc/profile.Ludovic Courtès
* gnu/system.scm (operating-system-etc-service)[profile]: Add 'GST_PLUGIN_PATH' definition.
2015-10-15gnu: Add python-libarchive-c.Ludovic Courtès
* gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c): New variables.
2015-10-15gnu: Add python-tlsh.Ludovic Courtès
* gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
2015-10-15gnu: Add ruby-yard.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-yard): New variable.