summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-26gnu: denemo: Update to 2.1.Efraim Flashner
* gnu/packages/music.scm (denemo): Update to 2.1.
2017-03-26gnu: linux-libre: Update to 4.10.5.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.5. (%linux-libre-hash): Update hash.
2017-03-26gnu: linux-libre@4.9: Update to 4.9.17.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.17.
2017-03-26gnu: linux-libre@4.4: Update to 4.4.56.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.56.
2017-03-26import: stackage: Compile only if guile-json is available.Mark H Weaver
* Makefile.am (MODULES): Move "guix/import/stackage.scm" within "if HAVE_GUILE_JSON". Sort the modules within that conditional.
2017-03-25system: grub: Don't attempt to load non-EFI modules on EFI.Ludovic Courtès
This resulted in a couple of harmless warnings just before the menu is displayed. * gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Move 'vbe' and 'vga' loading to the non-EFI branch.
2017-03-25gnu: python2-dogtail: Update to 0.9.9.Efraim Flashner
* gnu/packages/python.scm (python2-dogtail): Update to 0.9.9. [source]: Download using pypi-uri scheme.
2017-03-25gnu: git: Update to 2.12.2.Marius Bakke
* gnu/packages/version-control.scm (git): Update to 2.12.2.
2017-03-25gnu: maim: Update to 4.4.62.Marius Bakke
* gnu/packages/xdisorg.scm (maim): Update to 4.4.62.
2017-03-25gnu: youtube-dl: Update to 2017.03.24.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.24.
2017-03-25gnu: Add shellcheck.Danny Milosavljevic
* gnu/packages/haskell.scm (shellcheck): New variable.
2017-03-25gnu: Add ghc-json.Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-json): New variable.
2017-03-24gnu: Add emacs-symon.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-symon): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-03-24services: Add inetd-service-type.Thomas Danckaert
* gnu/services/networking.scm (<inetd-configuration>, <inetd-entry>): New record types. (inetd-config-file, inetd-shepherd-service): New procedures. (inetd-service-type): New variable. * doc/guix.texi (Networking Services): Document it. * gnu/tests/networking.scm: New file. * gnu/local.mk: Add it.
2017-03-24doc: Re-generate openvpn service documentation.Mathieu Othacehe
* doc/guix.texi (VPN Services): Generate documentation with generate-openvpn-server-documentation and generate-openvpn-client-documentation helpers and guile 2.1.7. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24services: openvpn: Fix a typo which was corrected in generated doc.Mathieu Othacehe
* gnu/services/vpn.scm (define-split-configuration): Fix typo. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24gnu: Add tlp service.Mathieu Othacehe
* gnu/services/pm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/tlp.scm. * doc/guix.texi (Power management Services): New section. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24services: configuration: Rewrite id procedure.Mathieu Othacehe
* gnu/services/configuration.scm (id): Replace it using the more concise version found in messaging.scm. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24services: Factorize define-maybe macro.Mathieu Othacehe
* gnu/services/configuration.scm (id): New procedure extracted from define-configuration. (define-maybe): New exported procedure, moved from messaging.scm. * gnu/services/messaging.scm (define-maybe): Remove it. (id): Move declaration inside define-all-configurations which is now the only caller procedure. Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24gnu: tlp: Read configuration from /etc/tlp.Mathieu Othacehe
* gnu/packages/linux.scm (tlp): Set TLP_CONF to "/etc/tlp". Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-03-24gnu: Add emacs-aggresive-indent-mode.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-aggressive-indent): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-03-24maint: Mention the Signed-off-by line in 'HACKING'.Clément Lassieur
* HACKING: Mention the Signed-off-by line.
2017-03-24gnu: ccache: Update to 3.3.4.Efraim Flashner
* gnu/packages/ccache.scm (ccache): Update to 3.3.4.
2017-03-24gnu: talloc: Update to 2.1.9.Efraim Flashner
* gnu/packages/samba (talloc): Update to 2.1.9. [home-page]: Use https.
2017-03-24gnu: samba: Update to 4.5.7 [fixes CVE-2017-2619].Efraim Flashner
* gnu/packages/samba.scm (samba): Update to 4.5.7.
2017-03-24services: guix-publish: Add 'compression-level' and 'nar-path' fields.Ludovic Courtès
* gnu/services/base.scm (<guix-publish-configuration>)[compression-level, nar-path]: New fields. (guix-publish-shepherd-service): Honor them. * doc/guix.texi (Base Services): Document them.
2017-03-24doc: Document 'guix-publish-service-type' instead of 'guix-publish-service'.Ludovic Courtès
* doc/guix.texi (Base Services): Document 'guix-publish-service-type' and 'guix-configuration'. Remove 'guix-publish-service'. (Invoking guix publish): Mention 'guix-publish-service-type'. * gnu/services/base.scm (guix-publish-service): Mark as deprecated. (<guix-configuration>): Export getters.
2017-03-23gnu: nginx: Update to 1.11.11.Marius Bakke
* gnu/packages/web.scm (nginx): Update to 1.11.11.
2017-03-23gnu: rustc: Simplify configure phase.Danny Milosavljevic
* gnu/packages/rust.scm (rustc): Simplify configure phase.
2017-03-23gnu: rxvt-unicode: Give 'urxvtc.desktop' a unique display name.ng0
* gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: In phase 'install-desktop-urxvtc' add '(client)' to the 'Name' line of the resulting '.desktop' file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-23gnu: knot: Update to 2.4.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.4.2.
2017-03-23gnu: python-appdirs: Use pypi-uri.Leo Famulari
This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a. * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use pypi-uri.
2017-03-23gnu: idris: Update to 0.99.1.Peter Mikkelsen
* gnu/packages/idris.scm (idris): Update to 0.99.1. [inputs]: Add ghc-code-page. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-23gnu: Add ghc-code-page.Peter Mikkelsen
* gnu/packages/haskell.scm (ghc-code-page): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-03-23gnu: star: Update to 2.5.3a.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
2017-03-23gnu: youtube-dl: Update to 2017.03.22.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.22.
2017-03-23gnu: python-natsort: Update to 5.0.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-natsort): Update to 5.0.2.
2017-03-23gnu: python2-futures: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-futures): Update to 3.0.5.
2017-03-23gnu: python-rauth: Update to 0.7.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
2017-03-23gnu: python-ipaddress: Update to 1.0.18.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
2017-03-23gnu: python-appdirs: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
2017-03-23gnu: python-beautifulsoup4: Update to 4.5.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
2017-03-23gnu: python-drmaa: Update to 0.7.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
2017-03-23gnu: python-sqlalchemy-utils: Update to 0.32.13.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
2017-03-23gnu: python-pafy: Update to 0.5.3.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
2017-03-22gnu: libffcall: Set source file-name.Efraim Flashner
* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field. [home-page]: Use https.
2017-03-22gnu: chicken: Update to 4.12.0.Kei Kebreau
* gnu/packages/scheme.scm (chicken): Update to 4.12.0.
2017-03-22gnu: dovecot: Update to 2.2.28.Leo Famulari
* gnu/packages/mail.scm (dovecot): Update to 2.2.28.
2017-03-22gnu: rustc: Honor max line length.Danny Milosavljevic
* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line length.
2017-03-22gnu: guix: Update development snapshot.Ludovic Courtès
* gnu/packages/package-management.scm (guix-devel): Update to 73a4645.