Age | Commit message (Expand) | Author |
---|---|---|
2018-08-22 | Merge branch 'master' into staging | Marius Bakke |
2018-08-22 | gnu: mariadb: Remove huge mysql_embedded executable.•••* gnu/packages/databases.scm (mariadb)[arguments]: Adjust deletion regex. | Marius Bakke |
2018-08-22 | gnu: mariadb: Propagate OpenSSL.•••* gnu/packages/databases.scm (mariadb)[inputs]: Move OPENSSL ... [propagated-inputs]: ... here. (r-rmysql)[inputs]: Remove OPENSSL. | Marius Bakke |
2018-08-22 | gnu: ImageMagick: Update to 6.9.10-10.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-10. | Leo Famulari |
2018-08-22 | gnu: GraphicsMagick: Update to 1.3.30.•••* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.30. | Leo Famulari |
2018-08-22 | gnu: r-fpc: Update to 2.1-11.1.•••* gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.1. | Tobias Geerinckx-Rice |
2018-08-22 | gnu: r-survival: Update to 2.42-6.•••* gnu/packages/statistics.scm (r-survival): Update to 2.42-6. | Tobias Geerinckx-Rice |
2018-08-22 | gnu: Add sqlcrush.•••* gnu/packages/databases.smc (sqlcrush): New public variable. | Tobias Geerinckx-Rice |
2018-08-22 | gnu: Add python-pymysql.•••* gnu/packages/databases.scm (python-pymysql, python2-pymysql): New public variables. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: luakit: Fix crash on startup.•••* gnu/packages/web-browsers.scm (luakit): add XDG_CONFIG_DIRS to the wrapping phase. This fixes a crash when no configuration file is present in the user's home directory. It allows luakit to use it's own default configuration files. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Raphaël Mélotte |
2018-08-21 | gnu: guile-ssh: Don't build libguile-ssh.a.•••* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add #:configure-flags. | Ludovic Courtès |
2018-08-21 | gremlin: 'elf-dynamic-info-needed' test is no longer skipped.•••* tests/gremlin.scm (%guile-executable): Use /proc/self/exe instead of (command-line). For a while now, the first element of (command-line) was "./build-aux/test-driver.scm"; consequently the test was always skipped. | Ludovic Courtès |
2018-08-21 | linux-modules: Adjust 'section-contents' procedure.•••* gnu/build/linux-modules.scm (section-contents): Honor SECTION as was intended. (modinfo-section-contents): Pass 'section-contents' a section, not a section name. | Ludovic Courtès |
2018-08-21 | inferior: Adjust for Guile 2.0.•••Partly fixes <https://bugs.gnu.org/32326>. Reported by Michael Bowcutt <mbowcutt@riseup.net>. * guix/inferior.scm (open-inferior): Wrap 'setvbuf' call in 'cond-expand'. | Ludovic Courtès |
2018-08-21 | gnu: openssh: Don't allow remote username enumeration [fixes CVE-2018-15473].•••* gnu/packages/patches/openssh-CVE-2018-15473.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. | Leo Famulari |
2018-08-21 | gnu: python-paramiko: Add some missing dependencies.•••* gnu/packages/python-crypto.scm (python-paramiko, python2-paramiko)[propagated-inputs]: Add python-bcrypt and python-pynacl. | Leo Famulari |
2018-08-21 | gnu: asymptote: Use minimal texlive-union.•••* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Replace texlive with texlive-union. | Pierre Neidhardt |
2018-08-21 | gnu: texlive-latex-base: Include support files.•••* gnu/packages/tex.scm (texlive-latex-base)[native-inputs]: Include support files. | Pierre Neidhardt |
2018-08-21 | gnu: mit-scheme: Use minimal texlive-union.•••* gnu/packages/scheme.scm (mit-scheme)[native-inputs]: Replace texlive with texlive-union. | Pierre Neidhardt |
2018-08-21 | build-system/asdf: Fix typo in "dependency".•••* guix/build-system/asdf.scm (default-lisp): Fix typo in "dependency". | Pierre Neidhardt |
2018-08-21 | gnu: sl: Don't use unstable tarball.•••* gnu/packages/toys.scm (sl)[source]: Use GIT-FETCH and GIT-FILE-NAME. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: python-rpy2: Update to 2.9.4.•••* gnu/packages/python.scm (python-rpy2): Update to 2.9.4. [arguments]: Remove obsolete phases and substitute INVOKE for SYSTEM* now that we can. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: python-rpy2: Update home page.•••* gnu/packages/python.scm (python-rpy2)[home-page]: Update URI. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: r-iterators: Update to 1.0.10.•••* gnu/packages/statistics.scm (r-iterators): Update to 1.0.10. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: r-foreign: Update to 0.8-71.•••* gnu/packages/statistics.scm (r-foreign): Update to 0.8-71. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: r-with-tests: Return #t from all phases.•••* gnu/packages/statistics.scm (r-with-tests)[arguments]: Substitute INVOKE for SYSTEM*. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: fftw: Update to 3.3.8.•••* gnu/packages/algebra.scm (fftw): Update to 3.3.8. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: at-spi2-atk: Update to 2.26.2.•••* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.26.2. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: unixodbc: Update to 2.3.7.•••* gnu/packages/databases.scm (unixodbc): Update to 2.3.7. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: services: Fix pcscd activation bug.•••Fixes: <https://bugs.gnu.org/32478>. * gnu/services/security-token.scm (pcscd-activation): Idempotently create the /var/lib/pcsc symlink so that it does not fail when it already exists. | Chris Marusich |
2018-08-21 | gnu: r-openssl: Update to 1.0.2.•••* gnu/packages/statistics.scm (r-openssl): Update to 1.0.2. | Tobias Geerinckx-Rice |
2018-08-21 | gnu: r-modeltools: Update to 0.2-22.•••* gnu/packages/statistics.scm (r-modeltools): Update to 0.2-22. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: mysql: Update to 5.7.23.•••* gnu/packages/databases.scm (mysql): Update to 5.7.23. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: mysql: Fix build.•••MySQL demands boost@1.59.0, and lying about it no longer works: sql/item_geofunc_internal.cc: In function ‘void handle_gis_exception(const char*)’: sql/item_geofunc_internal.cc:37:81: error: expected unqualified-id before ‘&’ token catch (const boost::geometry::detail::self_get_turn_points::self_ip_exception &) ^ [...] * gnu/packages/databases.scm (boost-for-mysql): New variable. (mysql)[inputs]: Use that instead of the regular boost. [arguments]: Remove now-unnecessary ‘patch-boost-version’ phase. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: python-pyodbc: Update to 4.0.24.•••* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.24. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: python-mysqlclient: Update to 1.3.13.•••* gnu/packages/databases.scm (python-mysqlclient): Update to 1.3.13. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: perl-dbd-sqlite: Update to 1.58.•••* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.58. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-energy: Update to 1.7-5.•••* gnu/packages/cran.scm (r-energy): Update to 1.7-5. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-tinytex: Update to 0.6.•••* gnu/packages/cran.scm (r-tinytex): Update to 0.6. [propagated-inputs]: Add r-xfun. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-xfun: Update to 0.3.•••* gnu/packages/cran.scm (r-xfun): Update to 0.3. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-jomo: Update to 2.6-3.•••* gnu/packages/cran.scm (r-jomo): Update to 2.6-3. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-trend: Update to 1.1.1.•••* gnu/packages/cran.scm (r-trend): Update to 1.1.1. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-lava: Update to 1.6.3.•••* gnu/packages/cran.scm (r-lava): Update to 1.6.3. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-mitml: Update to 0.3-6.•••* gnu/packages/cran.scm (r-mitml): Update to 0.3-6. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: r-vgam: Update to 1.0-6.•••* gnu/packages/statistics.scm (r-vgam): Update to 1.0-6. | Tobias Geerinckx-Rice |
2018-08-20 | nls: Update 'fr' translation. | Leo Famulari |
2018-08-20 | gnu: python-py: Use HTTPS home page.•••* gnu/packages/python.scm (python-py)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: xpad: Update to 5.1.0.•••* gnu/packages/gnome.scm (xpad): Update to 5.1.0. [arguments]: Remove obsolete ‘run-autogen’ phase. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: emacs-f: Update to 0.20.0.•••* gnu/packages/emacs.scm (emacs-f): Update to 0.20.0. | Tobias Geerinckx-Rice |
2018-08-20 | gnu: emacs-f: Don't use unstable tarball.•••* gnu/packages/emacs.scm (emacs-f)[source]: Use GIT-FETCH and GIT-FILE-NAME. | Tobias Geerinckx-Rice |