Age | Commit message (Expand) | Author |
2015-12-09 | gnu: gmime: Update to 2.6.20.•••* gnu/packages/mail.scm (gmime): Update to 2.6.20.
[arguments]: Use modify-phases syntax.
| Efraim Flashner |
2015-12-08 | gnu: guile-sly: Use HTTPS URL.•••* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to
do that, we get redirected to 'https', which fails because GnuTLS is
missing.
| Ludovic Courtès |
2015-12-08 | guix build: Add '--rounds'.•••* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --rounds.
(set-build-options-from-command-line): Honor it.
* doc/guix.texi (Invoking guix build): Document it.
* doc/contributing.texi (Submitting Patches): Mention it.
| Ludovic Courtès |
2015-12-08 | store: Allow clients to request multiple builds.•••* guix/store.scm (set-build-options): Add #:rounds parameter and honor it.
* tests/store.scm ("build multiple times"): New test.
| Ludovic Courtès |
2015-12-08 | daemon: Allow builds to be repeated.•••This makes it easy to detect non-deterministic builds.
* nix/libstore/build.cc (DerivationGoal): Remove 'InodesSeen'; add
'curRound', 'nrRound', and 'prevInfos'.
(DerivationGoal::inputsRealised): Initialize 'nrRound'.
(NotDeterministic): New error type.
(DerivationGoal::buildDone): Check whether we need to repeat.
(DerivationGoal::startBuilder): Adjust message.
(DerivationGoal::registerOutputs): Check whether we get the same result.
* nix/libstore/globals.cc (Settings::get(const string & name, int def)):
New method.
* nix/libstore/globals.hh (Settings): Add it.
* nix/libstore/store-api.hh (ValidPathInfo): Add operator ==.
* nix/nix-daemon/nix-daemon.cc (performOp): Allow "build-repeat" for
"untrusted" users.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Eelco Dolstra |
2015-12-08 | gnu: python-pillow: Update to 3.0.0.•••* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
| Andreas Enge |
2015-12-08 | gnu: numactl: Update to 2.0.10.•••* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10.
[arguments]: Adapt phases to use the autotools machinery.
[native-inputs]: Add autotools packages.
| Andreas Enge |
2015-12-08 | gnu-maintenance: Exclude development releases from GNOME update candidates.•••Suggested by Efraim Flashner <efraim@flashner.co.il>.
* guix/gnu-maintenance.scm (latest-ftp-release): Add #:keep-file?
parameter and honor it.
(latest-gnome-release)[%not-dot]: New variable.
[even-minor-version?, even-numbered-tarball?]: New procedures.
Pass EVEN-NUMBERED-TARBALL? as #:keep-file? argument.
| Ludovic Courtès |
2015-12-08 | gnu: glade3: Update to 3.8.5.•••* gnu/packages/gnome.scm (glade3): Update to 3.8.5.
| Efraim Flashner |
2015-12-08 | gnu: autogen: Update to 5.18.7.•••* gnu/packages/autogen.scm (autogen): Update to 5.18.7.
| Efraim Flashner |
2015-12-07 | gnu-maintenance: ftp.gnome.org does not provide signatures.•••* guix/gnu-maintenance.scm (latest-ftp-release): Add #:file->signature
parameter. Honor it.
(latest-gnome-release): Pass #:file->signature.
* guix/upstream.scm (coalesce-sources): Keep 'signature-urls' as #f
unless both sources provide it.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Add GNOME updater.•••* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Remove glib.
(false-if-ftp-error): New macro.
(latest-release*): Use it.
(non-emacs-gnu-package?): Rename to...
(pure-gnu-package?): ... this. Add call to 'gnome-package?'.
(%gnu-updater): Adjust accordingly.
(gnome-package?, latest-gnome-release): New procedures.
(%gnome-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %GNOME-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention it.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Generalize 'latest-ftp-release'.•••* guix/gnu-maintenance.scm (latest-release): Rename to...
(latest-ftp-release): ... this. Add #:server and #:directory
parameters.
(latest-release): New procedure.
| Ludovic Courtès |
2015-12-07 | refresh: Bail out when asked for a nonexistent updater.•••* guix/scripts/refresh.scm (lookup-updater): Call 'leave' when 'find'
returns #f.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Do not look for releases in "w32" sub-directories.•••* guix/gnu-maintenance.scm (latest-release): Filter out "w32"
directories.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Add tests for 'release-file?'.•••* tests/gnu-maintenance.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* guix/gnu-maintenance.scm (release-file?): Export.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Properly handle TeXmacs.•••* guix/gnu-maintenance.scm (ftp-server/directory): Add comment.
(release-file?): Use 'string-ci=?' instead of 'equal?' when comparing
project names.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Adjust tarball regexp for IceCat tarballs.•••* guix/gnu-maintenance.scm (%tarball-rx): Tweak to match IceCat tarball
patterns.
| Ludovic Courtès |
2015-12-07 | gnu-maintenance: Fix URLs returned by 'latest-release' for deep trees.•••With this, (latest-release "gcc") returns an <upstream-source> with URL:
ftp://ftp.gnu.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.gz
Previous it would omit "gcc-5.3.0/" from the URL.
Fixes a regression introduced in 0a7c5a0.
* guix/gnu-maintenance.scm (latest-release)[file->url, file->source]:
Add 'directory' parameter. Update users.
| Ludovic Courtès |
2015-12-07 | doc: 'guix environment --container' does not create '/env'.•••* doc/guix.texi (Invoking guix environment): Remove outdated mention of
'/env' for '--container'.
| Ludovic Courtès |
2015-12-07 | gnu: node: Do not use bundled dependencies.•••The Node build system was previously building its own copies of
OpenSSL (yikes!), libuv, and zlib.
* gnu/packages/node.scm (node)[inputs]: Add openssl, libuv, and zlib.
[arguments]: Add configure flags for using system libraries. Use
'modify-phases' syntax.
| David Thompson |
2015-12-07 | gnu: util-linux: Make description more descriptive.•••* gnu/packages/linux.scm (util-linux)[description]: Give some more
information about the package.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Leo Famulari |
2015-12-07 | gnu: pcre: Update to 8.38.•••* gnu/packages/pcre.scm (pcre): Update to 8.38. Add source URI for
main FTP site.
| Mark H Weaver |
2015-12-07 | gnu: libxml2: Update to 2.9.3.•••* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-8035.patch,
gnu/packages/patches/libxml2-bug-737840.patch,
gnu/packages/patches/libxml2-bug-738805.patch,
gnu/packages/patches/libxml2-bug-746048.patch,
gnu/packages/patches/libxml2-bug-747437.patch,
gnu/packages/patches/libxml2-bug-751603.patch,
gnu/packages/patches/libxml2-bug-751631.patch,
gnu/packages/patches/libxml2-bug-754946.patch,
gnu/packages/patches/libxml2-bug-754947.patch,
gnu/packages/patches/libxml2-bug-755857.patch,
gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
gnu/packages/patches/libxml2-node-sort-order-pt2.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2): Update to 2.9.3. Remove patches.
| Mark H Weaver |
2015-12-07 | gnu: openssl: Update to 1.0.2e [fixes CVE-2015-{3193,3194,3195}].•••* gnu/packages/tls.scm (openssl): Update to 1.0.2e.
[arguments]: Rename 'fix-man-dir' phase to 'patch-Makefile.org',
and patch SHELL in Makefile.org. Add 'fix-broken-symlinks' phase.
Return #t from 'patch-tests' phase.
| Mark H Weaver |
2015-12-07 | gnu: keepassx: Update to 2.0.•••* gnu/packages/password-utils.scm (keepassx): Update to 2.0.
[source]: Change to official release location.
| Efraim Flashner |
2015-12-07 | gnu: python2-zope-security: Use python2-zope-testrunner.•••* gnu/packages/python.scm (python2-zope-security): Do it.
| Efraim Flashner |
2015-12-07 | gnu: help2man: Update to 1.47.3.•••* gnu/packages/man.scm (help2man): Update to 1.47.3.
| Efraim Flashner |
2015-12-07 | gnu: libmicrohttpd: Update to 0.9.47.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.47.
| Efraim Flashner |
2015-12-06 | gnu: mp3info: Update URL.•••* gnu/packages/mp3.scm (mp3info): Update source URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alex Vong |
2015-12-06 | nls: Add Polish translation. | Ludovic Courtès |
2015-12-06 | gnu: Add myrepos.•••* gnu/packages/version-control.scm (myrepos): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2015-12-06 | gnu: Add python-docopt.•••* gnu/packages/python.scm (python-docopt, python2-docopt): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2015-12-06 | gnu: gajim: Update to 0.16.4.•••* gnu/packages/messaging.scm (gajim): Update to 0.16.4.
| Efraim Flashner |
2015-12-06 | gnu: pinentry: Update to 0.9.6.•••* gnu/packages/gnupg.scm (pinentry): Update to 0.9.6.
[inputs]: Add libsecret.
| Efraim Flashner |
2015-12-06 | gnu: gpgme: Update to 1.6.0.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.6.0.
| Efraim Flashner |
2015-12-06 | gnu: gnupg: Update to 2.1.10.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.1.10.
[inputs]: Add adns.
| Efraim Flashner |
2015-12-06 | gnu: gnupg-2.0: Update to 2.0.29.•••* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.29.
[inputs]: Add adns.
| Efraim Flashner |
2015-12-06 | gnu: libassuan: Update to 2.4.2.•••* gnu/packages/gnupg.scm (libassuan): Update to 2.4.2.
| Efraim Flashner |
2015-12-06 | gnu: Move pkg-config to native inputs.•••* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move
pkg-config from inputs.
* gnu/packages/pulseaudio.scm (libsndfile, libsamplerate)
(pulseaudio)[native-inputs]: Likewise.
| Mathieu Lirzin |
2015-12-06 | gnu: Move pkg-config to native inputs.•••* gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from
inputs.
* gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise.
| Mathieu Lirzin |
2015-12-06 | edit: Don't assume that an emacs daemon is running.•••* guix/scripts/edit.scm (%editor): Use Emacs as a default value.
| Mathieu Lirzin |
2015-12-06 | edit: Allow command line arguments in $VISUAL and $EDITOR.•••* guix/scripts/edit.scm (guix-edit): Fix the assumption that %editor is
a one word command.
| Mathieu Lirzin |
2015-12-06 | gnu: nano: Update to 2.5.0.•••* gnu/packages/nano.scm (nano): Update to 2.5.0.
| Efraim Flashner |
2015-12-06 | gnu: gdb: Update to 7.10.1.•••* gnu/packages/gdb.scm (gdb): Update to 7.10.1.
| Efraim Flashner |
2015-12-06 | gnu: manaplus: Update to 1.5.12.5.•••* gnu/packages/games.scm (manaplus): Update to 1.5.12.5.
| Alex Kost |
2015-12-06 | emacs: info: Show a message after copying button label.•••* emacs/guix-info.el (guix-info-button-copy-label): Use
'guix-copy-as-kill' to display a message with what was killed.
| Alex Kost |
2015-12-06 | emacs: Complete --profile in 'guix package' popup.•••* emacs/guix-command.el (guix-command-improve-package-argument): Use
'guix-read-file-name' to complete --profile option.
| Alex Kost |
2015-12-06 | emacs: 'guix-emacs-load-autoloads' takes a profile.•••* emacs/guix-emacs.el (guix-emacs-load-autoloads): Use 'profile'
as an optional argument.
(guix-emacs-load-autoloads-maybe): Adjust accordingly.
* emacs/guix-init.el: Likewise.
| Alex Kost |
2015-12-06 | emacs: Fix 'guix-pull'.•••* emacs/guix-base.el (guix-pull): Handle prefix argument when it is run
interactively. Use 'guix-command' instead of 'guix-pull' to prevent
REPL exit if 'leave' happens.
| Alex Kost |