| Commit message (Expand) | Author | Age | Files | Lines |
* | Update .mailmap.•••* .mailmap: Add new entries for Danny Milosavljevic, Nils Gillmann and
Raymond Nicholson.
| Alex Kost | 2016-05-04 | 1 | -1/+4 |
* | gnu: gnupg: Update to 2.1.12.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.1.12.
[source]: Remove patch.
* gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch:
Remove file.
* gnu/local.mk (dist_patch_DATA): Remove reference.
| Efraim Flashner | 2016-05-04 | 3 | -147/+2 |
* | gnu: jemalloc: Update to 4.1.0.•••* gnu/packages/jemalloc.scm (jemalloc): Upodate to 4.1.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Jelle Licht | 2016-05-04 | 1 | -2/+2 |
* | gnu: imlib2: Update to 1.4.9 [fixes CVE-2011-5326, CVE-2016-{3993,3994}].•••* gnu/packages/image.scm (imlib2): Update to 1.4.9.
[source]: Remove patch.
* gnu/packages/patches/imlib2-CVE-2016-4024.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Mark H Weaver | 2016-05-04 | 3 | -56/+2 |
* | gnu: imagemagick: Update to 6.9.3-10.•••Fixes CVE-2016–3714.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.3-10.
[source]: Remove patch.
* gnu/packages/patches/imagemagick-test-segv.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove patch file from distribution.
| David Thompson | 2016-05-04 | 3 | -24/+2 |
* | gnu: bitlbee: Incorporate upstream pre-release patches.•••* gnu/packages/messaging.scm (%bitlbee-buddy-nick-change-patch):
(%bitlbee-always-use-nicks-patch): New variables.
(bitlbee): Add new patches.
| Andy Wingo | 2016-05-04 | 1 | -1/+22 |
* | gnu: bitlbee: Update to 3.4.2.•••* gnu/packages/messaging.scm (bitlbee): Update to 3.4.2.
| Andy Wingo | 2016-05-04 | 1 | -2/+2 |
* | gnu: edirect: Update to 4.10.•••* gnu/packages/bioinformatics.scm (edirect): Update to 4.10.
| Ricardo Wurmus | 2016-05-04 | 1 | -4/+4 |
* | gnu: Add pinentry-qt.•••* gnu/packages/gnupg.scm (pinentry-qt): New variable.
| Efraim Flashner | 2016-05-04 | 1 | -0/+12 |
* | gnu: Add pinentry-tty.•••* gnu/packages/gnupg.scm (pinentry-tty): New variable.
[arguments]: Add pinentry-tty flag.
(pinentry-gtk2): Inherit from pinentry-tty.
[inputs]: Use gtk+-2, glib for pinentry-gtk2 only.
[description]: Modify description based on inputs.
| Efraim Flashner | 2016-05-04 | 1 | -7/+19 |
* | gnu: pinentry: Rename to pinentry-gtk2.•••* gnu/packages/gnupg.scm (pinentry): Rename to pinentry-gtk2.
Define pinentry as pinentry-gtk2.
| Efraim Flashner | 2016-05-04 | 1 | -2/+6 |
* | gnu: cross: Fix typo.•••* gnu/packages/cross-base.scm (cross-gcc-arguments): Remove erroneous
'else' introduced in efc4eb147512fa7a2c6d74d9b296cfc22b1ef198.
| Ludovic Courtès | 2016-05-03 | 1 | -2/+2 |
* | gnu: Add nlopt.•••* gnu/packages/maths.scm (nlopt): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Roel Janssen | 2016-05-03 | 1 | -0/+39 |
* | gnu: redeclipse: Rename to red-eclipse.•••* gnu/packages/games.scm (redeclipse): Rename to...
(red-eclipse): ...this.
This is a follow-up to commit 5b8a85431dd746eb975d70fe31aeb05609946d80,
which changed only the name field of the package.
| Andreas Enge | 2016-05-03 | 1 | -1/+1 |
* | gnu: Rename redeclipse package to red-eclipse.•••* gnu/packages/games.scm (redeclipse): Rename to...
(red-eclipse): ...this.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Kei Yamashita | 2016-05-03 | 1 | -1/+1 |
* | gnu: openssl: Replace with 1.0.2h [security fixes].•••Fixes CVE-2016-{2105,2106,2107,2109,2176}.
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl/fixed): New variable.
| Mark H Weaver | 2016-05-03 | 1 | -0/+20 |
* | gnu: gcc: Add 6.1.0.•••* gnu/packages/gcc.scm (gcc-6): New variable.
* gnu/packages/commencement.scm (gcc-toolchain-6): New variable.
| Ludovic Courtès | 2016-05-03 | 2 | -1/+17 |
* | gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers.•••* gnu/packages/patches/gcc-cross-environment-variables.patch: Also use CROSS_
variants: CROSS_C_INCLUDE_PATH, CROSS_CPLUS_INCLUDE_PATH,
CROSS_OBJC_INCLUDE_PATH, CROSS_OBJCPLUS_INCLUDE_PATH to be used for system
libraries, see
https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00620.html.
* gnu/packages/cross-base.scm (cross-gcc, cross-gcc-arguments, cross-libc):
Use CROSS_*_INCLUDE_PATH (WAS: CPATH).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jan Nieuwenhuizen | 2016-05-03 | 2 | -43/+79 |
* | syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.•••* guix/build/syscalls.scm (tcsetattr-action): New macro.
(TCSANOW, TCSADRAIN, TCSAFLUSH): Remove.
(tcsetattr): Adjust docstring accordingly.
* tests/syscalls.scm ("tcsetattr"): Adjust accordingly.
| Ludovic Courtès | 2016-05-03 | 2 | -9/+9 |
* | 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 Weaver | 2016-05-03 | 7 | -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 Janssen | 2016-05-02 | 3 | -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 Famulari | 2016-05-02 | 3 | -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 Wurmus | 2016-05-02 | 1 | -0/+7 |
* | gnu: frescobaldi: Add MIDI support.•••* gnu/packages/music.scm (frescobaldi)[inputs]: Add portmidi and
python-pyportmidi.
| Ricardo Wurmus | 2016-05-02 | 1 | -0/+2 |
* | gnu: Add python-pyportmidi.•••* gnu/packages/music.scm (python-pyportmidi): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -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 Wurmus | 2016-05-02 | 3 | -0/+356 |
* | gnu: Add reposurgeon.•••* gnu/packages/version-control.scm (reposurgeon): New variable.
| Mathieu Lirzin | 2016-05-02 | 1 | -2/+54 |
* | gnu: powertop: Patch absolute file names.•••* gnu/packages/linux.scm (powertop)[inputs]: Add kmod.
[arguments]: Patch absolute file names.
| Mathieu Lirzin | 2016-05-02 | 1 | -3/+23 |
* | gnu: Add java-junit.•••* gnu/packages/java.scm (java-junit): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -0/+32 |
* | gnu: Add java-hamcrest-core.•••* gnu/packages/java.scm (java-hamcrest-core): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -0/+81 |
* | gnu: Add java-jarjar.•••* gnu/packages/java.scm (java-jarjar): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -0/+36 |
* | gnu: Add java-qdox-1.12.•••* gnu/packages/java.scm (java-qdox-1.12): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -0/+41 |
* | gnu: Add r-xnomial.•••* gnu/packages/statistics.scm (r-xnomial): New variable.
| Ricardo Wurmus | 2016-05-02 | 1 | -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 Woodcroft | 2016-05-02 | 1 | -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ès | 2016-05-02 | 2 | -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ès | 2016-05-02 | 1 | -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 Goaziou | 2016-05-01 | 3 | -44/+16 |
* | gnu: Add python2-shedskin.•••* gnu/packages/python.scm (python2-shedskin): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Danny Milosavljevic | 2016-05-01 | 1 | -1/+42 |
* | gnu: guitarix: Update to 0.35.0.•••* gnu/packages/audio.scm (guitarix): Update to 0.35.0.
| Ricardo Wurmus | 2016-05-01 | 1 | -3/+3 |
* | gnu: qtractor: Update to 0.7.7.•••* gnu/packages/music.scm (qtractor): Update to 0.7.7.
| Ricardo Wurmus | 2016-05-01 | 1 | -2/+2 |
* | gnu: Add antiword.•••* gnu/packages/textutils.scm (antiword): New variable.
| Ricardo Wurmus | 2016-05-01 | 1 | -0/+36 |
* | gnu: Add synthv1.•••* gnu/packages/music.scm (synthv1): New variable.
| Ricardo Wurmus | 2016-05-01 | 1 | -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 Darrington | 2016-05-01 | 1 | -2/+2 |
* | gnu: ao: Format the description string.•••* gnu/packages/xiph.scm (ao): Add markup to description string.
| John Darrington | 2016-05-01 | 1 | -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 Nieuwenhuizen | 2016-05-01 | 1 | -0/+1 |
* | syscalls: 'statfs' explicitly binds 'statfs64'.•••* guix/build/syscalls.scm (statfs): Explicitly bind "statfs64".
| Ludovic Courtès | 2016-04-30 | 1 | -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ès | 2016-04-30 | 1 | -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 Famulari | 2016-04-30 | 3 | -0/+39 |
* | gnu: ncmpcpp: Remove bootstrapping phase.•••* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Remove 'autogen' phase.
[native-inputs]: Remove autoconf, automake, and libtool.
| Leo Famulari | 2016-04-30 | 1 | -12/+2 |
* | gnu: Add muscle.•••* gnu/packages/bioinformatics.scm (muscle): New variable.
| Ben Woodcroft | 2016-04-30 | 1 | -0/+35 |