summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: plzip: Update to 1.7.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (plzip): Update to 1.7.
* gnu: lzlib: Update to 1.10.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (lzlib): Update to 1.10.
* gnu: clzip: Update to 1.10.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (clzip): Update to 1.10.
* gnu: lziprecover: Update to 1.20.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (lziprecover): Update to 1.20.
* gnu: pbzip2: Update to 1.1.13.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (pbzip2): Update to 1.1.13.
* gnu: lzop: Use HTTPS home page.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (lzop)[home-page]: Use HTTPS.
* gnu: lzop: Update to 1.04.Tobias Geerinckx-Rice2018-02-16
| | | | * gnu/packages/compression.scm (lzop): Update to 1.04.
* import: utils: 'alist->package' allows false license.Ludovic Courtès2018-02-16
| | | | | | | | | | Reported by <pkill9@runbox.com>. Fixes <https://bugs.gnu.org/30470>. * guix/import/utils.scm (alist->package): Check whether 'license' is false and set the 'license' field to #f in this case. * tests/import-utils.scm ("alist->package with false license"): New test.
* gnu: ldc: Increase 'max-silent-time'.Ludovic Courtès2018-02-16
| | | | | | Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/ldc.scm (ldc-bootstrap)[properties]: New field.
* 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.
* pack: Adjust '--manifest' documentation.Ludovic Courtès2018-02-16
| | | | | | Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * guix/scripts/pack.scm (show-help): Adjust --manifest documentation.
* 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.
* union: Wrap collisions with newlines.Oleg Pykhalov2018-02-15
| | | | * guix/build/union.scm (union-build): Wrap collisions with newlines.
* 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.
* pack: Add '--manifest'.Konrad Hinsen2018-02-15
| | | | | | | | | * guix/scripts/pack.scm (%options, show-help): Add --manifest. (guix-pack)[manifest-from-args]: New procedure. Use it. * doc/guix.texi (Invoking guix pack): Document --manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* pull: Update the %sbindir variable in (guix config) when building.Diego Nicola Barbato2018-02-15
| | | | | | | | | Fixes <https://bugs.gnu.org/30370>. * build-aux/build-self.scm (guix): New variable. (builder): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* 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".