| Commit message (Expand) | Author | Age |
* | gnu: scrot: Use 'modify-phases'.•••* gnu/packages/xdisorg.scm (scrot)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-31 |
* | gnu: scrot: Fix typo in source uri.•••* gnu/packages/xdisorg.scm (scrot)[source]: Fix typo in uri.
This is a follow-up to 9da459f350709af0cd92c3eb7ddd459eda5959dd.
| Efraim Flashner | 2016-05-31 |
* | gnu: emms: Use 'modify-phases'.•••* gnu/packages/emacs.scm (emms)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-31 |
* | gnu: emms: Update to 4.1.•••* gnu/packages/emacs.scm (emms): Update to 4.1.
| Efraim Flashner | 2016-05-31 |
* | gnu: librecad: Update to 2.0.11.•••* gnu/packages/engineering.scm (librecad): Update to 2.0.11.
| Efraim Flashner | 2016-05-31 |
* | gnu: dosfstools: Update to 4.0.•••* gnu/packages/disk.scm (dosfstools): Update to 4.0.
[arguments]: Re-enable the 'configure phase.
| Efraim Flashner | 2016-05-31 |
* | gnu: microscheme: Update to 0.9.3.•••* gnu/packages/avr.scm (microscheme): Update to 0.9.3.
| Efraim Flashner | 2016-05-31 |
* | gnu: munge: Update to 0.5.12.•••* gnu/packages/admin.scm (munge): Update to 0.5.12.
| Efraim Flashner | 2016-05-31 |
* | gnu: obs: Update to 0.14.2.•••* gnu/packages/video.scm (obs): Update to 0.14.2.
| Efraim Flashner | 2016-05-31 |
* | gnu: emacs-better-defaults: Specify source file name.•••* gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a
useful file name, as usual with tarballs from GitHub.
| David Thompson | 2016-05-31 |
* | gnu: imagemagick: Fix CVE-2016-5118.•••* 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.
| Leo Famulari | 2016-05-31 |
* | gnu: graphicsmagick: Update to 1.3.24 [security update].•••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.
| Leo Famulari | 2016-05-31 |
* | gnu: Add ghmm.•••* gnu/packages/machine-learning.scm (ghmm): New variable.
| Ricardo Wurmus | 2016-05-31 |
* | gnu: gimp: Update to 2.8.16.•••* gnu/packages/gimp.scm (gimp): Update to 2.8.16.
| Efraim Flashner | 2016-05-31 |
* | gnu: Add r-genomationdata.•••* gnu/packages/bioinformatics.scm (r-genomationdata): New variable.
| Ricardo Wurmus | 2016-05-31 |
* | gnu: Add r-runit.•••* gnu/packages/statistics.scm (r-runit): New variable.
| Ricardo Wurmus | 2016-05-31 |
* | gnu: julia: Update to 0.4.5.•••* gnu/packages/julia.scm (julia): Update to 0.4.5.
(libuv-julia): Update commit.
| Ricardo Wurmus | 2016-05-31 |
* | gnu: Add r-knitrbootstrap.•••* gnu/packages/statistics.scm (r-knitrbootstrap): New variable.
| Ricardo Wurmus | 2016-05-31 |
* | services: urandom-seed: Set umask to 077 while shutting down.•••* gnu/services/base.scm (urandom-seed-shepherd-service): Call 'umask'.
| Leo Famulari | 2016-05-31 |
* | gnu: libxml2: Update replacement to 2.9.4 [security fixes].•••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.
| Leo Famulari | 2016-05-30 |
* | container: Gracefully report mount errors in the child process.•••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.
| Ludovic Courtès | 2016-05-31 |
* | container: Gracefully handle failure to set up user namespaces.•••* gnu/build/linux-container.scm (run-container): Exit when the parent
process doesn't say 'ready.
| Ludovic Courtès | 2016-05-31 |
* | gnu: vapoursynth: Update to 32.•••* gnu/packages/video.scm (vapoursynth): Update to 32.
| Efraim Flashner | 2016-05-30 |
* | gnu: Add zimg.•••* gnu/packages/image.scm (zimg): New variable.
| Efraim Flashner | 2016-05-30 |
* | gnu: mcrypt: Fix CVE-2012-4409, CVE-2012-4426, CVE-2012-4527.•••* 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.
| Efraim Flashner | 2016-05-30 |
* | gnu: imagemagick: Update to 6.9.4-5.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-5.
| Leo Famulari | 2016-05-30 |
* | gnu: Remove xgcc-avr.•••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.
| David Thompson | 2016-05-30 |
* | gnu: Add avr-toolchain.•••* gnu/packages/avr.scm (avr-toolchain): New procedure.
(avr-toolchain-4.9, avr-toolchain-5): New variables.
| David Thompson | 2016-05-30 |
* | gnu: avr-libc: Update to 2.0.0.•••* gnu/packages/avr.scm (avr-libc): Update to 2.0.0.
| David Thompson | 2016-05-30 |
* | gnu: avr-libc: Fix build.•••* 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.
| David Thompson | 2016-05-30 |
* | gnu: Add avr-gcc-5.•••* gnu/packages/avr.scm (avr-gcc-5): New variable.
| David Thompson | 2016-05-30 |
* | gnu: Add avr-gcc.•••* gnu/packages/avr.scm (avr-gcc): New variable.
| David Thompson | 2016-05-30 |
* | gnu: Add avr-binutils.•••* gnu/packages/avr.scm (avr-binutils): New variable.
| David Thompson | 2016-05-30 |
* | gnu: wordnet: Use 'modify-phases'.•••* gnu/packages/wordnet.scm (wordnet)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-30 |
* | gnu: wordnet: Fix CVE-2008-2149, CVE-2008-3908.•••* gnu/packages/wordnet.scm (wordnet)[source]: Add patches.
* gnu/packages/patches/wordnet-CVE-2008-2149.patch,
gnu/packages/patches/wordnet-CVE-2008-3908-pt1.patch,
gnu/packages/patches/wordnet-CVE-2008-3908-pt2.patch: New variables.
* gnu/local.mk (dist_patch_DATA): Add them.
| Efraim Flashner | 2016-05-30 |
* | gnu: id3lib: Fix CVE-2007-4460.•••* gnu/packages/mp3.scm (id3lib)[source]: Add patch.
* gnu/packages/patches/id3lib-CVE-2007-4460.patch: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner | 2016-05-30 |
* | gnu: cyrus-sasl: Update URLs.•••* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use HTTPS URL.
[home-page]: Update home-page URL.
| Leo Famulari | 2016-05-30 |
* | gnu: devil: Fix CVE-2009-3994.•••* gnu/packages/patches/devil-CVE-2009-3994.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (devil): Use it.
| Leo Famulari | 2016-05-30 |
* | gnu: iptables: Update to 1.4.21.•••* gnu/packages/linux.scm (iptables): Update to 1.4.21.
| Leo Famulari | 2016-05-30 |
* | gnu: Add emacs-better-defaults.•••* gnu/packages/emacs.scm (emacs-better-defaults): New variable.
| David Thompson | 2016-05-30 |
* | gnu: emacs: Remove uncompressed-file-fetch.•••* gnu/packages/emacs.scm (uncompressed-file-fetch): Delete.
(emacs-rfcview, emacs-ffap-rfc-space, emacs-queue, emacs-spinner):
Replace uncompressed-file-fetch with url-fetch.
| David Thompson | 2016-05-30 |
* | gnu: Add emacs-seq.•••* gnu/packages/emacs.scm (emacs-seq): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| humanitiesNerd | 2016-05-30 |
* | gnu: Add emacs-spinner.•••* gnu/packages/emacs.scm (emacs-spinner): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| humanitiesNerd | 2016-05-30 |
* | gnu: Add emacs-pkg-info.•••* gnu/packages/emacs.scm (emacs-pkg-info): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| humanitiesNerd | 2016-05-30 |
* | gnu: Add emacs-queue.•••* gnu/packages/emacs.scm (emacs-queue): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| humanitiesNerd | 2016-05-30 |
* | gnu: emacs: Fix indentation of scheme keyword lists.•••* gnu/packages/patches/emacs-fix-scheme-indent-function.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
| Alex Kost | 2016-05-30 |
* | gnu: gegl: Fix CVE-2012-4433.•••* gnu/packages/gimp.scm (gegl)[source]: Add patch.
* gnu/packages/patches/gegl-CVE-2012-4433.patch: New variable.
* gnu/local.mk (dist_patch_DATA): Add it.
| Efraim Flashner | 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 |
* | gnu: dtach: Use 'modify-phases'.•••* gnu/packages/screen.scm (dtach)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-05-30 |