summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: spice-protocol: Update to 0.12.13.Leo Famulari2017-07-13
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.13.
* gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].Leo Famulari2017-07-13
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.27.
* gnu: libressl: Provide a TLS-enabled implementation of netcat.Leo Famulari2017-07-13
| | | | | * gnu/packages/tls.scm (libressl)[arguments]: Pass '--enable-nc' to #:configure-flags.
* gnu: libressl: Update to 2.5.5.Leo Famulari2017-07-13
| | | | | * gnu/packages/tls.scm (libressl): Update to 2.5.5. [source]: Use HTTPS URL.
* gnu: lynx: Update to 2.8.9dev.15.Leo Famulari2017-07-12
| | | | * gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.15.
* gnu: libaacs: Use HTTPS URL.Leo Famulari2017-07-12
| | | | * gnu/packages/video.scm (libaacs)[source]: Use HTTPS URL.
* gnu: libbdplus: Use HTTPS URL.Leo Famulari2017-07-12
| | | | * gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
* gnu: xclip: Use a descriptive source file name.Leo Famulari2017-07-12
| | | | * gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
* gnu: guix: Update snapshot.Ludovic Courtès2017-07-12
| | | | * gnu/packages/package-management.scm (guix): Update to b547349.
* gnu: Add simplescreenrecorder.Alex Vong2017-07-13
| | | | | | * gnu/packages/video.scm (simplescreenrecorder): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: spice: Fix CVE-2017-7506.Leo Famulari2017-07-12
| | | | | | * gnu/packages/patches/spice-CVE-2017-7506.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/spice.scm (spice)[source]: Use it.
* gnu: usbredir: Use HTTPS home-page URL.Leo Famulari2017-07-12
| | | | * gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
* gnu: virt-viewer: Update to 5.0.Leo Famulari2017-07-12
| | | | * gnu/packages/spice.scm (virt-viewer): Update to 5.0.
* substitute: Work around Guile 2.2 'time-monotonic' bug.Ludovic Courtès2017-07-12
| | | | | | | | | Prior to this change, half of the cached narinfos would expire immediately since they contained the number of nanoseconds instead of the number of seconds as their date. * guix/scripts/substitute.scm (time-monotonic) <guile-2.2>: Define, as a workaround.
* size: Add '--sort=KEY'.Ludovic Courtès2017-07-12
| | | | | | | | | | * guix/scripts/size.scm (profile-closure<?, profile-self<?): New procedures. (display-profile): Add #:profile<? parameter and honor it. (show-help, %options): Add '--sort'. (%default-options): Add 'profile<?'. (guix-size): Pass PROFILE<? to 'display-profile*'. * doc/guix.texi (Invoking guix size): Document '--sort'.
* environment: Rationalize calls to 'set-build-options'.Ludovic Courtès2017-07-12
| | | | | | | | | Before this change '--substitute-urls' would be ignored. * guix/scripts/environment.scm (build-environment): Remove redundant call to 'set-build-options-from-command-line*'. (guix-environment): Move 'set-build-options-from-command-line' right after 'with-store'.
* gnu: hyperrogue: Update to 9.4n.Kei Kebreau2017-07-12
| | | | * gnu/packages/games.scm (hyperrogue): Update to 9.4n.
* build: Make ISO-9660 image bootable from USB flash drive.Danny Milosavljevic2017-07-12
| | | | | * gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash drive.
* syscalls: Add network-interface-running?Danny Milosavljevic2017-07-12
| | | | | | | | * guix/build/syscalls.scm (network-interface-running?): New variable. Export it. * tests/syscalls.scm: Add test. Co-authored-by: John Darrington <jmd@gnu.org>
* gnu: et: Fix typo in description.Tobias Geerinckx-Rice2017-07-12
| | | | * gnu/packages/ssh.scm (et)[description]: Fix typo.
* gnu: man-db: Update to 2.7.6.1 [fixes CVE-2015-1336].Leo Famulari2017-07-11
| | | | | * gnu/packages/man.scm (man-db): Update to 2.7.6.1. [arguments]: Add '--disable-cache-owner' to #:configure-flags.
* gnu: nginx: Update to 1.12.1 [fixes CVE-2017-7529].Marius Bakke2017-07-12
| | | | * gnu/packages/web.scm (nginx): Update to 1.12.1.
* system: Refer to native packages when appropriate.Ludovic Courtès2017-07-11
| | | | | * gnu/system/locale.scm (localedef-command): Use the native LIBC. * gnu/system/shadow.scm (default-skeletons): Use the native GUILE-WM.
* gnu: shadow: Fix cross-compilation.Ludovic Courtès2017-07-11
| | | | | * gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer to "cross-libc" when cross-compiling.
* gnu: inetutils: Allow for cross-compilation.Ludovic Courtès2017-07-11
| | | | | * gnu/packages/admin.scm (inetutils)[arguments]: Pass "--with-path-procnet-dev".
* gnu: linux-pam: Disable NIS when cross-compiling.Ludovic Courtès2017-07-11
| | | | | * gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis" when cross-compiling.
* gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683].Ludovic Courtès2017-07-11
| | | | * gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
* gnu: Add lollypop.rennes2017-07-11
| | | | | | * gnu/packages/gnome.scm (lollypop): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* services: elogind: Start from the Shepherd.Ludovic Courtès2017-07-11
| | | | | | | | Fixes <http://bugs.gnu.org/27580>. Reported by William <w@vieta.uk>. * gnu/services/desktop.scm (elogind-shepherd-service): New procedure. (elogind-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE.
* gnu: hop: Update to 3.1.0-pre2.Kei Kebreau2017-07-10
| | | | | | | | | | * gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2. [source]: Remove unnecessary patch. [arguments]: Enable tests; disable parallel building; specify BIGLOO in make-flags. [inputs]: Add libgc, libunistring, libuv, pcre and sqlite. * gnu/local.mk (dist_patch_DATA): Remove unnecessary patch. * gnu/packages/patches/hop-linker-flags.patch: Delete file.
* gnu: bigloo: Update to 4.3a.Kei Kebreau2017-07-10
| | | | | | | * gnu/packages/scheme.scm (bigloo): Update to 4.3a. [source]: Remove old patch. Add snippet. [arguments]: Adjust the build phases accordingly. [inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
* gnu: libpipeline: Update to 1.4.2.Leo Famulari2017-07-10
| | | | * gnu/packages/man.scm (libpipeline): Update to 1.4.2.
* services: dbus, polkit: Add default value.Ludovic Courtès2017-07-11
| | | | | | * gnu/services/dbus.scm (dbus-root-service-type)[default-value]: New field. (polkit-service-type)[default-value]: New field.
* services: Make error message less scary.Ludovic Courtès2017-07-11
| | | | | * gnu/services.scm (service-back-edges): Show the type name of SERVICE instead of SERVICE in error message.
* store: Account for 'add-to-store' in RPC statistics.Ludovic Courtès2017-07-11
| | | | * guix/store.scm (add-to-store): Add call to 'record-operation'.
* gnu: offlineimap: Update to 7.1.2.Tobias Geerinckx-Rice2017-07-10
| | | | * gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
* gnu: sshuttle: Move python-pytest-runner.Tobias Geerinckx-Rice2017-07-10
| | | | | | * gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark python-pytest-runner as a test-only dependency, following up commit 447f75825fbe473f0684d4664dde01d9d3a02d75.
* gnu: libtiff: Fix two integer overflows.Leo Famulari2017-07-10
| | | | | | | | * gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch, gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
* gnu: ncurses: Fix CVE-2017-10684 and CVE-2017-10685.Leo Famulari2017-07-10
| | | | | | | * gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ncurses.scm (ncurses)[replacement]: New field. (ncurses/fixed): New variable.
* gnu: poppler: Fix null pointer dereferences.Mark H Weaver2017-07-10
| | | | | | | * gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
* gnu: emacs-exwm-x: Update to 1.7.2.Feng Shu2017-07-10
| | | | | | | * gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2. [propagated-inputs]: Add emacs-use-package. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: unshield: Remove incorrect '"'.Manolis Ragkousis2017-07-10
| | | | * gnu/packages/compression.scm (unshield): Remove incorrect '"'.
* build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic2017-07-10
| | | | | | | | | * gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label. * gnu/system/install.scm (installation-os): Use "GuixSD" as label. * gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume label. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add et.Stefan Reichör2017-07-10
| | | | | | * gnu/packages/ssh.scm (et): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* daemon: Allow compilation with GCC 4.9.Ludovic Courtès2017-07-10
| | | | | | | | Reported by Ricardo Wurmus. * nix/nix-daemon/nix-daemon.cc (acceptConnection): Remove intermediate 'inaddr' variables that relied on implicit casts. This fixes compilation with GCC 4.9.
* gnu: emacs: Build with imagemagick support.Alex Vong2017-07-10
| | | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* syscalls: Adjust 'dirent64' struct for GNU/Hurd.Ludovic Courtès2017-07-10
| | | | | | | | | | | | | Reported by rennes@openmailbox.org. * guix/build/syscalls.scm (file-type->symbol): New procedure. (%struct-dirent-header): Rename to... (%struct-dirent-header/linux): ... this. Rename introduced bindings as well. (%struct-dirent-header/hurd): New C struct. (define-generic-identifier): New macro. (read-dirent-header, %struct-dirent-header, sizeof-dirent-header): Define in terms of 'define-generic-identifier'.
* gnu: nss-pam-ldapd: Update to 0.9.8.Ricardo Wurmus2017-07-09
| | | | * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
* gnu: qtractor: Update to 0.8.3.Ricardo Wurmus2017-07-09
| | | | * gnu/packages/music.scm (qtractor): Update to 0.8.3.
* gnu: guitarix: Update to 0.35.4.Ricardo Wurmus2017-07-09
| | | | * gnu/packages/audio.scm (guitarix): Update to 0.35.4.