| Commit message (Expand) | Author | Age |
* | gnu: Move 'which' to (gnu packages base).•••* gnu/packages/which.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/base.scm (which): New variable.
* gnu/packages/aspell.scm, gnu/packages/audio.scm,
gnu/packages/autogen.scm, gnu/packages/cdrom.scm,
gnu/packages/compression.scm, gnu/packages/datamash.scm,
gnu/packages/games.scm, gnu/packages/glib.scm,
gnu/packages/gnu-pw-mgr.scm, gnu/packages/gnutls.scm,
gnu/packages/gps.scm, gnu/packages/guile.scm,
gnu/packages/java.scm, gnu/packages/libevent.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/node.scm, gnu/packages/ntp.scm,
gnu/packages/orpheus.scm, gnu/packages/pciutils.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/rsync.scm, gnu/packages/sawfish.scm,
gnu/packages/scheme.scm, gnu/packages/ssh.scm,
gnu/packages/statistics.scm, gnu/packages/texlive.scm,
gnu/packages/wdiff.scm: Adjust accordingly.
| Ludovic Courtès | 2015-03-04 |
* | gnu: Avoid #:prefix when importing a (gnu packages …) module.•••* gnu/packages/admin.scm, gnu/packages/emacs.scm,
gnu/packages/gnutls.scm, gnu/packages/gsasl.scm,
gnu/packages/linux.scm: Remove uses of #:prefix for package modules.
| Ludovic Courtès | 2015-03-04 |
* | gnu: icedtea6: split outputs.•••* gnu/packages/java.scm (icedtea6)[outputs]: Use separate outputs for
documentation ("doc"), JDK ("jdk"), and JRE ("out").
* gnu/packages/java.scm (ant)[native-inputs]: Reference "jdk" output of
icedtea6 package.
* gnu/packages/statistics.scm (r)[inputs]: Reference "jdk" output of icedtea6
package.
| Ricardo Wurmus | 2015-03-04 |
* | Merge branch 'core-updates'. | Ludovic Courtès | 2015-03-04 |
|\ |
|
| * | gnu: Add search path specifications for 'SSL_CERT_FILE' and 'GIT_SSL_CAINFO'.•••* gnu/packages/openssl.scm (openssl)[native-search-paths]: Add
specification for 'SSL_CERT_FILE'.
* gnu/packages/version-control.scm (git)[native-search-paths]: Add
specification for 'GIT_SSL_CAINFO'.
| Ludovic Courtès | 2015-03-03 |
| * | gnu: tcsh: Use ISO-8859-1 when patching "tests/testsuite".•••* gnu/packages/tcsh.scm (tcsh)[arguments]: Set %DEFAULT-PORT-ENCODING
before substituting "tests/testsuite". Fixes build failure at
<http://hydra.gnu.org/build/266962/nixlog/1/raw>.
| Ludovic Courtès | 2015-03-02 |
| * | Merge branch 'master' into core-updates•••Conflicts:
gnu/packages/gnupg.scm
| Mark H Weaver | 2015-03-01 |
| |\ |
|
| * | | gnu: libgcrypt: Update to 1.6.3.•••* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.3.
| Mark H Weaver | 2015-03-01 |
| * | | gnu: commencement: Make UTF-8 locales available right after 'guile-final'.•••In <http://hydra.gnu.org/build/263170>, we see:
153: 12 [patch-usr-bin-file #:native-inputs #f ...]
[...]
?: 1 [regexp-exec # ...]
In ice-9/boot-9.scm:
106: 0 [#<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)> encoding-error ...]
ice-9/boot-9.scm:106:20: In procedure #<procedure 1998ec0 at ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: Throw to key `encoding-error' with args `("scm_to_stringn" "cannot convert narrow string to output locale" 84 #f #f)'.
This is due to that fact that 'patch-/usr/bin/file' read a line
containing a byte sequence with bytes > 127 (namely a copyright sign.)
But this build was running with a C locale, and so those bytes cannot be
represented in that locale, hence this error.
This commit makes the UTF-8 locales available earlier such that
everything can be represented in locale encoding.
* gnu/packages/commencement.scm (glibc-utf8-locales-final): Move
earlier; change "gzip" input to GZIP built with %BOOT4-INPUTS.
(%boot5-inputs): Define to %BOOT4-INPUTS plus
GLIBC-UTF8-LOCALES-FINAL.
(gnu-make-final, coreutils-final, grep-final): Use it instead of
%BOOT4-INPUTS.
(gzip-final): Remove.
(%boot6-inputs): New variable.
(%final-inputs): Use it instead of %BOOT5-INPUTS. Don't rely on
GZIP-FINAL.
| Ludovic Courtès | 2015-03-01 |
| * | | gnu: Add 'file-name' fields for github source tarballs without a name.•••* gnu/packages/aarddict.scm (aarddict), gnu/packages/algebra.scm (arb),
gnu/packages/audio.scm (jack-2, lvtk),
gnu/packages/bioinformatics.scm (bedops, bedtools, bowtie),
gnu/packages/game-development.scm (tiled),
gnu/packages/games.scm (minetest-data, minetest, retroarch),
gnu/packages/jrnl.scm (jrnl), gnu/packages/kde.scm (qjson),
gnu/packages/libevent.scm (libuv), gnu/packages/linux.scm (pflask),
gnu/packages/mail.scm (offlineimap, libetpan),
gnu/packages/maths.scm (arpack-ng), gnu/packages/ninja.scm (ninja),
gnu/packages/nutrition.scm (gourmet),
gnu/packages/python.scm (python-cairocffi), gnu/packages/rdf.scm (lrdf),
gnu/packages/ruby.scm (ruby-i18n), gnu/packages/sxiv.scm (sxiv): Add
'file-name' field to origin.
| Mark H Weaver | 2015-02-28 |
| * | | gnu: Move autoconf-style phases after the unpack phase.•••* gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap'
after 'unpack'. Remove custom /usr/bin/file patching, which will
now be handled by the 'patch-usr-bin-file' phase.
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure'
phase to 'autoconf' and move it after 'unpack'.
* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap'
phase after 'unpack'.
* gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh".
* gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase
after 'unpack'.
* gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv
"NOCONFIGURE" before running autogen.sh.
* gnu/packages/package-management.scm (guix-devel)[arguments]: Move
'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of
"./autogen.sh".
* gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after
'remove-out-of-tree-references' phase.
* gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after
'unpack'.
* gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove
'fix-autogen-shebang' phase.
| Mark H Weaver | 2015-02-28 |
| * | | gnu: Remove now unneeded 'localedef' invocations.•••This is a followup to commit b0fd2bd.
* gnu/packages/gawk.scm (gawk)[arguments] <install-locales>: Add comment
on why we leave this here.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove
'install-locales' phase.
* gnu/packages/swig.scm (swig)[arguments]: Likewise.
* gnu/packages/python.scm (python-matplotlib): Remove 'LOCPATH' setting
and 'localedef' invocation.
(python-scipy): Likewise.
| Ludovic Courtès | 2015-02-27 |
| * | | gnu: Remove now unneeded 'unpack' phases for unzip.•••This is a followup to commit cd0385b.
* gnu/packages/bioinformatics.scm (hisat)[arguments]: Remove 'unpack'
phase.
* gnu/packages/image.scm (freeimage): Likewise.
* gnu/packages/python.scm (python2-cssutils): Likewise.
| Ludovic Courtès | 2015-02-27 |
| * | | gnu: gettext: Set encoding to ISO-8859-1 when modifying files.•••* gnu/packages/gettext.scm (gnu-gettext)[arguments] <patch-tests>: Set
%default-port-encoding. Fixes test failures at
<http://hydra.gnu.org/build/262586>.
| Ludovic Courtès | 2015-02-27 |
| * | | gnu: cmake: Update to 3.1.3.•••* gnu/packages/cmake.scm (cmake): Update to 3.1.3.
| 宋文武 | 2015-02-27 |
| * | | gnu: cairo: Enable tee surface backend.•••* gnu/packages/gtk.scm (cairo)[arguments]: Add --enable-tee to
configure-flags.
| Mark H Weaver | 2015-02-26 |
| * | | gnu: sqlite: Update to 3.8.8.3.•••* gnu/packages/databases.scm (sqlite): Update to 3.8.8.3.
| Mark H Weaver | 2015-02-26 |
| * | | gnu: sqlite: Add "CFLAGS=-O2 -DSQLITE_SECURE_DELETE" to configure-flags.•••* gnu/packages/databases.scm (sqlite)[arguments]: Add "CFLAGS=-O2
-DSQLITE_SECURE_DELETE" to configure-flags.
| Mark H Weaver | 2015-02-26 |
| * | | ld-wrapper: Add '-rpath' for arguments such as 'libfoo.so.5.3'.•••Suggested by Andreas Enge <andreas@enge.fr>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00810.html>.
CMake command lines appear to refer to such file names.
* gnu/packages/ld-wrapper.scm (shared-library?): New procedure.
(library-files-linked): Use it.
| Ludovic Courtès | 2015-02-27 |
| * | | gnu: Add glibc-utf8-locales to the implicit inputs.•••Suggested by Mark H Weaver and Andreas Enge
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00356.html>.
* gnu/packages/commencement.scm (gzip-final, glibc-utf8-locales-final):
New variables.
(%final-inputs): Use them.
| Ludovic Courtès | 2015-02-26 |
| * | | Merge branch 'master' into core-updates | Ludovic Courtès | 2015-02-26 |
| |\ \ |
|
| * | | | gnu: grep: Apply fix for CVE-2015-1345.•••* 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.
| Mark H Weaver | 2015-02-26 |
| * | | | gnu: glibc: Change 'LOCPATH' specification to look for "lib/locale".•••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".
| Ludovic Courtès | 2015-02-25 |
| * | | | gnu: mpc: Update to 1.0.3.•••* gnu/packages/multiprecision.scm (mpc): Update to 1.0.3.
| Andreas Enge | 2015-02-20 |
| * | | | gnu: gnupg: Add version 2.1.2.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.1.2.
(gnupg-2.0): Copy of previous package for version 2.0.26.
| Andreas Enge | 2015-02-20 |
| * | | | gnu: glibc: Disable parallel build.•••* gnu/packages/base.scm (glibc)[arguments]: Disable parallel build.
| Mark H Weaver | 2015-02-19 |
| * | | | gnu: Add npth.•••* gnu/packages/gnupg.scm (npth): New variable.
| Andreas Enge | 2015-02-19 |
| * | | | gnu: libunistring: Update to 0.9.5.•••* gnu/packages/libunistring.scm (libunistring): Update to 0.9.5.
| Mark H Weaver | 2015-02-19 |
| * | | | gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'.•••* gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'.
Comment on 'propagated-inputs'.
| 宋文武 | 2015-02-19 |
| * | | | gnu: Add libxklavier.•••* gnu/packages/gnome.scm (libxklavier): New variable.
| 宋文武 | 2015-02-19 |
| * | | | gnu: libxml2: Propagate input zlib.•••* gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'.
| 宋文武 | 2015-02-19 |
| * | | | gnu: libtool and libltdl: Update to 2.4.6.•••* gnu/packages/autotools.scm (libtool, libltdl): Update to 2.4.6.
* gnu/packages/patches/libtool-skip-tests.patch: Adapt to 2.4.6.
| Mark H Weaver | 2015-02-16 |
| * | | | gnu: pinentry: Update to 0.9.0.•••* gnu/packages/gnupg.scm (pinentry): Update to 0.9.0.
| Andreas Enge | 2015-02-15 |
| * | | | gnu: pius: Update to 2.0.11.•••* gnu/packages/gnupg.scm (pius): Update to 2.0.11.
| Andreas Enge | 2015-02-15 |
| * | | | gnu: gpgme: Update to 1.5.3.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.5.3.
| Andreas Enge | 2015-02-15 |
| * | | | gnu: libgpg-error: Update to 1.18.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.18.
| Andreas Enge | 2015-02-15 |
| * | | | gnu: freetype: Update to 2.5.5.•••* gnu/packages/fontutils.scm (freetype): Update to 2.5.5.
| Andreas Enge | 2015-02-15 |
| * | | | Merge branch 'master' into core-updates | Ludovic Courtès | 2015-02-11 |
| |\ \ \ |
|
| * | | | | gnu: bison: Update to 3.0.4.•••* gnu/packages/bison.scm (bison): Update to 3.0.4.
| Ludovic Courtès | 2015-02-11 |
| * | | | | gnu: glibc: Add search path specification for 'LOCPATH'.•••* gnu/packages/base.scm (glibc)[native-search-paths]: New field.
| Ludovic Courtès | 2015-02-11 |
| * | | | | gnu: glibc: Update to 2.21.•••* 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.
| Ludovic Courtès | 2015-02-11 |
| * | | | | gnu: patch: Update to 2.7.4.•••* gnu/packages/base.scm (patch): Update to 2.7.4. Remove
'replacement'. Remove outdated comment.
(patch-2.7.4, patch-CVE-2015-1196): Remove.
| Ludovic Courtès | 2015-02-11 |
* | | | | | gnu: python2-pygtk: fix path to pygobject-codegen-2.0•••* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Add phase to patch the path
to the pygobject-codegen-2.0 executable.
| Ricardo Wurmus | 2015-03-04 |
* | | | | | gnu: octave: Update to 3.8.2.•••* gnu/packages/maths.scm (octave): Update to 3.8.2.
| 宋文武 | 2015-03-04 |
* | | | | | gnu: enlightenment: Add missing, but used module.•••* gnu/packages/enlightenment.scm: Add missing, but used module.
| Tomáš Čech | 2015-03-04 |
* | | | | | gnu: rename module and add missing dependency•••* gnu/packages/enlightenment.scm: Change module name to be consistent.
* gnu/packages/enlightenment.scm: Add missing, but used module.
| Tomáš Čech | 2015-03-04 |
* | | | | | gnu: xterm: Update to 315.•••* gnu/packages/xorg.scm (xterm): Update to 315.
| 宋文武 | 2015-03-04 |
* | | | | | gnu: flac: Update to 1.3.1.•••* gnu/packages/xiph.scm (flac): Update to 1.3.1.
| 宋文武 | 2015-03-04 |
* | | | | | gnu: flac: Propagate libogg.•••* gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
| 宋文武 | 2015-03-04 |
* | | | | | gnu: gtk-xfce-engine: Update to 2.10.1.•••* gnu/packages/xfce.scm (gtk-xfce-engine): Update to 2.10.1.
| 宋文武 | 2015-03-04 |