Commit graph

57034 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 1df9bee786
gnu: scm: Use HTTPS home page.
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice 450a1af293
gnu: iodine: Use HTTPS home page.
* gnu/packages/networking.scm (iodine)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice bb45b9c258
gnu: vim-scheme: Use HTTPS home page.
* gnu/packages/vim.scm (vim-scheme)[home-page]: Use HTTPS.
2020-03-14 03:43:46 +01:00
Tobias Geerinckx-Rice a96d4897ae
gnu: ncftp: Use HTTPS home page.
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
2020-03-14 03:43:45 +01:00
Marius Bakke bb4674b43f
Merge branch 'master' into staging 2020-03-14 01:42:02 +01:00
Marius Bakke 989d564f44
gnu: launchmon: Fix build with GCC 7.
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
2020-03-14 01:39:43 +01:00
Leo Famulari 39356057bc
doc: Update guidance about Python 2 package variants.
* doc/contributing.texi (Python Modules): Don't recommend adding Python-2
package variants by default.
2020-03-13 19:27:33 -04:00
Leo Famulari 364a1374ad
gnu: BlueZ: Fix CVE-2020-0556.
* gnu/packages/patches/bluez-CVE-2020-0556.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez)[replacement]: New field.
(bluez/fixed): New variable.
2020-03-13 19:24:30 -04:00
Tobias Geerinckx-Rice e819fc0285
gnu: trio: Use HTTPS home page.
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice 9dc6e542b5
gnu: nginx: Update to 1.17.9.
* gnu/packages/web.scm (nginx): Update to 1.17.9.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice d7d2b1dcfd
gnu: miredo: Use HTTPS home page.
* gnu/packages/networking.scm (miredo)[home-page]: Use HTTPS.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice 788425c2a8
gnu: taglib: Use HTTPS home page.
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice 9afbfc7a9a
gnu: perl-test2-plugin-nowarnings: Run all tests.
* gnu/packages/perl-check.scm (perl-test2-plugin-nowarnings)
[native-inputs]: Add perl-ipc-run3.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice 78b2034b5b
gnu: perl-test2-suite: Correct name.
* gnu/packages/perl-check.scm (perl-test2-bundle-extended): Rename to…
(perl-test2-suite): …this.
[name]: Adjust accordingly.
(perl-test2-plugin-nowarnings)[propagated-inputs]: Use new name.
* gnu/packages/perl.scm (perl-params-validationcompiler)[native-inputs]:
Likewise.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice 0d49a4bbe1
gnu: tegola: Use HTTPS home page.
* gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
2020-03-13 22:57:04 +01:00
Tobias Geerinckx-Rice bbaaee6319
gnu: libpipeline: Update to 1.5.2.
* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
2020-03-13 22:57:03 +01:00
Tobias Geerinckx-Rice 84f19b1d05
gnu: libsmpeg: Use HTTPS home page.
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
2020-03-13 22:57:03 +01:00
Leo Famulari 3c9d89b5e2
gnu: WebKitGTK: Update to 2.28.0 [fixes CVE-2020-10018].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
2020-03-13 17:45:09 -04:00
Vagrant Cascadian f08d654af6
gnu: Add python-capablerobot-usbhub.
* gnu/packages/libusb (python-capablerobot-usbhub): New variable.
2020-03-13 13:44:19 -07:00
Alberto Eleuterio Flores Guerrero 79a4803857
gnu: Add barrage.
* gnu/packages/games.scm (barrage): New variable.
2020-03-13 21:31:40 +01:00
Ludovic Courtès f292c50191
maint: Add 'etc/release-manifest.scm'.
* etc/release-manifest.scm: New file.
* gnu/ci.scm (%cross-targets): Export.
* build-aux/check-available-binaries.scm: Remove.
* Makefile.am (EXTRA_DIST): Add 'etc/release-manifest.scm' and remove
'build-aux/check-available-binaries.scm'.
(assert-binaries-available): Rewrite using 'guix weather -m'.
2020-03-13 17:33:38 +01:00
Ludovic Courtès 24fb0dc0ab
pack: Do not create a squashfs "recovery file".
Reported by Josh Marshall <Josh.Marshall@jax.org>.

* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass
"-no-recovery".
2020-03-13 17:33:38 +01:00
Ludovic Courtès b829864d74
pack: Make bit-reproducible squashfs images.
Reported by Josh Marshall <Josh.Marshall@jax.org>.

* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass
"-all-time", "-mkfs-time", "-force-uid", and "-force-gid" to 'mksquashfs'.
2020-03-13 17:33:37 +01:00
Ludovic Courtès b24ec85451
pack: Factorize 'mksquashfs' invocations.
* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): New
procedure.
Replace instances of (invoke "mksquashfs" ...) with (mksquashfs ...).
2020-03-13 17:33:37 +01:00
Ludovic Courtès a0feabdfdb
weather: '--coverage' filters out non-package objects.
This is a followup to d37b5a1b58.

