Age | Commit message (Expand) | Author |
2017-09-06 | gnu: emacs-org: Update to 20170906.•••* gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
| Nicolas Goaziou |
2017-09-06 | gnu: libzip: Update to 1.3.0 (fixes CVE-2017-14107).•••* gnu/packages/compression.scm (libzip): Update to 1.3.0.
[source]: Remove patch.
[arguments]: Remove custom 'patch-perl phase.
* gnu/packages/patches/libzip-CVE-2017-12858.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2017-09-06 | gnu: openjpeg: Fix CVE-2017-14151, CVE-2017-14152.•••* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
| Efraim Flashner |
2017-09-06 | gnu: csound: Update to 6.09.1.•••* gnu/packages/audio.scm (csound): Update to 6.09.1. Change source URI.
* gnu/packages/patches/csound-header-ordering.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove reference to patch above.
| Nicolas Goaziou |
2017-09-06 | gnu: Update calibre to 3.6.0.•••* gnu/local.mk: Remove calibre-drop-unrar.patch
* gnu/packages/ebook.scm (calibre): Update to 3.6.0.
Add python-html5-parser input.
* gnu/packages/patches/calibre-drop-unrar.patch: Remove file.
| Roel Janssen |
2017-09-06 | gnu: Add python-html5-parser, python2-html5-parser.•••* gnu/packages/python.scm (python-html5-parser): New variable.
(python2-html5-parser: New variable.
| Roel Janssen |
2017-09-06 | gnu: Update python-lxml to 3.8.0.•••* gnu/packages/python.scm (python-lxml): Update to 3.8.0.
| Roel Janssen |
2017-09-06 | gnu: Add emacs-go-mode.•••* gnu/packages/emacs.scm (emacs-go-mode): New variable.
| Christopher Baines |
2017-09-06 | gnu: mutter: Add missing input.•••* gnu/packages/gnome.scm (mutter)[inputs]: Add libcap.
| Efraim Flashner |
2017-09-06 | gnu: mutter: Only propagate glib once.•••* gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate
glib.
| Efraim Flashner |
2017-09-06 | gnu: gnome-session: Add missing input.•••* gnu/packages/gnome.scm (gnome-settings)[inputs]: Add libcap.
| Efraim Flashner |
2017-09-06 | gnu: polkit: Add missing input.•••* gnu/packages/polkit.scm (polkit)[inputs]: Add libcap.
| Efraim Flashner |
2017-09-06 | gnu: weston: Add missing input.•••* gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
| Efraim Flashner |
2017-09-06 | gnu: kmscon: Add missing input.•••* gnu/packages/terminals.scm (kmscon)[inputs]: Add libcap.
| Efraim Flashner |
2017-09-06 | tests: Add test for installing from an ISO Image.•••* gnu/tests/install.scm (%test-iso-image-installer): New variable.
(run-install): Add #:installation-disk-image-file-system-type as a keyword
argument.
| Christopher Baines |
2017-09-06 | vm: Call iso9660-image with #:register-closures? as #t.•••* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
#:register-closures? as #t.
| Christopher Baines |
2017-09-06 | vm: Add support for registering closures to iso9660-image.•••* gnu/system/vm.scm (iso9660-image): Add support for registering closures.
| Christopher Baines |
2017-09-06 | vm: Create /mnt in the generated ISO image in make-iso9660-image.•••This is used in the installation process, as the mountpoint for the target
filesystem.
* gnu/build/vm.scm (make-iso9660-image): Create /mnt within the generated ISO
image.
| Christopher Baines |
2017-09-06 | vm: Add support for registering closures to make-iso9660-image.•••This mimics the functionality in the root-partition-initializer used in
creating the QEMU image. This helps when trying to run guix system init from
the generated ISO image.
* gnu/build/vm.scm (make-iso9660-image): Add support for registering closures.
| Christopher Baines |
2017-09-05 | gnu: file: Fix CVE-2017-1000249.•••* gnu/packages/file.scm (file)[replacement]: New field.
(file/fixed): New variable.
* gnu/packages/commencement.scm (file-boot0): Use package/inherit.
* gnu/packages/patches/file-CVE-2017-1000249.patch.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2017-09-05 | gnu: ruby-coderay: Update to 1.1.2.•••* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.2.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).•••* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
| Tobias Geerinckx-Rice |
2017-09-05 | services: web: Fix nginx-service-type's ‘file’ procedure.•••* gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace
references to non-existent ‘config-file’ with ‘file’.
* doc/guix.texi (Web Services): Likewise.
| Tobias Geerinckx-Rice |
2017-09-05 | doc: Fix typo in copyright header.•••* doc/guix.texi: Move stray ‘@*’ to where it belongs.
| Tobias Geerinckx-Rice |
2017-09-05 | Handle the same HTTP redirects everywhere.•••* guix/build/download.scm (http-fetch): Complete the hard-coded list of HTTP
redirection status codes.
* guix/http-client.scm (http-fetch): Likewise.
* guix/scripts/lint.scm (probe-uri): Likewise.
| Tobias Geerinckx-Rice |
2017-09-05 | build: Negate ‘--disable-daemon’ help string.•••This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c.
* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].•••* gnu/packages/patches/tcpdump-CVE-2017-11541.patch,
gnu/packages/patches/tcpdump-CVE-2017-11542.patch
gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (tcpdump)[source]: Use them.
| Leo Famulari |
2017-09-05 | gnu: libmediainfo: Adjust build phases.•••* gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build
directory before running autogen.
| Efraim Flashner |
2017-09-05 | guix: Fix Guile current-processor-count deprecation warnings.•••When current-processor-count is used without (ice-9 threads) being used, Guile
complains with the following warning:
Import (ice-9 threads) to have access to `current-processor-count'.
* guix/store.scm: Use (ice-9 threads).
| Mathieu Othacehe |
2017-09-05 | gnu: elogind: Update to 232.3.•••* gnu/packages/freedesktop.scm (elogind): Update to 232.3.
[home-page]: Use new upstream home page.
[arguments]: Disable tests, add new required configure flags; add build phase
"autogen".
[native-inputs]: Add autoconf, automake, libtool, and python.
| Ricardo Wurmus |
2017-09-05 | gnu: r-tidyr: Update to 0.7.1.•••* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.1.
| Ricardo Wurmus |
2017-09-05 | gnu: r-gdtools: Update to 0.1.6.•••* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.6.
| Ricardo Wurmus |
2017-09-05 | gnu: Add r-sparql.•••* gnu/packages/bioinformatics.scm (r-sparql): New variable.
| Roel Janssen |
2017-09-05 | gnu: epiphany: Update to 3.24.4.•••* gnu/packages/gnome.scm (epiphany): Update to 3.24.4.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: libvirt: Make selected inputs native-inputs.•••* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: libvirt: Update to 3.7.0.•••* gnu/packages/virtualization.scm (libvirt): Update to 3.7.0.
[native-inputs]: Add libxslt for xsltproc.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: python-libvirt: Update to 3.7.0.•••* gnu/packages/virtualization.scm (python-libvirt): Update to 3.7.0.
| Tobias Geerinckx-Rice |
2017-09-05 | gnu: Use HTTPS for libvirt.org.•••* gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]:
Use HTTPS.
| Tobias Geerinckx-Rice |
2017-09-04 | gnu: libidn2: Replace with 2.0.4 [security fixes].•••* gnu/packages/libidn.scm (libidn2)[replacement]: New field.
(libidn2-2.0.4): New variable.
| Mark H Weaver |
2017-09-04 | gnu: emacs-tiny: Fix typo.•••* gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
| Ludovic Courtès |
2017-09-04 | gnu: Add emacs-minitest.•••* gnu/packages/emacs.scm (emacs-minitest): New variable.
| Christopher Baines |
2017-09-04 | vm: Remove redundant conditional in system-disk-image.•••* gnu/system/vm.scm (system-disk-image): Remove redundant conditional for
#:file-system-type when calling qemu-image.
| Christopher Baines |
2017-09-04 | gnu: classpath-devel: Fix build after d10092b8491.•••* gnu/packages/java.scm (classpath-devel)[arguments]: Actually run 'bootstrap'
phase.
| Marius Bakke |
2017-09-04 | gnu: emacs-browse-at-remote: Simplify 'check' phase.•••* gnu/packages/emacs.scm (emacs-browse-at-remote)[native-inputs]: Add
'ert-runner'.
[arguments]: Run it in the 'check' phase.
| Alex Kost |
2017-09-04 | gnu: gpm: Fix build.•••* gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang
during the 'boottstrap phase.
| Efraim Flashner |
2017-09-04 | gnu: quassel: Update package definition.•••* gnu/packages/irc.scm (quassel)[source]: Remove bundled scripts.
[arguments]: Update comments in 'configure-flags.
[inputs]: Remove oxygen-icons. Move extra-cmake-modules and qttools ...
[native-inputs]: ... to here.
| Efraim Flashner |
2017-09-04 | gnu: i3-wm: Update to 4.14.•••* gnu/packages/wm.scm (i3-wm): Update to 4.14.
| Leo Famulari |
2017-09-04 | gnu: mpd: Update to 0.20.10.•••* gnu/packages/mpd.scm (mpd): Update to 0.20.10.
| Leo Famulari |
2017-09-04 | services: Add auto-enable? parameter to the bluetooth-service.•••* gnu/services/desktop.scm (bluetooth-configuration): New record.
(bluetooth-shepherd-service): Use it.
(bluetooth-directory): New method.
(bluetooth-service-type): Use it to extend the etc-service-type service.
(bluetooth-service): Add `auto-enable?' parameter.
* doc/guix.texi (Desktop Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxim Cournoyer |
2017-09-04 | gnu: Add python-ghp-import.•••* gnu/packages/version-control.scm (python-ghp-import, python2-ghp-import):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Oleg Pykhalov |