summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-13gnu: php: Update to 7.1.4.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: postgresql: Update to 9.6.2.Vasile Dumitrascu
* gnu/packages/databases.scm (postgresql): Update to 9.6.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-zenburn-theme: Update to 2.5.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-flycheck: Update to 30.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-flycheck): Update to 30. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-clojure-mode: Update to 5.4.0.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-company: Update to 0.9.3.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: Add libxls.Catonano
* gnu/packages/xml.scm (libxls): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-04-13gnu: Add kiki.Ricardo Wurmus
* gnu/packages/games.scm (kiki): New variable. * gnu/packages/patches/kiki-level-selection-crash.patch, gnu/packages/patches/kiki-makefile.patch, gnu/packages/patches/kiki-missing-includes.patch, gnu/packages/patches/kiki-portability-64bit.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them.
2017-04-13gnu: Add freeglut-2.8.Ricardo Wurmus
* gnu/packages/gl.scm (freeglut-2.8): New variable.
2017-04-13gnu: linux-libre: Update to 4.10.10.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10. (%linux-libre-hash): Update hash.
2017-04-13gnu: linux-libre@4.9: Update to 4.9.22.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
2017-04-13gnu: linux-libre@4.4: Update to 4.4.61.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
2017-04-12gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}].Leo Famulari
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field. (libsndfile-1.0.28): New variable.
2017-04-12gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].Leo Famulari
* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field. (libsamplerate-0.1.9): New variable.
2017-04-12gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].Leo Famulari
Fixes CVE-2017-{3136,3137,3138}. * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
2017-04-12gnu: icecat: Add more fixes from mozilla-esr45.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream mozilla-esr45 repository.
2017-04-13gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].Marius Bakke
* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
2017-04-13services: tor: Run in a container.Ludovic Courtès
* gnu/services/networking.scm (tor-shepherd-service): Use (gnu build shepherd) and use 'make-forkexec-constructor/container' instead of 'make-forkexec-constructor'.
2017-04-13file-systems: Allow for bind-mounts of named sockets.Ludovic Courtès
Previously a named socket such as /dev/log would fail the 'regular-file?' test and we'd end up mkdir'ing it. * gnu/build/file-systems.scm (regular-file?): Remove. (mount-file-system): Change (regular-file? source) to (not (file-is-directory? source)).
2017-04-13services: Define '%linux-bare-metal-service' using 'simple-service'.Ludovic Courtès
* gnu/services.scm (linux-bare-metal-service-type): Remove. (%linux-bare-metal-service): Define in terms of 'simple-service'.
2017-04-12gnu: certbot: Remove unused dependency.Leo Famulari
This dependency was removed in certbot@0.10.0: https://github.com/certbot/certbot/commit/d54cb76432a2eff43cc9cc3c1cc4d9136eac2221 * gnu/packages/tls.scm (certbot)[propagated-inputs]: Remove python2-pythondialog.
2017-04-12gnu: python-acme: Remove unused dependencies.Leo Famulari
Removed in python-acme@0.10.0 and 0.4.1, respectively: https://github.com/certbot/certbot/commit/edbb3a73c6085219bef0cbf008bd1c82088bfcf6 https://github.com/certbot/certbot/commit/df383ee6e408f3be4bc3beb59aa33abc8e90f268 * gnu/packages/tls.scm (python-acme, python2-acme)[propagated-inputs]: Remove python-ndg-httpsclient and python-werkzeug.
2017-04-12gnu: emacs-ag: Build and install info.George Clemmer
* gnu/packages/emacs.scm (emacs-ag)[arguments]: Add 'make-info' and 'install-info' phases. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-04-12gnu: emacs-ivy: Update to 0.9.1.Alex Kost
* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
2017-04-12gnu: nano: Update to 2.8.1.Efraim Flashner
* gnu/packages/nano.scm (nano): Update to 2.8.1.
2017-04-12gnu: nginx: Update to 1.12.0.Marius Bakke
* gnu/packages/web.scm (nginx): Update to 1.12.0.
2017-04-12gnu: certbot, python-acme: Build documentation in separate phase.Marius Bakke
* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add 'build-documentation' phase. Rename 'docs' phase to 'install-documentation'. (certbot)[arguments]<:phases>: Adjust accordingly.
2017-04-12doc: Use OpenSSH instead of lsh in bare-bones template.Leo Famulari
* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type instead of lsh-service.
2017-04-12gnu: Add emacs-xmlgen.Arun Isaac
* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
2017-04-12gnu: darkhttpd: Update source URI.Arun Isaac
* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
2017-04-12gnu: dovecot: Update to 2.2.29.1.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.2.29.1. [source]: Remove 'dovecot-fix-failing-test.patch'. * gnu/packages/patches/dovecot-fix-failing-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-12gnu: emacs-default-encrypt: Update source URI.Chris Marusich
* gnu/packages/emacs.scm (emacs-default-encrypt)[source]: Update URI. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-12gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE.Hartmut Goebel
This is now done my the cmake-build-system. * gnu/packages/kde-frameworks.scm (kcoreaddons, kwidgetsaddons, kpackage, kemoticons kiconthemes, kio, knewstuff, kpeople, krunner,kservice, ktexteditor, kxmlgui plasma-framework) [arguments] <check-setup>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (kpty) [arguments] <patch-tests>: Remove setenv CTEST_OUTPUT_ON_FAILURE. (ksyntaxhighlighting) [arguments] <check-setup>: Remove phase.
2017-04-12gnu: Update kde-frameworks to 5.32.0Hartmut Goebel
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.32.0. [arguments]: Re-enable tests. (kio): Update to 5.32.0. [source]: Remove patch. (ktexteditor): Update to 5.32.0. [inputs]: Add ksyntaxhighlighting. (networkmanager-qt): Update to 5.32.0. [source]: Add patches. (kunitconversion): Update to 5.32.0. [arguments] <disable-a-failing-test-case>: New phase. (ksyntaxhighlighting): Update to 5.32.0.[native-iputs]: Add qtools. (knewstuff): Update to 5.32.0. [inputs]: Add qtdeclarative. (attica, baloo, bluez-qt, extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive, kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded, kdesignerplugin, kdesu, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel, kguiaddons, ki18n, kiconthemes, kidletime, kimageformats, kinit, kitemmodels, kitemviews, kjobwidgets, knotifications, knotifyconfig, kpackage, kparts, kpeople, kplotting, kpty, krunner, kservice, ktextwidgets, kwallet, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, oxygen-icons, plasma-framework, solid, sonnet, threadweaver): Update to 5.32.0. * gnu/packages/patches/kio-CVE-2017-6410.patch: Delete file. * gnu/packages/patches/networkmanager-qt-activeconnection-test-1.patch, gnu/packages/patches/networkmanager-qt-activeconnection-test-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Remove resp. add the patch files.
2017-04-12gnu: Update phonon to 4.9.1Hartmut Goebel
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
2017-04-12gnu: Update networkmanager to version 1.6.2.Hartmut Goebel
* gnu/packages/gnome.scm (networkmanager): [source] Update to 1.6.2 [arguments] <pre-configure>: Adopt to now used single Makefile.in. <install>: Also pass "nmstatedir". [native-inputs]: Add docbook-xsl, libxslt, libxml2. [inputs]: Add jansson.
2017-04-12gnu: jasper: Fixx CVE-2017-6850.Efraim Flashner
* gnu/packages/image.scm (jasper)[source]: Add patch. * gnu/packages/patches/jasper-CVE-2017-6850.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-04-11gnu: dovecot: Update to 2.2.29 [fixes CVE-2017-2669].Leo Famulari
* gnu/packages/mail.scm (dovecot): Update to 2.2.29. [source]: Use 'dovecot-fix-failing-test.patch'. * gnu/packages/patches/dovecot-fix-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11gnu: libressl: Update to 2.5.3.Leo Famulari
* gnu/packages/tls.scm (libressl): Update to 2.5.3.
2017-04-11gnu: youtube-dl: Update to 2017.04.11.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.11.
2017-04-11gnu: Add emacs-htmlize.Arun Isaac
* gnu/packages/emacs.scm (emacs-htmlize): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11gnu: Add emacs-strace-mode.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-strace-mode): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-11gnu: knot: Update to 2.4.3.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.4.3.
2017-04-11doc: Update Python Modules subtitle to refer to Monty Python.Ben Sturmfels
* doc/guix.texi (Packaging Guidelines): Update Python Modules subtitle. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11gnu: Add Fabric.Ben Sturmfels
* gnu/packages/admin.scm (fabric): New variable.
2017-04-11gnu: python-paramiko: Update to 1.17.4.Ben Sturmfels
* gnu/packages/python.scm (python-paramiko): Update to 1.17.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11gnu: Add emacs-default-encrypt.Chris Marusich
* gnu/packages/emacs.scm (emacs-default-encrypt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-11gnu: Add Luminance HDR.Ludovic Courtès
* gnu/packages/image-viewers.scm (luminance-hdr): New variable. * gnu/packages/patches/luminance-hdr-qt-printer.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-04-11gnu: Add emacspeak.Kei Kebreau
* gnu/packages/emacs.scm (emacspeak): New variable.
2017-04-11build: Fix compilation warnings.Mathieu Othacehe
* gnu/build/linux-boot.scm (define-module): Use (guix build syscalls). * gnu/build/linux-modules.scm (define-module): Ditto. * gnu/build/file-systems (define-module): Stop re-exporting mount, umount and MS_* flags as this is now safe to include (guix build syscalls) instead. (mount): Remove procedure. (umount): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org>