summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: bison-boot0: Set name to "bison-boot0".•••* gnu/packages/commencement.scm (bison-boot0)[name]: New field. Ludovic Courtès2019-10-141-2/+1
* gnu: commencement: Remove 'm4-boot0*'.•••* gnu/packages/commencement.scm (m4-boot0*): Remove. (bison-boot0, flex-boot0): Use M4-BOOT0 instead. Ludovic Courtès2019-10-141-13/+2
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2019-10-1454-2273/+2919
|\
| * gexp: Use cross extensions when cross-compiling.•••* guix/gexp.scm (load-path-expression): Use ungexp-splicing instead of ungexp-native-splicing so that the cross extensions are used when target is set. Mathieu Othacehe2019-10-141-1/+1
| * gnu: emacs-unpackaged-el: Update to 0-3.746801a.•••* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-3.746801a. Brian Leung2019-10-141-3/+3
| * gnu: emacs-ivy-rich: Update to 0.1.4-2.7a667b1.•••* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.4-2.7a667b1. Brian Leung2019-10-141-5/+4
| * gnu: HandBrake: Update to 1.2.2.•••* gnu/packages/video.scm (handbrake): Update to 1.2.2. Eric Bavier2019-10-131-2/+2
| * gnu: stress-make: Fix build and update.•••* gnu/packages/debug.scm (stress-make)[version]: Update to latest upstream commit. Bump revision. Use 'git-version'. [source]: Update url. Use 'git-file-name'. [home-page]: Update url likewise. [arguments]: Add 'setup-go' phase. [license]: Update license file name. Eric Bavier2019-10-131-9/+13
| * gnu: xwd: Fix typo in description.•••* gnu/packages/xorg.scm (xwd)[description]: Fix typo. Tobias Geerinckx-Rice2019-10-141-1/+1
| * gnu: xwininfo: Update to 1.1.5.•••* gnu/packages/xorg.scm (xwininfo): Update to 1.1.5. Tobias Geerinckx-Rice2019-10-141-2/+2
| * gnu: emacs-nhexl-mode: Use HTTPS home page.•••* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-10-141-1/+1
| * gnu: emacs-nhexl-mode: Update to 1.3.•••* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.3. Tobias Geerinckx-Rice2019-10-141-3/+2
| * gnu: emacs-darkroom: Update to 0.2.•••* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2. Tobias Geerinckx-Rice2019-10-141-2/+2
| * gnu: emacs-let-alist: Update to 1.0.6.•••* gnu/packages/emacs-xyz.scm (emacs-let-alist): Update to 1.0.6. Tobias Geerinckx-Rice2019-10-141-3/+2
| * gnu: emacs-csv-mode: Use HTTPS.•••* gnu/packages/emacs-xyz.scm (emacs-csv-mode)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice2019-10-141-2/+2
| * gnu: emacs-csv-mode: Update to 1.9.•••* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.9. Tobias Geerinckx-Rice2019-10-141-7/+4
| * gnu: emacs-load-relative: Update to 1.3.1.•••* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.1. Tobias Geerinckx-Rice2019-10-141-3/+2
| * gnu: emacs-debbugs: Update to 0.20.•••* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.20. Tobias Geerinckx-Rice2019-10-141-2/+2
| * gnu: starman: Update to 0.4015.•••* gnu/packages/web.scm (starman): Update to 0.4015. Tobias Geerinckx-Rice2019-10-141-3/+2
| * gnu: Add playerctl.•••* gnu/packages/music.scm (playerctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Wilson2019-10-141-0/+31
| * gnu: git-annex: Update to 7.20191009.•••* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191009. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer2019-10-141-2/+2
| * gnu: commencement: Use 'package-with-explicit-inputs' for Hurd packages.•••* gnu/packages/commencement.scm (with-boot0): New procedure. (gnumach-headers-boot0, mig-boot0) (hurd-headers-boot0, hurd-minimal-boot0) (hurd-core-headers-boot0): Use it instead of 'package-with-explicit-inputs'. Ludovic Courtès2019-10-141-27/+18
| * gnu: commencement: Further optimize the package object graph.•••For a package like: (define-public xxx (package (inherit (@ (gnu packages base) coreutils)) (name "xxx") (inputs (@ (gnu packages commencement) %final-inputs)) (native-inputs '()) (propagated-inputs '()) (arguments '(#:implicit-inputs? #f)))) this reduces the package object graph from 176 nodes (1852 edges) to 113 nodes (1114 edges). The number of 'add-data-to-store' calls in "guix build coreutils -nd" drops from 2045 to 1301, and the number of memoization tables drops from 102 to 40. "guix build libreoffice -nd" goes from 2.40s to 2.27s. * gnu/packages/commencement.scm (with-boot4): New variable. (guile-final, glibc-utf8-locales-final): Use it. (with-boot4, with-boot5): New variable. (gnu-make-final): Rewrite to avoid 'package-with-explicit-inputs'. (coreutils-final): Use 'with-boot5' instead of 'package-with-explicit-inputs'. (grep-final): Likewise. (with-boot6): New variable. (sed-final, %final-inputs): Use it. Ludovic Courtès2019-10-141-34/+40
| * build-system/gnu: 'package-with-explicit-inputs' uses 'package-mapping'.•••* guix/build-system/gnu.scm (package-with-explicit-inputs): Rename to... (package-with-explicit-inputs/deprecated): ... this. (package-with-explicit-inputs*): New procedure. (package-with-explicit-inputs): Define as a 'case-lambda*'. Ludovic Courtès2019-10-141-7/+52
| * gnu: librsvg: Update to 2.46.0.•••* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0. [arguments]: Patch SHELL in "po/Makefile.in.in". [native-inputs]: Replace RUST-1.27 with RUST-1.34. Marius Bakke2019-10-131-5/+6
| * gnu: expat: Replace with 2.2.9 [fixes CVE-2019-15903].•••* gnu/packages/xml.scm (expat-2.2.9): New variable. (expat)[replacement]: New field. Marius Bakke2019-10-131-1/+19
| * gnu: libgcrypt: Replace with 1.8.5 [fixes CVE-2019-13627].•••* gnu/packages/gnupg.scm (libgcrypt-1.8.5): New variable. (libgcrypt)[replacement]: New field. Marius Bakke2019-10-131-1/+14
| * gnu: curl: Replace with 7.66.0 [fixes CVE-2019-5481, CVE-2019-5482].•••* gnu/packages/curl.scm (curl-7.66.0): New variable. (curl)[replacement]: New field. Marius Bakke2019-10-131-1/+14
| * gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].•••* gnu/packages/web.scm (nghttp2-1.39.2): New variable. (nghttp2)[replacement]: New field. Marius Bakke2019-10-131-0/+14
| * gnu: OpenSSL@1.0: Replace with 1.0.2t [fixes CVE-2019-1547, CVE-2019-1563].•••* gnu/packages/tls.scm (openssl-1.0.2t): New variable. (openssl-1.0)[replacement]: New field. Marius Bakke2019-10-131-0/+22
| * gnu: Add emacs-forge.•••* gnu/packages/emacs-xyz.scm (emacs-forge): New variable. Oleg Pykhalov2019-10-131-0/+79
| * gnu: emacs-closql: Update to 1.0.0-1.70b98db.•••* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.0-1.70b98db. Oleg Pykhalov2019-10-131-21/+23
| * gnu: emacs-ghub: Update to 3.2.0-1.cf0b13a.•••* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-1.cf0b13a. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Brian Leung2019-10-131-30/+32
| * gnu: emacs-magit: Update to 2.90.1-2.c761d28.•••* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-2.c761d28. [arguments]: Add patch phase. Oleg Pykhalov2019-10-131-6/+46
| * gnu: ao: Update to 1.2.2-5-g20dc8ed [fixes CVE-2017-11548].•••* gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. Marius Bakke2019-10-131-11/+18
| * gnu: ao: Specify CPE name.•••* gnu/packages/xiph.scm (ao)[properties]: New field. Marius Bakke2019-10-131-0/+1
| * gnu: tcl: Update home page.•••* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS. Marius Bakke2019-10-131-1/+1
| * gnu: util-linux: Adjust indentation.•••* gnu/packages/linux.scm (util-linux): Re-indent. Marius Bakke2019-10-131-41/+38
| * gnu: Add pragha.•••* gnu/packages/music.scm (pragha): New variable. Eric Bavier2019-10-131-1/+50
| * gnu: easytag: Fix mp3 support.•••* gnu/packages/music.scm (easytag)[arguments]: Add 'Name', 'Description' and 'Version' entries to temporary id3tag.pc pkg-config file. Terminate phases with #t. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Pierre Langlois2019-10-131-3/+9
| * gnu: id3lib: Apply patch for UTF16 writing bug.•••* gnu/packages/patches/id3lib-UTF16-writing-bug.patch: New file. * gnu/packages/mp3.scm (id3lib)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Pierre Langlois2019-10-133-2/+43
| * gnu: parted: End phases on #t.•••* gnu/packages/disk.scm (parted)[arguments]: End phase on #t and reindent. Marius Bakke2019-10-131-7/+7
| * gnu: parted: Complete the 3.3 update.•••Fixes <https://bugs.gnu.org/37721>. Reported by Jesse Gibbons <jgibbons2357@gmail.com>. This is a follow-up to commit 6ad7e3578b6ec924ceddabc908decdab8e453eca. * gnu/packages/patches/parted-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/disk.scm (parted)[source](patches): Remove. [native-inputs]: Add E2FSPROGS. Marius Bakke2019-10-133-19/+1
| * gnu: Add emacs-sly-asdf.•••* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): New variable. Pierre Neidhardt2019-10-131-0/+37
| * gnu: Add emacs-sly-quicklisp.•••* gnu/packages/emacs-xyz.scm (emacs-sly-quicklisp): New variable. Pierre Neidhardt2019-10-131-0/+32
| * gnu: emacs-sly: Update to 20191003.•••* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20191003. [native-inputs]: Add texinfo to build doc. [arguments]: Include "contrib" and "slink" folders so that SLY can start. Add "install-doc" phase. Pierre Neidhardt2019-10-131-12/+43
| * gnu: shotwell: Don't use NAME in source URI.•••* gnu/packages/gnome.scm (shotwell)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-10-121-2/+2
| * gnu: shotwell: Update to 0.30.7.•••* gnu/packages/gnome.scm (shotwell): Update to 0.30.7. Tobias Geerinckx-Rice2019-10-121-2/+2
| * gnu: eog-plugins: Update to 3.26.4.•••* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.4. Tobias Geerinckx-Rice2019-10-121-2/+2
| * gnu: parted: Update to 3.3.•••* gnu/packages/disk.scm (parted): Update to 3.3. Tobias Geerinckx-Rice2019-10-121-2/+2