summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2016-05-04Merge branch 'master' into gnome-updatesMark H Weaver
2016-05-04gnu: 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-04gnu: bitlbee: Update to 3.4.2.•••* gnu/packages/messaging.scm (bitlbee): Update to 3.4.2. Andy Wingo
2016-05-04gnu: edirect: Update to 4.10.•••* gnu/packages/bioinformatics.scm (edirect): Update to 4.10. Ricardo Wurmus
2016-05-04gnu: Add pinentry-qt.•••* gnu/packages/gnupg.scm (pinentry-qt): New variable. Efraim Flashner
2016-05-04gnu: 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-04gnu: pinentry: Rename to pinentry-gtk2.•••* gnu/packages/gnupg.scm (pinentry): Rename to pinentry-gtk2. Define pinentry as pinentry-gtk2. Efraim Flashner
2016-05-03gnu: cross: Fix typo.•••* gnu/packages/cross-base.scm (cross-gcc-arguments): Remove erroneous 'else' introduced in efc4eb147512fa7a2c6d74d9b296cfc22b1ef198. Ludovic Courtès
2016-05-03gnu: Add nlopt.•••* gnu/packages/maths.scm (nlopt): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Roel Janssen
2016-05-03gnu: 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-03gnu: 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-03gnu: 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-03gnu: 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-03gnu: 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-03gnu: 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-02gnu: 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-02gnu: 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-02gnu: 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-02gnu: frescobaldi: Add MIDI support.•••* gnu/packages/music.scm (frescobaldi)[inputs]: Add portmidi and python-pyportmidi. Ricardo Wurmus
2016-05-02gnu: Add python-pyportmidi.•••* gnu/packages/music.scm (python-pyportmidi): New variable. Ricardo Wurmus
2016-05-02gnu: 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-02gnu: Add reposurgeon.•••* gnu/packages/version-control.scm (reposurgeon): New variable. Mathieu Lirzin
2016-05-02gnu: powertop: Patch absolute file names.•••* gnu/packages/linux.scm (powertop)[inputs]: Add kmod. [arguments]: Patch absolute file names. Mathieu Lirzin
2016-05-02gnu: Add java-junit.•••* gnu/packages/java.scm (java-junit): New variable. Ricardo Wurmus
2016-05-02gnu: Add java-hamcrest-core.•••* gnu/packages/java.scm (java-hamcrest-core): New variable. Ricardo Wurmus
2016-05-02gnu: Add java-jarjar.•••* gnu/packages/java.scm (java-jarjar): New variable. Ricardo Wurmus
2016-05-02gnu: Add java-qdox-1.12.•••* gnu/packages/java.scm (java-qdox-1.12): New variable. Ricardo Wurmus
2016-05-02gnu: yelp: Add gsettings-desktop-schemas to inputs.•••* gnu/packages/gnome.scm (yelp)[inputs]: Add gsettings-desktop-schemas. 宋文武
2016-05-02gnu: gom: Update to 0.3.2.•••* gnu/packages/gnome.scm (gom): Update to 0.3.2. 宋文武
2016-05-02gnu: gnome: Add desktop-file-utils.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add desktop-file-utils. 宋文武
2016-05-02gnu: gst-plugins-good: Disable a failing rtprtx test.•••* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Disable 'test_rtxreceive_data_reconstruction'. 宋文武
2016-05-02gnu: udisks: Update to 2.1.7.•••* gnu/packages/freedesktop.scm (udisks): Update to 2.1.7. 宋文武
2016-05-02gnu: gnome: Add baobab, gnome-backgrounds and gvfs.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add baobab, gnome-backgrounds and gvfs. 宋文武
2016-05-02gnu: nautilus: Update to 3.20.1.•••* gnu/packages/gnome.scm (nautilus): Update to 3.20.1. 宋文武
2016-05-02gnu: grilo-plugins: Update to 0.3.1.•••* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.1. [inputs]: Add nettle. 宋文武
2016-05-02gnu: grilo: Update to 0.3.0.•••* gnu/packages/gnome.scm (grilo): Update to 0.3.0. 宋文武
2016-05-02gnu: gedit: Enable Python Console plugin.•••* gnu/packages/gnome.scm (gedit)[arguments]: Wrap with PYTHONPATH. 宋文武
2016-05-02gnu: libpeas: Add inputs.•••* gnu/packages/gnome.scm (libpeas)[inputs]: Add glade, libxml2, python and python-pygobject. 宋文武
2016-05-02gnu: network-manager: Update to 1.2.0.•••* gnu/packages/gnome.scm (network-manager): Update to 1.2.0. [inputs]: Add modem-manager. 宋文武
2016-05-02gnu: librsvg: Drop 'loaders.cache' file.•••This is a followup to 05c4b7e93. * gnu/packages/gnome.scm (librsvg)[arguments]: Don't install 'loaders.cache' file. * gnu/packages/gnome.scm (gnome-themes-standard), gnu/packages/key-mon.scm (keymon), gnu/packages/music.scm (solfege): Remove wrap phase for SVG support. 宋文武
2016-05-02gnu: dconf-editor: Update to 3.20.1.•••* gnu/packages/gnome.scm (dconf-editor): Update to 3.20.1. 宋文武
2016-05-02gnu: baobab: Update to 3.20.1.•••* gnu/packages/gnome.scm (baobab): Update to 3.20.1. 宋文武
2016-05-02gnu: gnome-shell: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.1. 宋文武
2016-05-02gnu: gnome-control-center: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.1. 宋文武
2016-05-02gnu: gdm: Update to 3.20.1.•••* gnu/packages/gnome.scm (gdm): Update to 3.20.1. 宋文武
2016-05-02gnu: network-manager-applet: Update to 1.2.0.•••* gnu/packages/gnome.scm (network-manager-applet): Update to 1.2.0. 宋文武
2016-05-02gnu: evolution-data-server: Update to 3.20.1, fix build.•••* gnu/packages/gnome.scm (evlution-data-server): Update to 3.20.1. [arguments]: Pass '--disable-google-auth' to configure. 宋文武
2016-05-02gnu: gnome-online-accounts: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.1. 宋文武
2016-05-02gnu: mutter: Update to 3.20.1.•••* gnu/packages/gnome.scm (mutter): Update to 3.20.1. 宋文武
2016-05-02gnu: gnome-session: Update to 3.20.1, fix build.•••* gnu/packages/gnome.scm (gnome-session): Update to 3.20.1. [arguments]: Remove use of systemd in 'gsm-autostart-app.c.'. 宋文武