summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Merge branch 'master' into core-updatesLudovic Courtès2015-02-26
| |\ \
| * | | gnu: grep: Apply fix for CVE-2015-1345.Mark H Weaver2015-02-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/grep-CVE-2015-1345.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (grep): Add patch.
| * | | gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".Ludovic Courtès2015-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Andreas Schwab <schwab@linux-m68k.org> at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00652.html>. * gnu/packages/base.scm (glibc)[native-search-paths]: Change "share/locale" to "lib/locale".
| * | | gnu: mpc: Update to 1.0.3.Andreas Enge2015-02-20
| | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (mpc): Update to 1.0.3.
| * | | gnu: gnupg: Add version 2.1.2.Andreas Enge2015-02-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.2. (gnupg-2.0): Copy of previous package for version 2.0.26.
| * | | gnu: glibc: Disable parallel build.Mark H Weaver2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc)[arguments]: Disable parallel build.
| * | | gnu: Add npth.Andreas Enge2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (npth): New variable.
| * | | gnu: libunistring: Update to 0.9.5.Mark H Weaver2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/libunistring.scm (libunistring): Update to 0.9.5.
| * | | gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'.宋文武2015-02-19
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'. Comment on 'propagated-inputs'.
| * | | gnu: Add libxklavier.宋文武2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libxklavier): New variable.
| * | | gnu: libxml2: Propagate input zlib.宋文武2015-02-19
| | | | | | | | | | | | | | | | * gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
| * | | gnu: libtool and libltdl: Update to 2.4.6.Mark H Weaver2015-02-16
| | | | | | | | | | | | | | | | | | | | * gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.6. * gnu/packages/patches/libtool-skip-tests.patch: Adapt to 2.4.6.
| * | | utils: Preserve symbolic links in 'wrap-program'.Andreas Enge2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/utils.scm (wrap-program): Preserve symbolic links instead of copying the contents of the link. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19743>.
| * | | utils: Use $0 instead of absolute path to original program in 'wrap-program'.Andreas Enge2015-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/utils.scm (wrap-program): Create scripts that use $0 (which is usually just the base name) instead of the absolute path to the original program. Alternative implementation of 2ed11b3. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Closes <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19742>.
| * | | gnu: pinentry: Update to 0.9.0.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
| * | | gnu: pius: Update to 2.0.11.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (pius): Update to 2.0.11.
| * | | gnu: gpgme: Update to 1.5.3.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.5.3.
| * | | gnu: libgpg-error: Update to 1.18.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.18.
| * | | gnu: freetype: Update to 2.5.5.Andreas Enge2015-02-15
| | | | | | | | | | | | | | | | * gnu/packages/fontutils.scm (freetype): Update to 2.5.5.
| * | | Merge branch 'master' into core-updatesLudovic Courtès2015-02-11
| |\ \ \
| * | | | gnu: bison: Update to 3.0.4.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bison.scm (bison): Update to 3.0.4.
| * | | | gnu: glibc: Add search path specification for 'LOCPATH'.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc)[native-search-paths]: New field.
| * | | | gnu: glibc: Update to 2.21.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (glibc): Update to 2.21. Remove 3 patches no longer needed. * gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch, gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * | | | gnu: patch: Update to 2.7.4.Ludovic Courtès2015-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (patch): Update to 2.7.4. Remove 'replacement'. Remove outdated comment. (patch-2.7.4, patch-CVE-2015-1196): Remove.
| * | | | utils: Strip duplicates from search path.Eric Bavier2015-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/utils.scm (search-path-as-list): Delete duplicate input directories before searching.
* | | | | gnu: python2-pygtk: fix path to pygobject-codegen-2.0Ricardo Wurmus2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path to the pygobject-codegen-2.0 executable.
* | | | | gnu: octave: Update to 3.8.2.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (octave): Update to 3.8.2.
* | | | | gnu: enlightenment: Add missing, but used module.Tomáš Čech2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm: Add missing, but used module.
* | | | | gnu: rename module and add missing dependencyTomáš Čech2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm: Change module name to be consistent. * gnu/packages/enlightenment.scm: Add missing, but used module.
* | | | | gnu: xterm: Update to 315.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 315.
* | | | | gnu: flac: Update to 1.3.1.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac): Update to 1.3.1.
* | | | | gnu: flac: Propagate libogg.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
* | | | | gnu: gtk-xfce-engine: Update to 2.10.1.宋文武2015-03-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
* | | | | gnu: Add bash-completion.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/bash.scm (bash-completion): New variable.
* | | | | gnu: git: Install the Bash completion script.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git)[arguments]: Add 'install-shell-completion' phase.
* | | | | http-client: Monkey-patch 'make-chunked-input-port' on Guile <= 2.0.11.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/19976>. * guix/http-client.scm (when-guile<=2.0.5): Rename to... (when-guile<=2.0.5-or-otherwise-broken): ... this. (%web-http): New variable. Monkey-patch 'make-chunked-input-port' when %WEB-HTTP defines 'read-chunk-body'.
* | | | | http-client: Update backport of chunked encoding support to Guile 2.0.5.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/http-client.scm (read-chunk, read-chunk-body) [when-guile<=2.0.5]: Remove. (make-chunked-input-port) [when-guile<=2.0.5]: Update to Guile commit 00d3ecf2.
* | | | | gnu: nss-certs: Install only trusted CA certificates.Mark H Weaver2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/certs.scm (nss-certs): Only install certificates that include a non-empty "openssl-trust=" annotation.
* | | | | system: Add /etc/ssl symlink; set needed variables in /etc/profile.Mark H Weaver2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/build/activation.scm (activate-etc): Create /etc/ssl symlink. * gnu/system.scm (etc-directory): Set SSL_CERT_DIR, SSL_CERT_FILE, and GIT_SSL_CAINFO in /etc/profile. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
* | | | | profiles: Produce a single-file CA certificate bundle.Mark H Weaver2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/profiles.scm (ca-certificate-bundle): New procedure. (profile-derivation): Add 'ca-certificate-bundle?' keyword argument. If true (the default), add the result of 'ca-certificate-bundle' to 'inputs'. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
* | | | | Revert "system: Add 'x509-certificates' field, and populate /etc/ssl/certs."Mark H Weaver2015-03-03
| | | | | | | | | | | | | | | | | | | | This reverts commit e979e6dd523acaa2a089f1b8f44e34c1e5b7d32d.
* | | | | Revert "system: Create a single-file certificate bundle in /etc/ssl/certs."Mark H Weaver2015-03-03
| | | | | | | | | | | | | | | | | | | | This reverts commit 993300f6ccfbc9cbe628978690fc98eb63365dbd.
* | | | | gnu: Add rdesktop.Ludovic Courtès2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rdesktop.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* | | | | gnu: enlightenment: Fix typo in adding the module.Andreas Enge2015-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu-system.am (GNU_SYSTEM_MODULES): Fix typo. 538fb23ea073f19aaced9c9ccbfbe4e633162136
* | | | | gnu: vlc: Update to 2.2.0Jason Self2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (vlc): Update to version 2.2.0.
* | | | | gnu: libvorbis: Update to 1.3.5Jason Self2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (libvorbis): Update to version 1.3.5.
* | | | | gnu: Add terminology.Tomáš Čech2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (terminology): New variable.
* | | | | gnu: Add emotion-generic-playersTomáš Čech2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (emotion-generic-players): New variable.
* | | | | gnu: Add evas-generic-loadersTomáš Čech2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (evas-generic-loaders): New variable.
* | | | | gnu: Add elementary.Tomáš Čech2015-03-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (elementary): New variable.