Commit Graph

53124 Commits

Author SHA1 Message Date
Ludovic Courtès f4cde9ac4a
download: Do not leak file descriptors on TLS ports.
Fixes <https://bugs.gnu.org/20145>.

* guix/build/download.scm (%tls-ports, register-tls-record-port): Remove.
(tls-wrap): Remove call to 'register-tls-record-port'.  Return a custom
binary input/output port instead.  This is a backport of what Guile
2.2's (web client) module has been doing.
(close-connection): Define as an alias for 'close-port'.
* guix/http-client.scm (http-fetch): Remove #:keep-alive? parameter,
which was ignored and unused.
Pass #:keep-alive? #f to 'http-get'.
* guix/lint.scm (probe-uri): Use 'close-port' instead of 'close-connection'.
* guix/scripts/substitute.scm (http-multiple-get): Likewise.
2020-01-03 16:06:26 +01:00
Ludovic Courtès 52207b3938
gexp: 'gexp->script' marks its result as non-offloadable and non-substitutable.
* guix/gexp.scm (gexp->script): Pass #:local-build? and #:substitutable?
to 'gexp->derivation'.
2020-01-03 16:06:26 +01:00
Ludovic Courtès 9512ba6b09
bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable.
Suggested by <pkill9@runbox.com>.

* gnu/bootloader/grub.scm (grub-configuration-file): Pass #:options to
'computed-file'.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Likewise.
2020-01-03 16:06:26 +01:00
Pierre Neidhardt 10a8fb475b
gnu: sbcl: Update to 2.0.0.
* gnu/packages/lisp.scm (sbcl): Update to 2.0.0.
2020-01-03 15:44:24 +01:00
Pierre Neidhardt cfff8ebcaf
Revert "gnu: sbcl: Update to 1.5.9."
The boot0 package won't be needed anymore with 2.0.0.

This reverts commit edf8152563.
2020-01-03 15:44:24 +01:00
Efraim Flashner 877aa9c398
gnu: python-apsw: Update to 3.28.0-r1.
* gnu/packages/databases.scm (python-apsw): Update to 3.28.0-r1.
2020-01-03 16:23:18 +02:00
Efraim Flashner 53a9970e3b
gnu: python-apsw: Use 'replace' for 'check phase.
* gnu/packages/databases.scm (python-apsw)[arguments]: Update build
phase order and replace stock 'check phase.
2020-01-03 16:23:18 +02:00
Efraim Flashner 9930beb860
gnu: python-apsw: Don't use unstable tarball.
* gnu/packages/databases.scm (python-apsw)[source]: Download using
release zip archive.
[native-inputs]: Add unzip.
2020-01-03 16:23:17 +02:00
Efraim Flashner aa5fadaf72
gnu: capstone: Don't use unstable tarball.
* gnu/packages/engineering.scm (capstone)[source]: Download using
git-fetch.
2020-01-03 16:23:17 +02:00
Pierre Neidhardt ba42da245b
gnu: uglify-js: Move back next to sbcl-cl-uglify-js definition.
This fixes the bug which prevented uglify-js from being defined properly, and
cascaded back to all Common Lisp packages.

* gnu/packages/bioinformatics.scm: Replace javascript module with lisp-xyz.
* gnu/packages/cran.scm: Use lisp-xyz module.
* gnu/packages/javascript.scm (uglify-js): Move from here...
* gnu/packages/lisp-xyz.scm: ... To here.
* gnu/packages/web.scm: Replace javascript module with lisp-xyz.
* guix/build-system/minify.scm: Find uglify-js in the lisp-xyz module.
2020-01-03 15:03:36 +01:00
Efraim Flashner 0aa203717e
Revert "gnu: libetpan: Update to 1.9.4."
This version of libetpan does not ship with libetpan-config, which
prefents claws-mail from building.

