Age | Commit message (Collapse) | Author |
|
* guix/packages/ruby.scm (bundler): Update to 1.12.5.
|
|
* gnu/packages/telephony.scm (libiax2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
These packages should be updated together.
* gnu/packages/tls.scm (certbot): Update to 0.7.0.
(arguments): Adjust 'docs' phase to new build system and work around upstream
typo.
(python-acme, python2-acme): Update to 0.7.0.
|
|
* gnu/packages/python.scm: (python2-ipaddr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-sqlparse, python2-sqlparse):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-tblib, python2-tblib): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/flashing-tools.scm (dfu-util): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/gnome.scm (vte-ng): New variable.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
|
|
Fixes CVE-2016-{0686, 0687, 0695, 3425, 3427}.
* gnu/packages/patches/icedtea-remove-overrides.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (icedtea): Update to 1.13.11.
[source]: Use the patch.
[inputs]: Add libxcomposite.
|
|
* gnu/packages/autogen.scm (autogen)[source]: Fix source URL.
|
|
Reported by Matthew Jordan <matthewjordandevops@yandex.com>
at <https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00967.html>.
* gnu/system/install.scm (make-cow-store): Bind-mount TARGET's /tmp
on /tmp.
|
|
* gnu/packages/xdisorg.scm (rofi): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
Fixes a regression introduced in f99f3f24ef604f44023379da4b375c80e6844be1.
* gnu/packages/emacs.scm (emacs-constants)[source]: Fix file-name.
|
|
* gnu/packages/task-management.scm (taskwarrior): Update to 2.5.1.
|
|
* gnu/packages/python.scm (python-py3status): New variable.
|
|
* gnu/packages/web.scm (nginx): Update to 1.10.1.
|
|
* gnu/packages/autogen.scm (autogen)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/autogen.scm (autogen): Update to 5.18.10.
|
|
* gnu/packages/xdisorg.scm (scrot)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/xdisorg.scm (scrot)[source]: Fix typo in uri.
This is a follow-up to 9da459f350709af0cd92c3eb7ddd459eda5959dd.
|
|
* gnu/packages/emacs.scm (emms)[arguments]: Use 'modify-phases'.
|
|
* gnu/packages/emacs.scm (emms): Update to 4.1.
|
|
* gnu/packages/engineering.scm (librecad): Update to 2.0.11.
|
|
* gnu/packages/disk.scm (dosfstools): Update to 4.0.
[arguments]: Re-enable the 'configure phase.
|
|
* gnu/packages/avr.scm (microscheme): Update to 0.9.3.
|
|
* gnu/packages/admin.scm (munge): Update to 0.5.12.
|
|
* gnu/packages/video.scm (obs): Update to 0.14.2.
|
|
* gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a
useful file name, as usual with tarballs from GitHub.
|
|
* gnu/packages/patches/imagemagick-CVE-2016-5118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/imagemagick.scm (imagemagick): Use it.
|
|
Fixes CVE-2016-{2317, 2318, 5118} and many other security issues
described in 'NEWS.txt'.
* gnu/packages/patches/graphicsmagick-CVE-2016-5118.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.24.
[source]: Remove patch.
|
|
* gnu/packages/machine-learning.scm (ghmm): New variable.
|
|
* gnu/packages/gimp.scm (gimp): Update to 2.8.16.
|
|
* gnu/packages/bioinformatics.scm (r-genomationdata): New variable.
|
|
* gnu/packages/statistics.scm (r-runit): New variable.
|
|
* gnu/packages/julia.scm (julia): Update to 0.4.5.
(libuv-julia): Update commit.
|
|
* gnu/packages/statistics.scm (r-knitrbootstrap): New variable.
|
|
* gnu/services/base.scm (urandom-seed-shepherd-service): Call 'umask'.
|
|
This fixes CVE-2016-{1762, 1833, 1834, 1835, 1836, 1837, 1838, 1839,
1840, 3627, 3705, 4483}.
* gnu/packages/patches/libxml2-CVE-2016-3627.patch,
gnu/packages/patches/libxml2-CVE-2016-3705.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2/fixed): Update to 2.9.4.
[source]: Remove patches.
|
|
Fixes <http://bugs.gnu.org/23306>.
* gnu/build/linux-container.scm (run-container): Use 'socketpair'
instead of 'pipe'. Rename 'in' to 'child' and 'out' to 'parent'. Send
a 'ready message or an exception argument list from the child to the
parent; adjust the parent accordingly.
* tests/containers.scm ("call-with-container, mnt namespace, wrong bind
mount"): New test.
* tests/guix-environment-container.sh: Add test with
--expose=/does-not-exist.
|
|
* gnu/build/linux-container.scm (run-container): Exit when the parent
process doesn't say 'ready.
|
|
* gnu/packages/video.scm (vapoursynth): Update to 32.
|
|
* gnu/packages/image.scm (zimg): New variable.
|
|
* gnu/packages/mcrypt.scm (mcrypt)[source]: Add patches.
* gnu/packages/patches/mcrypt-CVE-2012-4409.patch,
gnu/packages/patches/mcrypt-CVE-2012-4426.patch,
gnu/packages/patches/mcrypt-CVE-2012-4527.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-5.
|
|
We now have a dedicated package module for the AVR toolchain with
important modifications on top of what cross-gcc produces.
* gnu/packages/cross-base.scm (xgcc-avr): Delete.
|
|
* gnu/packages/avr.scm (avr-toolchain): New procedure.
(avr-toolchain-4.9, avr-toolchain-5): New variables.
|
|
* gnu/packages/avr.scm (avr-libc): Update to 2.0.0.
|
|
* gnu/packages/avr.scm (avr-libc): Update to 2.0.0.
[native-inputs]: Use new avr-gcc and avr-binutils.
[arguments]: Add phase to unset C_INCLUDE_PATH.
|
|
* gnu/packages/avr.scm (avr-gcc-5): New variable.
|
|
* gnu/packages/avr.scm (avr-gcc): New variable.
|