aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-21gnu: linux-libre@4.9: Update to 4.9.51....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51. Mark H Weaver
2017-09-21gnu: linux-libre@4.1: Update to 4.1.44....* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44. Mark H Weaver
2017-09-22services: network-manager: Add support for VPN plug-ins....* gnu/services.scm (directory-union): Export. * gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]: New field. (vpn-plugin-directory, network-manager-environment): New procedure. (network-manager-shepherd-service): Pass #:environment-variables to 'make-forkexec-constructor'. (network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE extension. * doc/guix.texi (Networking Services): Document it. Ludovic Courtès
2017-09-22services: Move 'session-environment-service-type' to pam.scm....* gnu/services/base.scm (environment-variables->environment-file) (session-environment-service-type) (session-environment-service): Move to... * gnu/system/pam.scm: ... here. Ludovic Courtès
2017-09-21system: <boot-parameters> does not use "/dev" device names....Fixes <https://bugs.gnu.org/28445>. Reported by Mark H Weaver and Roel Janssen. * gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure. Use it. Ludovic Courtès
2017-09-21gnu: vim: Update to 8.0.1130....* gnu/packages/vim.scm (vim): Update to 8.0.1130. Marius Bakke
2017-09-21gnu: dlib: Update to 19.7....* gnu/packages/machine-learning.scm (dlib): Update to 19.7. [arguments]: Add #:configure-flags. Remove redundant CXXFLAGS from 'check' phase. Marius Bakke
2017-09-21gnu: emacs: Update to 25.3....* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/emacs.scm (emacs): Update to 25.3. [source]: Remove obsolete patch. Ricardo Wurmus
2017-09-20gnu: Add vcsh....* gnu/packages/version-control.scm (vcsh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör
2017-09-20gnu: openfoam: Fix typo in Note....* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick
2017-09-20gnu: Add network-manager-openvpn....* gnu/packages/gnome.scm (network-manager-openvpn): New variable. Ludovic Courtès
2017-09-20gnu: virt-manager: Update to 1.4.3....* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3. Tobias Geerinckx-Rice
2017-09-20gnu: gnuastro: Update to 0.4....* gnu/packages/astronomy.scm (gnuastro): Update to 0.4. Tobias Geerinckx-Rice
2017-09-20gnu: wcslib: Use HTTPS home page....* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2017-09-20gnu: wcslib: Update to 5.17....* gnu/packages/astronomy.scm (wcslib): Update to 5.17. Tobias Geerinckx-Rice
2017-09-20gnu: btrfs-progs: Install bash completions....* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add 'install-bash-completion' phase. Marius Bakke
2017-09-20gnu: python-pyjwt: Update to 1.5.3....* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3. Marius Bakke
2017-09-20gnu: samba: Update to 4.6.8....* gnu/packages/samba.scm (samba): Update to 4.6.8. Marius Bakke
2017-09-20gnu: nss, nss-certs: Update to 3.33....* gnu/packages/gnuzilla.scm (nss): Update to 3.33. * gnu/packages/certs.scm (nss-certs): Likewise. Marius Bakke
2017-09-20gnu: nspr: Update to 4.17....* gnu/packages/gnuzilla.scm (nspr): Update to 4.17. Marius Bakke
2017-09-20gnu: gnupg: Update to 2.2.1....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.1. Marius Bakke
2017-09-20gnu: 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> Andy Wingo
2017-09-20gnu: 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> Andy Wingo
2017-09-20gnu: 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> Andy Wingo
2017-09-20gnu: 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> Andy Wingo
2017-09-20gnu: Add cheese....* gnu/packages/gnome.scm (cheese): New public variable. Signed-off-by: Andy Wingo <wingo@igalia.com> Andy Wingo
2017-09-20gnu: Add gnome-video-effects....* gnu/packages/gnome.scm (gnome-video-effects): New public variable. Signed-off-by: Andy Wingo <wingo@igalia.com> Andy Wingo
2017-09-20download: 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-19cve: Disable position recording while reading the CVE list....* guix/cve.scm (fetch-vulnerabilities)[read*]: New procedure. Use it in lieu of 'read'. Ludovic Courtès
2017-09-19doc: Mention 'mkfs.fat' for the ESP....Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/guix.texi (Preparing for Installation): Mention 'mkfs.fat'. Ludovic Courtès
2017-09-19gnu: 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> Oleg Pykhalov
2017-09-19gnu: efl: Update to 1.20.4....* gnu/packages/enlightenment.scm (efl): Update to 1.20.4. Efraim Flashner
2017-09-19doc: 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> Jan Nieuwenhuizen
2017-09-19doc: 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. Jan Nieuwenhuizen
2017-09-19system: Create "/etc/hostname"....* gnu/system.scm (operating-system-etc-service): Add a plain-file with the operating-system-host-name. Thomas Danckaert
2017-09-19gnu: cuirass: Update development snapshot....* gnu/packages/ci.scm (cuirass): Update to commit 87ad259. Ludovic Courtès
2017-09-19http-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. Ludovic Courtès
2017-09-19utils: 'current-source-directory' gracefully deals with lack of location info....* guix/utils.scm (current-source-directory): Adjust for when 'syntax-source' returns #f. Ludovic Courtès
2017-09-19gnu: qutebrowser: Update to 0.11.0....* gnu/packages/web-browsers.scm (qutebrowser): Update to 0.11.0. Eric Bavier
2017-09-18gnu: 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. Marius Bakke
2017-09-18gnu: 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. Marius Bakke
2017-09-18gnu: freexl: Update to 1.0.4 [fixes CVE-2017-2923 and CVE-2017-2924]....* gnu/packages/xml.scm (freexl): Update to 1.0.4. Marius Bakke
2017-09-18gnu: 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. Efraim Flashner
2017-09-18gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380]....* gnu/packages/tor.scm (tor): Update to 0.3.0.11. Tobias Geerinckx-Rice
2017-09-18gnu: youtube-dl: Update to 2017.09.15....* gnu/packages/video.scm (youtube-dl): Update to 2017.09.15. Tobias Geerinckx-Rice
2017-09-18gnu: 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. Ludovic Courtès
2017-09-18system: Define 'DICPATH' in /etc/profile....* gnu/system.scm (operating-system-etc-service) <profile>: Define 'DICPATH'. Ludovic Courtès
2017-09-18gnu: r-rcas: Add missing inputs....* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Add r-pbapply. Ricardo Wurmus
2017-09-18gnu: r-energy: Update to 1.7-2....* gnu/packages/cran.scm (r-energy): Update to 1.7-2. Ricardo Wurmus
2017-09-18gnu: r-glmnet: Update to 2.0-12....* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-12. Ricardo Wurmus
e6186727fe5c5e94b85d157b79d6'>gnu: commencement: mes-boot: Update to 0.24.2....This fixes <https://debbugs.gnu.org/41264>. * gnu/packages/commencement.scm (mes-boot): Update to 0.24.2. Jan (janneke) Nieuwenhuizen 2023-02-14gnu: %boot6-inputs: Replace xz with xz-final....* gnu/packages/commencement.scm (xz-final): New variable. (%boot6-inputs): Add xz-final. Remove xz. (%final-inputs): Add xz-final. Remove xz from packages 'to finalize'. Efraim Flashner 2023-02-12gnu: coreutils-boot0: Add comment about arm* configure-flags....* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: Add a full comment around the configure-flags used when building for arm architectures. Efraim Flashner 2023-02-05gnu: Rename 'guile-3.0/fixed' to 'guile-3.0/pinned'....* gnu/packages/guile.scm: Rename variable 'guile-3.0/fixed' to 'guile-3.0/pinned', add deprecation. * etc/release-manifest.scm (%packages-to-cross-build): Replace 'guile-3.0/fixed' with 'guile-3.0/pinned'. * gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Likewise. * gnu/packages/commencement.scm (guile-final): Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Simon Tournier 2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner 2022-12-11gnu: coreutils-boot0: Fix building on arm architectures....* gnu/packages/commencement.scm (coreutils-boot0)[arguments]: When building for arm architectures skip building some programs. Efraim Flashner