Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* 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.
|
|
* 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.
|
|
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.
|
|
* 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.
|
|
* gnu/packages/pciutils.scm (pciutils)[inputs]: Add kmod.
|
|
* gnu/packages/pciutils.scm (pciutils)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.1.
|
|
* 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.
|
|
* gnu/packages/package-management.scm (rpm): Update to 4.12.0.1.
|
|
* gnu/packages/networking.scm (zeromq): Update to 4.0.7.
|
|
* gnu/packages/crypto.scm (libsodium): Update to 1.0.10.
|
|
* 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.
|
|
* gnu/packages/elf.scm (elfutils): Update to 0.166.
|
|
* gnu/packages/lua.scm (luajit): Update to 2.0.4.
|
|
* gnu/packages/lua.scm (lua): Update to 5.2.4.
|
|
* gnu/packages/lua.scm (lua)[arguments]: Use 'modify-phases'.
|
|
* 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.
|
|
* gnu/packages/games.scm (retroarch): Update to 1.3.4.
|
|
* gnu/packages/web.scm (libyaml): Update to 0.1.6.
|
|
* gnu/packages/fontutils.scm (potrace): Update to 1.13.
|
|
* gnu/packages/gtk.scm (guile-gnome): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.3.
|
|
* gnu/packages/dictionaries.scm (gcide): New variable.
|
|
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.
|
|
* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.
|
|
* gnu/packages/database.scm (wiredtiger): New variable.
|
|
* 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.
|
|
* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
|
|
* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
|
|
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
|
|
* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.
|
|
* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
|
|
* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.
|
|
* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
|
|
* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.
|
|
* gnu/packages/mp3.scm (mpc123)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
[home-page]: Project has moved to Github.
|
|
* gnu/packages/emacs.scm (emacs-epl): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.
|
|
* gnu/packages/emacs.scm (magit): Update to 2.7.0.
|
|
* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/moreutils.scm (moreutils): Update to 0.58.
|
|
* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.
|
|
* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.
|
|
* gnu/packages/qemu.scm (qemu)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/qemu.scm (qemu)[arguments]: Re-add #:parallel-tests? #f,
which had been removed in a2ccaa0d790004c1c303a4421f7494ef73b65bd5.
|
|
* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
|
|
* gnu/packages/patches/rush-CVE-2013-6889.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rush.scm (rush): Use it.
|
|
* gnu/packages/speech.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|