summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: emacs-exwm: Update to 0.18.•••* gnu/packages/emacs.scm (emacs-exwm): Update to 0.18. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Feng Shu2018-03-261-2/+2
* gnu: emacs-xelb: Update to 0.14.•••* gnu/packages/emacs.scm (emacs-xelb): Update to 0.14. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Feng Shu2018-03-261-2/+2
* gnu: libressl: Update to 2.7.1.•••* gnu/packages/tls.scm (libressl): Update to 2.7.1. Signed-off-by: Nils Gillmann <ng0@n0.is> Signed-off-by: Marius Bakke <mbakke@fastmail.com> Nils Gillmann2018-03-261-3/+3
* gnu: perl-image-exiftool: Update to 10.80.•••* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.80. Ludovic Courtès2018-03-261-2/+2
* gnu: magit-svn: Update to 2.2.0.•••* gnu/packages/emacs.scm (magit-svn): Update to 2.2.0. [propagated-inputs]: Add WITH-EDITOR. [arguments]: Add WITH-EDITOR to EMACSLOADPATH. Ludovic Courtès2018-03-261-3/+7
* gnu: evince: Update to 3.28.0.•••* gnu/packages/gnome.scm (evince): Update to 3.28.0. Ludovic Courtès2018-03-261-2/+7
* gnu: hwloc@1: Update to 1.11.10.•••* gnu/packages/mpi.scm (hwloc): Update to 1.11.10. Ludovic Courtès2018-03-261-2/+2
* gnu: hwloc@2: Update to 2.0.1.•••* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.1. [source]: Remove 'patches'. * gnu/packages/patches/hwloc-tests-without-sysfs.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2018-03-263-46/+2
* gnu: classpath: Add aarch64-linux support.•••* gnu/packages/java.scm (classpath-bootstrap, classpath-0.99)[source]: Add patch. * gnu/packages/patches/classpath-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-03-263-2/+34
* gnu: linux-libre: Update to 4.15.13.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.13. (%linux-libre-hash): Update hash. Mark H Weaver2018-03-261-2/+2
* gnu: linux-libre@4.14: Update to 4.14.30.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.30. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2018-03-261-2/+2
* gnu: linux-libre@4.9: Update to 4.9.90.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.90. Mark H Weaver2018-03-261-2/+2
* gnu: linux-libre@4.4: Update to 4.4.124.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.124. Mark H Weaver2018-03-261-2/+2
* guix build: 'guix build --log-file' gracefully reports certificate errors.•••Previously 'guix build --log-file' would print a backtrace upon X.509 certificate verification errors. * guix/scripts/build.scm (log-url): Catch 'tls-certificate-error' in addition to 'getaddrinfo-error'. Ludovic Courtès2018-03-261-4/+12
* gnu: geeqie: Update to 1.4.•••* gnu/packages/image-viewers.scm (geeqie): Update to 1.4. [arguments]: In 'autogen' phase, create ChangeLog{,.html}. Ludovic Courtès2018-03-261-3/+14
* gnu: emacs-flycheck: Update to 31.•••* gnu/packages/emacs.scm (flycheck): Update to 31. Ludovic Courtès2018-03-261-2/+2
* gnu: pius: Update to 2.2.6.•••* gnu/packages/gnupg.scm (pius): Update to 2.2.6. Ludovic Courtès2018-03-261-2/+2
* gnu: usbredir: Build without '-Werror'.•••Fixes build failure introduced in 58ee8a94a90eb40496b9704d541b5dfbbf1685ba, where compilation would fail with: usbredirhost.c: In function ?usbredirhost_open_full?: usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations] libusb_set_debug(host->ctx, host->verbose); ^ In file included from usbredirhost.h:24:0, from usbredirhost.c:31: /gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); ^ cc1: all warnings being treated as errors * gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase, remove '-Werror' from configure.ac. Ludovic Courtès2018-03-261-0/+4
* gnu: ecj-javac-wrapper: Fix reference to glibj and tools.zip.•••* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to glibj and tools.zip. Ricardo Wurmus2018-03-261-2/+2
* gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.•••* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra options to JamVM. Ricardo Wurmus2018-03-261-1/+1
* gnu: hwloc@1: Update to 1.11.9.•••* gnu/packages/mpi.scm (hwloc): Update to 1.11.9. Ludovic Courtès2018-03-261-2/+2
* git: 'latest-repository-commit' calls 'repository-close!'.•••* guix/git.scm (latest-repository-commit): Call 'repository-close!' when it exists. Ludovic Courtès2018-03-261-0/+7
* gnu: ecj-javac-wrapper: Run JamVM with conservative options.•••* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Add options to jamvm invocation. Ricardo Wurmus2018-03-261-0/+1
* gnu: ant-bootstrap: Make build more reliable.•••* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove bootstrap phase; create HOME/.ant.properties; pass options to JamVM. Ricardo Wurmus2018-03-261-0/+11
* gnu: newsboat: Update to 2.11.•••* gnu/packages/syndication.scm (newsboat): Update to 2.11. [inputs]: Change from JSON-C-0.12 to JSON-C. [native-search-paths]: New field. Marius Bakke2018-03-251-3/+6
* gnu: httpd: Update to 2.4.33 [security fixes].•••This fixes CVE-2017-15710, CVE-2017-15715, CVE-2018-1283, CVE-2018-1301, CVE-2018-1302, CVE-2018-1303, and CVE-2018-1312. * gnu/packages/web.scm (httpd): Update to 2.4.33. Marius Bakke2018-03-251-2/+2
* gnu: Remove sablevm and sablevm-classpath, update comments.•••* gnu/packages/java.scm (sablevm, sablevm-classpath): Remove variables. Ricardo Wurmus2018-03-251-115/+18
* gnu: Remove ecj-javac-on-jamvm-wrapper.•••* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): Remove variable. (classpath-devel)[native-inputs]: Use ecj-javac-wrapper instead. (jamvm)[inputs]: Use ecj-javac-wrapper instead. (ecj-javac-on-jamvm-wrapper-final): Rename... (ecj-javac-wrapper-final): ...to this. (icedtea-6)[native-inputs]: Use "ecj-javac-wrapper-final" instead of 'ecj-javac-on-jamvm-wrapper-final". [arguments]: Use jamvm's rt.jar. Ricardo Wurmus2018-03-251-96/+12
* gnu: classpath-jamvm-wrappers: Use classpath-0.99.•••* gnu/packages/java.scm (classpath-jamvm-wrappers): Inherit from classpath-0.99. [native-inputs]: Replace "jamvm-bootstrap" with "jamvm-1-bootstrap"; replace "classpath-on-sablevm" with "classpath-0.99". Ricardo Wurmus2018-03-251-5/+5
* gnu: Remove jamvm-bootstrap.•••* gnu/packages/java.scm (jamvm-bootstrap): Remove variable. (classpath-devel)[native-inputs]: Use "jamvm-1-bootstrap" instead of "jamvm-bootstrap". (jamvm): Inherit from jamvm-1-bootstrap. Ricardo Wurmus2018-03-251-32/+17
* gnu: Replace classpath-on-sablevm with classpath-0.99.•••* gnu/packages/java.scm (classpath-on-sablevm): Replace with... (classpath-0.99): ...this new variable. (classpath-devel): Inherit from classpath-0.99. Ricardo Wurmus2018-03-251-22/+11
* gnu: ecj-javac-wrapper: Do not use sablevm.•••* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Remove sablevm and sablevm-classpath; add jamvm-1-bootstrap and classpath-bootstrap. [arguments]: Simplify builder now that only jamvm is used. Ricardo Wurmus2018-03-251-25/+14
* gnu: ecj-bootstrap: Build with JamVM 1.5.1 and jikes.•••* gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Replace "sablevm" with "jikes" and "jamvm-1-bootstrap". [arguments]: Adjust accordingly. Ricardo Wurmus2018-03-251-5/+9
* gnu: ant-bootstrap: Update to 1.8.4.•••* gnu/packages/java.scm (ant-bootstrap): Update to 1.8.4. Ricardo Wurmus2018-03-251-3/+3
* gnu: ant-bootstrap: Build with JamVM 1.5.1.•••* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Replace sablevm with jamvm-1-bootstrap. [arguments]: Adjust accordingly. Ricardo Wurmus2018-03-251-8/+9
* gnu: Add jamvm-1-bootstrap.•••* gnu/packages/java.scm (jamvm-1-bootstrap): New variable. Ricardo Wurmus2018-03-251-0/+31
* gnu: Add classpath-bootstrap.•••* gnu/packages/java.scm (classpath-bootstrap): New variable. Ricardo Wurmus2018-03-251-0/+43
* gnu: libmtp: Update to 1.1.15.•••* gnu/packages/libusb.scm (libmtp): Update to 1.1.15. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: libusb: Update to 1.0.22.•••* gnu/packages/libusb.scm (libusb): Update to 1.0.22. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: scotch: Use predictable source URI.•••* gnu/packages/maths.scm (scotch)[source]: Use predictable URI. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: mate-themes: Update to 3.22.15.•••* gnu/packages/mate.scm (mate-themes): Update to 3.22.15. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: filezilla: Update to 3.31.0.•••* gnu/packages/ftp.scm (filezilla): Update to 3.31.0. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: hlint: Update to 2.1.1.•••* gnu/packages/haskell.scm (hlint): Update to 2.1.1. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: flashrom: Support libusb versions >1.0.21.•••* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Override CFLAGS in #:make-flags. Tobias Geerinckx-Rice2018-03-251-3/+8
* gnu: python-pyld: Update to 1.0.3.•••* gnu/packages/python.scm (python-pyld): Update to 1.0.3. [arguments]: Run the new test suite. Tobias Geerinckx-Rice2018-03-251-3/+2
* gnu: openlibm: Update to 0.5.5.•••* gnu/packages/maths.scm (openlibm): Update to 0.5.5. Tobias Geerinckx-Rice2018-03-251-2/+2
* gnu: Add python-parted.•••* gnu/packages/disk.scm (python-parted, python2-parted): New variables. Danny Milosavljevic2018-03-251-0/+40
* gnu: Add python2-ipy.•••* gnu/packages/networking.scm (python2-ipy): New variable. Danny Milosavljevic2018-03-251-0/+3
* gnu: fc-host-tools: Update to version 8.•••* gnu/packages/embedded.scm (fc-host-tools): Update to version 8. Danny Milosavljevic2018-03-251-2/+2
* gnu: Add pure.•••* gnu/packages/pure.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Danny Milosavljevic2018-03-252-0/+69