summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-07daemon: Ensure the child stack is aligned on a 16-byte boundary.Mark H Weaver
* nix/libstore/build.cc (DerivationGoal::startBuilder): When calling 'clone', ensure that the stack is aligned on a 16-byte boundary.
2017-08-07Revert "doc: Suggest running guix-daemon with 'sudo -E'."Leo Famulari
This change might not correct, so we revert it for now: https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00057.html This reverts commit 6a4364335c967f841b53ed35c22f90445437e4b0.
2017-08-07gnu: propeller-gcc-4: Don't build on aarch64-linux.Efraim Flashner
* gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
2017-08-07gnu: nim: Update to 0.17.0.Efraim Flashner
* gnu/packages/nim.scm (nim): Update to 0.17.0. [source, home-page]: Use https. [arguments]: Patch more shebangs, use custom build phase.
2017-08-07gnu: cubicle: Fix evaluation.Marius Bakke
* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from (gnu packages base).
2017-08-07gnu: vapoursynth: Don't build on aarch64-linux.Efraim Flashner
* gnu/packages/video.scm (vapoursynth)[supported-systems]: Remove aarch64-linux from the supported-systems.
2017-08-07gnu: youtube-dl: Update to 2017.08.06.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.06.
2017-08-07gnu: ntfs-3g: Update to 2017.3.23.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ntfs-3g): Update to 2017.3.23. [source]: Remove patch. * gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-07gnu: ntfs-3g: Use HTTPS for the home page as well.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
2017-08-07gnu: wimlib: Update to 1.12.0.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (wimlib): Update to 1.12.0.
2017-08-07gnu: r-bsgenome-hsapiens-ucsc-hg19: Restore original hash.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]: Restore hash from before the tarball changed in place. It changed back. This reverts commit fd4085793818ab2aea28dfeeb2728f6f02416c4c.
2017-08-06gnu: khal: Don't propagate vdirsyncer.Leo Famulari
* gnu/packages/calendar.scm (khal)[propagated-inputs]: Move vdirsyncer ... [native-inputs]: ... here.
2017-08-06gnu: python-icalendar: Update to 3.11.6.Leo Famulari
* gnu/packages/python.scm (python-icalendar): Update to 3.11.6.
2017-08-06gnu: mpg123: Update to 1.25.4.Leo Famulari
* gnu/packages/mp3.scm (mpg123): Update to 1.25.4.
2017-08-06gnu: freedoom: Update to 0.11.3.Kei Kebreau
* gnu/packages/games.scm (freedoom): Update to 0.11.3. [arguments]: Remove unnecessary "no" phase.
2017-08-06gnu: deutex: Update to 5.0.0.Kei Kebreau
* gnu/packages/game-development.scm (deutex): Update to 5.0.0. [source]: Change upstream URI. [arguments]: Enable tests and restore normal "configure" and "install" phases. [native-inputs]: Add asciidoc.
2017-08-06gnu: Add motti.Efraim Flashner
* gnu/packages/motti.scm (motti): New variable.
2017-08-06gnu: keepassx: Superseded by keepassxc.Efraim Flashner
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
2017-08-06gnu: Add keepassxc.Efraim Flashner
* gnu/packages/password-utils.scm (keepassxc): New variable.
2017-08-06gnu: python-efl: Update to 1.20.0.Efraim Flashner
* gnu/packages/enlightenment.scm (python-efl): Update to 1.20.0. [source]: Add alternate source uri. [arguments]: Enable tests.
2017-08-06gnu: efl: Update to 1.20.1.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.20.1.
2017-08-06gnu: make-u-boot-package: Don't unnecessarily cross-compile.Efraim Flashner
* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Only use cross-gcc and cross-binutils if compiling for a different architecture. [arguments]: Only use cross compiling make-flags if cross compiling.
2017-08-06gnu: Add python-flask-httpauth.Danny Milosavljevic
* gnu/packages/python.scm (python-flask-httpauth, python2-flask-httpauth): New variables.
2017-08-06gnu: Add font-open-dyslexic.ng0
* gnu/packages/fonts.scm (font-open-dyslexic): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-06gnu: gnucash: Update to 2.6.17.Vasile Dumitrascu
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.17. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-05gnu: libtasn1: Fix CVE-2017-10790.Leo Famulari
* gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (libtasn1/fixed)[source]: Use it.
2017-08-06doc: Suggest running guix-daemon with 'sudo -E'.Ludovic Courtès
Suggested by Martin H. <maze@strahlungsfrei.de>. * doc/contributing.texi (Running Guix Before It Is Installed): Suggest 'sudo -E'.
2017-08-05daemon: On aarch64, use increments of 16 on the stack.Efraim Flashner
* nix/libstore/build.cc (DerivationGoal::startBuilder): When on aarch64, when calling clone(), increment the stack by 16.
2017-08-05build: Allow mounting of entire disks.Danny Milosavljevic
* gnu/build/file-systems.scm (disk-partitions): Also return entire drives.
2017-08-05gnu: emacs-exwm-x: Do not set DISPLAY.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm-x): Do not set DISPLAY. The issue has been fixed upstream in exwm-0.15. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-05gnu: emacs-exwm: Update to 0.15.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.15. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-05gnu: git: Update to 2.14.0.Marius Bakke
* gnu/packages/version-control.scm (git): Update to 2.14.0.
2017-08-05gnu: lftp: Update to 4.7.8.Marius Bakke
* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
2017-08-05gnu: Add cubicle.Julien Lepiller
* gnu/packages/maths.scm (cubicle): New variable.
2017-08-05Revert "daemon: Ensure proper alignment on the stack."Mark H Weaver
This reverts commit ab4ccc8fcfaf2215d4b33b1376147e4c2c70426a.
2017-08-04gnu: php: Update to 7.1.8.Julien Lepiller
* gnu/packages/patches/gd-CVE-2017-7890.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it * gnu/packages/php.scm (php): Update to 7.1.8.
2017-08-04gnu: Add r-crosstalk.Ricardo Wurmus
* gnu/packages/web.scm (r-crosstalk): New variable.
2017-08-04gnu: Add r-shiny.Ricardo Wurmus
* gnu/packages/web.scm (r-shiny): New variable.
2017-08-04gnu: Add js-es5-shim.Ricardo Wurmus
* gnu/packages/javascript.scm (js-es5-shim): New variable.
2017-08-04gnu: Add js-selectize.Ricardo Wurmus
* gnu/packages/javascript.scm (js-selectize): New variable.
2017-08-04gnu: Add js-datatables.Ricardo Wurmus
* gnu/packages/javascript.scm (js-datatables): New variable.
2017-08-04gnu: Add js-highlight.Ricardo Wurmus
* gnu/packages/javascript.scm (js-highlight): New variable.
2017-08-04gnu: Add js-strftime.Ricardo Wurmus
* gnu/packages/javascript.scm (js-strftime): New variable.
2017-08-04gnu: Add js-json2.Ricardo Wurmus
* gnu/packages/javascript.scm (js-json2): New variable.
2017-08-04gnu: Add js-html5shiv.Ricardo Wurmus
* gnu/packages/javascript.scm (js-html5shiv): New variable.
2017-08-04build: Add minify build system.Ricardo Wurmus
* guix/build-system/minify.scm: New file. * guix/build/minify-build-system: New file. * Makefile.am (MODULES): Add new files. * doc/guix.texi (Build Systems): Document minify-build-system.
2017-08-04gnu: python-lz4: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (python-lz4)[synopsis]: Fix typo.
2017-08-04gnu: python-lz4: Update to 0.10.1.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (python-lz4): Update to 0.10.1. [native-inputs]: Add python-setuptools-scm.
2017-08-04gnu: diffoscope: Use HTTPS.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
2017-08-04gnu: sshoot: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshoot): Update to 1.2.6. [home-page]: Update to new project home.