Marius Bakke
a9bd50e352
gnu: bluez: Remove leftover patch.
...
This is a follow-up to commit 164fccea7e
.
* gnu/packages/patches/bluez-CVE-2017-1000250.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-20 20:50:00 +02:00
Marius Bakke
3d695e6ae4
gnu: cups-filters: Update to 1.17.7.
...
* gnu/packages/cups.scm (cups-filters): Update to 1.17.7.
2017-09-20 20:20:19 +02:00
Marius Bakke
df7effa299
gnu: poppler: Update to 0.59.0.
...
* gnu/packages/pdf.scm (poppler): Update to 0.59.0.
2017-09-20 20:00:07 +02:00
Marius Bakke
cb6392698a
gnu: mesa: Update to 17.2.1.
...
* gnu/packages/gl.scm (mesa): Update to 17.2.1.
[inputs]: Add WAYLAND-PROTOCOLS.
* gnu/packages/patches/mesa-skip-disk-cache-test.patch: Adjust context.
2017-09-20 19:55:34 +02:00
Marius Bakke
7c9b87600b
gnu: harfbuzz: Update to 1.5.1.
...
* gnu/packages/gtk.scm (harfbuzz): Update to 1.5.1.
2017-09-20 19:47:15 +02:00
Marius Bakke
6345cefa7f
gnu: gtk+: Update to 3.22.21.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.22.21.
2017-09-20 19:16:54 +02:00
Marius Bakke
a87f425ca4
gnu: ruby: Remove graft for 2.4.2.
...
* gnu/packages/ruby.scm (ruby): Update to 2.4.2.
[replacement]: Remove field.
(ruby-2.4.2): Remove variable.
2017-09-20 19:13:25 +02:00
Marius Bakke
b093be236e
gnu: gd: Remove graft for 2.2.5.
...
* gnu/packages/gd.scm (gd): Update to 2.2.5.
[source]: Remove obsolete patches.
[replacement]: Remove field.
(gd-2.2.5): Remove variable.
* gnu/packages/patches/gd-fix-gd2-read-test.patch,
gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/php.scm (php)[inputs]: Replace GD-2.2.5 with GD.
2017-09-20 19:06:38 +02:00
Marius Bakke
171bcdf7ba
gnu: gdk-pixbuf: Remove graft for 2.36.10.
...
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.10.
[replacement]: Remove field.
(gdk-pixbuf+svg)[replacement]: Likewise.
(gdk-pixbuf-2.36.10, gdk-pixbuf+svg-2.36.10): Remove variables.
2017-09-20 18:57:39 +02:00
Marius Bakke
164fccea7e
gnu: bluez: Update to 5.47.
...
* gnu/packages/linux.scm (bluez): Update to 5.47.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
2017-09-20 18:56:03 +02:00
Marius Bakke
58366883f2
Merge branch 'master' into staging
2017-09-20 18:49:26 +02:00
Marius Bakke
9a1c4a981b
gnu: btrfs-progs: Install bash completions.
...
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add
'install-bash-completion' phase.
2017-09-20 17:15:37 +02:00
Marius Bakke
ad0f92d028
gnu: python-pyjwt: Update to 1.5.3.
...
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
2017-09-20 17:06:14 +02:00
Marius Bakke
15d507dbee
gnu: samba: Update to 4.6.8.
...
* gnu/packages/samba.scm (samba): Update to 4.6.8.
2017-09-20 17:03:08 +02:00
Marius Bakke
40f1694778
gnu: nss, nss-certs: Update to 3.33.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.33.
* gnu/packages/certs.scm (nss-certs): Likewise.
2017-09-20 16:58:04 +02:00
Marius Bakke
ad7a73a9d7
gnu: nspr: Update to 4.17.
...
* gnu/packages/gnuzilla.scm (nspr): Update to 4.17.
2017-09-20 16:57:40 +02:00
Marius Bakke
1c9c81cfda
gnu: gnupg: Update to 2.2.1.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
2017-09-20 16:57:16 +02:00
Andy Wingo
96bc651800
gnu: system: Fix computation of boot parameters for LUKS devices.
...
* gnu/system.scm (read-boot-parameters): Fix store-device computation for root
devices of type "device", like the LUKS partition described in the manual.
From a patch from https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28445#23 .
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:32 +02:00
Andy Wingo
c68c201fdd
gnu: xorg-server: Prefer intel driver only for older GPUs.
...
* gnu/packages/xorg.scm (xorg-server): Add patch to only prefer the intel
driver for older Intel GPUs.
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo
23290064c2
gnu: services: Add modesetting driver to xorg configuration path.
...
* gnu/services/xorg.scm (xorg-configuration-file): Add drivers path from
xorg-server. This includes the modesetting driver.
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo
60871ffdb8
gnu: xf86-video-intel: Update to latest Git.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to latest Git.
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo
3511c78020
gnu: Add cheese.
...
* gnu/packages/gnome.scm (cheese): New public variable.
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo
d831d49db9
gnu: Add gnome-video-effects.
...
* gnu/packages/gnome.scm (gnome-video-effects): New public variable.
Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:13 +02:00
宋文武
798648515b
download: Don't report the progress too fast.
...
* guix/utils.scm (<progress-reporter>): New record type.
(call-with-progress-reporter): New procedure.
* guix/build/download.scm (dump-port*, rate-limited, progress-reporter/file):
New procedures.
(ftp-fetch, http-fetch): Use 'dump-port*'.
(progress-proc): Remove procedure.
* guix/scripts/substitute.scm (progress-report-port): Rewrite in terms of
<progress-reporter>.
(process-substitution): Adjust accordingly.
2017-09-20 19:49:31 +08:00
Ludovic Courtès
f1b65d0dd9
cve: Disable position recording while reading the CVE list.
...
* guix/cve.scm (fetch-vulnerabilities)[read*]: New procedure.
Use it in lieu of 'read'.
2017-09-19 23:58:25 +02:00
Ludovic Courtès
6ab63268e4
doc: Mention 'mkfs.fat' for the ESP.
...
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.
* doc/guix.texi (Preparing for Installation): Mention 'mkfs.fat'.
2017-09-19 23:58:24 +02:00
Oleg Pykhalov
46f5ae0b35
gnu: emacs-skewer-mode: Include html and js files.
...
* gnu/packages/emacs.scm (emacs-skewer-mode): Include html and js files.
Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-19 19:46:31 +03:00
Efraim Flashner
ce133cb737
gnu: efl: Update to 1.20.4.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.20.4.
2017-09-19 19:30:37 +03:00
Jan Nieuwenhuizen
4619b59cb4
doc: Add a note about closing bug threads.
...
* doc/contributing.texi (Submitting Patches): Add a note about closing bug
threads by mailing to NNN-done@debbugs.gnu.org .
Suggested-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2017-09-19 17:17:42 +02:00
Jan Nieuwenhuizen
5a183a1e2b
doc: Add "Sending a Patch Series" subsection.
...
Searching for `git send-email' took you to the end of `Submitting Patches'
section which said
You may use your email client or the ‘git send-email’ command.
without further warning or remark.
* doc/contributing.texi (Sending a Patch Series): Move information about
debbugs bug 15361 to subsection. Add git-send-email index entries.
(Submitting Patches): Reference it.
2017-09-19 17:17:34 +02:00
Thomas Danckaert
c694520bb1
system: Create "/etc/hostname".
...
* gnu/system.scm (operating-system-etc-service): Add a plain-file with the
operating-system-host-name.
2017-09-19 15:39:32 +02:00
Ludovic Courtès
3daea4f12b
gnu: cuirass: Update development snapshot.
...
* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
2017-09-19 12:19:15 +02:00
Ludovic Courtès
3ce1b9021a
http-client: 'http-client/cached' uses 'If-Modified-Since'.
...
* guix/http-client.scm (http-fetch/cached)[update-cache]: Add
'cache-port' parameter. Check its mtime and compute 'if-modified-since'
header accordingly. Guard 'http-get-error?' and honor 304.
Adjust callers of 'update-cache'.
* guix/gnu-maintenance.scm (ftp.gnu.org-files): Set #:ttl to 15m.
2017-09-19 12:19:15 +02:00
Ludovic Courtès
82781d871f
utils: 'current-source-directory' gracefully deals with lack of location info.
...
* guix/utils.scm (current-source-directory): Adjust for when
'syntax-source' returns #f.
2017-09-19 12:19:15 +02:00
Eric Bavier
d209ce434f
gnu: qutebrowser: Update to 0.11.0.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 0.11.0.
2017-09-19 00:03:40 -05:00
Marius Bakke
2cb396ee7b
gnu: gstreamer: Update to 1.12.3.
...
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.3.
2017-09-18 22:47:47 +02:00
Marius Bakke
ad472397bc
gnu: gdk-pixbuf: Replace with 2.36.10.
...
Fixes CVE-2017-2862, CVE-2017-2870 and CVE-2017-6311.
* gnu/packages/gtk.scm (gdk-pixbuf, gdk-pixbuf+svg)[replacement]: New field.
(gdk-pixbuf-2.36.10, gdk-pixbuf+svg-2.36.10): New variables.
2017-09-18 22:27:40 +02:00
Marius Bakke
dc4ffa6766
gnu: freexl: Update to 1.0.4 [fixes CVE-2017-2923 and CVE-2017-2924].
...
* gnu/packages/xml.scm (freexl): Update to 1.0.4.
2017-09-18 22:27:40 +02:00
Efraim Flashner
bbcfd80a20
gnu: newsbeuter: Fix CVE-2017-14500.
...
* gnu/packages/syndication.scm (newsbeuter)[source]: Add patch.
* gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-18 22:38:56 +03:00
Tobias Geerinckx-Rice
f53e4ada03
gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380].
...
* gnu/packages/tor.scm (tor): Update to 0.3.0.11.
2017-09-18 21:06:42 +02:00
Tobias Geerinckx-Rice
d5b0a8e50a
gnu: youtube-dl: Update to 2017.09.15.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.15.
2017-09-18 17:31:44 +02:00
Ludovic Courtès
e14ab0ad07
gnu: httpd: Patch "options bleed" [fixes CVE-2017-9798].
...
* gnu/packages/patches/httpd-CVE-2017-9798.patch: New file.
* gnu/packages/web.scm (httpd)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-18 15:44:52 +02:00
Ludovic Courtès
c08da2ee37
system: Define 'DICPATH' in /etc/profile.
...
* gnu/system.scm (operating-system-etc-service) <profile>: Define
'DICPATH'.
2017-09-18 15:44:52 +02:00
Ricardo Wurmus
ebfd6a718a
gnu: r-rcas: Add missing inputs.
...
* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Add r-pbapply.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus
65eb1c4a28
gnu: r-energy: Update to 1.7-2.
...
* gnu/packages/cran.scm (r-energy): Update to 1.7-2.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus
2c67f96b1b
gnu: r-glmnet: Update to 2.0-12.
...
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-12.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus
0b2fc9836b
gnu: r-lambda-r: Update to 1.2.
...
* gnu/packages/statistics.scm (r-lambda-r): Update to 1.2.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus
9f14fffea6
gnu: r-gridextra: Update to 2.3.
...
* gnu/packages/statistics.scm (r-gridextra): Update to 2.3.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus
37c6a738f3
gnu: r-dplyr: Update to 0.7.3.
...
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.3.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus
b0c8cba485
gnu: r-crayon: Update to 1.3.4.
...
* gnu/packages/statistics.scm (r-crayon): Update to 1.3.4.
2017-09-18 14:23:02 +02:00