aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: opus: Update to 1.2.Leo Famulari2017-06-21
| | | | | * gnu/packages/xiph.scm (opus): Update to 1.2. [home-page]: Use HTTPS URL.
* gnu: gsl: Update to 2.4.Arun Isaac2017-06-21
| | | | | * gnu/packages/maths.scm (gsl): Update to 2.4. [arguments]: Remove #:parallel-tests?.
* gnu: services: use seconds instead of duration strings.Julien Lepiller2017-06-21
| | | | | | | * gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers instead of duration strings. (verify-knot-policy-configuration): Fix typo. * doc/guix.texi (DNS Services): Update documentation.
* environment: Disable profile collision checks.Ludovic Courtès2017-06-21
| | | | | | | | | | | Reported by Efraim Flashner. This is a followup to a654dc4bcf7c8e205bdefa1a1d5f23444dd22778. * guix/profiles.scm (profile-derivation): Add #:allow-collisions? and honor it. * guix/scripts/environment.scm (inputs->profile-derivation): Pass #:allow-collisions? #f to 'profile-derivation'. * tests/guix-environment.sh: Test "guix environment guix".
* gnu: a2ps: Build reproducibly.Ludovic Courtès2017-06-21
| | | | | * gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New fields.
* services: network-manager: Specify a default value.Ludovic Courtès2017-06-21
| | | | | * gnu/services/networking.scm (network-manager-service-type)[default-value]: New field.
* profiles: Move 'manifest-entry-dependencies' user after definition.Ludovic Courtès2017-06-21
| | | | | | | Reported by Efraim Flashner. * guix/profiles.scm (manifest-transitive-entries): Move after <manifest-entry> definition.
* gnu: efl: Add missing inputs.Efraim Flashner2017-06-21
| | | | | * gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage, libxfixes, libxrender. Remove libxkbfile.
* guix package: '--search-paths' shows search paths from propagated inputs.Ludovic Courtès2017-06-21
| | | | | * guix/scripts/package.scm (process-query) <'search-paths>: Use 'manifest-transitive-entries' instead of 'manifest-entries'.
* profiles: Catch and report collisions in the profile.Ludovic Courtès2017-06-21
| | | | | | | | | | * guix/profiles.scm (&profile-collision-error): New error condition. (manifest-transitive-entries, manifest-entry-lookup, lower-manifest-entry) (check-for-collisions): New procedures. (profile-derivation): Add call to 'check-for-collisions'. * guix/ui.scm (call-with-error-handling): Handle '&profile-collision-error'. * tests/profiles.scm ("collision", "collision of propagated inputs") ("no collision"): New tests.
* guix package: Always upgrade packages that have propagated inputs.Ludovic Courtès2017-06-21
| | | | | * guix/scripts/package.scm (transaction-upgrade-entry): Always upgrade packages that have propagated inputs.
* profiles: Manifest entries keep a reference to their parent entry.Ludovic Courtès2017-06-21
| | | | | | | | | | | * guix/profiles.scm (<manifest-entry>)[parent]: New field. (package->manifest-entry): Add #:parent parameter. Fill out the 'parent' field of <manifest-entry>; pass #:parent in recursive calls. * guix/profiles.scm (sexp->manifest)[sexp->manifest-entry]: New procedure. Use it for version 3. * tests/profiles.scm ("manifest-entry-parent"): New procedure. ("read-manifest")[entry->sexp]: Add 'manifest-entry-parent' to the result.
* profiles: Represent propagated inputs as manifest entries.Ludovic Courtès2017-06-21
| | | | | | | | | | | | | * guix/profiles.scm (package->manifest-entry): Turn DEPS into a list of manifest entries. (manifest->gexp)[entry->gexp]: Call 'entry->gexp' on DEPS. Bump version to 3. (sexp->manifest)[infer-dependency]: New procedure. Use it for versions 1 and 2. Parse version 3. (manifest-inputs)[entry->gexp]: New procedure. Adjust to 'dependencies' being a list of <manifest-entry>. * tests/profiles.scm ("packages->manifest, propagated inputs") ("read-manifest"): New fields.
* gnu: unbound: Do not build static libraries.Ludovic Courtès2017-06-21
| | | | | * gnu/packages/dns.scm (unbound)[arguments]: Add "--disable-static" to #:configure-flags. Suggested by Gregor Giesen <giesen@zaehlwerk.net>.
* gnu: Add python-regex.Roel Janssen2017-06-21
| | | | * gnu/packages/python.scm (python-regex, python2-regex): New variables.
* tests: Add extlinux gpt test.Mathieu Othacehe2017-06-21
| | | | | | | | | * gnu/tests/install.scm (%test-installed-extlinux-os): New exported variable. (%minimal-extlinux-os, %minimal-extlinux-os-source): New variables. (%extlinux-gpt-installation-script): New variable. (run-install)[packages]: New argument. The packages specified are appended to the installation image.
* bootloader: extlinux: Add extlinux-bootloader-gpt.Mathieu Othacehe2017-06-21
| | | | | | | | * gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported variable. (install-extlinux)[mbr]: New argument. (install-extlinux-mbr, install-extlinux-gpt): New variables. (extlinux-bootloader)[installer]: Use install-extlinux-mbr.
* gnu: xmonad: Update to 0.13.Mekeor Melire2017-06-21
| | | | | | * gnu/packages/wm.scm (xmonad): Update to 0.13. [inputs]: Add ghc-directory. (ghc-xmonad-contrib): Update to 0.13.
* gnu: ghc-x11: Update to 1.8.Mekeor Melire2017-06-21
| | | | * gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
* gnu: busybox: Fix indentation.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
* gnu: busybox: Update to 1.26.2.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.26.2.
* gnu: cvs-fast-export: Update to 1.43.Efraim Flashner2017-06-21
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.43. [arguments]: Add phases to not build architecture-specific optimized code and to force python-2. Disable parallel building.
* gnu: openttd: Add 'install-data' phase.Kei Kebreau2017-06-20
| | | | | * gnu/packages/games.scm (openttd)[arguments]: Add it. [native-inputs]: Add openttd-opengfx.
* gnu: Add openttd-opengfx.Kei Kebreau2017-06-20
| | | | * gnu/packages/games.scm (openttd-opengfx): New variable.
* gnu: Add grfcodec.Kei Kebreau2017-06-20
| | | | * gnu/packages/game-development.scm (grfcodec): New variable.
* gnu: Add dos2unix.Kei Kebreau2017-06-20
| | | | * gnu/packages/textutils.scm (dos2unix): New variable.
* gnu: Add nml.Kei Kebreau2017-06-20
| | | | * gnu/packages/game-development.scm (nml): New variable.
* gnu: wine64: Remove redundant description.Ludovic Courtès2017-06-20
| | | | * gnu/packages/wine.scm (wine64)[description]: Remove.
* gnu: Add nzbget.Rutger Helling2017-06-20
| | | | | | * gnu/packages/networking.scm (nzbget): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tor: Add seccomp support.Rutger Helling2017-06-20
| | | | | | * gnu/packages/tor.scm (tor)[inputs]: Add libseccomp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add unbound.Gregor Giesen2017-06-20
| | | | | | * gnu/packages/dns.scm (unbound): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xf86-video-intel: Update to 2.99.917-6-6babcf1.Marius Bakke2017-06-20
| | | | | | | | Consult this URL for changes since the last update (six commits): <https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?qt=range&q=b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce..6babcf15dd605ef40de53f5c34f95b7fd195edbe> * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-6-6babcf1.
* gnu: Add wine64.Rutger Helling2017-06-20
| | | | | | * gnu/packages/wine.scm (wine64): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: nasm: Update to 2.13.01.Marius Bakke2017-06-20
| | | | | * gnu/packages/assembly.scm (nasm): Update to 2.13.01. [arguments]: Adjust Makefile substitutions.
* gnu: gstreamer: Update to 1.12.1.Marius Bakke2017-06-20
| | | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst, python2-gst): Update to 1.12.1.
* gnu: c-ares: Update to 1.13.0 [fixes CVE-2017-1000381].Marius Bakke2017-06-20
| | | | * gnu/packages/adns.scm (c-ares): Update to 1.13.0.
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: linux-libre-arm-generic: Add mitigation for CVE-2017-1000364.Mark H Weaver2017-06-20
| | | | | | | This is a followup to commit 91c623aae0f10992aa46957b9072679534e4cd28. * gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate CVE-2017-1000364.
* gnu: giac-xcas: Update to 1.2.3-51.Nicolas Goaziou2017-06-20
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-51.
* gnu: rustc: Enable tests.Danny Milosavljevic2017-06-20
| | | | | | | * gnu/packages/rust.scm (rustc)[source]: Remove bundled llvm. [native-inputs]: Add bison, flex, procps. [inputs]: Update llvm to llvm-3.9.1. [arguments]: Patch and enable tests.
* gnu: guile@2.2: Increase max-silent-time to 10 hours.Mark H Weaver2017-06-20
| | | | | * gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 10 hours.
* gnu: linux-libre: Add mitigation for CVE-2017-1000364.Mark H Weaver2017-06-19
| | | | | | | | This increases the stack guard gap size from one page to 1 MiB in linux-libre-4.11, 4.9, and 4.4, to mitigate CVE-2017-1000364 (Stack Clash). * gnu/packages/linux.scm (linux-libre, linux-libre-4.9, linux-libre-4.4): Add patch.
* gnu: exim: Update to 4.89.Leo Famulari2017-06-19
| | | | * gnu/packages/mail.scm (exim): Update to 4.89.
* gnu: exim: Fix CVE-2017-1000369.Leo Famulari2017-06-19
| | | | | | * gnu/packages/patches/exim-CVE-2017-1000369.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (exim)[source]: Use it.
* store: Buffer RPC writes.Ludovic Courtès2017-06-19
| | | | | | | | | | | | | | | For a command like: guix build python2-numpy -n this reduces the number of 'write' syscalls from 9.5K to 2.0K. * guix/store.scm (<nix-server>)[buffer, flush]: New fields. (open-connection): Adjust accordingly. Call 'buffering-output-port' to compute the two new fields. (write-buffered-output, buffering-output-port): New procedures. (operation): Write to (nix-server-output-port server). Call 'write-buffered-output'.
* gnu: wireshark: Update to 2.2.7.Nicolas Goaziou2017-06-19
| | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.7.
* gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].Leo Famulari2017-06-19
| | | | * gnu/packages/web.scm (httpd): Update to 2.5.26.
* gnu: glpk: Update to 4.62.Efraim Flashner2017-06-19
| | | | * gnu/packages/maths.scm (glpk): Update to 4.62.
* gnu: certbot: Build with Python 3.Leo Famulari2017-06-19
| | | | | | * gnu/packages/tls.scm (certbot): Use python-3 to build. [native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use python-mock-2.
* gnu: Add python-mock-2.Leo Famulari2017-06-19
| | | | * gnu/packages/python.scm (python-mock-2): New variable.