Age | Commit message (Expand) | Author |
2017-02-07 | services: bitlbee: Run in a container....* gnu/services/networking.scm (bitlbee-shepherd-service): Wrap in
'with-imported-modules' and add 'modules' field. Use
'make-forkexec-constructor/container' and pass #:mappings.
| Ludovic Courtès |
2017-02-07 | Add (gnu build shepherd)....* gnu/build/shepherd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2017-02-07 | linux-container: Add 'container-excursion*'....* gnu/build/linux-container.scm (container-excursion*): New procedure.
* tests/containers.scm ("container-excursion*")
("container-excursion*, same namespaces"): New tests.
| Ludovic Courtès |
2017-02-07 | services: bitlbee: Read the PID file....* gnu/services/networking.scm (bitlbee-shepherd-service): Pass
#:pid-file to 'make-forkexec-constructor'.
| Ludovic Courtès |
2017-02-07 | bash completion: Complete subcommands for the current word....* etc/completion/bash/guix (_guix_complete_subcommand): Refer to
the $COMP_CWORD element instead of the last element.
| Ludovic Courtès |
2017-02-07 | bash completion: Properly complete 'guix container exec'....* etc/completion/bash/guix (_guix_complete_pid): New function.
(_guix_complete): Add case for "container".
| Ludovic Courtès |
2017-02-07 | bash completion: Complete file names after 'guix system COMMAND'....* etc/completion/bash/guix (_guix_complete): When the command is
"system" and $COMP_CWORD > 2, use _guix_complete_file.
| Ludovic Courtès |
2017-02-07 | bash completion: Complete 'guix gc' with file names....Reported by a couple of cool folks at a bar in Brussels.
* etc/completion/bash/guix (_guix_complete): Use '_guix_complete_file'
for 'guix gc'. This fixes completion of 'guix gc -d'.
| Ludovic Courtès |
2017-02-07 | file-systems: Add '%network-configuration-files' and '%network-file-mappings'....* gnu/system/file-systems.scm (%network-configuration-files)
(%network-file-mappings): New variables.
* guix/scripts/environment.scm (%network-configuration-files): Remove.
(launch-environment/container): Refer to '%network-file-mappings'
instead of calling 'filter-map'.
| Ludovic Courtès |
2017-02-06 | gnu: bdb: Correct license....* gnu/packages/databases.scm (bdb)[license]: Replace with up-to-date
information. Move previous contents to ...
(bdb-5.3)[license]: ... here.
| Marius Bakke |
2017-02-06 | gnu: dosfstools: Update to 4.1....* gnu/packages/disk.scm (dosfstools): Update to 4.1.
[arguments]: Enable tests.
[native-inputs]: Add VIM.
| Marius Bakke |
2017-02-06 | gnu: grub: Update to 2.02rc1....* gnu/packages/grub.scm (grub, grub-efi): Update to 2.02rc1.
[arguments]: Don't disable grub_func_test. Remove #:configure-flags.
| Marius Bakke |
2017-02-06 | gnu: certbot, python-acme: Update to 0.11.1....* gnu/packages/tls.scm (python-acme, python2-acme): Update to 0.11.1.
(certbot): Update to 0.11.1.
[version]: Use python-acme's version.
| Leo Famulari |
2017-02-06 | gnu: tcpdump: Fetch source from tcpdump.org....* gnu/packages/admin.scm (tcpdump)[source]: Remove temporary alternate URL.
| Leo Famulari |
2017-02-06 | gnu: ddrescue: Update to 1.22....* gnu/packages/disk.scm (ddrescue): Update to 1.22.
[home-page]: Use HTTPS.
| Marius Bakke |
2017-02-06 | gnu: Add re2c....* gnu/packages/re2c.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add re2c.scm.
CC: ng0 <contact.ng0@cryptolab.net>
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergei Trofimovich |
2017-02-06 | config-daemon.ac: detect host AR...The problem is seen when we try to use explicit host:
./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu
make V=1
Before the change:
ar cru libstore.a nix/libstore/libstore_a-gc.o
After the change:
x86_64-pc-linux-gnu-ar cru libstore.a
* config-daemon.ac: use AM_PROG_AR to detect host AR
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergei Trofimovich |
2017-02-06 | linux-container: Add comment on exception handling....* gnu/build/linux-container.scm (run-container): Add note about writing
the exceptions.
| Ludovic Courtès |
2017-02-06 | linux-container: Do not rely on 'isatty?'....This avoids problems where 'isatty?' return #t but 'ttyname' fails with
ENOTTY or such.
* gnu/build/linux-container.scm (mount-file-systems): Remove call of
'isatty?'. Directly call 'ttyname' and catch 'system-error'.
| Ludovic Courtès |
2017-02-06 | gnu: xonsh: Update to 0.5.3....* gnu/packages/shell.scm (xonsh): Update to 0.5.3.
| Danny Milosavljevic |
2017-02-06 | gnu: u-boot: Update to 2017.01....* gnu/packages/u-boot.scm (u-boot): Update to 2017.01.
| Danny Milosavljevic |
2017-02-06 | gnu: u-boot: Use scandir....* gnu/packages/u-boot.scm (make-u-boot-package): Modify.
| Danny Milosavljevic |
2017-02-06 | gnu: imagemagick: Update to 6.9.7-7....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-7.
| Leo Famulari |
2017-02-06 | gnu: wget: Use libidn2....Suggested by Efraim Flashner <efraim@flashner.co.il>.
Fixes support for internationalized domain names.
* gnu/packages/wget.scm (wget)[inputs]: Replace libidn with libidn2.
| Leo Famulari |
2017-02-06 | gnu: libidn2: Update to 0.16....* gnu/packages/libidn.scm (libidn2): Update to 0.16.
[inputs]: Add libunistring.
| Leo Famulari |
2017-02-05 | gnu: linux-libre: Update to 4.9.8....* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.8.
| Mark H Weaver |
2017-02-05 | gnu: linux-libre@4.4: Update to 4.4.47....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.47.
| Mark H Weaver |
2017-02-04 | gnu: youtube-dl: Update to 2017.02.01...* gnu/packages/video.scm (youtube-dl): Update to 2017.02.01.
| José Miguel Sánchez García |
2017-02-04 | gnu: Add python-lzo....* gnu/packages/compression.scm (python-lzo): New variable.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
| ng0 |
2017-02-04 | gnu: Add python-lz4....* gnu/packages/compression.scm (python-lz4): New variable.
| ng0 |
2017-02-04 | gnu: xscreensaver: Update license URI....* gnu/packages/xdisorg.scm (xscreensaver)[license]: Point to current URL.
| Marius Bakke |
2017-02-04 | gnu: redshift: Remove uneeded input....This is a followup to b4c400a75c9f432820146dfe24fcebdfbc276e4b.
* gnu/packages/xdisorg.scm (redshift): Remove LIBJPEG.
| Marius Bakke |
2017-02-04 | gnu: wget: Update to 1.19....* gnu/packages/wget.scm (wget): Update to 1.19.
[home-page]: Use HTTPS.
| Marius Bakke |
2017-02-04 | gnu: cddlib: Fix source URI....* gnu/packages/maths.scm (cddlib)[source]: Update source URI.
| Ben Woodcroft |
2017-02-04 | file-systems: Remove dependency on (guix store)....(gnu system file-systems) is used on the "build" side since commit
5970e8e248f6327c41c83b86bb2c89be7c3b1b4e.
* gnu/system/file-systems.scm: Remove dependency on (guix store).
(%store-prefix): New procedure.
* tests/file-systems.scm ("does not pull (guix config)"): New test.
| Ludovic Courtès |
2017-02-04 | activation: Set the right owner for home directories....This fixes a regression introduced in
ae763b5b0b7d5e7316a3d0efe991fe8ab2261031 whereby home directories and
skeletons would be root-owned.
* gnu/build/activation.scm (copy-account-skeletons): Make 'directory' a
keyword parameter. Add #:uid and #:gid and honor them.
[set-owner]: New procedure.
(activate-user-home): Add call to 'getpw' and 'chown'. Pass UID and GID
to 'copy-account-skeletons'.
* gnu/tests/base.scm (run-basic-test)["skeletons in home directories"]:
Test file ownership under HOME.
| Ludovic Courtès |
2017-02-04 | gnu: vim: Update to 8.0.0300....* gnu/packages/vim.scm (vim): Update to 8.0.0300.
| Tobias Geerinckx-Rice |
2017-02-03 | gnu: abcde: Update to 2.8.1....* gnu/packages/cdrom.scm (abcde): Update to 2.8.1.
| Efraim Flashner |
2017-02-03 | gnu: p7zip: Fix CVE-2016-9256....* gnu/packages/compression.scm (p7zip)[source]: Add patch.
* gnu/packages/patches/p7zip-CVE-2016-9296.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2017-02-03 | gnu: qemu: Patch CVE-2017-{2615, 5578, 5579, 5856}....* gnu/packages/qemu.scm (qemu)[source]: Add patches.
* gnu/packages/patches/qemu-CVE-2017-2615,
gnu/packages/patches/qemu-CVE-2017-5578,
gnu/packages/patches/qemu-CVE-2017-5579,
gnu/packages/patches/qemu-CVE-2017-5856: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
| Efraim Flashner |
2017-02-03 | gnu: Add emacs-mew....* gnu/packages/mail.scm (emacs-mew): New variable.
Co-authored-by: Alex Kost <alezost@gmail.com>
| Thomas Danckaert |
2017-02-03 | gnu: abbaye: Update to 2.0.1....* gnu/packages/games.scm: (abbaye): Update to 2.0.1.
[snippet]: Delete the bundled fonts.
[arguments]: Adjust 'patch-makefile' phase to patch only Makefile. Add
"CC" make flag.
[inputs]: Use only required sdl2 packages.
[home-page]: Update to the new location.
[license]: Use the proper license.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Adonay Felipe Nogueira |
2017-02-03 | gnu: Add r-rann....* gnu/packages/statistics.scm (r-rann): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| Raoul Jean Pierre Bonnal |
2017-02-03 | gnu: Add r-randomforest....* gnu/packages/statistics.scm (r-randomforest): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| Raoul Jean Pierre Bonnal |
2017-02-03 | gnu: git: Update to 2.11.1....* gnu/packages/version-control.scm (git): Update to 2.11.1.
| Efraim Flashner |
2017-02-03 | gnu: zpaq: Tune for 'generic-armv7-a' on armhf....* gnu/packages/compression.scm (zpaq)[arguments]: Change the CXXFLAGS so
on armhf-linux we build with '-mtune=generic-armv7-a' and not '-mtune=generic'.
| Efraim Flashner |
2017-02-03 | gnu: fish: Update to 2.5.0....* gnu/packages/shells.scm (fish): Update to 2.5.0.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add ‘bootstrap’ phase.
| Tobias Geerinckx-Rice |
2017-02-03 | gnu: linux-libre: Update to 4.9.7....* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.7.
| Mark H Weaver |
2017-02-03 | gnu: linux-libre@4.4: Update to 4.4.46....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.46.
| Mark H Weaver |
2017-02-02 | gnu: Add no-more-secrets....* gnu/packages/games.scm (no-more-secrets): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| ng0 |