Age | Commit message (Expand) | Author |
2016-05-30 | gnu: vte-0.28: Fix CVE-2012-2738....* gnu/packages/gnome.scm (vte-0.28)[source]: Add patches.
* gnu/packages/patches/vte-CVE-2012-2738-pt1.patch,
gnu/packages/patches/vte-CVE-2012-2738-pt2.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
| Efraim Flashner |
2016-05-30 | gnu: t1lib: Fix CVE-2010-2642, CVE-2011-{0764, 1552, 1553, 1554}....* gnu/packages/fontutils.scm (t1lib)[source]: Add patches.
* gnu/packages/patches/t1lib-CVE-2010-2642.patch,
gnu/packages/patches/t1lib-CVE-2011-0764.patch,
gnu/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
| Efraim Flashner |
2016-05-30 | download: Update Sourceforge mirrors....* guix/download.scm (mirrors)[sourceforge]: Update mirror list.
| Efraim Flashner |
2016-05-30 | gnu: dtach: Use 'modify-phases'....* gnu/packages/screen.scm (dtach)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-05-30 | gnu: dtach: Update to 0.9 [Fixes CVE-2012-3368]....* gnu/packages/screen.scm (dtach): Update to 0.9.
| Efraim Flashner |
2016-05-30 | gnu: tinyproxy: Update to 1.8.4 [Fixes CVE-2012-3505]....* gnu/packages/web.scm (tinyproxy): Update to 1.8.4.
[source]: Download from new location.
[home-page]: Project has moved to Github.
| Efraim Flashner |
2016-05-30 | gnu: jansson: Fix CVE-2016-4425....* gnu/packages/web.scm (jansson)[source]: Add patch.
* gnu/packages/patches/jansson-CVE-2016-4425.patch: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner |
2016-05-30 | gnu: antiword: Fix CVE-2014-8123....* gnu/packages/textutils.scm (antiword)[source]: Add patch.
* gnu/packages/patches/antiword-CVE-2014-8123: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner |
2016-05-30 | gnu: a2ps: Use 'modify-phases'....* gnu/packages/pretty-print.scm (a2ps)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-05-30 | gnu: a2ps: Fix CVE-2001-1593, CVE-2014-0466....* gnu/packages/pretty-print.scm (a2ps)[source]: Add patches.
* gnu/packages/patches/a2ps-CVE-2001-1593.patch,
gnu/packages/patches/a2ps-CVE-2014-0466.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
| Efraim Flashner |
2016-05-29 | gnu: pcre2: Fix CVE-2016-3191....* gnu/packages/patches/pcre2-CVE-2016-3191.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pcre.scm (pcre2): Use it.
| Leo Famulari |
2016-05-29 | gnu: libyaml: Fix CVE-2014-9130....* gnu/packages/patches/libyaml-CVE-2014-9130.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (libyaml): Use it.
| Leo Famulari |
2016-05-29 | gnu: graphicsmagick: Fix CVE-2016-5118....* gnu/packages/patches/graphicsmagick-CVE-2016-5118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/imagemagick.scm (graphicsmagick): Use it.
| Leo Famulari |
2016-05-30 | gnu: vorbis-tools: Fix CVE-2014-9638, CVE-2014-9639, CVE-2014-9640....* gnu/packages/xiph.scm (vorbis-tools)[source]: Add patches.
* gnu/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch,
gnu/packages/patches/vorbis-tools-CVE-2014-9640.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
| Efraim Flashner |
2016-05-30 | gnu: libtar: Fix CVE-2013-4420....* gnu/packages/compression.scm (libtar)[source]: Add patch.
* gnu/packages/patches/libtar-CVE-2013-4420.patch: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
This is a follow-up to 89d80159b1da81c4017b46a575c3ec5dd9a96c90.
| Efraim Flashner |
2016-05-30 | gnu: glibc: Refer to the target kernel headers when cross-compiling....This fixes a regression introduced in
efc4eb147512fa7a2c6d74d9b296cfc22b1ef198 whereby the build process
corresponding to 'guix build glibc --target=mips64el-linux-gnu' would
refer to the native headers instead of the target headers, leading to a
build failure:
../sysdeps/unix/sysv/linux/statfs64.c: In function ‘__statfs64’:
../sysdeps/unix/sysv/linux/statfs64.c:73:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
When we were using CROSS_CPATH instead of CROSS_C_INCLUDE_PATH, the
problem was hidden by the fact that CPATH corresponds to '-I' whereas
C_INCLUDE_PATH corresponds to '-isystem', and '-isystem' directories are
searched after '-I' directories.
* gnu/packages/base.scm (glibc)[arguments]: Refer to the kernel headers
from '%build-target-inputs' when cross-building.
| Ludovic Courtès |
2016-05-29 | gnu: libtar: Update to 1.2.20 [fixes CVE-2013-4397, CVE-2013-4420]....* gnu/packages/compression.scm (libtar): Update to 1.2.20.
[source]: Add Debian mirror.
[arguments]: Add 'autoconf phase.
[native-inputs]: Add autoconf, automake, libtool.
[inputs]: Add zlib.
[home-page]: Point to temporary home.
| Efraim Flashner |
2016-05-29 | gnu: pciutils: Add kmod support....* gnu/packages/pciutils.scm (pciutils)[inputs]: Add kmod.
| Efraim Flashner |
2016-05-29 | gnu: pciutils: Use 'modify-phases'....* gnu/packages/pciutils.scm (pciutils)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-05-29 | gnu: pciutils: Update to 3.5.1....* gnu/packages/pciutils.scm (pciutils): Update to 3.5.1.
| Efraim Flashner |
2016-05-29 | gnu: rpm: Fix CVE-2014-8118....* gnu/packages/patches/rpm-CVE-2014-8118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/package-management.scm (rpm): Use it.
| Leo Famulari |
2016-05-29 | gnu: rpm: Update to 4.12.0.1....* gnu/packages/package-management.scm (rpm): Update to 4.12.0.1.
| Leo Famulari |
2016-05-29 | gnu: zeromq: Update to 4.0.7 [fixes CVE-2014-9721]....* gnu/packages/networking.scm (zeromq): Update to 4.0.7.
| Leo Famulari |
2016-05-29 | gnu: libsodium: Update to 1.0.10....* gnu/packages/crypto.scm (libsodium): Update to 1.0.10.
| Leo Famulari |
2016-05-29 | gnu: procmail: Fix CVE-2014-3618....* gnu/packages/patches/procmail-CVE-2014-3618.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail): Use it.
| Leo Famulari |
2016-05-29 | gnu: elfutils: Update to 0.166 [fixes CVE-2014-9447]....* gnu/packages/elf.scm (elfutils): Update to 0.166.
| Leo Famulari |
2016-05-29 | gnu: luajit: Update to 2.0.4....* gnu/packages/lua.scm (luajit): Update to 2.0.4.
| Efraim Flashner |
2016-05-29 | gnu: lua: Update to 5.2.4....* gnu/packages/lua.scm (lua): Update to 5.2.4.
| Efraim Flashner |
2016-05-29 | gnu: lua: Use 'modify-phases'....* gnu/packages/lua.scm (lua)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-05-29 | gnu: lua-5.1: Fix CVE-2014-5461....* gnu/packages/lua.scm (lua-5.1)[source]: Add patch.
* gnu/packages/patches/lua-CVE-2014-5461: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner |
2016-05-29 | gnu: retroarch: Update to 1.3.4....* gnu/packages/games.scm (retroarch): Update to 1.3.4.
| 宋文武 |
2016-05-28 | gnu: libyaml: Update to 0.1.6 [fixes CVE-2014-2525]....* gnu/packages/web.scm (libyaml): Update to 0.1.6.
| Leo Famulari |
2016-05-28 | services: Add urandom-seed-service....Fixes <http://bugs.gnu.org/23605>.
* gnu/services/base.scm (urandom-seed-service): New procedure.
(%random-seed-file, urandom-seed-service-type): New variables.
(%urandom-seed-shepherd-service): New procedure.
(%base-services): Call 'urandom-seed-service'.
* doc/guix.texi (Base Services): Document it.
| Leo Famulari |
2016-05-28 | gnu: potrace: Update to 1.13 [fixes CVE-2013-7437]....* gnu/packages/fontutils.scm (potrace): Update to 1.13.
| Efraim Flashner |
2016-05-28 | gnu: Add Guile-GNOME....* gnu/packages/gtk.scm (guile-gnome): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Patrick Hetu |
2016-05-28 | gnu: Update diamond to 0.8.3....* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.3.
| Ben Woodcroft |
2016-05-28 | gnu: Add gcide....* gnu/packages/dictionaries.scm (gcide): New variable.
| 宋文武 |
2016-05-28 | gnu: wxmaxima: Wrap with GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS....Fixes <http://bugs.gnu.org/22709> and <http://bugs.gnu.org/23260>.
* gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with
GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.
| 宋文武 |
2016-05-28 | gnu: gprolog: Don't install files into "$out/gprolog-1.4.4"....* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.
| 宋文武 |
2016-05-28 | gnu: Add wiredtiger....* gnu/packages/database.scm (wiredtiger): New variable.
| 宋文武 |
2016-05-28 | cve: Use a more compact format for the list of package/versions....On a warm cache, "guix lint -c cve vorbis-tools" goes down
from 6.5s to 2.4s.
* guix/cve.scm (cpe->package-name): Change to return two values instead
of a pair.
(cpe->product-alist): New procedure.
(%parse-vulnerability-feed): Use it instead of 'filter-map'.
(fetch-vulnerabilities): Bump sexp format version to 1.
(vulnerabilities->lookup-proc): Adjust accordingly. When #:version is
omitted, return a list of vulnerabilities instead of a list of
version/vulnerability pairs.
* tests/cve.scm (%expected-vulnerabilities)
("vulnerabilities->lookup-proc): Adjust accordingly.
| Ludovic Courtès |
2016-05-27 | guix package: Inherit the transformed version number....Previously, 'guix package -i emacs --with-source=./emacs-42.tar.gz'
would fail to use "42" as the version number in the manifest entry.
Reported by piyo on #guix.
* guix/scripts/package.scm (process-actions)[transform-entry]: Inherit
the version number from the result of TRANSFORM when it's a package.
* tests/guix-package.sh: Test it.
| Ludovic Courtès |
2016-05-27 | gnu: gd: Update to 2.2.1 [fixes CVE-2015-{8874, 8877}]....* gnu/packages/patches/gd-CVE-2016-3074.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gd.scm (gd): Update to 2.2.1.
[source]: Remove patch. Update source URL.
| Leo Famulari |
2016-05-27 | gnu: scrot: Add source mirror....* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
| Efraim Flashner |
2016-05-27 | gnu: serf: Update project source....* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
| Efraim Flashner |
2016-05-27 | gnu: xlockmore: Update to 5.47....* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
| Efraim Flashner |
2016-05-27 | gnu: t1lib: Add source mirror....* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.
| Efraim Flashner |
2016-05-27 | gnu: synergy: Update to 1.7.6....* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
| Efraim Flashner |
2016-05-27 | gnu: synergy: Use 'modify-phases'....* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.
| Efraim Flashner |
2016-05-27 | gnu: synergy: Update project source....* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
| Efraim Flashner |