Age | Commit message (Collapse) | Author |
|
* gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Allow building with
newer hspec.
|
|
* gnu/packages/haskell.scm (ghc-shelly): Update to 1.8.1.
[inputs]: Add ghc-hspec-contrib.
|
|
* gnu/packages/haskell.scm (ghc-sandi): Update to 0.4.2.
|
|
* gnu/packages/haskell.scm (ghc-fgl): Update to 5.6.0.0.
[arguments]: Allow building with newer hspec.
|
|
* gnu/packages/guile.scm (guile-redis): Remove duplicate 'home-page' field.
|
|
This is a followup to commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7.
* gnu/packages/gnupg.scm (guile-gcrypt): Remove duplicate 'home-page' field.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.4.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.66.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.123.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.151.
|
|
* gnu/packages/gnupg.scm (guile-gcrypt): New variable.
|
|
* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.046.
[source]: Update URL. Remove 'perl-dbd-mysql-CVE-2017-10788.patch'.
* gnu/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/python.scm (python-pkgconfig)[arguments]: Replace 'check' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python.scm (python-pkgconfig): Update to 1.3.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/patches/soundtouch-CVE-2018-14044-14045.patch,
gnu/packages/patches/soundtouch-CVE-2018-1000223.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/audio.scm (soundtouch)[source]: Use them.
|
|
* gnu/packages/audio.scm (soundtouch): Update to 2.0.0.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-10.
|
|
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.30.
|
|
* gnu/packages/statistics.scm (r-fpc): Update to 2.1-11.1.
|
|
* gnu/packages/statistics.scm (r-survival): Update to 2.42-6.
|
|
* gnu/packages/databases.smc (sqlcrush): New public variable.
|
|
* gnu/packages/databases.scm (python-pymysql, python2-pymysql): New
public variables.
|
|
* 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>
|
|
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add #:configure-flags.
|
|
* 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.
|
|
* gnu/build/linux-modules.scm (section-contents): Honor SECTION as was
intended.
(modinfo-section-contents): Pass 'section-contents' a section, not a
section name.
|
|
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'.
|
|
* 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.
|
|
* gnu/packages/python-crypto.scm (python-paramiko,
python2-paramiko)[propagated-inputs]: Add python-bcrypt and python-pynacl.
|
|
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Replace texlive with texlive-union.
|
|
* gnu/packages/tex.scm (texlive-latex-base)[native-inputs]: Include support files.
|
|
* gnu/packages/scheme.scm (mit-scheme)[native-inputs]: Replace texlive with texlive-union.
|
|
* guix/build-system/asdf.scm (default-lisp): Fix typo in "dependency".
|
|
* gnu/packages/toys.scm (sl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
|
|
* gnu/packages/python.scm (python-rpy2): Update to 2.9.4.
[arguments]: Remove obsolete phases and substitute INVOKE for SYSTEM*
now that we can.
|
|
* gnu/packages/python.scm (python-rpy2)[home-page]: Update URI.
|
|
* gnu/packages/statistics.scm (r-iterators): Update to 1.0.10.
|
|
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-71.
|
|
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.
|
|
* gnu/packages/statistics.scm (r-openssl): Update to 1.0.2.
|
|
* gnu/packages/statistics.scm (r-modeltools): Update to 0.2-22.
|
|
* gnu/packages/databases.scm (mysql): Update to 5.7.23.
|
|
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.
|
|
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.24.
|
|
* gnu/packages/databases.scm (python-mysqlclient): Update to 1.3.13.
|
|
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.58.
|
|
* gnu/packages/cran.scm (r-energy): Update to 1.7-5.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.6.
[propagated-inputs]: Add r-xfun.
|
|
* gnu/packages/cran.scm (r-xfun): Update to 0.3.
|
|
* gnu/packages/cran.scm (r-jomo): Update to 2.6-3.
|