From 5c4fd60416627634b05406e79448e7e960416227 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 13 Feb 2018 14:30:44 -0500 Subject: gnu: python-icalendar: Update to 4.0.1. * gnu/packages/python.scm (python-icalendar): Update to 4.0.1. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 777590b583..f0eb376217 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6954,13 +6954,13 @@ minimal and fast API targeting the following uses: (define-public python-icalendar (package (name "python-icalendar") - (version "4.0.0") + (version "4.0.1") (source (origin (method url-fetch) (uri (pypi-uri "icalendar" version)) (sha256 (base32 - "0jfp93x2pnpsbck92zw22dq7sl4pk0avv0gnb4x9vldrg6vlhyin")))) + "139y79y6ijl39m5bj771r43vpah9s4ly7d1k76la6hrx7l144ak8")))) (build-system python-build-system) (propagated-inputs `(("python-dateutil" ,python-dateutil) -- cgit v1.2.3 From 1373ce7ce0e92a4fb6f2e13552688a3bc86b01d6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 21:48:14 +0200 Subject: gnu: ffmpeg: Update to 3.4.2. * gnu/packages/video.scm (ffmpeg): Update to 3.4.2. --- gnu/packages/video.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5c058bb087..126816d9ee 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015, 2016 David Thompson ;;; Copyright © 2014, 2015, 2016 Mark H Weaver ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer -;;; Copyright © 2015, 2016, 2017 Efraim Flashner +;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner ;;; Copyright © 2015 Andy Patterson ;;; Copyright © 2015 Ricardo Wurmus ;;; Copyright © 2015, 2016, 2017, 2018 Alex Vong @@ -593,14 +593,14 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") (define-public ffmpeg (package (name "ffmpeg") - (version "3.4.1") + (version "3.4.2") (source (origin (method url-fetch) (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" version ".tar.xz")) (sha256 (base32 - "1h4iz7q10wj04awr2wvmp60n7b09pfwrgwbbw9sgl7klcf52fxss")))) + "0h6prjn1ijkzzhkyj8mazp0wpx7m0n9ycadjxagf9czqirbyk4ib")))) (build-system gnu-build-system) (inputs `(("fontconfig" ,fontconfig) -- cgit v1.2.3 From 975c715a414155897a7523aede044d94ad078c18 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 22:07:10 +0200 Subject: gnu: x265: Update to 2.6. * gnu/packages/video.scm (x265): Update to 2.6. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 126816d9ee..be348c85c3 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -376,7 +376,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).") (define-public x265 (package (name "x265") - (version "2.4") + (version "2.6") (source (origin (method url-fetch) @@ -384,7 +384,7 @@ and creating Matroska files from other media files (@code{mkvmerge}).") "x265_" version ".tar.gz")) (sha256 (base32 - "0afp0xlk0fb4q6j4sh3hyvjnjccdp61sn21zg3fyqvwgswcafalw")) + "1gyd94jkwdii9308m07nymsbxrmrcl81c0j8i10zhslr2mj07w0v")) (modules '((guix build utils))) (snippet '(delete-file-recursively "source/compat/getopt")))) -- cgit v1.2.3 From 99f696324271992eb78874f1b697102db6968625 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 22:13:03 +0200 Subject: .gitignore: Add guix-daemon SELinux policy. * .gitignore: Add etc/guix-daemon.cil --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 09dbde82fc..4a110fb1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ /doc/os-config-desktop.texi /doc/stamp-vti /doc/version.texi +/etc/guix-daemon.cil /etc/guix-daemon.conf /etc/guix-daemon.service /etc/guix-publish.conf -- cgit v1.2.3 From 3c9deb0b110b31d628d43fa2a916fadee0b48077 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 22:41:02 +0200 Subject: gnu: libdvdread: Update to 6.0.0. * gnu/packages/video.scm (libdvdread): Update to 6.0.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index be348c85c3..f30e1023d8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1364,7 +1364,7 @@ players, like VLC or MPlayer.") (define-public libdvdread (package (name "libdvdread") - (version "5.0.3") + (version "6.0.0") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -1372,7 +1372,7 @@ players, like VLC or MPlayer.") name "-" version ".tar.bz2")) (sha256 (base32 - "0ayqiq0psq18rcp6f5pz82sxsq66v0kwv0y55dbrcg68plnxy71j")))) + "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--with-libdvdcss=yes"))) -- cgit v1.2.3 From 0976ea38b154e7f950ef897cad2a7dbdd627cdd2 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 22:44:06 +0200 Subject: gnu: libdvdnav: Update to 6.0.0. * gnu/packages/video.scm (libdvdnav): Update to 6.0.0. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index f30e1023d8..216987c682 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1420,7 +1420,7 @@ MPEG-2 stream containing VOB packets.") (define-public libdvdnav (package (name "libdvdnav") - (version "5.0.3") + (version "6.0.0") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/videolan/" @@ -1428,7 +1428,7 @@ MPEG-2 stream containing VOB packets.") name "-" version ".tar.bz2")) (sha256 (base32 - "0v8byv5z598k06rqzdmj7739vc86xq3zf79zfr698dib7lz055sh")))) + "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From 34a7b7d713bb3eef4084976c5a78b3a6ebc1577f Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Feb 2018 22:48:46 +0200 Subject: gnu: libdvdnav@4: Remove variable. * gnu/packages/video.scm (libdvdnav@4): Remove variable. --- gnu/packages/video.scm | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 216987c682..b92da90507 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1449,31 +1449,6 @@ DVD virtual machine and internal playback states are completely encapsulated.") (license license:gpl2+))) -(define-public libdvdnav-4 - (package - (inherit libdvdnav) - (version "4.2.1") - (source (origin - (method url-fetch) - (uri - (string-append - "https://download.videolan.org/videolan/libdvdnav/libdvdnav-" - version ".tar.xz")) - (sha256 - (base32 - "0wi3gy408c8xj0ism0hckv5jbfh3lg4pmgxv87gbch9jrhp2gjkz")))) - (native-inputs - `(("pkg-config" ,pkg-config) - ("autoconf" ,autoconf) - ("automake" ,automake) - ("libtool" ,libtool))) - (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'autoreconf - (lambda _ - (zero? (system* "autoreconf" "-vif"))))))))) - (define-public libdvdcss (package (name "libdvdcss") -- cgit v1.2.3 From 119c09c2196a2c4aa1cd9dbeec7a38a9dae0a1d6 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 14 Feb 2018 07:43:19 +1000 Subject: gnu: vsearch: Update to 2.7.0. * gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.0. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 31e739e0b5..14a790bef0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6370,7 +6370,7 @@ SELECT or UPDATE queries to an end-point.") (define-public vsearch (package (name "vsearch") - (version "2.6.2") + (version "2.7.0") (source (origin (method url-fetch) @@ -6380,7 +6380,7 @@ SELECT or UPDATE queries to an end-point.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "02khrgh8hm11cgww2f9mqc6886zqli9ss4pd4kfpqzd0d31vbzv5")) + "0523b8xq5fw60ayl0k5m1fm6yrh1932ljrsz1ys67xnki7p7f1d5")) (patches (search-patches "vsearch-unbundle-cityhash.patch")) (snippet '(begin -- cgit v1.2.3 From 8b114e5bd99d4903f78bfc684ef9aaa3d699e643 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 13 Feb 2018 22:32:14 +0100 Subject: gnu: feh: Update to 2.23.2. * gnu/packages/image-viewers.scm (feh): Update to 2.23.2. --- gnu/packages/image-viewers.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index de27e5e617..464a91b709 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -58,7 +58,7 @@ (define-public feh (package (name "feh") - (version "2.23.1") + (version "2.23.2") (home-page "https://feh.finalrewind.org/") (source (origin (method url-fetch) @@ -66,7 +66,7 @@ name "-" version ".tar.bz2")) (sha256 (base32 - "1gp9szkcx7x0ifxihncbdaf6m075rqnnb8jks8dj0h9xhv869hcv")))) + "1hw9xhhmm404ircmd7aw9n51n23wzjxzmav272ldk1pxb2jk3hcn")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases (delete 'configure)) -- cgit v1.2.3 From b2b2ba40c30f0ca302b6c7bc34dd8aa447d43ad7 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 13 Feb 2018 22:35:21 +0100 Subject: gnu: efivar: Update to 34. * gnu/packages/linux.scm (efivar): Update to 34. [arguments]: Add CC_FOR_BUILD=gcc to #:make-flags. --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6921563856..858f0885c0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3883,7 +3883,7 @@ under OpenGL graphics workloads.") (define-public efivar (package (name "efivar") - (version "30") + (version "34") (source (origin (method url-fetch) (uri (string-append "https://github.com/rhinstaller/" name @@ -3891,13 +3891,14 @@ under OpenGL graphics workloads.") "-" version ".tar.bz2")) (sha256 (base32 - "12qjnm44yi55ffqxjpgrxy82s89yjziy84w2rfjjknsd8flj0mqz")))) + "09a31y6sl3b33myy42gl9k732k1f440ycd07l6ac5d5l53kk8zhv")))) (build-system gnu-build-system) (arguments `(;; Tests require a UEFI system and is not detected in the chroot. #:tests? #f #:make-flags (list (string-append "prefix=" %output) (string-append "libdir=" %output "/lib") + "CC_FOR_BUILD=gcc" (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")) #:phases (modify-phases %standard-phases -- cgit v1.2.3 From a32f9b59abf69748fce9a1f3b1260a36e4930782 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 13 Feb 2018 22:35:41 +0100 Subject: system: make-u-boot-package: Install configuration file. * gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration file. --- gnu/packages/bootloaders.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 498b807ce7..6ac597e488 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -408,6 +408,7 @@ also initializes the boards (RAM etc).") (find-files "." ".*\\.(bin|efi|img|spl)$") (find-files "." "^MLO$")))) (mkdir-p libexec) + (install-file ".config" libexec) (for-each (lambda (file) (let ((target-file (string-append libexec "/" file))) -- cgit v1.2.3 From 4af55f7657668d9d76e6ae58101eef52b924f385 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 13 Feb 2018 23:52:39 +0100 Subject: gnu: freeipmi: Update to 1.6.1. * gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.1. --- gnu/packages/freeipmi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/freeipmi.scm b/gnu/packages/freeipmi.scm index 6708092693..77400d51f3 100644 --- a/gnu/packages/freeipmi.scm +++ b/gnu/packages/freeipmi.scm @@ -27,14 +27,14 @@ (define-public freeipmi (package (name "freeipmi") - (version "1.5.7") + (version "1.6.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/freeipmi/freeipmi-" version ".tar.gz")) (sha256 (base32 - "1rdxs33klk6956rg8mn2dxwkk43y5yilvgvbcka8g6v4x0r98v5l")))) + "0jdm1nwsnkj0nzjmcqprmjk25449mhjj25khwzpq3mpjw440wmd2")))) (build-system gnu-build-system) (inputs `(("libgcrypt" ,libgcrypt))) -- cgit v1.2.3 From c5971d473de90bf1be76ac2b6ac2dea3db9c478b Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 13 Feb 2018 15:33:07 -0500 Subject: gnu: icecat: Add more fixes from upstream mozilla-esr52. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. --- gnu/packages/gnuzilla.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 7d98a61990..2b252d89c3 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -529,7 +529,12 @@ security standards.") (mozilla-patch "icecat-CVE-2018-5089-pt18.patch" "fe271a2b9503" "11wr8mdxw01dlmzkq55hf0qd52cwmx4vk96cff66d4kkl1dbj6qn") (mozilla-patch "icecat-CVE-2018-5089-pt19.patch" "410da936a1e8" "14dvaysz0svlh50kdabjhd2s5avz6p93sbyqhwik5rlvcg5ax5zp") (mozilla-patch "icecat-CVE-2018-5089-pt20.patch" "8368a9a379e3" "0fqq01ms7m4kb9b10n8gy5n9n4x43crz2gn1r6c4ny52wzgm3j6f") - (mozilla-patch "icecat-CVE-2018-5089-pt21.patch" "a7c8e85285e2" "1caa2w5r8rqb1qrk4mgf2vw1k592idvqmgs8qfz2dp2744kk6z98"))) + (mozilla-patch "icecat-CVE-2018-5089-pt21.patch" "a7c8e85285e2" "1caa2w5r8rqb1qrk4mgf2vw1k592idvqmgs8qfz2dp2744kk6z98") + (mozilla-patch "icecat-bug-1375217.patch" "00fc630c9a46" "17pcprp452nslk6sac6sili0p74zh8w3g0v1wsdn0ikm9xmnphhv") + (mozilla-patch "icecat-bug-1261175.patch" "f0ec180993d2" "0jiazxcwki83wr00fyh2g518ynsd33p7nk65zk4d1682gn22lc8v") + (mozilla-patch "icecat-bug-1433005.patch" "a6a9e26688c1" "0cvizvilb4k422j2gzqcbakznvsffmk6n6xn1ayj5rgxfaizkkqk") + (mozilla-patch "icecat-bug-1434580.patch" "198ad052621e" "1721zx8hifdlflrhvw6hmkdgjbvsmxl9n84iji5qywhlp2krdk9r") + (mozilla-patch "icecat-bug-1426087.patch" "391ea77ebfdb" "1fhkvd0z6mvdkj7m0d3jlj42rsdw5r4x122c1wb1i428228ifw6n"))) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 From 75538328c292263a0c13bef3b0058aa291aeec48 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Wed, 14 Feb 2018 08:45:52 +0100 Subject: doc: Mention starting GNOME on Wayland manually. * doc/guix.texi (Desktop Services): Mention starting GNOME on Wayland manually. --- doc/guix.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 13187f2e82..08f531b4ec 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12297,8 +12297,10 @@ The desktop environments in Guix use the Xorg display server by default. If you'd like to use the newer display server protocol called Wayland, you need to use the @code{sddm-service} instead of the @code{slim-service} for the graphical login manager. You should then -select the ``GNOME (Wayland)'' session in SDDM. Currently only GNOME -has support for Wayland. +select the ``GNOME (Wayland)'' session in SDDM. Alternatively you can +also try starting GNOME on Wayland manually from a TTY with the +command ``XDG_SESSION_TYPE=wayland exec dbus-run-session +gnome-session``. Currently only GNOME has support for Wayland. @deffn {Scheme Procedure} gnome-desktop-service Return a service that adds the @code{gnome} package to the system -- cgit v1.2.3