This reverts commit e2f5de1455.
2020-01-03 15:47:23 +02:00
Tobias Geerinckx-Rice b24f561c5e
install: Add jfsutils to the installation image.
* gnu/system/install.scm (installation-os)[packages]: Add jfsutils.
2020-01-03 13:54:14 +01:00
Tobias Geerinckx-Rice 4f51fdba01
tests: install: Test a JFS root file system.
* gnu/tests/install.scm (%jfs-root-os, %jfs-root-installation-script)
(%test-jfs-root-os): New variables.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice c7b5cfb014
linux-initrd: Add support for JFS.
* gnu/system/linux-initrd.scm (file-system-packages): Add jfs_fsck/static.
(file-system-type-modules): Add ‘jfs’ module.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 378994459a
gnu: Add jfs_fsck-static.
* gnu/packages/file-systems.scm (jfs_fsck-static): New public variable.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 56dad973bc
gnu: Add jfsutils-static.
gnu/packages/file-systems.scm (jfsutils/static): New public variable.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 43c4d27cdf
uuid: Add support for JFS.
* gnu/system/uuid.scm (string->jfs-uuid): New procedure.
(%uuid-parsers, %uuid-printers): Add ‘jfs’ file system type.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 1abbe7c64b
file-systems: Add support for JFS.
* gnu/build/file-systems.scm (%jfs-endianness): New syntax.
(jfs-superblock?, read-jfs-superblock, jfs-superblock-uuid)
(jfs-superblock-volume-name, check-jfs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system):
Register them.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 548d1f8861
gnu: gloox: Update to 1.0.23.
* gnu/packages/messaging.scm (gloox): Update to 1.0.23.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice d774fabe4b
gnu: hexchat: Update to 2.14.3.
* gnu/packages/messaging.scm (hexchat): Update to 2.14.3.
[source]: Remove patch.
* gnu/packages/patches/hexchat-crash-exit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-03 13:54:13 +01:00
Tobias Geerinckx-Rice 07cb1dfc57
gnu: tuxguitar: Update to 1.5.3.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.3.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice 2de3664847
gnu: qtractor: Update to 0.9.12.
* gnu/packages/music.scm (qtractor): Update to 0.9.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice b483ccd4cb
gnu: padthv1: Update to 0.9.12.
* gnu/packages/music.scm (padthv1): Update to 0.9.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice e0a4cc97bf
gnu: samplv1: Update to 0.9.12.
* gnu/packages/music.scm (samplv1): Update to 0.9.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice 2e90d8225f
gnu: drumkv1: Update to 0.9.12.
* gnu/packages/music.scm (drumkv1): Update to 0.9.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice f6c5e9871f
gnu: synthv1: Update to 0.9.12.
* gnu/packages/music.scm (synthv1): Update to 0.9.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice a96c00865a
gnu: eyed3: Update to 0.8.12.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice a69b59e15b
gnu: zam-plugins: Update to 3.12.
* gnu/packages/music.scm (zam-plugins): Update to 3.12.
2020-01-03 13:54:12 +01:00
Tobias Geerinckx-Rice 41dc70f4ff
gnu: x42-plugins: Update to 20191215.
* gnu/packages/music.scm (x42-plugins): Update to 20191215.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice e4f7edf19f
gnu: musl: Update to 1.1.24.
* gnu/packages/musl.scm (musl): Update to 1.1.24.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice a1da1dee88
gnu: whois: Update to 5.5.4.
* gnu/packages/networking.scm (whois): Update to 5.5.4.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice 2559c243e7
gnu: opari2: Update to 2.0.5.
* gnu/packages/profiling.scm (opari2): Update to 2.0.5.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice 599d019060
gnu: protozero: Update to 1.6.8.
* gnu/packages/protobuf.scm (protozero): Update to 1.6.8.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice decade55eb
gnu: libxls: Update to 1.5.2.
* gnu/packages/statistics.scm (libxls): Update to 1.5.2.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice 77100119fb
gnu: mg: Update to 20180927.
* gnu/packages/text-editors.scm (mg): Update to 20180927.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice f54d47b87c
gnu: beep: Update to 1.4.7.
* gnu/packages/terminals.scm (beep): Update to 1.4.7.
2020-01-03 13:54:11 +01:00
Tobias Geerinckx-Rice dbd0b46def
gnu: qbittorrent: Update to 4.2.1.
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.1.
2020-01-03 13:54:10 +01:00
Tobias Geerinckx-Rice caa66bde89
gnu: fasm: Expand acronym in description.
* gnu/packages/assembly.scm (fasm)[description]: Expand @acronym.
2020-01-03 13:54:10 +01:00
Tobias Geerinckx-Rice 8a66b9aa7b
gnu: fasm: Update to 1.73.21.
* gnu/packages/assembly.scm (fasm): Update to 1.73.21.
2020-01-03 13:54:10 +01:00
Nicolas Goaziou fe9a113bb4
gnu: python-zstandard: Fix indentation.
* gnu/packages/python-compression.scm (python-zstandard): Fix indentation.
2020-01-03 12:41:31 +01:00
Oleg Pykhalov 26d52476a0
gnu: tome4: Update to 1.6.5.
* gnu/packages/games.scm (tome4): Update to 1.6.5.
[arguments]: Use invoke in install phase
2020-01-03 14:07:04 +03:00
Jakub Kądziołka c9e7acbf0e
gnu: Add sameboy.
* gnu/packages/emulators.scm (sameboy): New variable.
2020-01-03 09:52:07 +01:00
Jakub Kądziołka 1c00680589
gnu: Add rgbds.
* gnu/packages/assembly.scm (rgbds): New variable.
2020-01-03 09:52:06 +01:00
kanichos@yandex.ru 30208c1078
gnu: Add ibus-libhangul.
* gnu/packages/ibus.scm (ibus-libhangul): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-01-03 07:20:38 +01:00
kanichos@yandex.ru 94b8fe8041
gnu: Add libhangul.
* gnu/packages/ibus.scm (libhangul): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-01-03 07:20:38 +01:00
Danny Milosavljevic 28cdd818fa
gnu: go-github-com-spf13-pflag: Update to 1.0.5.
* gnu/packages/golang.scm (go-github-com-spf13-pflag): Update to 1.0.5.
2020-01-03 01:27:23 +01:00
Nicolas Goaziou 2f907eea00
gnu: Add missing copyright header. 2020-01-03 00:13:15 +01:00
Nicolas Goaziou f4a20dca35
gnu: Add python-zstandard.
* gnu/packages/python-compression.scm (python-zstandard): New variable.
2020-01-03 00:11:48 +01:00
Nicolas Goaziou 1704416609
gnu: emacs-orgalist: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.11.
2020-01-02 22:59:14 +01:00
Tobias Geerinckx-Rice f89a27c6b6
gnu: file-roller: Don't use NAME in source URI.
* gnu/packages/gnome.scm (file-roller)[source]: Hard-code NAME.
2020-01-02 22:57:01 +01:00