summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesMark H Weaver2016-10-1310-47/+583
|\
| * gnu: graphicsmagick: Update to 1.3.25-1-56c8cae [security fixes].•••Fixes CVE-2016-7800, CVE-2016-7996, CVE-2016-7997, and several other flaws. * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.25-1-56c8cae. [source]: Change method from 'url-fetch' to 'hg-fetch'. Add 'file-name'. Mark H Weaver2016-10-131-43/+52
| * gnu: imagemagick: Disable tests.•••* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Disable tests. Mark H Weaver2016-10-131-0/+3
| * gnu: imagemagick: Update to 6.9.6-2 [Fixes CVE-2016-{7799,7906}].•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-2. Mark H Weaver2016-10-131-2/+2
| * gnu: ghostscript-with-x: Avoid inheriting replacement field.•••This is a followup to commit 1de17a648fa631f0074d315bfff0716220ce4880. * gnu/packages/ghostscript.scm (ghostscript/fixed)[replacement]: Override inherited value. Mark H Weaver2016-10-131-0/+1
| * gnu: ghostscript: Fix CVE-2013-5653 and CVE-2016-{7976,7978,7979,8602}.•••* gnu/packages/patches/ghostscript-CVE-2013-5653.patch, gnu/packages/patches/ghostscript-CVE-2016-7976.patch, gnu/packages/patches/ghostscript-CVE-2016-7978.patch, gnu/packages/patches/ghostscript-CVE-2016-7979.patch, gnu/packages/patches/ghostscript-CVE-2016-8602.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field. (ghostscript/fixed): New variable. (ghostscript/x): Inherit 'ghostscript/fixed'. Mark H Weaver2016-10-136-2/+406
| * gnu: Add hdf4•••* gnu/packages/maths.scm (hdf4, hdf4-alt): New variables. * gnu/packages/patches/hdf4-reproducibility.patch: New file. * gnu/packages/patches/hdf4-shared-fortran.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patches. Co-Authored-By: Jeremy Robst <jpro@bas.ac.uk> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert2016-10-123-0/+119
* | gnu: ath9k-htc-firmware: Update binutils patch for binutils 2.27.•••* gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove unnecessary and conflicting hunk. Add hunk required for binutils 2.27. Leo Famulari2016-10-121-13/+26
* | gnu: python-celery: Update to 3.1.24.•••* gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24. [arguments]: Disable some tests with break with Python 3.5. Leo Famulari2016-10-121-2/+11
* | gnu: python-billiard: Update to 3.3.0.23.•••* gnu/packages/python.scm (python-billiard, python2-billiard): Update to 3.3.0.23. Leo Famulari2016-10-121-2/+2
* | gnu: python-kombu: Update to 3.0.37.•••* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37. [propagated-inputs]: Add python-redis. Leo Famulari2016-10-121-3/+4
* | Merge branch 'master' into core-updatesLeo Famulari2016-10-121-4/+4
|\|
| * gnu: mcelog: Update to 142.•••* gnu/packages/linux.scm (mcelog): Update to 142. Tobias Geerinckx-Rice2016-10-121-2/+2
| * gnu: btrfs-progs: Update to 4.8.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.1. Tobias Geerinckx-Rice2016-10-121-2/+2
* | gnu: icecat: Use normal 'sqlite'.•••* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use normal 'sqlite'. Mark H Weaver2016-10-121-15/+1
* | Merge branch 'master' into core-updatesMark H Weaver2016-10-1284-2327/+2566
|\|
| * gnu: icecat: Update to 45.3.0-gnu1-beta. Add fixes from Firefox ESR 45.4.0.•••Includes fixes for CVE-2016-5250, CVE-2016-5257, CVE-2016-5261, CVE-2016-5270, CVE-2016-5272, CVE-2016-5274, CVE-2016-5276, CVE-2016-5277, CVE-2016-5278, CVE-2016-5280, CVE-2016-5281, and CVE-2016-5284. * gnu/packages/gnuzilla.scm (mozilla-patch): New procedure. (icecat): Update to 45.3.0-gnu1. [source]: Add alternate source URI for the beta release. Update patches. [inputs]: Replace 'sqlite' input with a customized sqlite with SQLITE_ENABLE_DBSTAT_VTAB support. [native-inputs]: Add 'which'. * gnu/packages/patches/icecat-avoid-bundled-includes.patch: Rename to... * gnu/packages/patches/icecat-avoid-bundled-libraries.patch: ... and adapt to version 45. * gnu/packages/patches/icecat-CVE-2016-2818-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt6.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt7.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt8.patch, gnu/packages/patches/icecat-CVE-2016-2818-pt9.patch, gnu/packages/patches/icecat-CVE-2016-2819.patch, gnu/packages/patches/icecat-CVE-2016-2821.patch, gnu/packages/patches/icecat-CVE-2016-2824.patch, gnu/packages/patches/icecat-CVE-2016-2828.patch, gnu/packages/patches/icecat-CVE-2016-2831.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Update accordingly. Mark H Weaver2016-10-1117-1509/+134
| * gnu: redis: Update to 3.2.4.•••* gnu/packages/databases.scm (redis): Update to 3.2.4. [arguments]: Add LDFLAGS to #:make-flags to work around missing linker flag. David Thompson2016-10-111-2/+3
| * gnu: newt: Update source and home-page URLs.•••* gnu/packages/slang.scm (newt)[source]: Update URL. [home-page]: Update URL. Leo Famulari2016-10-111-2/+2
| * gnu: vsearch: Update to 2.3.0.•••* gnu/packages/bioinformatics.scm (vsearch): Update to 2.3.0. Ben Woodcroft2016-10-111-2/+2
| * gnu: diamond: Update to 0.8.23.•••* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.23. Ben Woodcroft2016-10-111-2/+2
| * gnu: qemu: Patch CVE-2016-857{6,7,8}.•••* gnu/packages/qemu.scm (qemu)[source]: Add patches. * gnu/packages/patches/qemu-CVE-2016-8576.patch, gnu/packages/patches/qemu-CVE-2016-8577.patch, gnu/packages/patches/qemu-CVE-2016-8578.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Efraim Flashner2016-10-114-1/+129
| * gnu: Add infamous-plugins.•••* gnu/packages/audio.scm (infamous-plugins): New variable. Ricardo Wurmus2016-10-101-0/+31
| * gnu: font-un: Update source uri.•••Fixes <http://bugs.gnu.org/22908>. * gnu/packages/fonts.scm (font-un)[source]: Update source uri. ng02016-10-101-10/+3
| * gnu: man-pages: Update to 4.08.•••* gnu/packages/man.scm (man-pages): Update to 4.08. Tobias Geerinckx-Rice2016-10-101-2/+2
| * gnu: cmocka: Update to 1.1.0.•••* gnu/packages/check.scm (cmocka): Update to 1.1.0. Efraim Flashner2016-10-101-3/+5
| * gnu: cppcheck: Update to 1.76.•••* gnu/packages/check.scm (cppcheck): Update to 1.76. Efraim Flashner2016-10-101-2/+2
| * gnu: libuninameslist: Use 'modify-phases' syntax.•••* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Use 'modify-phases' syntax. Efraim Flashner2016-10-101-5/+4
| * gnu: libuninameslist: Update to 20160701.•••* gnu/packages/fontutils.scm (libuninameslist): Update to 20160701. Efraim Flashner2016-10-101-2/+2
| * gnu: bash-completion: Update to 2.4.•••* gnu/packages/bash.scm (bash-completion): Update to 2.4. [home-page]: Update to redirected home-page. Efraim Flashner2016-10-101-3/+3
| * gnu: obs: Update to 0.16.2.•••* gnu/packages/video.scm (obs): Update to 0.16.2. Efraim Flashner2016-10-101-2/+2
| * gnu: laby: Update source uri.•••* gnu/packages/games.scm (laby)[source]: Use the publicly visible download uri. Efraim Flashner2016-10-101-4/+3
| * gnu: Add gxtuner.•••* gnu/packages/music.scm (gxtuner): New variable. Ricardo Wurmus2016-10-101-0/+36
| * gnu: gnome: Add pinentry-gnome3 to gnome•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add pinentry-gnome3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2016-10-101-0/+1
| * gnu: Add pinentry-gnome3.•••* gnu/packages/gnupg.scm (pinentry-gnome3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2016-10-101-0/+17
| * gnu: pinentry: Remove 'gpg2' from description.•••* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt) [description]: The default in Guix is gpg, so only use this. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christopher Baines2016-10-101-3/+3
| * gnu: sane-backends: Update to 1.0.25.•••* gnu/packages/scanner.scm (sane-backends): Update to 1.0.25. Signed-off-by: Leo Famulari <leo@famulari.name> Al McElrath2016-10-091-5/+4
| * gnu: wpa-supplicant: Update to 2.6.•••* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Update to 2.6. Remove 'patches' field. * gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch, gnu/packages/patches/wpa-supplicant-CVE-2016-4476.patch, gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt1.patch, gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt2.patch, gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt3.patch, gnu/packages/patches/wpa-supplicant-CVE-2016-4477-pt4.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Leo Famulari <leo@famulari.name> Marius Bakke2016-10-0910-510/+2
| * gnu: guile-ssh: Update to 0.10.1.•••* gnu/packages/ssh.scm (libssh-0.6): Remove. (guile-ssh): Update to 0.10.1. [inputs]: Use LIBSSH instead of LIBSSH-0.7.3. [arguments]: Remove #:configure-flags. Ludovic Courtès2016-10-091-20/+3
| * gnu: guile-ssh: Compile .scm files after patching them.•••Before this commit, the .go files were obtained by compiling the unpatched .scm files, so they would refer to libguile-ssh without its absolute file name. * gnu/packages/ssh.scm (guile-ssh)[arguments]: Move 'fix-libguile-ssh-file-name' before 'build'. Have it run "make install -C libguile-ssh" first. Ludovic Courtès2016-10-091-14/+14
| * gnu: guile-ssh: Use 'modify-phases'.•••* gnu/packages/ssh.scm (guile-ssh)[arguments]: Use 'modify-phases'. Ludovic Courtès2016-10-091-21/+19
| * gnu: gcj: Switch dejagnu test command.•••* gnu/packages/gcc.scm (gcj)[arguments]: Switch the depreciated dejagnu command 'absolute' for the new testing command 'file normalize'. Efraim Flashner2016-10-101-0/+7
| * gnu: lynx: Update to 2.8.9dev.9 and fix GnuTLS support.•••* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.9. [arguments]: Append the path to the GnuTLS to "--with-gnutls=". Kei Kebreau2016-10-091-15/+19
| * gnu: hexchat: Update to 2.12.2.•••* gnu/packages/messaging.scm (hexchat): Update to 2.12.2. Tobias Geerinckx-Rice2016-10-091-2/+2
| * gnu: vdirsyncer: Update to 0.13.1.•••* gnu/packages/dav.scm (vdirsyncer): Update to 0.13.1. Leo Famulari2016-10-091-2/+2
| * gnu: libupnp: Fix CVE-2016-6255.•••* gnu/packages/patches/libupnp-CVE-2016-6255.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libupnp.scm (libupnp): Use it. Leo Famulari2016-10-092-0/+52
| * gnu: ardour: Update to 5.4.•••* gnu/packages/audio.scm (ardour): Update to 5.4. [inputs]: Add libarchive. Ricardo Wurmus2016-10-091-3/+5
| * gnu: Add gtkwave.•••* gnu/packages/fpga.scm (gtkwave): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Danny Milosavljevic2016-10-091-0/+37
| * gnu: Add arachne-pnr.•••* gnu/packages/fpga.scm (arachne-pnr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Danny Milosavljevic2016-10-091-0/+44
| * gnu: Add icestorm.•••* gnu/packages/fpga.scm (icestorm): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Danny Milosavljevic2016-10-091-0/+40