summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-05gnu: emacs-cider: Update to 0.21.0....* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.21.0. Jelle Licht
2019-04-05gnu: subversion: Update to 1.10.4 (fixes CVE-2018-11803)....* gnu/packages/version-control.scm (subversion): Update to 1.10.4. Efraim Flashner
2019-04-05gnu: flac: Fix CVE-2017-6888....* gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2019-04-05gnu: linux-libre: Update to 5.0.6....* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.6. (%linux-libre-hash): Update hash. Mark H Weaver
2019-04-05gnu: linux-libre@4.19: Update to 4.19.33....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.33. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-04-05gnu: linux-libre@4.14: Update to 4.14.110....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.110. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-04-05gnu: linux-libre@4.9: Update to 4.9.167....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.167. Mark H Weaver
2019-04-05gnu: linux-libre@4.4: Update to 4.4.178....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.178. Mark H Weaver
2019-04-05gnu: flashrom: Update to 1.0.1....* gnu/packages/flashing-tools.scm (flashrom): Update to 1.0.1. [arguments]: Remove CFLAGS work-around. Tobias Geerinckx-Rice
2019-04-05gnu: entr: Update to 4.2....* gnu/packages/entr.scm (entr): Update to 4.2. Tobias Geerinckx-Rice
2019-04-05gnu: ledger: Update to 3.1.3....The patch applies but has been unnecessary since 3.1.2. * gnu/packages/finance.scm (ledger): Update to 3.1.3. [source]: Remove obsolete patch. * gnu/packages/patches/ledger-fix-uninitialized.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2019-04-04gnu: emacs-matrix-client: Add missing require....* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Add a missing require to prevent a runtime error. Nicolas Goaziou
2019-04-04gnu: php: Update to 7.3.4....* gnu/packages/php.scm (php): Update to 7.3.4. Julien Lepiller
2019-04-04gnu: certbot, python-acme: Update to 0.33.0....* gnu/packages/tls.scm (certbot, python-acme): Update to 0.33.0. Leo Famulari
2019-04-04gnu: MPD: Update to 0.21.7....* gnu/packages/mpd.scm (mpd): Update to 0.21.7. Leo Famulari
2019-04-04gnu: asymptote: Fix direntry in info file....* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file. Nicolas Goaziou
2019-04-04gnu: Update copyright line....* gnu/packages/plotutils.scm: Update copyright line. Nicolas Goaziou
2019-04-04gnu: asymptote: Fix info file location....* gnu/packages/plotutils.scm (asymptote): Fix info file location so it appears in the top-level directory. Nicolas Goaziou
2019-04-04scripts: More commands default to verbosity level 1....* guix/scripts/environment.scm (%default-options): Change 'verbosity' to 1. * guix/scripts/pack.scm (%default-options): Likewise. * guix/scripts/system.scm (guix-system): Likewise, except for the 'build' command. Ludovic Courtès
2019-04-04gexp: Remove workarounds for <https://bugs.gnu.org/15602>....* gnu/services/base.scm (hydra-key-authorization)[aaa]: Remove. [default-acl]: Don't import it. * guix/scripts/pack.scm (store-database)[build]: Don't import (gnu build install). Ludovic Courtès
2019-04-04gexp: 'compiled-modules' loads modules before compiling them....This works around <https://bugs.gnu.org/15602> in the context of modules specified with 'with-imported-modules'. * guix/gexp.scm (gexp->derivation): Add #:pre-load-modules? parameter and pass it to 'compiled-modules'. (compiled-modules): Add #:pre-load-modules? parameter and honor it. * guix/packages.scm (patch-and-repack): Pass #:pre-load-modules? to 'gexp->derivation'. Ludovic Courtès
2019-04-04gnu: Move nss & co. to nss.scm....* gnu/packages/gnuzilla.scm (nspr, nss): Move to... * gnu/packages/nss.scm: ... here. New file. * gnu/packages/chromium.scm, gnu/packages/disk.scm, gnu/packages/freedesktop.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/java.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/mate.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/polkit.scm, gnu/packages/qt.scm, gnu/packages/sssd.scm, gnu/packages/storage.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm. Ludovic Courtès
2019-04-04gnu: Mov ghc-sdl2 & co. to haskell-apps.scm....* gnu/packages/sdl.scm (ghc-sdl2, ghc-sdl2-mixer, ghc-sdl2-image): Move to... * gnu/packages/haskell-apps.scm: ... here. Ludovic Courtès
2019-04-04gnu: raincat: Move to haskell-apps.scm....* gnu/packages/games.scm (raincat): Move to... * gnu/packages/haskell-apps.scm (raincat): ... here. Ludovic Courtès
2019-04-04gnu: ghc-tls: Move to haskell-crypto.scm....* gnu/packages/tls.scm (ghc-tls): Move to... * gnu/packages/haskell-crypto.scm (ghc-tls): ... here. * gnu/packages/haskell-web.scm: Remove now unneeded import. Ludovic Courtès
2019-04-04gnu: Move ghc-hxt & co. to haskell-web.scm....* gnu/packages/xml.scm (ghc-hxt-charproperties, ghc-hxt-unicode) (ghc-hxt-regex-xmlschema, ghc-hxt): Move to... * gnu/packages/haskell-web.scm: ... here. Ludovic Courtès
2019-04-04gnu: java-jgit: Move to java.scm....* gnu/packages/version-control.scm (java-jgit, java-jgit-4.2): Move to... * gnu/packages/java.scm (java-jgit, java-jgit-4.2): ... here. Ludovic Courtès
2019-04-04gnu: Add (gnu packages haskell-apps)....* gnu/packages/version-control.scm (darcs, git-annex): Move to... * gnu/packages/haskell-apps.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès
2019-04-04build: Always ship the (gnu installer …) modules....Fixes <https://bugs.gnu.org/35138>. Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>. * gnu/local.mk (INSTALLER_MODULES): New variable. (GNU_SYSTEM_MODULES, MODULES_NOT_COMPILED): Append $(INSTALLER_MODULES) conditionally. Ludovic Courtès
2019-04-04gnu: Add meritous....* gnu/packages/games.scm (meritous): New variable. Nicolas Goaziou
2019-04-04gnu: httpd: Update to 2.4.39 [security fixes]....This release fixes CVE-2019-0196, CVE-2019-0197, CVE-2019-0211, CVE-2019-0215, CVE-2019-0217, and CVE-2019-0220. See <https://httpd.apache.org/security/vulnerabilities_24.html> for more information. * gnu/packages/web.scm (httpd): Update to 2.4.39. Marius Bakke
2019-04-04gnu: ffmpeg: Update to 4.1.3....* gnu/packages/video.scm (ffmpeg): Update to 4.1.3. Marius Bakke
2019-04-04gnu: re2: Update to 2019-04-01....* gnu/packages/regex.scm (re2): Update to 2019-04-01. Marius Bakke
2019-04-04gnu: glm: Update to 0.9.9.5....* gnu/packages/maths.scm (glm): Update to 0.9.9.5. Marius Bakke
2019-04-04gnu: Add kdeconnect....* gnu/packages/kde.scm (kdeconnect.scm): New variable. Efraim Flashner
2019-04-04gnu: python-duniterpy: Update to 0.53.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.0. Nicolas Goaziou
2019-04-03gnu: ntfs-3g: Fix CVE-2019-9755....* gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (ntfs-3g)[source]: Use it. Leo Famulari
2019-04-04gnu: giac-xcas: Update to 1.5.0-49....* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-49. Nicolas Goaziou
2019-04-03gnu: asymptote: Update to 2.49....* gnu/packages/plotutils.scm (asymptote): Update to 2.49. [native-inputs]: Re-order inputs. [inputs]: Update to Python 3. Add glew and glm. [arguments]: Add a phase to fix build. Remove unnecessary fix for tests. Nicolas Goaziou
2019-04-03gnu: emacs-org-contrib: Update to 20190402....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20190402. Nicolas Goaziou
2019-04-03gnu: emacs-org: Update to 9.2.3....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.3. Nicolas Goaziou
2019-04-03gnu: emacs-relint: Update to 1.6....* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.6. Nicolas Goaziou
2019-04-03gnu: emacs-xr: Update to 1.10....* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.10. Nicolas Goaziou
2019-04-03gnu: mame: Update to 0.208....* gnu/packages/emulators.scm (mame): Update to 0.208. [native-inputs]: Add python-sphinxcontrib-svg2pdfconverter. Nicolas Goaziou
2019-04-03gnu: Add python-sphinxcontrib-svg2pdfconverter....* gnu/packages/python-xyz.scm (python-sphinxcontrib-svg2pdfconverter): New variable. Nicolas Goaziou
2019-04-03self: Ship all the (gnu bootloader …) modules....* guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of gnu/bootloader/*. Ludovic Courtès
2019-04-03gnu: Add example system configuration for asus-c201....* gnu/system/examples/asus-c201.tmpl: New file. * Makefile.am (EXAMPLES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample
2019-04-03gnu: Add configuration for depthcharge bootloader....* gnu/bootloader/depthcharge: New file. * gnu/local.mk [GNU_SYSTEM_MODULES]: Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timothy Sample
2019-04-03gnu: Add linux-libre-arm-veyron....* gnu/packages/linux (linux-libre-arm-veyron): New variable. (kernel-config-veyron): function to find veyron config. * gnu/packages/aux-files/linux-libre/5.0-arm-veyron.conf: New file. * Makefile.am (AUX_FILES): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian
2019-04-03gnu: mate-session-manager: Provide absolute file name in '.desktop' file....Previously GDM would crash when selecting MATE. * gnu/packages/mate.scm (mate-session-manager)[arguments]: Add 'update-xsession-dot-desktop' phase. Ludovic Courtès