summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-03-14Merge branch 'staging'Marius Bakke
2020-03-14gnu: libopenshot: Update to 0.2.5.Marius Bakke
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
2020-03-14gnu: libopenshot-audio: Update to 0.2.0.Marius Bakke
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
2020-03-14gnu: cppzmq: Update to 4.6.0.Marius Bakke
* gnu/packages/networking.scm (cppzmq): Update to 4.6.0. [arguments]: Add #:configure-flags.
2020-03-14gnu: GraphicsMagick: Update to 1.3.35.Marius Bakke
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35.
2020-03-14gnu: suitesparse: Build with cmake-minimal.Marius Bakke
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
2020-03-14gnu: Add SVT-AV1.Leo Famulari
* gnu/packages/video.scm (svt-av1): New variable.
2020-03-14gnu: hyperestraier: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
2020-03-14gnu: blender: Update to 2.82a.Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (blender): Update to 2.82a.
2020-03-14gnu: cdparanoia: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdparanoia)[home-page]: Use HTTPS.
2020-03-14gnu: scm: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
2020-03-14gnu: iodine: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iodine)[home-page]: Use HTTPS.
2020-03-14gnu: vim-scheme: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim-scheme)[home-page]: Use HTTPS.
2020-03-14gnu: ncftp: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
2020-03-14Merge branch 'master' into stagingMarius Bakke
2020-03-14gnu: launchmon: Fix build with GCC 7.Marius Bakke
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
2020-03-13gnu: BlueZ: Fix CVE-2020-0556.Leo Famulari
* 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-13gnu: trio: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
2020-03-13gnu: nginx: Update to 1.17.9.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.17.9.
2020-03-13gnu: miredo: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (miredo)[home-page]: Use HTTPS.
2020-03-13gnu: taglib: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
2020-03-13gnu: perl-test2-plugin-nowarnings: Run all tests.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test2-plugin-nowarnings) [native-inputs]: Add perl-ipc-run3.
2020-03-13gnu: perl-test2-suite: Correct name.Tobias Geerinckx-Rice
* 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-13gnu: tegola: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
2020-03-13gnu: libpipeline: Update to 1.5.2.Tobias Geerinckx-Rice
* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
2020-03-13gnu: libsmpeg: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
2020-03-13gnu: WebKitGTK: Update to 2.28.0 [fixes CVE-2020-10018].Leo Famulari
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
2020-03-13gnu: Add python-capablerobot-usbhub.Vagrant Cascadian
* gnu/packages/libusb (python-capablerobot-usbhub): New variable.
2020-03-13gnu: Add barrage.Alberto Eleuterio Flores Guerrero
* gnu/packages/games.scm (barrage): New variable.
2020-03-13maint: Add 'etc/release-manifest.scm'.Ludovic Courtès
* 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-13gnu: cadaver: Satisfy 'guix lint'.Efraim Flashner
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect. [description]: Always use two spaces.
2020-03-13gnu: httrack: Use texi markup in description.Efraim Flashner
* gnu/packages/web.scm (httrack)[description]: Use texi markup.
2020-03-13gnu: uim: Use emacs-substitute-variables instead of substitute*.Arun Isaac
* gnu/packages/xorg.scm (uim)[arguments]: In the configure-uim-el phase, use emacs-substitute-variables instead of substitute*.
2020-03-13gnu: uim: Do not install elisp files in guix.d.Arun Isaac
* 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-13gnu: fltk: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
2020-03-13gnu: unqlite: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (unqlite)[home-page]: Use HTTPS.
2020-03-13gnu: sdparm: Update to 1.11.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (sdparm): Update to 1.11. [source]: Hard-code name.
2020-03-13gnu: bastet: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bastet)[home-page]: Use HTTPS.
2020-03-13gnu: java-iq80-snappy: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/java-compression.scm (java-iq80-snappy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-03-13gnu: java-snappy@1.0: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/java-compression.scm (java-snappy-1)[name]: Restate. [source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-03-13gnu: autobuild: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.
2020-03-13gnu: libwebsockets: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
2020-03-13gnu: catdoc: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
2020-03-12gnu: Add browserpass-native.Alex Griffin
* gnu/packages/password-utils.scm (browserpass-native): New variable.
2020-03-12gnu: Add go-github-com-mattn-go-zglob.Alex Griffin
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): New variable.
2020-03-12gnu: Add go-github-com-rifflock-lfshook.Alex Griffin
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook): New variable.
2020-03-12gnu: go-github-com-sirupsen-logrus: Propagate inputs.Alex Griffin
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Propagate inputs.
2020-03-12gnu: linux-libre: Update to 5.4.25.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.25. (linux-libre-5.4-pristine-source): Update hash.
2020-03-12gnu: linux-libre@4.19: Update to 4.19.109.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.109. (linux-libre-4.19-pristine-source): Update hash.
2020-03-12gnu: linux-libre@4.14: Update to 4.14.173.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.173. (linux-libre-4.14-pristine-source): Update hash.