Age | Commit message (Expand) | Author |
2017-04-13 | gnu: emacs-zenburn-theme: Update to 2.5....* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-flycheck: Update to 30....* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-clojure-mode: Update to 5.4.0....* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-company: Update to 0.9.3....* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: Add libxls....* gnu/packages/xml.scm (libxls): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Catonano |
2017-04-13 | gnu: Add kiki....* 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.
| Ricardo Wurmus |
2017-04-13 | gnu: Add freeglut-2.8....* gnu/packages/gl.scm (freeglut-2.8): New variable.
| Ricardo Wurmus |
2017-04-13 | gnu: linux-libre: Update to 4.10.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2017-04-13 | gnu: linux-libre@4.9: Update to 4.9.22....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
| Mark H Weaver |
2017-04-13 | gnu: linux-libre@4.4: Update to 4.4.61....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
| Mark H Weaver |
2017-04-12 | gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}]....* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.28): New variable.
| Leo Famulari |
2017-04-12 | gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697]....* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
(libsamplerate-0.1.9): New variable.
| Leo Famulari |
2017-04-12 | gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes]....Fixes CVE-2017-{3136,3137,3138}.
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
| Leo Famulari |
2017-04-12 | gnu: icecat: Add more fixes from mozilla-esr45....* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream
mozilla-esr45 repository.
| Mark H Weaver |
2017-04-13 | gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}]....* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
| Marius Bakke |
2017-04-13 | services: tor: Run in a container....* gnu/services/networking.scm (tor-shepherd-service): Use (gnu build
shepherd) and use 'make-forkexec-constructor/container' instead of
'make-forkexec-constructor'.
| Ludovic Courtès |
2017-04-13 | file-systems: Allow for bind-mounts of named sockets....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)).
| Ludovic Courtès |
2017-04-13 | services: Define '%linux-bare-metal-service' using 'simple-service'....* gnu/services.scm (linux-bare-metal-service-type): Remove.
(%linux-bare-metal-service): Define in terms of 'simple-service'.
| Ludovic Courtès |
2017-04-12 | gnu: certbot: Remove unused dependency....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.
| Leo Famulari |
2017-04-12 | gnu: python-acme: Remove unused dependencies....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.
| Leo Famulari |
2017-04-12 | gnu: emacs-ag: Build and install info....* gnu/packages/emacs.scm (emacs-ag)[arguments]: Add 'make-info' and
'install-info' phases.
Signed-off-by: Alex Kost <alezost@gmail.com>
| George Clemmer |
2017-04-12 | gnu: emacs-ivy: Update to 0.9.1....* gnu/packages/emacs.scm (emacs-ivy): Update to 0.9.1.
| Alex Kost |
2017-04-12 | gnu: nano: Update to 2.8.1....* gnu/packages/nano.scm (nano): Update to 2.8.1.
| Efraim Flashner |
2017-04-12 | gnu: nginx: Update to 1.12.0....* gnu/packages/web.scm (nginx): Update to 1.12.0.
| Marius Bakke |
2017-04-12 | gnu: certbot, python-acme: Build documentation in separate phase....* gnu/packages/tls.scm (python-acme)[arguments]<:phases>: Add
'build-documentation' phase. Rename 'docs' phase to 'install-documentation'.
(certbot)[arguments]<:phases>: Adjust accordingly.
| Marius Bakke |
2017-04-12 | doc: Use OpenSSH instead of lsh in bare-bones template....* gnu/system/examples/bare-bones.tmpl (services): Use openssh-service-type
instead of lsh-service.
| Leo Famulari |
2017-04-12 | gnu: Add emacs-xmlgen....* gnu/packages/emacs.scm (emacs-xmlgen): New variable.
| Arun Isaac |
2017-04-12 | gnu: darkhttpd: Update source URI....* gnu/packages/web.scm (darkhttpd)[source]: Update URI.
| Arun Isaac |
2017-04-12 | gnu: dovecot: Update to 2.2.29.1....* 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.
| Tobias Geerinckx-Rice |
2017-04-12 | gnu: emacs-default-encrypt: Update source URI....* gnu/packages/emacs.scm (emacs-default-encrypt)[source]: Update URI.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Chris Marusich |
2017-04-12 | gnu: kde-frameworks: No longer setenv CTEST_OUTPUT_ON_FAILURE....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.
| Hartmut Goebel |
2017-04-12 | gnu: Update kde-frameworks to 5.32.0...* 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.
| Hartmut Goebel |
2017-04-12 | gnu: Update phonon to 4.9.1...* gnu/packages/kde-frameworks.scm (phonon): Update to 4.9.1.
| Hartmut Goebel |
2017-04-12 | gnu: Update networkmanager to version 1.6.2....* 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.
| Hartmut Goebel |
2017-04-12 | gnu: jasper: Fixx CVE-2017-6850....* 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.
| Efraim Flashner |
2017-04-11 | gnu: dovecot: Update to 2.2.29 [fixes CVE-2017-2669]....* 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.
| Leo Famulari |
2017-04-11 | gnu: libressl: Update to 2.5.3....* gnu/packages/tls.scm (libressl): Update to 2.5.3.
| Leo Famulari |
2017-04-11 | gnu: youtube-dl: Update to 2017.04.11....* gnu/packages/video.scm (youtube-dl): Update to 2017.04.11.
| Tobias Geerinckx-Rice |
2017-04-11 | gnu: Add emacs-htmlize....* gnu/packages/emacs.scm (emacs-htmlize): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| Arun Isaac |
2017-04-11 | gnu: Add emacs-strace-mode....* gnu/packages/emacs.scm (emacs-strace-mode): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
| Mathieu Othacehe |
2017-04-11 | gnu: knot: Update to 2.4.3....* gnu/packages/dns.scm (knot): Update to 2.4.3.
| Tobias Geerinckx-Rice |
2017-04-11 | gnu: Add Fabric....* gnu/packages/admin.scm (fabric): New variable.
| Ben Sturmfels |
2017-04-11 | gnu: python-paramiko: Update to 1.17.4....* gnu/packages/python.scm (python-paramiko): Update to 1.17.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ben Sturmfels |
2017-04-11 | gnu: Add emacs-default-encrypt....* gnu/packages/emacs.scm (emacs-default-encrypt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Chris Marusich |
2017-04-11 | gnu: Add Luminance HDR....* 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.
| Ludovic Courtès |
2017-04-11 | gnu: Add emacspeak....* gnu/packages/emacs.scm (emacspeak): New variable.
| Kei Kebreau |
2017-04-11 | build: Fix compilation warnings....* 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>
| Mathieu Othacehe |
2017-04-11 | gnu: frescobaldi: Update to 3.0.0....* gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
[inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
and "python-poppler-qt5", respectively.
| Ricardo Wurmus |
2017-04-11 | gnu: Add python-poppler-qt5....* gnu/packages/pdf.scm (python-poppler-qt5): New variable.
| Ricardo Wurmus |
2017-04-11 | gnu: Add cdogs-sdl....* gnu/packages/games.scm (cdogs-sdl): New variable.
| Ricardo Wurmus |