summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: openssh: Fix CVE-2015-8325.Leo Famulari2016-04-17
| | | | | | * gnu/packages/patches/openssh-CVE-2015-8325.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh): Use it.
* gnu: Add recordmydesktop.Ludovic Courtès2016-04-17
| | | | * gnu/packages/video.scm (recordmydesktop): New variable.
* install: Use 'beta' instead of 'alpha'.Ludovic Courtès2016-04-17
| | | | | | | Suggested by Jelle Licht <jlicht@fsfe.org>. * gnu/system/install.scm (installation-services): Say 'beta' instead of 'alpha' and make the warning less scary.
* gnu: python-pandas: Fix test failures.Ricardo Wurmus2016-04-17
| | | | | | | * gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: New file. * gnu-system.am (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-pandas)[source]: Add patch.
* gnu: icedtea-7: Update to 2.6.5.Ricardo Wurmus2016-04-17
| | | | | * gnu/packages/java.scm (icedtea-7): Update to 2.6.5. [inputs]: Add libxcomposite.
* services: 'console-keymap-service' takes multiple files.Alex Kost2016-04-17
| | | | | | | | * gnu/services/base.scm (console-keymap-service-type): Type procedure takes a list of files instead of a single file. (console-keymap-service): Take 'files' as rest arguments. * doc/guix.texi (Base Services): Improve documentation of 'console-keymap-service'.
* gnu: kbd: Update to 2.0.3.Alex Kost2016-04-17
| | | | * gnu/packages/linux.scm (kbd): Update to 2.0.3.
* gnu: kbd: Use 'modify-phases'.Alex Kost2016-04-17
| | | | * gnu/packages/linux.scm (kbd)[arguments]: Use 'modify-phases'.
* file-systems: Add 'find-partition-by-luks-uuid'.Ludovic Courtès2016-04-17
| | | | | | | | | | | | | | * gnu/build/file-systems.scm (%luks-endianness, %luks-header-size): New macros. (%luks-magic): New variable. (sub-bytevector, read-luks-header, luks-header-uuid): New procedures. (partition-predicate): Add 'read' parameter; wrap it with 'ENOENT-safe'. Use it instead of 'read-ext2-superblock*'. (read-ext2-superblock*): Remove. (partition-label-predicate, partition-uuid-predicate): Pass 'read-ext2-superblock' as the first argument. (partition-luks-uuid-predicate): New variable. (find-partition-by-luks-uuid): New procedure.
* file-systems: Separate ENOENT catching from ext2 superblock reads.Ludovic Courtès2016-04-17
| | | | | * gnu/build/file-systems.scm (ENOENT-safe): New procedure. (read-ext2-superblock*): Rewrite in terms of it.
* doc: Update 'skeletons' field documentation.Ludovic Courtès2016-04-17
| | | | | * doc/guix.texi (operating-system Reference): Update documentation of 'skeletons' as a followup to e79467f63a06811ba5dd8c8b0cc79553c5dd4e3a.
* doc: Use new PACKAGE@VERSION syntax in example.Ludovic Courtès2016-04-17
| | | | | * doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION syntax.
* gnu: Add marst.John Darrington2016-04-16
| | | | | * gnu/packages/marst.scm: New file. * gnu-system.am: Add it.
* gnu: linux: Add case for arm64.Manolis Ragkousis2016-04-16
| | | | | * gnu/packages/linux.scm (system->linux-architecture): Add "aarch64".
* gnu: bootstrap: Add the location of ld.so on arm64.Manolis Ragkousis2016-04-16
| | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for aarch64-linux.
* doc: Mention --localstatedir for when building from Git.Ludovic Courtès2016-04-16
| | | | | | Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/contributing.texi (Building from Git): Mention --localstatedir.
* doc: Fix typos.Ludovic Courtès2016-04-16
| | | | * doc/guix.texi (Hardware Considerations): Fix typos.
* syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès2016-04-16
| | | | | | * guix/build/syscalls.scm (terminal-columns): Call 'terminal-window-size' only when PORT is a file port. * tests/syscalls.scm ("terminal-columns non-file port"): New test.
* gnu: Add tcc-wrapper.Ludovic Courtès2016-04-16
| | | | * gnu/packages/c.scm (tcc-wrapper): New variable.
* gnu: Add tcc.Ludovic Courtès2016-04-16
| | | | | * gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc: Remove mention of GNU release freshness checks.Ludovic Courtès2016-04-16
| | | | | | * doc/guix.texi (Invoking guix package): Remove paragraph about automatic check for latest GNU releases, which was removed in 6caa4dfa37e9b87336908e188500c14b402a0090.
* gnu: Add Beast.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/music.scm (beast): New variable.
* gnu: Add rapicorn.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/graphics.scm (rapicorn): New variable.
* gnu: Add libpng-1.2.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/image.scm (libpng-1.2): New variable.
* gnu: Add emacs-ffap-rfc-space.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-rfcview.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-rfcview): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add openttd.Albin Söderqvist2016-04-15
| | | | | | | * gnu/packages/games.scm (openttd-engine): New variable (private). (openttd): Inherit it. New variable (public). Signed-off-by: Alex Kost <alezost@gmail.com>
* emacs: Use full profile name in Guix buffer names.Alex Kost2016-04-15
| | | | | | | * emacs/guix-ui.el (guix-ui-buffer-name-default): Rename to... (guix-ui-buffer-name-short): ... this. (guix-ui-buffer-name-full): New procedure. (guix-ui-buffer-name-function): Set it as default.
* emacs: Factorize code for buffer names.Alex Kost2016-04-15
| | | | | | * emacs/guix-ui.el (guix-ui-buffer-name-default): Extract the code to compose buffer name and move to... * emacs/guix-utils.el (guix-compose-buffer-name): ... here. New procedure.
* gnu: fontforge: Swap giflib input for libungif.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add libungif. [arguments]: Adjust 'set-library-path' phase accordingly.
* gnu: fontforge: Remove 'patch-configure' phase.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Remove 'patch-configure' phase, which became unnecessary in the latest versions.
* gnu: fontforge: Install 'showttf' tool.Eric Bavier2016-04-15
| | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib' phase.
* gnu: fontforge: Use modify-phases.Eric Bavier2016-04-15
| | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases.
* gnu: Add font-fantasque-sans.Eric Bavier2016-04-15
| | | | * gnu/packages/fonts.scm (font-fantasque-sans): New variable.
* gnu: fontforge: Make SVG builds reproducible.Eric Bavier2016-04-15
| | | | | | * gnu/packages/patches/fontforge-svg-modtime.patch: New file. * gnu/packages/fontutils.scm (fontforge)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add woff2.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (woff2): New variable. * gnu/packages/patches/woff2-libbrotli.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add brotli.Eric Bavier2016-04-15
| | | | * gnu/packages/compression.scm (brotli): New variable.
* gnu: Add ttf2eot.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (ttf2eot): New variable. * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add woff-tools.Eric Bavier2016-04-15
| | | | * gnu/packages/fontutils.scm (woff-tools): New variable.
* gnu: Add ttfautohint.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (ttfautohint): New variable. * gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* Revert "gnu: btrfs-progs: Add "static" output."Mark H Weaver2016-04-14
| | | | This reverts commit 5f3f3ac287467994f01646680c6a6837ec7ee587.
* build: Move environment '.in' scripts to 'build-aux' directory.Mathieu Lirzin2016-04-15
| | | | | | | | | * pre-inst-env.in: Move to ... * build-aux/pre-inst-env.in: ... here. * test-env.in: Move to ... * build-aux/test-env.in: ... here. * configure.ac (AC_CONFIG_FILES): Adapt to this. Keep the generated scripts in their current location which is $(top_builddir).
* doc: Add a reference to 'Invoking guix archive'.Mathieu Lirzin2016-04-15
| | | | | * doc/guix.texi (Common Build Options): Add a reference to 'Invoking guix archive'.
* gnu: Add docbook-xml-4.1.2.Mathieu Lirzin2016-04-15
| | | | * gnu/packages/docbook.scm (docbook-xml-4.1.2): New variable.
* substitute: Honor the number of columns of the client terminal.Ludovic Courtès2016-04-15
| | | | | | | * guix/store.scm (set-build-options): Add #:terminal-columns parameter and honor it. * guix/scripts/substitute.scm (client-terminal-columns): New procedure. (guix-substitute): Use it to parameterize 'current-terminal-columns'.
* guix download: Honor the number of columns of the terminal.Ludovic Courtès2016-04-15
| | | | | * guix/scripts/download.scm (guix-download): Parameterize 'current-terminal-columns'.
* ui: Use 'terminal-columns'.Ludovic Courtès2016-04-15
| | | | * guix/ui.scm (%text-width): Default to (terminal-columns).
* ui: 'package->recutils' accurately honors the number of columns.Ludovic Courtès2016-04-15
| | | | | * guix/ui.scm (package->recutils)[width*]: New variable. Use it instead of WIDTH.
* syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès2016-04-15
| | | | | | | | * guix/build/syscalls.scm (TIOCGWINSZ): New macro. (<window-size>): New record type. (winsize): New C struct. (winsize-struct): New variable. (terminal-window-size, terminal-columns): New procedures.
* download: Add 'current-terminal-columns' parameter.Ludovic Courtès2016-04-15
| | | | | * guix/build/download.scm (current-terminal-columns): New variable. (progress-proc): Use it instead of the hard-coded "80".