summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add perl-importer.•••* gnu/packages/perl.scm (perl-importer): New variable. Leo Famulari2017-07-301-0/+23
* gnu: Add perl-file-sharedir-dist.•••* gnu/packages/perl.scm (perl-file-sharedir-dist): New variable. Leo Famulari2017-07-301-0/+20
* gnu: perl: Add missing dependencies on Module::Install.•••Perl 5.26 and later does not provide this module. * gnu/packages/databases.scm (perl-sql-abstract)[native-inputs]: Add PERL-MODULE-INSTALL. * gnu/packages/perl.scm (perl-moosex-emulate-class-accessor-fast, perl-file-zglob, perl-object-signature, perl-test-utf8, perl-time-duration, perl-benchmark-timer, perl-class-accessor-grouped, perl-class-c3-componentised, perl-term-encoding)[native-inputs]: Likewise. * gnu/packages/web.scm (perl-http-parser-xs, perl-uri-template, perl-www-curl)[native-inputs]: Likewise. * gnu/packages/xml.scm (perl-xml-atom)[native-inputs]: Likewise. Marius Bakke2017-07-304-5/+26
* gnu: perl-xs-object-magic: Fix build with perl@5.26.•••* gnu/packages/perl.scm (perl-xs-object-magic)[native-inputs]: Add PERL-MODULE-INSTALL. Marius Bakke2017-07-281-0/+1
* gnu: perl-mousex-nativetraits: Fix build with perl@5.26.•••* gnu/packages/perl.scm (perl-mousex-nativetraits)[native-inputs]: Add PERL-MODULE-INSTALL. Marius Bakke2017-07-281-0/+1
* gnu: perl-anyevent-i3: Update to 0.17.•••* gnu/packages/wm.scm (perl-anyevent-i3): Update to 0.17. Marius Bakke2017-07-281-2/+2
* Merge branch 'master' into core-updatesMarius Bakke2017-07-2839-299/+703
|\
| * gnu: whois: Update to 5.2.17.•••* gnu/packages/networking.scm (whois): Update to 5.2.17. Marius Bakke2017-07-281-2/+2
| * gnu: nss, nss-certs: Update to 3.32.•••This release includes minor code changes and many certificate updates: <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes> * gnu/packages/certs.scm (nss-certs): Update to 3.32. * gnu/packages/gnuzilla.scm (nss): Update to 3.32. [arguments]: Prevent another test file from being installed. * gnu/packages/patches/nss-pkgconfig.patch: Adjust. Marius Bakke2017-07-283-6/+7
| * gnu: nspr: Update to 4.16.•••* gnu/packages/gnuzilla.scm (nspr): Update to 4.16. Marius Bakke2017-07-271-2/+2
| * gnu: python-cryptography: Update to 2.0.2.•••* gnu/packages/python.scm (python-cryptography-vectors, python-cryptography): Update to 2.0.2. Marius Bakke2017-07-271-4/+4
| * gnu: subversion: Update to 1.8.18.•••* gnu/packages/version-control.scm (subversion): Update to 1.8.18. Leo Famulari2017-07-271-2/+2
| * gnu: net-tools: Update to 1.60-0.479bb4a7.•••This leaves net-tools-for-tests unchanged. Fixes <https://bugs.gnu.org/27811>. * gnu/packages/linux.scm (net-tools): Update to 1.60-0.479bb4a7. [source]: Use git-fetch. [inputs]: Remove the Debian patch. [arguments]: Use modify-phases. Remove the 'patch' phase. Disable SELINUX and AFBLUETOOTH from build configuration. Leo Famulari2017-07-271-17/+91
| * services: guix-publish: Run in a UTF-8 locale.•••Works around <https://bugs.gnu.org/26948>. * gnu/services/base.scm (guix-publish-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'. Ludovic Courtès2017-07-271-2/+10
| * system: Add 'grep --color' alias in '.bash_profile' skeleton.•••* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias. Ludovic Courtès2017-07-271-1/+2
| * gnu: gzochi: Update to 0.11.1.•••* gnu/packages/game-development.scm (gzochi): Update to 0.11.1. (gzochi)[arguments]: Remove patch for `-Werror', which is no longer necessary. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Julian Graham2017-07-271-14/+3
| * gnu: openmpi: Add "static" output.•••* gnu/packages/mpi.scm (openmpi)[outputs]: New field. [arguments]: Add 'move-static-libraries' phase. Ludovic Courtès2017-07-271-0/+15
| * gnu: r-preprocesscore: Update to 1.38.1.•••* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.38.1. Ricardo Wurmus2017-07-271-2/+2
| * gnu: Add cowsay.•••* gnu/packages/games.scm (cowsay): New variable. Ricardo Wurmus2017-07-271-0/+38
| * gnu: nnn: Update to 1.3.•••* gnu/packages/admin.scm (nnn): Update to 1.3. Tobias Geerinckx-Rice2017-07-271-2/+2
| * gnu: openmpi: Enable SGE support.•••* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in #:configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love2017-07-261-0/+1
| * gnu: mg: Add new phase to find 'diff'.•••* gnu/packages/text-editors.scm (mg)[phases]: Add new 'correct-location-of-difftool'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-261-0/+6
| * gnu: mg: Fetch source via HTTPS.•••* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-261-1/+1
| * gnu: mg: Update to 20170401.•••* gnu/packages/text-editors.scm (mg): Update to 20170401. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng02017-07-261-3/+3
| * gnu: Add python-flask-principal.•••* gnu/packages/python.scm (python-flask-principal, python2-flask-principal): New variables. Danny Milosavljevic2017-07-261-0/+27
| * gnu: Add lziprecover.•••* gnu/packages/compression.scm (lziprecover): New variable. Tobias Geerinckx-Rice2017-07-261-0/+30
| * gnu: net-tools: Add a test-only variant and use it for GnuTLS.•••* gnu/packages/linux.scm (net-tools-for-tests): Add hidden net-tools variant. * gnu/packages/tls.scm (gnutls)[native-inputs]: Use net-tools-for-tests instead of net-tools. Leo Famulari2017-07-262-1/+7
| * gnu: mg: Move to (gnu packages text-editors).•••* gnu/packages/mg.scm: Remove. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. * gnu/packages/text-editors.scm (mg): New variable. Ludovic Courtès2017-07-263-77/+51
| * gnu: Add fcgiwrap service.•••* doc/guix.texi (Web Services): Add documentation. * gnu/services/web.scm (<fcgiwrap-configuration>): New record type. (fcgiwrap-accounts, fcgiwrap-shepherd-service): New service extensions. (fcgiwrap-service-type): New service type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Wingo2017-07-261-1/+57
| * gnu: glpk: Update to 4.63.•••* gnu/packages/maths.scm (glpk): Update to 4.63. Efraim Flashner2017-07-261-2/+2
| * gnu: leafpad: Use glib-or-gtk build-system.•••* gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system. Danny Milosavljevic2017-07-261-1/+2
| * gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.•••* gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable Gtk+ icon cache generation. Danny Milosavljevic2017-07-261-0/+5
| * gnu: evince: Update to 3.24.1.•••* gnu/packages/gnome.scm (evince): Update to 3.24.1. [source]: Remove obsolete patch. * gnu/packages/patches/evince-CVE-2017-1000083.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Kei Kebreau2017-07-253-113/+2
| * gnu: hplip: Update to 3.17.7.•••* gnu/packages/cups.scm (hplip): Update to 3.17.7. Tobias Geerinckx-Rice2017-07-251-2/+2
| * gnu: fdisk: Update to 2.0.0a1.•••* gnu/packages/disk.scm (fdisk): Update to 2.0.0a1. [arguments]: Make sure the build finds its own headers. Tobias Geerinckx-Rice2017-07-251-2/+16
| * gnu: sdparm: Update to 1.10.•••* gnu/packages/disk.scm (sdparm): Update to 1.10. Tobias Geerinckx-Rice2017-07-251-2/+2
| * gnu: neofetch: Fix search path.•••* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Oleg Pykhalov2017-07-251-1/+1
| * gnu: chess: Update to 6.2.5.•••* gnu/packages/games.scm (chess): Update to 6.2.5. Marius Bakke2017-07-251-2/+2
| * gnu: feh: Update to 2.19.1.•••* gnu/packages/image-viewers.scm (feh): Update to 2.19.1. Marius Bakke2017-07-251-3/+3
| * gnu: notmuch: Update to 0.25.•••* gnu/packages/mail.scm (notmuch): Update to 0.25. Marius Bakke2017-07-251-2/+2
| * gnu: python2-urwid: Actually build urwid for Python 2.•••* gnu/packages/python.scm (python2-urwid)[arguments]: Add #:python. Kei Kebreau2017-07-251-1/+5
| * gnu: tcpdump: Update to 4.9.1 [fixes CVE-2017-11108].•••* gnu/packages/admin.scm (tcpdump): Update to 4.9.1. Leo Famulari2017-07-251-2/+2
| * gnu: you-get: Update to 0.4.803.•••* gnu/packages/video.scm (you-get): Update to 0.4.803. Signed-off-by: Leo Famulari <leo@famulari.name> Feng Shu2017-07-251-2/+2
| * gnu: perl-dbd-mysql: Fix CVE-2017-10788.•••* gnu/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/databases.scm (perl-dbd-mysql)[source]: Use it. Kei Kebreau2017-07-253-1/+65
| * gnu: openmpi: Description mentions MPI 3.0.•••* gnu/packages/mpi.scm (openmpi): It's MPI 3, not MPI 2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love2017-07-251-2/+2
| * gnu: openmpi: Update to 1.10.7.•••* gnu/packages/mpi.scm (openmpi): Update to 1.10.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love2017-07-251-2/+3
| * gnu: Add guile2.0-git.•••* gnu/packages/guile.scm (guile2.0-git): New variable. Ludovic Courtès2017-07-251-0/+3
| * gnu: Add guile2.0-bytestructures.•••* gnu/packages/patches/guile-bytestructures-name-clash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-bytestructures)[source]: Use it. [arguments]: Unpack the source. [native-inputs]: New field. (guile2.0-bytestructures): New variable. Ludovic Courtès2017-07-253-2/+52
| * gnu: maxima: Ensure binutils are available at runtime.•••* gnu/packages/maths.scm (maxima)[arguments]: Use modify-phases syntax. Modify 'post-install' phase. Kei Kebreau2017-07-251-30/+37
| * Revert "gnu: maxima: Ensure gcc is available at runtime."•••This reverts commit f2fa86cc82b5941bde63b666337eea59aa609e55. Commit 5ea8dbf0c906d51779ba0cf775ec9967f5f42382 fixes the underlying issue in GNU Common Lisp. Kei Kebreau2017-07-251-40/+31