aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-10gnu: ghostscript: Make XMP UUID headers optional, depending on environment ↵Danny Milosavljevic
variable. * gnu/packages/patches/ghostscript-no-header-uuid.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript): Use it.
2017-07-10gnu: ghostscript: Make "/ID" optional, depending on environment variable.Danny Milosavljevic
* gnu/packages/patches/ghostscript-no-header-id.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it * gnu/packages/ghostscript.scm (ghostscript): Use it.
2017-07-10gnu: groff: Remove timestamps.Danny Milosavljevic
Fixes <https://bugs.gnu.org/27593>. * gnu/packages/patches/groff-source-date-epoch.patch: New file. * gnu/local.mk: Add it. * gnu/packages/groff.scm (groff)[source]: Add it.
2017-07-10gnu: libpciaccess: Refer to 'pci.ids' from pciutils.Ludovic Courtès
Prior to this change libpciaccess would try to read from /usr/share/hwdata/pci.ids. * gnu/packages/xorg.scm (libpciaccess)[arguments]: New field. [inputs]: Add PCIUTILS.
2017-07-10gnu: pciutils: Tweak description.Ludovic Courtès
* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
2017-07-10gnu: pciutils: Move 'pci.ids.gz' to 'share/hwdata'.Ludovic Courtès
* gnu/packages/pciutils.scm (pciutils)[arguments] <configure>: Set 'IDSDIR' such that 'pci.ids.gz' goes to share/hwdata.
2017-07-10gnu: pciutils: Update to 3.5.5.Ludovic Courtès
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.5.
2017-07-08gnu: wget: Update comment about test failures.Ludovic Courtès
* gnu/packages/wget.scm (wget)[arguments]: Update comment.
2017-07-08gnu: libsoup: Adjust to new GnuTLS certificate-check behavior.Ludovic Courtès
* gnu/packages/gnome.scm (libsoup)[arguments]: Add #:modules. In 'pre-check' phase, invoke 'certtool'. [native-inputs]: Add GNUTLS.
2017-07-08gnu: libsoup: Reindent.Ludovic Courtès
* gnu/packages/gnome.scm (libsoup): Reindent.
2017-07-07gnu: groff: Remove dependency on netpbm.Ludovic Courtès
* gnu/packages/groff.scm (groff)[inputs]: Remove 'netpbm'.
2017-07-07gnu: wget: Fix compilation with Perl 5.26; skip faulty tests.Ludovic Courtès
* gnu/packages/wget.scm (wget)[arguments]: New field. [source](patches): Add "wget-perl-5.26.patch". * gnu/packages/patches/wget-perl-5.26.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-07-07gnu: Add basic support for powerpc64le-linux-gnu targets.Ludovic Courtès
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc64le-linux". * gnu/packages/linux.scm (system->linux-architecture): Add "powerpc" prefix. (system->defconfig): Add "powerpc64le-" prefix.
2017-07-06gnu: ghostscript: Don't write CreationDate and ModDate header entries.Danny Milosavljevic
Followup to a64b174751a9fa76375d35d2f2a47a4c93ce0206. * gnu/packages/ghostscript.scm (ghostscript)[source]: Don't write CreationDate and ModDate header entries.
2017-07-06gnu: netpbm: Remove timestamps.Danny Milosavljevic
Fixes <https://bugs.gnu.org/27567>. * gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
2017-07-06gnu: ghostscript: Make build reproducible.Danny Milosavljevic
Fixes <https://bugs.gnu.org/27563>. * gnu/packages/ghostscript.scm (ghostscript)[source]: Remove timestamps.
2017-07-03gnu: cups: Update to 2.2.4.Efraim Flashner
* gnu/packages/cups.scm (cups, cups-minimal): Update to 2.2.4.
2017-07-03gnu: cups-filters: Update to 1.14.1.Efraim Flashner
* gnu/packages/cups.scm (cups-filters): Update to 1.14.1.
2017-07-03gnu: mesa: Update to 17.1.4.Efraim Flashner
* gnu/packages/gl.scm (mesa): Update to 17.1.4.
2017-07-01gnu: glibc: Fix build on i686.Mark H Weaver
This is followup to 503a4df904b8d4b82caebdb17db9c5f76a952418. Fixes <https://bugs.gnu.org/27489>. * gnu/packages/base.scm (glibc/linux): Add "glibc-vectorized-strcspn-guards.patch" to patches.
2017-06-30system: Avoid collision between GMP variants in the global profile.Ludovic Courtès
* gnu/system.scm (%base-packages): Move GUILE-2.2 out of the list passed to 'canonical-package'.
2017-06-30Merge branch 'master' into core-updatesLudovic Courtès
2017-06-30system: Use "@" to refer to the 'shadow' package.Ludovic Courtès
Reported by Mark H Weaver at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>. * gnu/system.scm (%base-packages): Use '@' for shadow. This fixes an error on Guile 2.0 where 'shadow' alone resolves to the (gnu system shadow) module.
2017-06-30gnu: shishi: Build with latest libgcrypt.Leo Famulari
* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kerberos.scm (shishi)[source]: Use it. [inputs]: Use libgcrypt instead of libgcrypt-1.5. [arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags. * gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable.
2017-06-30gnu: poppler: Integrate grafted update.Leo Famulari
* gnu/packages/pdf.scm (poppler): Update to 0.56.0. [replacement]: Remove field. (poppler-qt4, poppler-qt5): Use (inherit) instead of (package/inherit).
2017-06-30gnu: libgcrypt: Integrate grafted update.Leo Famulari
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.8. [replacement]: Remove field. (libgcrypt-1.7.8): Remove variable. (libgcrypt-1.5)[replacement]: Remove field.
2017-06-30gnu: linux-libre: Update to 4.11.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8. (%linux-libre-hash): Update hash.
2017-06-30gnu: linux-libre@4.9: Update to 4.9.35.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
2017-06-30gnu: linux-libre@4.4: Update to 4.4.75.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75.
2017-06-30gnu: linux-libre@4.1: Update to 4.1.42 [mitigates CVE-2017-1000364].Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42.
2017-06-30maint: Disk image size is automatically guessed.Ludovic Courtès
* Makefile.am (GUIXSD_VM_IMAGE_SIZE): Remove. (release): Remove --image-size argument from 'guix system disk-image' command.
2017-06-30vm: Use 'fold2' from (guix combinators).Ludovic Courtès
* gnu/build/vm.scm: Use (guix combinators). (fold2): Remove.
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès
* gnu/build/vm.scm (estimated-partition-size): New procedure. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Change #:disk-image-size default to 'guess. [builder]: When DISK-IMAGE-SIZE is 'guess, use 'estimated-partition-size' and compute and estimate of the image size. (qemu-image): Likewise. * guix/build/store-copy.scm (file-size, closure-size): New procedures. * guix/scripts/system.scm (%default-options): Change 'image-size' to 'guess. * doc/guix.texi (Building the Installation Image): Remove '--image-size' flag from example. (Invoking guix system): Document the image size estimate.
2017-06-30vm: Display the disk and partition sizes.Ludovic Courtès
* gnu/build/vm.scm (load-in-linux-vm): Add 'format' call when MAKE-DISK-IMAGE? is true. (initialize-partition-table): Show the size of the partitions being created.
2017-06-30vm: Fix 'load-in-linux-vm' docstring.Ludovic Courtès
* gnu/build/vm.scm (load-in-linux-vm): Change default value of #:disk-image-size. Update docstring to note that DISK-IMAGE-SIZE is in bytes.
2017-06-30build: Remove check for broken (srfi srfi-37).Ludovic Courtès
This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time already. * configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37' conditional. * Makefile.am: Remove code in "if INSTALL_SRFI_37". (EXTRA_DIST): Remove srfi/srfi-37.scm.in. * srfi/srfi-37.scm.in: Remove. * m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
2017-06-29Merge branch 'master' into core-updatesLeo Famulari
2017-06-29gnu: intltool: Fix a compatibility issue with Perl 5.26.0.Leo Famulari
* gnu/packages/patches/intltool-perl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/glib.scm (intltool)[source]: Use it.
2017-06-29gnu: poppler: Fix CVE-2017-{9775,9776}.Leo Famulari
* gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler-0.56.0): New variable. (poppler-qt4, poppler-qt5): Use 'package/inherit'.
2017-06-29gnu: thermald: Add file-name for source.Efraim Flashner
* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
2017-06-29gnu: thermald: Only build on i686 and x86_64.Efraim Flashner
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
2017-06-29gnu: glibc/linux: Add patches for CVE-2017-1000366.Ludovic Courtès
* gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch, gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/base.scm (glibc/linux)[source](patches): Add them. [replacement]: Remove. (glibc-2.25-patched): Remove. (glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21) (glibc-locales): Remove 'replacement' field.
2017-06-29gnu: libgcrypt: Add mitigation for CVE-2017-7526.Efraim Flashner
* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field. (libgcrypt-1.7.8): New variable. (libgcrypt-1.5)[replacment]: New field.
2017-06-29gnu: mes: Update to 0.8.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.8.
2017-06-29gnu: Add mescc-tools.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): New variable.
2017-06-29system: Add 'shadow' to %BASE-PACKAGES.Ludovic Courtès
Suggested by Göktuğ Kayaalp <self@gkayaalp.com>. * gnu/system.scm (%base-packages): Add SHADOW.
2017-06-29gnu: libxfce4ui: Do not propagate gtk+-2.Ricardo Wurmus
Propagation of both gtk+ and gtk+-2 causes a conflict to be detected, preventing the installation of xfce. * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Move "gtk+-2"... [inputs]: ...to here. (garcon)[inputs]: Add "gtk+-2". (xfce4-appfinder)[inputs]: Add "gtk+-2". (xfce4-power-manager)[inputs]: Add "gtk+-2". (ristretto)[inputs]: Add "gtk+-2".
2017-06-29gnu: xfce: Build union instead of propagating inputs.Ricardo Wurmus
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all... [inputs]: ...here. [arguments]: Build a union.
2017-06-29gnu: clojure: Update "tools-reader-src" to 1.0.0.Alex Vong
* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29gnu: Add procenv.Dave Love
* gnu/packages/linux.scm (procenv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>