summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libxfixes: Fix CVE-2016-7944.Leo Famulari2016-10-05
| | | | | | | * gnu/packages/patches/libxfixes-CVE-2016-7944.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (libxfixes)[replacement]: New field. (libxfixes/fixed): New variable.
* gnu: libx11: Fix CVE-2016-{7942,7943}.Leo Famulari2016-10-05
| | | | | | | | * gnu/packages/patches/libx11-CVE-2016-7942.patch, gnu/packages/patches/libx11-CVE-2016-7943.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xorg.scm (libx11)[replacement]: New field. (libx11/fixed): New variable.
* gnu: Remove lispf4.ng02016-10-05
| | | | | | | | | | | | The package in its current state is unusable and documentation with unclear licenses is included. Also, the file 'lispf42.c' (and possible others) is generated C code and thus not "source code" as we define it. * gnu/packages/lisp.scm (lispf4): Delete variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: btrfs-progs: Update to 4.8.Tobias Geerinckx-Rice2016-10-05
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.8.
* gnu: libass: Update to 0.13.4 [fixes CVE-2016-{7969,7970,7972}.Leo Famulari2016-10-05
| | | | * gnu/packages/video.scm (libass): Update to 0.13.4.
* gnu: gnucash: Update to 2.6.14.Efraim Flashner2016-10-05
| | | | * gnu/packages/gnucash.scm (gnucash): Update to 2.6.14.
* gnu: Add sunxi-tools.Danny Milosavljevic2016-10-05
| | | | | | * gnu/packages/admin.scm (sunxi-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Vc.Leo Famulari2016-10-05
| | | | * gnu/packages/maths.scm (vc): New variable.
* gnu: wordnet: Make sure the self-reference is visible to the GC.Ludovic Courtès2016-10-05
| | | | | | | | Before that, "guix gc --references $(guix build wordnet)" would not show WordNet itself, erroneously so. * gnu/packages/wordnet.scm (wordnet)[arguments]: Add -fno-builtin-strcpy to #:configure-flags.
* gnu: wordnet: Compile with optimizations.Ludovic Courtès2016-10-05
| | | | | * gnu/packages/wordnet.scm (wordnet)[arguments]: Add -O2 to #:configure-flags.
* gnu: Add hyperrogue.Kei Kebreau2016-10-05
| | | | * gnu/packages/games.scm (hyperrogue): New variable.
* gnu: grub: Make dependency on mdadm explicit.Ludovic Courtès2016-10-05
| | | | | | * gnu/packages/grub.scm (grub)[arguments]: Path getroot.c in 'patch-stuff' phase. [inputs]: Add MDADM.
* gnu: gsl: Disable failing tests on i686.Ludovic Courtès2016-10-05
| | | | | | * gnu/packages/patches/gsl-test-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (gsl)[source](patches): New field.
* gnu: git: Update to 2.10.1.Leo Famulari2016-10-05
| | | | * gnu/packages/version-control.scm (git): Update to 2.10.1.
* gnu: guix: Honor the user's 'GUILE_LOAD_PATH'.Ludovic Courtès2016-10-04
| | | | | * gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Use 'prefix' when wrapping 'guix' for 'GUILE_LOAD_PATH'.
* mapped-devices: Properly open RAID devices.Ludovic Courtès2016-10-04
| | | | | | | | This fixes a type error introduced in 7f8ad82bf23b032ad6bd85bb1daa87cc83de509c, given that SOURCES is a list. * gnu/system/mapped-devices.scm (open-raid-device): Add 'apply' invocation.
* gnu: Add GoAccess.Ludovic Courtès2016-10-04
| | | | * gnu/packages/web.scm (goaccess): New variable.
* gnu: pies: Update to 1.3.Ludovic Courtès2016-10-04
| | | | | * gnu/packages/admin.scm (pies): Update to 1.3. [arguments]: New field.
* gnu: global: Update to 6.5.5.Ludovic Courtès2016-10-04
| | | | * gnu/packages/code.scm (global): Update to 6.5.5.
* gnu: gsl: Update to 2.2.1.Ludovic Courtès2016-10-04
| | | | * gnu/packages/maths.scm (gsl): Update to 2.2.1.
* gnu: direvent: Update to 5.1.Ludovic Courtès2016-10-04
| | | | | | * gnu/packages/admin.scm (direvent): Update to 5.1. [arguments]: Augment 'patch-/bin/sh' phase to patch 'progman.c' and 'testsuite'.
* gnu: gnu-c-manual: Update to 0.2.5.Ludovic Courtès2016-10-04
| | | | * gnu/packages/gcc.scm (gnu-c-manual): Update to 0.2.5.
* gnu: rush: Update to 1.8.Ludovic Courtès2016-10-04
| | | | | | | | * gnu/packages/rush.scm (rush): Update to 1.8. [source]: Remove 'patches'. * gnu/packages/patches/cpio-gets-undeclared.patch, gnu/packages/patches/rush-CVE-2013-6889.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: cryptsetup: Update to 1.7.2.Leo Famulari2016-10-04
| | | | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.2. [source]: Use kernel mirror. [home-page]: Update URL.
* gnu: metabat: Update to 0.32.4-1.cbdca756.Ben Woodcroft2016-10-04
| | | | | | * gnu/packages/bioinformatics.scm (metabat): Update to 0.32.4-1.cbdca756. * gnu/packages/patches/metabat-remove-compilation-date.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: fish: Do not use the bundled PCRE2.Ludovic Courtès2016-10-04
| | | | * gnu/packages/shells.scm (fish)[inputs]: Add PCRE2.
* gnu: fish: Add input bc.Arun Isaac2016-10-04
| | | | | | | | Fixes <http://bugs.gnu.org/24433>. * gnu/packages/shells.scm (fish)[inputs]: Add bc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: warzone2100: Update to 3.2.1.Ricardo Wurmus2016-10-04
| | | | | | | | * gnu/packages/games.scm (warzone2100): Update to 3.2.1. [arguments]: Remove phase "set-sdl-paths", add phase "link-tests-with-qt", add phase "remove-reference-to-missing-file". [inputs]: Replace "qt-4" with "qt", replace "sdl-union" with "sdl2", add "openssl".
* gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack".Ricardo Wurmus2016-10-04
| | | | | * gnu/packages/ruby.scm (ruby-nokogumbo)[arguments]: Move "build-gemspec" phase after "unpack".
* gnu: python-pathlib: Disable tests.Ricardo Wurmus2016-10-04
| | | | * gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
* gnu: ghmm: Run tests after install.Ricardo Wurmus2016-10-04
| | | | | * gnu/packages/machine-learning.scm (ghmm)[arguments]: Move "check" phase after "install"; add phase "fix-PYTHONPATH".
* gnu: raincat: Add missing input.Ricardo Wurmus2016-10-04
| | | | * gnu/packages/games.scm (raincat)[inputs]: Add freeglut.
* gnu: supertux: Update to 0.5.0.Ricardo Wurmus2016-10-04
| | | | | * gnu/packages/games.scm (supertux): Update to 0.5.0. [arguments]: Add flag to disable static boost libraries.
* gnu: parallel: Update to 20160922.Leo Famulari2016-10-03
| | | | * gnu/packages/parallel.scm (parallel): Update to 20160922.
* gnu: linux-libre: Update to 4.8.Mark H Weaver2016-10-03
| | | | | | | | | * gnu/packages/linux.scm (linux-libre): Update to 4.8. * gnu/packages/linux-libre-4.7-x86_64.conf, gnu/packages/linux-libre-4.7-i686.conf: Delete files. * gnu/packages/linux-libre-4.8-x86_64.conf, gnu/packages/linux-libre-4.8-i686.conf: New files. * Makefile.am (KCONFIGS): Update accordingly.
* gnu: nss: Increase build timeout to 60 hours.Mark H Weaver2016-10-03
| | | | | * gnu/packages/gnuzilla.scm (nss)[properties]: Increase build timeout to 60 hours.
* gnu: gnunet: Add inputs.ng02016-10-03
| | | | | | | | | * gnu/packages/gnunet.scm (gnunet)[inputs]: Add perl, jansson, nss, gmp, bluez, glib, libogg. [native-inputs]: Move python-2 from here ... [inputs]: ... to here. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gctp: 'license' field now has a <license> value.Ludovic Courtès2016-10-03
| | | | * gnu/packages/maths.scm (gctp)[license]: Change to a <license> record.
* gnu: libgcrypt@1.7: Replacement now has an accurate 'version' field.Ludovic Courtès2016-10-03
| | | | * gnu/packages/gnupg.scm (libgcrypt-1.7.3)[version]: New field.
* gnu: openssl@1.0: Replacement now has an accurate 'version' field.Ludovic Courtès2016-10-03
| | | | * gnu/packages/tls.scm (openssl-1.0.2j)[name, version]: New fields.
* gnu: libarchive: Fix several security issues.Leo Famulari2016-10-03
| | | | | | | | | | * gnu/packages/backup.scm (libarchive)[replacement]: New field. (libarchive/fixed): New variable. * gnu/packages/patches/libarchive-7zip-heap-overflow.patch, gnu/packages/patches/libarchive-fix-symlink-check.patch, gnu/packages/patches/libarchive-fix-filesystem-attacks.patch, gnu/packages/patches/libarchive-safe_fprintf-buffer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: perl-dbd-mysql: Update to 4.037 [fixes CVE-2016-1246].Leo Famulari2016-10-03
| | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.037.
* tests: ssh: Add Dropbear test.Ludovic Courtès2016-10-03
| | | | | | * gnu/tests/ssh.scm (run-ssh-test): Try authenticating with 'userauth-none!' when 'userauth-password!' fails. (%test-dropbear): New variable.
* tests: ssh: Generalize.Ludovic Courtès2016-10-03
| | | | | | | | | | | * gnu/tests/ssh.scm (%openssh-os): Rename to... (%base-os): ... this. [services]: Remove 'openssh-service-type' instance. (os-with-service): New procedure. (run-openssh-test): Rename to... (run-ssh-test): ... this. Add 'ssh-service' and 'pid-file' parameters. Use 'os-with-service' to add SSH-SERVICE to %BASE-OS. Honor PID-FILE. (%test-openssh): Adjust accordingly.
* services: rottlog: Add Rottlog to the global profile.Ludovic Courtès2016-10-03
| | | | | * gnu/services/admin.scm (rottlog-service-type): Extend PROFILE-SERVICE-TYPE.
* services: rottlog: Improve default weekly rotations.Ludovic Courtès2016-10-03
| | | | | | | | | * gnu/services/admin.scm (%rotated-files): Add "/var/log/maillog". (syslog-rotation-config): Change parameter to 'files'. Return a string-append gexp for all of FILES. (simple-rotation-config): Remove unnecessary 'postrotate' and 'endscript'. (%default-rotations): Adjust accordingly.
* tests: Add 'openssh-service-type' test.Ludovic Courtès2016-10-03
| | | | | * gnu/tests/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* services: openssh-service-type: Expose 'openssh-configuration'.Ludovic Courtès2016-10-03
| | | | | | | | * gnu/services/ssh.scm (<openssh-configuration>): Add default values. [pubkey-authentication?]: Rename to... [public-key-authentication?]: ... this. (openssh-service): Remove. * doc/guix.texi (Networking Services): Adjust accordingly.
* services: Add rottlog.Jan Nieuwenhuizen2016-10-03
| | | | | | | | * gnu/services/admin.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Log Rotation): New node. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-process: Replace reference to /bin/sh.Ricardo Wurmus2016-10-02
| | | | | * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases "patch-reference-to-/bin/sh" to replace reference to /bin/sh.