aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
| * gnu: quagga: Update to 1.2.3 [security fixes].Leo Famulari2018-02-15
| | | | | | | | | | | | | | | | | | See the advisories at <https://git.savannah.gnu.org/cgit/quagga.git/tree/doc/security?h=quagga-1.2.3> for more information about the security-related bugs fixed in this release. * gnu/packages/networking.scm (quagga): Update to 1.2.3.
| * gnu: python-botocore: Update to 1.8.43.David Thompson2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-botocore): Update to 1.8.43.
| * gnu: Add kholidays.Hartmut Goebel2018-02-15
| | | | | | | | * gnu/packages/kde.scm(kholidays): New variable.
| * gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.4.Alex Vong2018-02-15
| | | | | | | | | | | | | | * gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: java-fasterxml-jackson-dataformat-yaml: Update to 2.9.4.Alex Vong2018-02-15
| | | | | | | | | | | | | | * gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: java-fasterxml-jackson-modules-base-jaxb: Update to 2.9.4.Alex Vong2018-02-15
| | | | | | | | | | | | | | * gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: java-fasterxml-jackson-databind: Update to 2.9.4 [fixes ↵Alex Vong2018-02-15
| | | | | | | | | | | | | | | | CVE-{2017-17485, 2018-5968}]. * gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: java-fasterxml-jackson-core: Update to 2.9.4.Alex Vong2018-02-15
| | | | | | | | | | | | * gnu/packages/java.scm (java-fasterxml-jackson-core): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: java-fasterxml-jackson-annotations: Update to 2.9.4.Alex Vong2018-02-15
| | | | | | | | | | | | * gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: diamond: Update to 0.9.18.Ben Woodcroft2018-02-16
| | | | | | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.18.
| * gnu: python-elasticsearch: Update to 6.1.1.Pjotr Prins2018-02-15
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-elasticsearch, python2-elasticsearch): Update to 6.1.1. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add bpython.Hartmut Goebel2018-02-15
| | | | | | | | * gnu/packages/python.scm (bpython, bpython2): New variables.
| * gnu: Add python-curtsies.Hartmut Goebel2018-02-15
| | | | | | | | | | * gnu/packages/terminals.scm (python-curtsies, python2-curtsies): New variables.
| * gnu: Add python-blessings.Hartmut Goebel2018-02-15
| | | | | | | | | | * gnu/packages/terminals.scm (python-blessings, python2-blessings): New variables.
| * gnu: Add python-pyte.Hartmut Goebel2018-02-15
| | | | | | | | * gnu/packages/terminals.scm (python-pyte, python2-pyte): New variables.
| * gnu: irssi: Update to 1.1.1 [fixes CVE-2018-{7050,7051,7052,7053,7054}].Leo Famulari2018-02-15
| | | | | | | | * gnu/packages/irc.scm (irssi): Update to 1.1.1.
| * gnu: Add epipe.Oleg Pykhalov2018-02-15
| | | | | | | | * gnu/packages/emacs.scm (epipe): New public variable.
| * gnu: ghc: Make memory allocator decommit memory on Linux < 4.5.Danny Milosavljevic2018-02-15
| | | | | | | | | | | | * gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/haskell.scm (ghc-8): Use it.
| * gnu: ifdtool: Fix Texinfo markup.Ludovic Courtès2018-02-15
| | | | | | | | | | * gnu/packages/flashing-tools.scm (ifdtool)[description]: Fix Texinfo markup.
| * gnu: me-cleaner: Update synopsis.Danny Milosavljevic2018-02-15
| | | | | | | | * gnu/packages/flashing-tools.scm (me-cleaner)[synopsis]: Modify.
| * services: mingetty: Move tty optionality to agetty.Danny Milosavljevic2018-02-15
| | | | | | | | | | | | | | Follow-up to 5a9902c8acd63916c6c80cf3c61be6ee814b7e3d. * gnu/services/base.scm (mingetty-shepherd-service): Move tty optionality check to... (agetty-shepherd-service): ...here.
| * gnu: Add me-cleaner.Danny Milosavljevic2018-02-15
| | | | | | | | * gnu/packages/flashing-tools.scm (me-cleaner): New variable.
| * gnu: Add intelmetool.Danny Milosavljevic2018-02-15
| | | | | | | | * gnu/packages/flashing-tools.scm (intelmetool): New variable.
| * gnu: Add ifdtool.Danny Milosavljevic2018-02-15
| | | | | | | | * gnu/packages/flashing-tools.scm (ifdtool): New variable.
| * services: agetty: Add agetty instance to base services. Make its tty optional.Danny Milosavljevic2018-02-15
| | | | | | | | | | | | | | | | | | | | * gnu/services/base.scm (%base-services): Instantiate agetty-service. (default-serial-port): New variable. (agetty-shepherd-service): Make tty optional, default to the above. * doc/guix.texi (agetty-configuration): Update "tty" documentation. * gnu/system/install.scm (agetty-default-service): Delete variable. (embedded-installation-os): Remove agetty-default-service instance. Add "console" kernel-argument.
| * gnu: cuirass: Update to 4ab2f2c.Ludovic Courtès2018-02-15
| | | | | | | | | | | | | | Previous revision had (web server fiberized) installed in the wrong place, and would thus fail to start. * gnu/packages/ci.scm (cuirass): Update to 4ab2f2c.
| * gnu: crypto++: Update to 6.0.0.Pierre Langlois2018-02-15
| | | | | | | | | | | | | | | | | | * gnu/packages/crypto.scm (crypto++): Update to 6.0.0. * gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: nss-mdns: Update to 0.12.0.Ludovic Courtès2018-02-15
| | | | | | | | | | | | * gnu/packages/avahi.scm (nss-mdns): Update to 0.12 + patch. (nss-mdns-0.10.0): Remove. * gnu/services/avahi.scm (avahi-service-type): Use NSS-MDNS again.
| * gnu: cuirass: Update to 8080c17.Ludovic Courtès2018-02-14
| | | | | | | | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 8080c17. [inputs]: Add GUILE-FIBERS. [arguments] <wrap-program>: Add Fibers to the search path in the wrapper.
| * gnu: guile-sqlite3: Update to 10c13a7.Ludovic Courtès2018-02-14
| | | | | | | | * gnu/packages/guile.scm (guile-sqlite3): Update to 10c13a7.
| * gnu: Add cat-avatar-generator-service.Julien Lepiller2018-02-14
| | | | | | | | | | * gnu/services/web.scm (cat-avatar-generator-service): New variable. * doc/guix.text (Web Services): Document it.
| * gnu: Add cat-avatar-generator.Julien Lepiller2018-02-14
| | | | | | | | * gnu/packages/web.scm (cat-avatar-generator): New variable.
| * gnu: yadifa: Update to 2.3.8.Tobias Geerinckx-Rice2018-02-14
| | | | | | | | * gnu/packages/dns.scm (yadifa): Update to 2.3.8.
| * gnu: strace: Update to 4.21.Marius Bakke2018-02-14
| | | | | | | | | | * gnu/packages/linux.scm (strace): Update to 4.21. [source](uri): Releases are now served from GitHub.
| * gnu: fio: Update to 3.4.Marius Bakke2018-02-14
| | | | | | | | * gnu/packages/benchmark.scm (fio): Update to 3.4.
| * gnu: Add emacs-scratch-el.Oleg Pykhalov2018-02-14
| | | | | | | | * gnu/packages/emacs.scm (emacs-scratch-el): New public variable.
| * gnu: magit: Do not set 'magit-git-executable' to absolute file name.Mark H Weaver2018-02-14
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30434>. Reported by Ricardo Wurmus <rekado@elephly.net>. * gnu/packages/emacs.scm (magit)[arguments]: Do not modify the default value of 'magit-git-executable'. Remove "#:modules" and "#:imported-modules".
* | gnu: ruby-sqlite3: Adjust failing test.Marius Bakke2018-02-16
| | | | | | | | * gnu/packages/ruby.scm (ruby-sqlite3): Adjust test to work with SQLite 3.21.
* | gnu: ghc: Make memory allocator decommit memory on Linux < 4.5.Danny Milosavljevic2018-02-16
| | | | | | | | | | | | * gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/haskell.scm (ghc-8): Use it.
* | gnu: java-jeromq: Update to 0.4.3.Ricardo Wurmus2018-02-15
| | | | | | | | | | * gnu/packages/java.scm (java-jeromq): Update to 0.4.3. [arguments]: Disable DealerSpecTest.
* | gnu: java-testng: Update to 6.14.2.Ricardo Wurmus2018-02-15
| | | | | | | | | | | | * gnu/packages/java.scm (java-testng): Update to 6.14.2. [arguments]: Delete failing tests and those requiring groovy. [native-inputs]: Add java-mockito-1.
* | gnu: Add python-loompy.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/bioinformatics.scm (python-loompy): New variable.
* | gnu: Add r-dropbead.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/bioinformatics.scm (r-dropbead): New variable.
* | gnu: Add r-delayedmatrixstats.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/bioinformatics.scm (r-delayedmatrixstats): New variable.
* | gnu: Add python-typing.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-typing, python2-typing): New variables.
* | gnu: Add python-future-fstrings.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-future-fstrings): New variable.
* | gnu: Add python-tokenize-rt.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/python.scm (python-tokenize-rt): New variable.
* | gnu: augeas: Update to 1.10.1.Ricardo Wurmus2018-02-15
| | | | | | | | * gnu/packages/augeas.scm (augeas): Update to 1.10.1.
* | gnu: magit: Do not set 'magit-git-executable' to absolute file name.Mark H Weaver2018-02-14
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30434>. Reported by Ricardo Wurmus <rekado@elephly.net>. * gnu/packages/emacs.scm (magit)[arguments]: Do not modify the default value of 'magit-git-executable'. Remove "#:modules" and "#:imported-modules".
* | gnu: shepherd: 'herd status' now sorts the result.Mark H Weaver2018-02-14
| | | | | | | | | | | | | | | | | | Add a patch by Ludovic Courtès <ludo@gnu.org> from the upstream shepherd repository to partially fix <https://bugs.gnu.org/30299>. * gnu/packages/patches/shepherd-herd-status-sorted.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (shepherd)[source]: Add patch.