summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-28tests: Silence tar.wip-checkMathieu Lirzin
* tests/pypi.scm ("pypi->guix-package"): Remove verbose option when invoking tar to avoid polluting standard output.
2016-03-28tests: Silence %have-nix-hash?.Mathieu Lirzin
* tests/base32.scm (%have-nix-hash?): Use 'which' instead of 'system' to avoid polluting standard output.
2016-03-28tests: Silence guix-daemon.Mathieu Lirzin
* test-env.in: Redirect guix-daemon standard error to /dev/null.
2016-03-28build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin
Before that '.log' files for scheme tests were fragmented and not included in test-suite.log. This unifies the semantics of SRFI-64 API with Automake test suite. * build-aux/test-driver.scm: New file. * Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables. (SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables. (AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0. * doc/guix.texi (Running the Test Suite): Describe how to display the detailed results. Bug reports don't require including additional '.log' files. * tests/base32.scm, tests/build-utils.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm, tests/cve.scm, tests/derivations.scm, tests/elpa.scm, tests/file-systems.scm, tests/gem.scm, tests/gexp.scm, tests/gnu-maintenance.scm, tests/graph.scm, tests/gremlin.scm, tests/hackage.scm, tests/hash.scm, tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm, tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm, tests/profiles.scm, tests/publish.scm, tests/pypi.scm, tests/records.scm, tests/scripts-build.scm, tests/scripts.scm, tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm, tests/store.scm, tests/substitute.scm, tests/syscalls.scm, tests/system.scm, tests/ui.scm, tests/union.scm, tests/utils.scm: Don't exit at the end of test groups. * tests/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77.
2016-03-24tests: Silence %cpio-program.Mathieu Lirzin
* tests/cpio.scm ("bit-identical to GNU cpio's output"): Silence %cpio-program call to avoid polluting the temporary files.
2016-03-23gnu: webkitgtk: Update to 2.12.0.Mark H Weaver
* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.0.
2016-03-23gnu: shepherd: Update to 0.3.1.Ludovic Courtès
* gnu/packages/admin.scm (shepherd): Update to 0.3.1.
2016-03-23guix build: '--with-source' correctly matches versioned file names.Ludovic Courtès
* guix/scripts/build.scm: Use the right 'package-name->name+version' procedure. Fixes a regression introduced in 1b846da8c372bee78851439fd9e72b2499115e5a. * tests/scripts-build.scm ("options->transformation, with-source, with version"): New test.
2016-03-23gnu: libressl: Update to 2.3.3.Nils Gillmann
* gnu/packages/tls.scm (libressl): Update to 2.3.3. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-03-23emacs: Use space to separate package name and version in heading.Alex Kost
Reported by Ludovic Courtès <ludo@gnu.org>. * emacs/guix-ui-package.el (guix-package-name): Check 'spec' property. (guix-package-info-insert-heading): Use "name version" for button label, write name specification to 'spec' property.
2016-03-23emacs: Fix converting scheme into elisp expression.Alex Kost
* emacs/guix-geiser.el (guix-geiser-eval-read): Replace #f/#t with nil/t only when they follow "(" or " ".
2016-03-23gnu: Add AIDE.Ricardo Wurmus
* gnu/packages/admin.scm (aide): New variable.
2016-03-22gnu: icecast: Update to 2.4.3 [fixes CVE-2015-3026].Leo Famulari
* gnu/packages/xiph.scm (icecast): Update to 2.4.3.
2016-03-23services: postgresql: Use syslog.Ludovic Courtès
Fixes <http://bugs.gnu.org/23064>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/services/databases.scm (%default-postgres-config): Add 'log_destination' line. (postgresql-shepherd-service): Add requirement on 'syslogd'.
2016-03-23doc: Add "lightweight desktop" OS config example.Ludovic Courtès
* gnu/system/examples/desktop.tmpl (packages): Remove XFCE and RATPOISON. (services): Add 'gnome-desktop-service' and 'xfce-desktop-service'. * gnu/system/examples/lightweight-desktop.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * doc.am (OS_CONFIG_EXAMPLES_TEXI): Add doc/os-config-lightweight-desktop.texi. * gnu/system/install.scm (/etc/configuration-files)[directory]: Add lightweight-desktop.tmpl.
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès
Suggested by Jookia. * guix/derivations.scm (&file-search-error): New error condition. (search-path*): Raise it when 'search-path' returns #f. * guix/gexp.scm (search-path*): Remove. * guix/ui.scm (call-with-error-handling): Add case for 'file-search-error?'. * tests/derivations.scm ("build-expression->derivation and invalid module name"): New test.
2016-03-23derivations: Add 'module->source-file-name'.Ludovic Courtès
* guix/derivations.scm (module->source-file-name): New procedure. (%imported-modules): Use it. * guix/gexp.scm (imported-modules): Likewise.
2016-03-23substitute: Gracefully handle TLS errors.Ludovic Courtès
* guix/scripts/substitute.scm (with-networking): Use 'match-lambda*' and add case for 'gnutls-error'.
2016-03-22import: cran: Accept single URL in addition to single URL.Ricardo Wurmus
* guix/import/cran.scm (package->upstream-name): Match single URL in addition to list of URLs.
2016-03-22gnu: webkitgtk-2.4: Update to 2.4.10 [fixes many security flaws].Mark H Weaver
Fixes CVE-2014-1748, CVE-2015-1071, CVE-2015-1076, CVE-2015-1081, CVE-2015-1083, CVE-2015-1120, CVE-2015-1122, CVE-2015-1127, CVE-2015-1153, CVE-2015-1155, CVE-2015-3658, CVE-2015-3659, CVE-2015-3727, CVE-2015-3731, CVE-2015-3741, CVE-2015-3743, CVE-2015-3745, CVE-2015-3747, CVE-2015-3748, CVE-2015-3749, CVE-2015-3752, CVE-2015-5788, CVE-2015-5794, CVE-2015-5801, CVE-2015-5809, CVE-2015-5822, and CVE-2015-5928. * gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: Delete file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.10. [source]: Remove patch.
2016-03-21gnu: linux-libre-4.1: Update to 4.1.20.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20.
2016-03-22Merge branch 'security-updates'Ludovic Courtès
2016-03-21gnu: chicken: Build with GCC 4.8.Ricardo Wurmus
* gnu/packages/scheme.scm (chicken)[native-inputs]: Add GCC 4.8.
2016-03-21gnu: chicken: Disable port tests.Ricardo Wurmus
* gnu/packages/scheme.scm (chicken)[arguments]: Do not run port tests.
2016-03-21gnu: chicken: Use "modify-phases" syntax.Ricardo Wurmus
* gnu/packages/scheme.scm (chicken)[arguments]: Use "modify-phases" syntax.
2016-03-21gnu: chicken: Update to 4.10.0.Ricardo Wurmus
* gnu/packages/scheme.scm (chicken): Update to 4.10.0.
2016-03-21gnu: mutt: Enable header caching.Leo Famulari
* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm. [arguments]: Pass --enable-hcache to #:configure-flags.
2016-03-21gnu: gmtp: Update to 1.3.10.Efraim Flashner
* gnu/packages/libusb.scm (gmtp): Update to 1.3.10.
2016-03-21gnu: artanis: Update to 0.1.2.Ricardo Wurmus
* gnu/packages/guile.scm (artanis): Update to 0.1.2. [arguments]: Set DESTDIR.
2016-03-21gnu: Add r-doparallel.Ricardo Wurmus
* gnu/packages/statistics.scm (r-doparallel): New variable.
2016-03-21gnu: Add r-foreach.Ricardo Wurmus
* gnu/packages/statistics.scm (r-foreach): New variable.
2016-03-21gnu: Add r-codetools.Ricardo Wurmus
* gnu/packages/statistics.scm (r-codetools): New variable.
2016-03-21gnu: Add r-iterators.Ricardo Wurmus
* gnu/packages/statistics.scm (r-iterators): New variable.
2016-03-21gnu: Add ustr.Ricardo Wurmus
* gnu/packages/textutils.scm (ustr): New variable.
2016-03-21gnu: ddrescue: Update to 1.21.Efraim Flashner
* gnu/packages/disk.scm (ddrescue): Update to 1.21.
2016-03-20build: Rewrite comments for man pages.Mathieu Lirzin
* doc.am <Man pages>: Rewrite comments to describe the build process and the meaning of the noticeable idiosyncrasies in a more general way.
2016-03-20build: Build man pages in $(srcdir).Mathieu Lirzin
Before that the doc/guix.1 rule was always triggered when doing a VPATH build from a tarball. * doc.am (sub_commands_mans, dist_man1_MANS): man pages are now generated in $(srcdir) like the info manual. (doc/guix.1, doc/guix-%.1): Prepend $(srcdir) to target name. [BUILD_DAEMON] (doc/guix-daemon.1): Likewise.
2016-03-20build: Make 'guix' man page depend on scripts/guix.in.Mathieu Lirzin
* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
2016-03-20Revert "build: Do not remake doc/guix.1."Mathieu Lirzin
This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.
2016-03-20gnu: udisks: Enforce non-reference of the "doc" output.Ludovic Courtès
* gnu/packages/freedesktop.scm (udisks)[arguments]: Add #:disallowed-references.
2016-03-20build-system/gnu: Add #:disallowed-references.Ludovic Courtès
* guix/build-system/gnu.scm (gnu-build): Add #:disallowed-references and honor it. (gnu-cross-build): Likewise.
2016-03-20gexp: Add #:disallowed-references.Ludovic Courtès
* guix/gexp.scm (gexp->derivation): Add #:disallowed-references and honor it. * tests/gexp.scm ("gexp->derivation #:disallowed-references, allowed") ("gexp->derivation #:disallowed-references"): New tests. * doc/guix.texi (G-Expressions): Adjust accordingly.
2016-03-20derivations: Add #:disallowed-references.Ludovic Courtès
* guix/derivations.scm (derivation): Add #:disallowed-references. [user+system-env-vars]: Honor it. (build-expression->derivation): Likewise. * tests/derivations.scm ("derivation #:disallowed-references, ok") ("derivation #:disallowed-references, not ok"): New tests. * doc/guix.texi (Derivations): Adjust accordingly.
2016-03-20system: Make sure fonts are searched for in the system profile.Ludovic Courtès
This fixes a bug whereby fonts in /run/current-system/profile would be invisible to Fontconfig. * gnu/packages/fontutils.scm (fontconfig): Add comment about system profile not being searched. * gnu/system/shadow.scm (default-skeletons)[fonts.conf-content, fonts.conf]: New variable. Add FONTS.CONF to the skeletons.
2016-03-20gnu: gnome: Add dependency on font-abattis-cantarell.Ludovic Courtès
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add FONT-CANTARELL.
2016-03-20system: Allow account skeletons to be directories.Ludovic Courtès
* gnu/system/shadow.scm (skeleton-directory): Use 'copy-recursively' instead of 'copy-file'. * gnu/build/activation.scm (copy-account-skeletons): Likewise.
2016-03-20gnu: Add font-abattis-cantarell.Ludovic Courtès
* gnu/packages/fonts.scm (font-cantarell): New variable.
2016-03-19import: pypi: Emit 'pypi-uri' only when it yields the right URL.Ludovic Courtès
Fixes <http://bugs.gnu.org/23062>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * guix/import/pypi.scm (make-pypi-sexp): Check whether 'pypi-uri' returns SOURCE-URL and fall back to the full URL otherwise. * tests/pypi.scm ("pypi->guix-package"): Adjust expected URI accordingly. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2016-03-19gnu: fontforge: Make builds bit-reproducible.Ludovic Courtès
* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New fields.
2016-03-19gnu: fontforge: Update to 20150824.alírio eyng
* gnu/packages/fontutils.scm (fontforge): Update to 20150824. [inputs]: Add libltdl, libxft, python. [native-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>