Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gnu: guile-redis: Remove duplicate 'home-page' field.•••* gnu/packages/guile.scm (guile-redis): Remove duplicate 'home-page' field. | Mark H Weaver | 2018-08-23 | 1 | -1/+0 | |
| * | gnu: guile-gcrypt: Remove duplicate 'home-page' field.•••This is a followup to commit b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7. * gnu/packages/gnupg.scm (guile-gcrypt): Remove duplicate 'home-page' field. | Mark H Weaver | 2018-08-23 | 1 | -1/+0 | |
| * | gnu: linux-libre: Update to 4.18.4.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.4. (%linux-libre-hash): Update hash. | Mark H Weaver | 2018-08-23 | 1 | -2/+2 | |
| * | gnu: linux-libre@4.14: Update to 4.14.66.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.66. (%linux-libre-4.14-hash): Update hash. | Mark H Weaver | 2018-08-23 | 1 | -2/+2 | |
| * | gnu: linux-libre@4.9: Update to 4.9.123.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.123. | Mark H Weaver | 2018-08-23 | 1 | -2/+2 | |
| * | gnu: linux-libre@4.4: Update to 4.4.151.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.151. | Mark H Weaver | 2018-08-23 | 1 | -2/+2 | |
| * | gnu: Add guile-gcrypt.•••* gnu/packages/gnupg.scm (guile-gcrypt): New variable. | Ludovic Courtès | 2018-08-23 | 1 | -0/+35 | |
| * | gnu: perl-dbd-mysql: Update to 4.046.•••* 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. | Leo Famulari | 2018-08-22 | 2 | -66/+3 | |
| * | gnu: python-pkgconfig: Enable tests.•••* gnu/packages/python.scm (python-pkgconfig)[arguments]: Replace 'check' phase. Signed-off-by: Leo Famulari <leo@famulari.name> | Paul Garlick | 2018-08-22 | 1 | -12/+11 | |
| * | gnu: python-pkgconfig: Update to 1.3.1.•••* gnu/packages/python.scm (python-pkgconfig): Update to 1.3.1. Signed-off-by: Leo Famulari <leo@famulari.name> | Paul Garlick | 2018-08-22 | 1 | -2/+2 | |
| * | gnu: soundtouch: Fix CVE-2018-{1000223,14044,14045}.•••* 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. | Leo Famulari | 2018-08-22 | 3 | -0/+283 | |
| * | gnu: soundtouch: Update to 2.0.0.•••* gnu/packages/audio.scm (soundtouch): Update to 2.0.0. | Leo Famulari | 2018-08-22 | 1 | -2/+3 | |
* | | Merge branch 'master' into staging | Marius Bakke | 2018-08-22 | 62 | -1357/+1594 | |
|\| | ||||||
| * | gnu: ImageMagick: Update to 6.9.10-10.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-10. | Leo Famulari | 2018-08-22 | 1 | -2/+2 | |
| * | gnu: GraphicsMagick: Update to 1.3.30.•••* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.30. | Leo Famulari | 2018-08-22 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | gnu: Add sqlcrush.•••* gnu/packages/databases.smc (sqlcrush): New public variable. | Tobias Geerinckx-Rice | 2018-08-22 | 1 | -0/+31 | |
| * | gnu: Add python-pymysql.•••* gnu/packages/databases.scm (python-pymysql, python2-pymysql): New public variables. | Tobias Geerinckx-Rice | 2018-08-22 | 1 | -0/+29 | |
| * | 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 | 1 | -1/+3 | |
| * | 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 | 1 | -1/+4 | |
| * | 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 | 2 | -0/+166 | |
| * | 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 | 1 | -1/+3 | |
| * | gnu: asymptote: Use minimal texlive-union.•••* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Replace texlive with texlive-union. | Pierre Neidhardt | 2018-08-21 | 1 | -1/+15 | |
| * | gnu: texlive-latex-base: Include support files.•••* gnu/packages/tex.scm (texlive-latex-base)[native-inputs]: Include support files. | Pierre Neidhardt | 2018-08-21 | 1 | -2/+23 | |
| * | 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 | 1 | -1/+5 | |
| * | 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 | 1 | -7/+8 | |
| * | 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 | 1 | -12/+3 | |
| * | gnu: python-rpy2: Update home page.•••* gnu/packages/python.scm (python-rpy2)[home-page]: Update URI. | Tobias Geerinckx-Rice | 2018-08-21 | 1 | -1/+1 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | gnu: r-modeltools: Update to 0.2-22.•••* gnu/packages/statistics.scm (r-modeltools): Update to 0.2-22. | Tobias Geerinckx-Rice | 2018-08-21 | 1 | -2/+2 | |
| * | gnu: mysql: Update to 5.7.23.•••* gnu/packages/databases.scm (mysql): Update to 5.7.23. | Tobias Geerinckx-Rice | 2018-08-20 | 1 | -2/+2 | |
| * | 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 | 1 | -10/+17 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+4 | |
| * | gnu: r-xfun: Update to 0.3.•••* gnu/packages/cran.scm (r-xfun): Update to 0.3. | Tobias Geerinckx-Rice | 2018-08-20 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | gnu: python-py: Use HTTPS home page.•••* gnu/packages/python.scm (python-py)[home-page]: Use HTTPS. | Tobias Geerinckx-Rice | 2018-08-20 | 1 | -1/+1 | |
| * | 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 | 1 | -8/+2 | |
| * | 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 | 1 | -2/+2 | |
| * | 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 | 2018-08-20 | 1 | -6/+6 |