* guix/scripts/weather.scm (guix-weather): Filter PACKAGES passed to
'report-package-coverage'.
2020-03-13 17:33:37 +01:00
Ludovic Courtès be764b47ad
weather: Exit with non-zero when coverage is below 100%.
* guix/scripts/weather.scm (report-server-coverage): Return the coverage ratio.
(guix-weather): Exit if and only if each server's coverage is 1.
2020-03-13 17:33:37 +01:00
Efraim Flashner 10b99ddf45
gnu: cadaver: Satisfy 'guix lint'.
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect.
[description]: Always use two spaces.
2020-03-13 14:26:22 +02:00
Efraim Flashner e80d1c1992
gnu: httrack: Use texi markup in description.
* gnu/packages/web.scm (httrack)[description]: Use texi markup.
2020-03-13 14:19:44 +02:00
Arun Isaac d5b0aa99f8
gnu: uim: Use emacs-substitute-variables instead of substitute*.
* gnu/packages/xorg.scm (uim)[arguments]: In the configure-uim-el phase, use
emacs-substitute-variables instead of substitute*.
2020-03-13 13:43:06 +05:30
Arun Isaac acf6168b5d
gnu: uim: Do not install elisp files in guix.d.
* gnu/packages/xorg.scm (uim)[arguments]: Pass %output/share/emacs to the
--with-lispdir configure flag. Add fix-install-path phase after install phase.
2020-03-13 13:43:06 +05:30
Tobias Geerinckx-Rice d1548cb09f
gnu: fltk: Use HTTPS home page.
* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
2020-03-13 05:39:33 +01:00
Tobias Geerinckx-Rice f50ef3493e
gnu: unqlite: Use HTTPS home page.
* gnu/packages/databases.scm (unqlite)[home-page]: Use HTTPS.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice b7afc63f0f
gnu: sdparm: Update to 1.11.
* gnu/packages/disk.scm (sdparm): Update to 1.11.
[source]: Hard-code name.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice 16b84f54bd
gnu: bastet: Use HTTPS home page.
* gnu/packages/games.scm (bastet)[home-page]: Use HTTPS.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice 287e3d3124
gnu: java-iq80-snappy: Don't use unstable tarball.
* gnu/packages/java-compression.scm (java-iq80-snappy)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice e2528a3cc1
gnu: java-snappy@1.0: Don't use unstable tarball.
* gnu/packages/java-compression.scm (java-snappy-1)[name]: Restate.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice 2eed6813b6
gnu: autobuild: Use HTTPS home page.
* gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice 1bc64532b7
gnu: libwebsockets: Use HTTPS home page.
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
2020-03-13 05:36:09 +01:00
Tobias Geerinckx-Rice 136070022b
gnu: catdoc: Use HTTPS home page.
* gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
2020-03-13 05:36:09 +01:00
Alex Griffin 63299f2840
gnu: Add browserpass-native.
* gnu/packages/password-utils.scm (browserpass-native): New variable.
2020-03-12 21:12:05 -05:00
Alex Griffin 42c6503d37
gnu: Add go-github-com-mattn-go-zglob.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): New variable.
2020-03-12 21:12:04 -05:00
Alex Griffin aff9576811
gnu: Add go-github-com-rifflock-lfshook.
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook): New variable.
2020-03-12 21:12:03 -05:00
Alex Griffin 8320c72587
gnu: go-github-com-sirupsen-logrus: Propagate inputs.
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Propagate inputs.
2020-03-12 21:12:02 -05:00
Mark H Weaver ebbe8adc3f
gnu: linux-libre: Update to 5.4.25.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.25.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-12 20:51:59 -04:00
Mark H Weaver 2a2bef35b8
gnu: linux-libre@4.19: Update to 4.19.109.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.109.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-12 20:51:25 -04:00
Mark H Weaver 230a59d418
gnu: linux-libre@4.14: Update to 4.14.173.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.173.
(linux-libre-4.14-pristine-source): Update hash.
2020-03-12 20:50:52 -04:00
Mark H Weaver e0d5a43e51
gnu: linux-libre@4.9: Update to 4.9.216.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.216.
(linux-libre-4.9-pristine-source): Update hash.
2020-03-12 20:50:24 -04:00
Mark H Weaver dcd7a97b8c
gnu: linux-libre@4.4: Update to 4.4.216.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.216.
(linux-libre-4.4-pristine-source): Update hash.
2020-03-12 20:49:19 -04:00
Carl Dong 0f864175dc
gnu: mingw-w64-*: Update to 7.0.0.
* gnu/packages/mingw.scm (make-mingw-w64): Update to 7.0.0.
2020-03-12 15:45:28 -04:00
Alexandru-Sergiu Marton b431f6c9cc
gnu: ghc-extra: Update to 1.7.1.
* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-12 14:10:41 -04:00