| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Previously it could have left the file descriptor open.
* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
|
|
|
|
|
| |
* guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces):
(free-ifaddrs): Use 'syscall->procedure'.
|
|
|
|
|
|
|
|
|
| |
Suggested by Danny Milosavljevic <dannym@scratchpost.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00456.html>.
* guix/build/syscalls.scm (fdatasync): New procedure.
* guix/utils.scm (with-atomic-file-output): Use it. Use 'close-port'
instead of 'close'.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-tables, python2-tables): New
variables.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
|
|
|
|
|
| |
* guix/serialization.scm (write-file): Add #:select? parameter and honor it.
* tests/nar.scm ("write-file #:select? + restore-file"): New test.
|
|
|
|
|
|
|
| |
* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor'
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00368.html>.
* guix/profiles.scm (info-dir-file)[build]: Add explicit call to
'exit'.
* guix/profiles.scm (ghc-package-cache-file)[build]: Likewise.
* guix/profiles.scm (xdg-desktop-database)[build]: Likewise.
* guix/profiles.scm (xdg-mime-database)[build]: Likewise.
|
|
|
|
|
| |
* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
|
|
|
|
| |
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
|
|
|
|
| |
* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
|
|
|
|
| |
* gnu/packages/gnome.scm (arc-icon-theme): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (moka-icon-theme): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (arc-theme): New variable.
|
|
|
|
|
|
| |
Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}.
* gnu/packages/networking.scm (wireshark): Update to 2.0.4.
|
|
|
|
|
|
| |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/crypto.scm (signify): Update to 18.
|
|
|
|
| |
This release removes the "balanced" emulation core (aka profile).
|
|
|
|
|
| |
* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking.
[arguments]: Add configure flag to enable aqbanking.
|
|
|
|
| |
* gnu/packages/gnucash.scm (aqbanking): New variable.
|
|
|
|
| |
* gnu/packages/gnucash.scm (gwenhywfar): New variable.
|
|
|
|
| |
* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
|
|
|
|
|
| |
* gnu/packages/gnucash.scm: Import licenses with "license:" prefix.
(gnucash)[license]: Add prefix.
|
|
|
|
| |
* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables.
|
|
|
|
| |
* gnu/packages/networking.scm (librdkafka): New variable.
|
|
|
|
|
|
| |
* gnu/packages/fish.scm (fish): Update to 2.3.0.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.8.4.
(git-manpages)[source]: Update hash.
|
|
|
|
|
| |
* guix/profiles.scm (manifest-lookup-package): Consider the package entry
in addition to its 'package-transitive-inputs'.
|
|
|
|
|
| |
* guix/profiles.scm (xdg-mime-database): Call 'union-build' for the
"share/mime/packages" directory of inputs.
|
|
|
|
|
|
| |
* gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (expat/fixed): Use it.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to 4.6.2.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (higan): Use semi-official repository at GitLab
(using hotfix tag 098b which is equivalent to official release 098).
Add a patch to remove the build flag -march=native. Set profile to
balanced.
* gnu/packages/patches/higan-remove-march-native-flag.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
| |
* gnu/packages/admin.scm (dstat)[license]: Change to GPL2+.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (dstat): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/web.scm (woof): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/guile.scm (g-wrap)[arguments]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/databases.scm (sparql-query): New variable.
|
|
|
|
| |
* gnu/packages/qt.scm (qtbase): Update to 5.6.1.
|
|
|
|
|
|
|
|
| |
* guix/scripts/publish.scm (show-help, %options): Add --ttl.
(render-narinfo): Add #:ttl and honor it.
(make-request-handler): Add #:narinfo-ttl and honor it.
(run-publish-server): Likewise.
(guix-publish): Honor --ttl, pass it to 'run-publish-server'.
|
|
|
|
|
| |
* guix/ui.scm (string->duration): Add seconds and hours.
* tests/ui.scm ("duration, 1 second"): New test.
|
|
|
|
|
|
| |
* gnu/packages/suckless.scm (st): Update to 0.6.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/irc.scm (weechat): Update to 1.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
| |
* gnu/packages/check.scm (googletest): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.1.
|
|
|
|
|
| |
* gnu/packages/games.scm (xboard): Update to 4.9.0.
[inputs]: Add gtk+-2.
|