summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-07-12build: Make ISO-9660 image bootable from USB flash drive.Danny Milosavljevic
* gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash drive.
2017-07-12gnu: et: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (et)[description]: Fix typo.
2017-07-11gnu: man-db: Update to 2.7.6.1 [fixes CVE-2015-1336].Leo Famulari
* gnu/packages/man.scm (man-db): Update to 2.7.6.1. [arguments]: Add '--disable-cache-owner' to #:configure-flags.
2017-07-12gnu: nginx: Update to 1.12.1 [fixes CVE-2017-7529].Marius Bakke
* gnu/packages/web.scm (nginx): Update to 1.12.1.
2017-07-11system: Refer to native packages when appropriate.Ludovic Courtès
* gnu/system/locale.scm (localedef-command): Use the native LIBC. * gnu/system/shadow.scm (default-skeletons): Use the native GUILE-WM.
2017-07-11gnu: shadow: Fix cross-compilation.Ludovic Courtès
* gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer to "cross-libc" when cross-compiling.
2017-07-11gnu: inetutils: Allow for cross-compilation.Ludovic Courtès
* gnu/packages/admin.scm (inetutils)[arguments]: Pass "--with-path-procnet-dev".
2017-07-11gnu: linux-pam: Disable NIS when cross-compiling.Ludovic Courtès
* gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis" when cross-compiling.
2017-07-11gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683].Ludovic Courtès
* gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
2017-07-11gnu: Add lollypop.rennes
* gnu/packages/gnome.scm (lollypop): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-11services: elogind: Start from the Shepherd.Ludovic Courtès
Fixes <http://bugs.gnu.org/27580>. Reported by William <w@vieta.uk>. * gnu/services/desktop.scm (elogind-shepherd-service): New procedure. (elogind-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE.
2017-07-10gnu: hop: Update to 3.1.0-pre2.Kei Kebreau
* gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2. [source]: Remove unnecessary patch. [arguments]: Enable tests; disable parallel building; specify BIGLOO in make-flags. [inputs]: Add libgc, libunistring, libuv, pcre and sqlite. * gnu/local.mk (dist_patch_DATA): Remove unnecessary patch. * gnu/packages/patches/hop-linker-flags.patch: Delete file.
2017-07-10gnu: bigloo: Update to 4.3a.Kei Kebreau
* gnu/packages/scheme.scm (bigloo): Update to 4.3a. [source]: Remove old patch. Add snippet. [arguments]: Adjust the build phases accordingly. [inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
2017-07-10gnu: libpipeline: Update to 1.4.2.Leo Famulari
* gnu/packages/man.scm (libpipeline): Update to 1.4.2.
2017-07-11services: dbus, polkit: Add default value.Ludovic Courtès
* gnu/services/dbus.scm (dbus-root-service-type)[default-value]: New field. (polkit-service-type)[default-value]: New field.
2017-07-11services: Make error message less scary.Ludovic Courtès
* gnu/services.scm (service-back-edges): Show the type name of SERVICE instead of SERVICE in error message.
2017-07-10gnu: offlineimap: Update to 7.1.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
2017-07-10gnu: sshuttle: Move python-pytest-runner.Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark python-pytest-runner as a test-only dependency, following up commit 447f75825fbe473f0684d4664dde01d9d3a02d75.
2017-07-10gnu: libtiff: Fix two integer overflows.Leo Famulari
* gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch, gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
2017-07-10gnu: ncurses: Fix CVE-2017-10684 and CVE-2017-10685.Leo Famulari
* gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ncurses.scm (ncurses)[replacement]: New field. (ncurses/fixed): New variable.
2017-07-10gnu: poppler: Fix null pointer dereferences.Mark H Weaver
* gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
2017-07-10gnu: emacs-exwm-x: Update to 1.7.2.Feng Shu
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2. [propagated-inputs]: Add emacs-use-package. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-10gnu: unshield: Remove incorrect '"'.Manolis Ragkousis
* gnu/packages/compression.scm (unshield): Remove incorrect '"'.
2017-07-10build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label. * gnu/system/install.scm (installation-os): Use "GuixSD" as label. * gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume label. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10gnu: Add et.Stefan Reichör
* gnu/packages/ssh.scm (et): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10gnu: emacs: Build with imagemagick support.Alex Vong
* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-09gnu: nss-pam-ldapd: Update to 0.9.8.Ricardo Wurmus
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
2017-07-09gnu: qtractor: Update to 0.8.3.Ricardo Wurmus
* gnu/packages/music.scm (qtractor): Update to 0.8.3.
2017-07-09gnu: guitarix: Update to 0.35.4.Ricardo Wurmus
* gnu/packages/audio.scm (guitarix): Update to 0.35.4.
2017-07-09gnu: guitarix-lv2: Remove inputs override.Ricardo Wurmus
* gnu/packages/audio.scm (guitarix-lv2)[inputs]: Remove.
2017-07-09gnu: gtk-doc: Fix dblatex problem.Ricardo Wurmus
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "set-HOME".
2017-07-09gnu: dblatex: Use texlive-union.Ricardo Wurmus
* gnu/packages/patches/dblatex-remove-multirow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/docbook.scm (dblatex)[source]: Use patch. [inputs]: Replace "texlive" with a texlive-union.
2017-07-09gnu: Add texlive-fonts-rsfs.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-fonts-rsfs): New variable.
2017-07-09gnu: lilypond: Use texlive-union.Ricardo Wurmus
* gnu/packages/music.scm (lilypond)[arguments]: Add phase "use-texlive-union". [native-inputs]: Replace "texlive" with a texlive-union.
2017-07-09gnu: lilypond: Update to 2.19.63.Ricardo Wurmus
* gnu/packages/music.scm (lilypond): Update to 2.19.63.
2017-07-09gnu: Add texlive-metapost.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-metapost): New variable.
2017-07-09gnu: Add texlive-latex-lh.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-lh): New variable.
2017-07-09gnu: Add texlive-latex-eepic.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-eepic): New variable.
2017-07-09gnu: Add texlive-latex-eso-pic.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-eso-pic): New variable.
2017-07-09gnu: Add texlive-fonts-ec.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-fonts-ec): New variable.
2017-07-09gnu: Add texlive-generic-epsf.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-generic-epsf): New variable.
2017-07-09gnu: Add texlive-latex-wasysym.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-wasysym): New variable.
2017-07-09gnu: Add texlive-latex-titlesec.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-titlesec): New variable.
2017-07-09gnu: Add texlive-latex-subfigure.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-subfigure): New variable.
2017-07-09gnu: Add texlive-fonts-stmaryrd.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): New variable.
2017-07-09gnu: Add texlive-latex-pdfpages.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-pdfpages): New variable.
2017-07-09gnu: Add texlive-latex-overpic.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-overpic): New variable.
2017-07-09gnu: Add texlive-latex-multirow.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-multirow): New variable.
2017-07-09gnu: Add texlive-latex-jknapltx.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-jknapltx): New variable.
2017-07-09gnu: Add texlive-latex-listings.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-listings): New variable.