Age | Commit message (Collapse) | Author |
|
* gnu/packages/version-control.scm (myrepos)[source]: Add patch.
* gnu/packages/patches/myrepos-CVE-2018-7032.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
|
|
* gnu/packages/image-viewers.scm (viewnior): Update to 1.7.
[source]: Update source uri.
[build-system]: Switch to meson-build-system.
[arguments]: Remove custom 'autogen and 'skip-gtk-update-icon-cache
phases, add 'patch-source phase. Skip tests.
[native-inputs]: Remove automake, autoconf, intltool, gnome-common,
libtool, which, add gettext-minimal.
[home-page]: Update home-page.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-43.
|
|
* gnu/packages/printers.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
Fixes <https://bugs.gnu.org/28446>.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages.scm (find-packages-by-name): Use 'version-prefix?'
instead of 'string-prefix?'.
|
|
* guix/utils.scm (version-prefix?): New procedure.
* tests/utils.scm ("version-prefix?"): New test.
|
|
Previously the test suite would fail to run 'ppmquant', though it would
silently ignore it.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add PERL.
|
|
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
|
|
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
|
|
* gnu/packages/bootloaders.scm (u-boot-cubieboard): New variable.
|
|
Libmad is not used by gst-plugins-ugly since 1.12.0.
* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove libmad.
|
|
MPD already depends on FFmpeg, which uses LAME for MP3 decoding.
gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
|
|
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
|
|
* gnu/packages/wine.scm (wine-staging): Update to 3.8.
|
|
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
|
|
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
|
|
* gnu/packages/xorg.scm (xpra): Update to 2.3.
|
|
Fixes a regression introduced in ede121de426f9c56820852888a0b370f0ccbce49.
Reported by Mark H Weaver <mhw@netris.org>.
* build-aux/hydra/gnu-system.scm (job-name): Pass "-" as the second
argument to 'package-full-name'.
|
|
* gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
|
|
* gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases>
[set-environment]: Use bundled dtc.
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to
(current-error-port).
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed
configurations.
|
|
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
|
|
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.8.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.40.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
|
|
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in
generated extlinux.conf.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
|
|
* gnu/packages/package-management.scm (diffoscope): Update to 94.
|
|
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
|
|
* gnu/packages/maths.scm (arpack-ng-openmpi)[arguments]: Inherit
arguments from ARPACK-NG. Previously the 'configure' phase would fail
due to the lack of a 'configure' script.
|
|
* guix/scripts/pack.scm (self-contained-tarball)[build](symlink->directives):
Do not add a 'directory' directive for "/". Previously, as soon as we
were using '-S /bin=bin' or similar, we would add every entry a second
time in the tarball; this would translate as hard links in the tarball,
which tar < 1.30 sometimes fails to extract.
Pass symlinks defined in DIRECTIVES to 'tar'.
|
|
* gnu/packages/aux-files/run-in-namespace.c (write_id_map)
(disallow_setgroups): New functions.
(main): Use 'clone' via 'syscall' instead of 'fork' followed by
'unshare'. Add calls to 'disallow_setgroups' and 'write_id_map' in the
parent process.
|
|
* guix/scripts/lint.scm: Fix typo.
|
|
* gnu/packages/bootloaders.scm (u-boot-novena):
New variable.
* gnu/bootloader/u-boot.scm (u-boot-novena-bootloader):
New exported variable.
* gnu/system/install.scm (novena-installation-os):
New exported variable.
|
|
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader):
New exported variable.
* gnu/system/install.scm (wandboard-installation-os):
New exported variable.
|
|
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader):
New exported variable.
* gnu/system/install.scm (mx6cuboxi-installation-os):
New exported variable.
|
|
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13.
[description]: Tiny rewording.
(emacs-org-contrib): Update to 20180507.
|
|
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183
and the remaining 1 of 10 changesets for CVE-2018-5150.
|
|
Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155,
CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178,
and 9/10 changesets for CVE-2018-5150.
* gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE
assignments.
* gnu/packages/patches/icecat-bug-1452075.patch: Rename to...
* gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this.
* gnu/local.mk (dist_patch_DATA): Rename it.
|
|
* gnu/packages/python-crypto.scm (python-duniterpy): New variable.
|
|
* gnu/packages/python-web.scm (python-aiohttp): New variable.
|
|
* gnu/packages/python-crypto.scm (python-libnacl): New variable.
|
|
* gnu/packages/python-web.scm (python-yarl): New variable.
|
|
* gnu/packages/python-web.scm (python-aiodns): New variable.
|
|
* gnu/packages/python.scm (python-multidict): New variable.
|
|
* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
|
|
* gnu/packages/python-crypto.scm (python-base58): New variable.
|