summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: r-callr: Fix typo "This package".•••* gnu/packages/cran (r-callr)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: r-widgettools: Fix typo "This package".•••* gnu/packages/bioconductor (r-widgettools)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: r-interactionset: Fix typo "This package".•••* gnu/packages/bioconductor (r-interactionset)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: r-anota: Fix typo "parallel".•••* gnu/packages/bioconductor (r-anota)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: r-anota: Fix typo "various".•••* gnu/packages/bioconductor (r-anota)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: r-marray: Fix typo "function".•••* gnu/packages/bioconductor (r-marray)[description]: Fix typo. Vagrant Cascadian2019-05-221-1/+1
* gnu: linux-libre: Update to 5.1.4.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.4. (%linux-libre-hash): Update hash. Mark H Weaver2019-05-221-2/+2
* gnu: linux-libre@4.19: Update to 4.19.45.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.45. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-05-221-2/+2
* gnu: linux-libre@4.14: Update to 4.14.121.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.121. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-05-221-2/+2
* gnu: linux-libre@4.9: Update to 4.9.178.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.178. Mark H Weaver2019-05-221-2/+2
* gnu: icecat: Update to 60.7.0-guix1 [security fixes].•••Includes fixes for CVE-2018-18511, CVE-2019-5798, CVE-2019-7317, CVE-2019-9797, CVE-2019-9800, CVE-2019-9815, CVE-2019-9816, CVE-2019-9817, CVE-2019-9818, CVE-2019-9819, CVE-2019-9820, CVE-2019-11691, CVE-2019-11692, CVE-2019-11693, CVE-2019-11694, and CVE-2019-11698. * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.7.0-guix1. (icecat-source)[upstream-firefox-source]: Update hash. Mark H Weaver2019-05-221-2/+2
* gnu: curl: Update replacement to 7.65.0 [fixes CVE-2019-5435, CVE-2019-5436]•••* gnu/packages/curl.scm (curl-7.64.0): Rename to ... (curl-7.65.0): ... this. Update to 7.65.0. (curl)[replacement]: Adjust accordingly. Marius Bakke2019-05-221-4/+4
* gnu: nginx: Update to 1.17.0.•••* gnu/packages/web.scm (nginx): Update to 1.17.0. Marius Bakke2019-05-221-2/+2
* gnu: samba: Update to 4.10.4.•••* gnu/packages/samba.scm (samba): Update to 4.10.4. Marius Bakke2019-05-221-2/+2
* gnu: libgit2: Update to 0.28.2.•••* gnu/packages/version-control.scm (libgit2): Update to 0.28.2. Marius Bakke2019-05-221-2/+2
* gnu: ungoogled-chromium: Update to 74.0.3729.169-0.d2beaef.•••* gnu/packages/chromium.scm (%chromium-version): Update to 74.0.3729.169. (ungoogled-chromium-source): Update hash. Marius Bakke2019-05-221-2/+2
* gnu: Add libtextstyle.•••* gnu/packages/gettext.scm (libtextstyle): New variable. Ludovic Courtès2019-05-221-0/+31
* gnu: gettext-minimal: Specify upstream name and CPE name.•••* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field. Ludovic Courtès2019-05-221-0/+2
* weather: Accept package specs on the command line.•••Previously, non-option arguments would be ignored. Now it puts them to good use. * guix/scripts/weather.scm (guix-weather)[package-list]: New procedure. Use it. * doc/guix.texi (Invoking guix weather): Adjust accordingly. Ludovic Courtès2019-05-222-7/+27
* gnu: emacs-minimal, emacs-xwidgets: Build with "--disable-build-details".•••* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Use 'substitute-keyword-arguments' for #:configure-flags, and pass "--disable-build-details". (emacs-xwidgets)[arguments]: Likewise. Ludovic Courtès2019-05-221-9/+10
* gnu: emacs: Make build more reproducible•••* gnu/packages/emacs.scm (emacs)[arguments]: Add configure-flag to omit build information in binary. Signed-off-by: Ludovic Courtès <ludo@gnu.org> wednesday2019-05-221-1/+2
* gnu: Add mallard-ducktype•••* gnu/packages/python-xyz.scm: (mallard-ducktype) new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill2019-05-221-0/+27
* gnu: libstdc++-doc: Add version 9.x.•••* gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove. (libstdc++-doc-9): New variable. Ludovic Courtès2019-05-221-3/+3
* gnu: libstdc++-doc: Unhide.•••This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db. * gnu/packages/gcc.scm (make-libstdc++-doc): Add 'properties' field. Ludovic Courtès2019-05-221-2/+3
* pack: Warn when building an empty pack.•••* guix/scripts/pack.scm (guix-pack): Warn when MANIFEST has zero entries. Ludovic Courtès2019-05-221-0/+3
* pack: Add '--root'.•••* guix/scripts/pack.scm (%options, show-help): Add "--root". (guix-pack): Honor it. * tests/guix-pack.sh: Test it. * doc/guix.texi (Invoking guix pack): Document it. Ludovic Courtès2019-05-223-3/+29
* gnu: libnotify: Don't build 'libnotify.a'.•••* gnu/packages/gnome.scm (libnotify)[arguments]: New field. Marius Bakke2019-05-211-0/+2
* gnu: libnotify: Propagate required inputs.•••libnotify doesn't propagate other needed libraries for linking against it resulting in pkg-config errors like > Package gdk-pixbuf-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gdk-pixbuf-2.0.pc' > to the PKG_CONFIG_PATH environment variable * gnu/packages/gnome.scm (libnotify)[inputs]: Move GLIB and GDK-PIXBUF ... [propagated-inputs]: ... here. New field. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Uko Kokņevičs2019-05-211-3/+5
* gnu: webkitgtk: Update to 2.24.2 [security fixes].•••This fixes CVE-2019-8595, CVE-2019-8607, and CVE-2019-8615. * gnu/packages/patches/webkitgtk-sse2.patch: Delete file. * gnu/packages/patches/webkitgtk-sans-gstreamer-gl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.2. [source](patches): Add the new patch; remove 'webkitgtk-sse2.patch'. Marius Bakke2019-05-214-206/+28
* gnu: libsoup: Update to 2.66.2.•••* gnu/packages/gnome.scm (libsoup): Update to 2.66.2. Marius Bakke2019-05-211-2/+2
* gnu: ungoogled-chromium: Update to 74.0.3729.157-0.d2beaef.•••* gnu/packages/chromium.scm (%chromium-version): Update to 74.0.3729.157. (%ungoogled-revision): Update to d2beaef. (ungoogled-chromium-source): Update hashes. Marius Bakke2019-05-211-4/+4
* gnu: mes: Prepare for non-x86 architectures.•••* gnu/packages/mes.scm (mes)[native-inputs]: Change i686-linux-binutils and i686-linux-gcc conditional inclusion. Danny Milosavljevic2019-05-211-36/+38
* gnu: Add libfixposix.•••* gnu/packages/c.scm (libfixposix): New variable. Pierre Neidhardt2019-05-211-1/+30
* gnu: emacs-desktop-environment: Update to 0.2.1.•••* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.2.1. Pierre Neidhardt2019-05-211-20/+19
* gnu: next-gtk-webkit: Update to 1.2.2.•••* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.2.2. Pierre Neidhardt2019-05-211-2/+2
* gnu: memcached: Update to 1.5.14.•••* gnu/packages/databases.scm (memcached): Update to 1.5.14. Tobias Geerinckx-Rice2019-05-211-2/+2
* gnu: ncdc: Update to 1.22.•••* gnu/packages/dc.scm (ncdc): Update to 1.22. Tobias Geerinckx-Rice2019-05-211-2/+2
* gnu: btrfs-progs: Update to 5.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 5.1. Tobias Geerinckx-Rice2019-05-211-2/+2
* gnu: perl-xml-compile: Update to 1.62.•••* gnu/packages/xml.scm (perl-xml-compile): Update to 1.62. Tobias Geerinckx-Rice2019-05-211-2/+2
* gnu: Add drascula.•••* gnu/packages/games.scm (drascula): New variable. Nicolas Goaziou2019-05-201-0/+120
* gnu: libdbusmenu: Clarify licensing.•••* gnu/packages/gtk.scm (libdbusmenu)[license]: Remove GPL3. Add comment about dual-licensing. Ludovic Courtès2019-05-201-2/+4
* gnu: Add libdbusmenu.•••* gnu/packages/gtk.scm (libdbusmenu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Meiyo Peng2019-05-201-0/+51
* gnu: Add OpenZWave.•••* gnu/packages/zwave.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès2019-05-202-0/+85
* doc: use pure environment when building from git•••* doc/contributing.texi (Building from Git): Add --pure to "guix environment" invocations Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giovanni Biscuolo2019-05-201-2/+2
* self: Remove unused variables.•••* guix/self.scm (info-manual)[po4a, gettext]: Remove. Ludovic Courtès2019-05-201-6/+0
* gnu: openmw: Use mygui-gl to reduce closure size.•••* gnu/packages/game-development.scm (openmw)[inputs]: Replace mygui with mygui-gl. Pierre Neidhardt2019-05-201-1/+1
* gnu: Add mygui-gl.•••* gnu/packages/game-development.scm (mygui-gl): New variable. Pierre Neidhardt2019-05-201-0/+24
* gnu: mygui: Don't use unstable tarball.•••* gnu/packages/game-development.scm (mygui)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Disable Windows-specific demos and tools. Pierre Neidhardt2019-05-201-6/+11
* gnu: r-glmnet: Update to 2.0-18.•••* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-18. Ricardo Wurmus2019-05-201-2/+2
* gnu: r-knitr: Update to 1.23.•••* gnu/packages/statistics.scm (r-knitr): Update to 1.23. Ricardo Wurmus2019-05-201-2/+2