summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: wpa-supplicant: Add fixes for CVE-2016-{4476,4477}.•••* 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: New files. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches. Mark H Weaver2016-05-037-1/+338
* gnu: Add 4store.•••* gnu/packages/databases.scm (4store): New variable. * gnu/packages/patches/4store-fix-buildsystem.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch file entry. Signed-off-by: Leo Famulari <leo@famulari.name> Roel Janssen2016-05-023-0/+110
* gnu: ocaml: Fix CVE-2015-8869.•••* gnu/packages/patches/ocaml-CVE-2015-8869.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ocaml.scm (ocaml): Use it. Leo Famulari2016-05-023-1/+75
* gnu: bristol: Do not check for JACK with ldd.•••* gnu/packages/music.scm (bristol)[arguments]: Add build phase to disable runtime check for JACK. Ricardo Wurmus2016-05-021-0/+7
* gnu: frescobaldi: Add MIDI support.•••* gnu/packages/music.scm (frescobaldi)[inputs]: Add portmidi and python-pyportmidi. Ricardo Wurmus2016-05-021-0/+2
* gnu: Add python-pyportmidi.•••* gnu/packages/music.scm (python-pyportmidi): New variable. Ricardo Wurmus2016-05-021-0/+34
* gnu: Add portmidi.•••* gnu/packages/music.scm (portmidi): New variable. * gnu/packages/patches/portmidi-modular-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Ricardo Wurmus2016-05-023-0/+356
* gnu: Add reposurgeon.•••* gnu/packages/version-control.scm (reposurgeon): New variable. Mathieu Lirzin2016-05-021-2/+54
* gnu: powertop: Patch absolute file names.•••* gnu/packages/linux.scm (powertop)[inputs]: Add kmod. [arguments]: Patch absolute file names. Mathieu Lirzin2016-05-021-3/+23
* gnu: Add java-junit.•••* gnu/packages/java.scm (java-junit): New variable. Ricardo Wurmus2016-05-021-0/+32
* gnu: Add java-hamcrest-core.•••* gnu/packages/java.scm (java-hamcrest-core): New variable. Ricardo Wurmus2016-05-021-0/+81
* gnu: Add java-jarjar.•••* gnu/packages/java.scm (java-jarjar): New variable. Ricardo Wurmus2016-05-021-0/+36
* gnu: Add java-qdox-1.12.•••* gnu/packages/java.scm (java-qdox-1.12): New variable. Ricardo Wurmus2016-05-021-0/+41
* gnu: Add r-xnomial.•••* gnu/packages/statistics.scm (r-xnomial): New variable. Ricardo Wurmus2016-05-021-0/+28
* gnu: ruby-hashery: Update to 2.1.2.•••* gnu/packages/ruby.scm (ruby-hashery): Update to 2.1.2. [arguments]: Remove test workaround. Ben Woodcroft2016-05-021-6/+2
* syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.•••* guix/build/syscalls.scm (bits->symbols-body, define-bits) (local-flags): New macros. (TCSANOW, TCSADRAIN, TCSAFLUSH): New variables. (<termios>): New record type. (%termios): New C structure. (tcgetattr, tcsetattr): New procedures. * tests/syscalls.scm ("tcgetattr ENOTTY", "tcgetattr") ("tcsetattr"): New tests. Ludovic Courtès2016-05-022-0/+156
* syscalls: Implement arrays in 'define-c-struct' and use it.•••* guix/build/syscalls.scm (sizeof*, alignof*, write-type, read-type): Add support for (array ...) forms. * guix/build/syscalls.scm (<file-system>)[spare0, spare1]: Remove. [spare]: New field. * guix/build/syscalls.scm (%statfs)[identifier]: Change to (array int 2). [spare0, spare1]: Remove. [spare]: New field. Ludovic Courtès2016-05-021-10/+27
* gnu: asymptote: Update to 2.37.•••* gnu/packages/plotutils.scm (asymptote): Update to 2.37. * gnu/packages/patches/asymptote-gsl2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove reference. Nicolas Goaziou2016-05-013-44/+16
* gnu: Add python2-shedskin.•••* gnu/packages/python.scm (python2-shedskin): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Danny Milosavljevic2016-05-011-1/+42
* gnu: guitarix: Update to 0.35.0.•••* gnu/packages/audio.scm (guitarix): Update to 0.35.0. Ricardo Wurmus2016-05-011-3/+3
* gnu: qtractor: Update to 0.7.7.•••* gnu/packages/music.scm (qtractor): Update to 0.7.7. Ricardo Wurmus2016-05-011-2/+2
* gnu: Add antiword.•••* gnu/packages/textutils.scm (antiword): New variable. Ricardo Wurmus2016-05-011-0/+36
* gnu: Add synthv1.•••* gnu/packages/music.scm (synthv1): New variable. Ricardo Wurmus2016-05-011-0/+28
* gnu: ao: Replace "itemize" with "enumerate" in description string.•••* gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in description string. Apparently Guile cannot yet handle "itemize" when creating HTML. John Darrington2016-05-011-2/+2
* gnu: ao: Format the description string.•••* gnu/packages/xiph.scm (ao): Add markup to description string. John Darrington2016-05-011-17/+20
* gnu: bootstrap: Add case for i686-mingw.•••* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for i686-mingw. Signed-off-by: Manolis Ragkousis <manolis837@gmail.com> Jan Nieuwenhuizen2016-05-011-0/+1
* syscalls: 'statfs' explicitly binds 'statfs64'.•••* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64". Ludovic Courtès2016-04-301-2/+2
* syscalls: statfs: Add missing 'mount-flags' field of 'struct statfs'.•••* guix/build/syscalls.scm (<file-system>)[mount-flags]: New field. [spare2]: Remove. (%statfs): Likewise. Ludovic Courtès2016-04-301-7/+7
* gnu: poppler: Fix CVE-2015-8868.•••* gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler/fixed): New variable. * gnu/packages/patches/poppler-CVE-2015-8868.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Leo Famulari2016-04-303-0/+39
* gnu: ncmpcpp: Remove bootstrapping phase.•••* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase. [native-inputs]: Remove autoconf, automake, and libtool. Leo Famulari2016-04-301-12/+2
* gnu: Add muscle.•••* gnu/packages/bioinformatics.scm (muscle): New variable. Ben Woodcroft2016-04-301-0/+35
* gnu: subversion: Update to 1.8.16 [fixes CVE-2016-{2167,2168}].•••* gnu/packages/version-control.scm (subversion): Update to 1.8.16. Mark H Weaver2016-04-301-3/+3
* gnu: Add uhttpmock.•••* gnu/packages/web.scm (uhttpmock): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rene Saavedra2016-04-291-0/+42
* gnu: ruby-hashery: Disable failing test.•••* gnu/packages/ruby.scm (ruby-hashery)[arguments]: Remove failing test. Ben Woodcroft2016-04-301-0/+4
* gnu: ruby: Update to 2.3.1.•••* gnu/packages/ruby.scm (ruby): Update to 2.3.1. [origin] Add symlink patch. * gnu/packages/patches/ruby-symlinkfix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. Rob Syme2016-04-303-2/+57
* gnu: Add Fossil.•••* gnu/packages/version-control.scm (fossil): New variable. * gnu/packages/patches/fossil-test-fixes.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier2016-04-293-3/+267
* gnu: eigen: Update to 3.2.8.•••* gnu/packages/algebra.scm (eigen): Update to 3.2.8. Ricardo Wurmus2016-04-291-2/+3
* nls: Add Simplified Chinese translation.•••* po/guix/zh_CN.po: New file. * po/guix/LINGUAS: Add 'zh_CN'. Ludovic Courtès2016-04-292-0/+2301
* gnu: Add hplip.•••* gnu/packages/cups.scm (hplip): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Danny Milosavljevic2016-04-291-1/+116
* guix system: Reduce size of image produced for 'vm' action.•••This reduces the size of the image produced by 'guix system vm' from 26 MiB to 9 MiB. * gnu/system/vm.scm (system-qemu-image/shared-store): (system-qemu-image/shared-store-script): Change the default value of #:disk-image-size to 30 MiB when not FULL-BOOT?. * guix/scripts/system.scm (system-derivation-for-action): Likewise for the 'vm' action. Ludovic Courtès2016-04-292-3/+6
* gnu: giac-xcas: Update to 1.2.2-41.•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-41. [inputs]: Add libxinerama. Signed-off-by: Leo Famulari <leo@famulari.name> Nicolas Goaziou2016-04-291-2/+3
* gnu: webkitgtk: Update to 2.12.2.•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.2. Mark H Weaver2016-04-281-2/+2
* gnu: python-celery: Rearrange inputs.•••* gnu/packages/python.scm (python-celery)[propagated-inputs]: Move python-pytz, python-billiard, python-kombu ... [inputs]: ... to here. Add python-amqp, python-anyjson. Efraim Flashner2016-04-281-1/+3
* gnu: python-rauth: Rearrange inputs.•••* gnu/packages/python.scm (python-rauth)[native-inputs]: Remove it. [propagated-inputs]: Move python-requests ... [inputs]: ... to here. [properties]: Define python2-variant. (python2-rauth): Build with 'strip-python2-variant'. [native-inputs]: Add python2-setuptools. Efraim Flashner2016-04-281-10/+9
* gnu: libtasn1: Replace 4.7 with 4.8 [fixes CVE-2016-4008].•••* gnu/packages/tls.scm (libtasn1)[replacement]: New field. (libtasn1/fixed): New variable. Ludovic Courtès2016-04-281-0/+14
* lint: 'check-vulnerabilities' follows package replacements.•••* guix/scripts/lint.scm (check-vulnerabilities): Check the replacement of PACKAGE. * tests/lint.scm ("cve: patched vulnerability in replacement"): New test. Ludovic Courtès2016-04-282-1/+21
* gnu: Add Red Eclipse.•••* gnu/packages/games.scm (redeclipse): New variable. Signed-off-by: Alex Kost <alezost@gmail.com> Kei Yamashita2016-04-281-0/+147
* gnu: magit: Update to 2.6.2.•••* gnu/packages/emacs.scm (magit): Update to 2.6.2. Alex Kost2016-04-281-2/+2
* gnu: icecat: Add fixes for CVE-2016-{2805,2807,2808,2814} etc.•••* gnu/packages/patches/icecat-CVE-2016-2805.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt1.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt2.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt3.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt4.patch, gnu/packages/patches/icecat-CVE-2016-2807-pt5.patch, gnu/packages/patches/icecat-CVE-2016-2808.patch, gnu/packages/patches/icecat-CVE-2016-2814.patch, gnu/packages/patches/icecat-update-bundled-graphite2: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[source]: Add patches. icecat fixup Mark H Weaver2016-04-2811-1/+3215
* gnu: nss: Update to 3.23.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.23. [arguments]: In the 'install' phase, remove libgtest1.so from the output. Mark H Weaver2016-04-281-3/+12