Age | Commit message (Expand) | Author |
2018-04-02 | gnu: ghostscript: Update to 9.23....* gnu/packages/ghostscript.scm (ghostscript): Update to 9.23.
[source](snippet): Adjust to removed LCMS2 library.
[arguments]: Remove FIX-DOC-DIR-PHASE. Prevent docdir compatibility symlink.
[inputs]: Remove LCMS2.
* gnu/packages/patches/ghostscript-no-header-id.patch: Adjust context.
| Marius Bakke |
2018-04-01 | gnu: libidn: Update to 1.34....* gnu/packages/libidn.scm (libidn): Update to 1.34.
| Ludovic Courtès |
2018-04-01 | gnu: commencement: Avoid extra Perl build in the DAG....* gnu/packages/commencement.scm (grep-final): Move reference to
PERL-BOOT0 outside of 'package-with-explicit-inputs'. Previously we
would actually depend on a variant of 'perl-boot0' built with
%BOOT5-INPUTS, which defeated the intent to not add an extra Perl build
in the DAG.
| Ludovic Courtès |
2018-04-01 | gnu: sed: Update to 4.5....* gnu/packages/base.scm (sed): Update to 4.5.
[arguments]: Remove 'patch-test-suite' phase.
[native-inputs]: New field.
| Ludovic Courtès |
2018-04-01 | gnu: glibc: Reinstate fallback code for systems lacking 'prlimit64'....* gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch: New file.
* gnu/packages/base.scm (glibc/linux)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-03-31 | gnu: python-pycairo: Update to 1.16.3....* gnu/packages/gtk.scm (python-pycairo): Update to 1.16.3.
[source]: Remove patch.
[build-system]: Switch to python-build-system.
[native-inputs]: Remove python-waf.
[home-page]: Use HTTPS URI.
* gnu/packages/patches/pycairo-wscript.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
| Arun Isaac |
2018-03-31 | gnu: python-pytest: Update to 3.5.0....* gnu/packages/python.scm (python-six): Replace system* with invoke.
(python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New
variables.
(python-more-itertools)[propagated-inputs]: Replace python-six with
python-six-bootstrap.
* gnu/packages/check.scm (python-pytest): Update to 3.5.0.
[propagated-inputs]: Add python-attrs-bootstrap,
python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap.
[properties]: Add python2-variant.
(python2-pytest)[propagated-inputs]: Add python2-funcsigs.
(python-pytest-bootstrap)[properties]: Add python2-variant.
(python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.
| Arun Isaac |
2018-03-31 | gnu: python-py: Update to 1.5.3....* gnu/packages/python.scm (python-py): Update to 1.5.3.
[home-page]: Update URI.
| Arun Isaac |
2018-03-31 | gnu: python-hypothesis: Update to 3.52.0....* gnu/packages/check.scm (python-hypothesis): Update to 3.52.0.
[propagated-inputs]: Add python-attrs and python-coverage.
[home-page]: Update URI.
* gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap):
New variables.
| Arun Isaac |
2018-03-31 | gnu: Add python-more-itertools....* gnu/packages/python.scm (python-more-itertools, python2-more-itertools): New
variables.
| Arun Isaac |
2018-03-31 | gnu: python-pluggy: Update to 0.6.0....* gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
| Arun Isaac |
2018-03-31 | gnu: python-pyasn1: Update to 0.4.2....* gnu/packages/python.scm (python-pyasn1): Update to 0.4.2.
| Arun Isaac |
2018-03-31 | gnu: python-attrs: Update to 17.4.0....* gnu/packages/python.scm (python-attrs): Update to 17.4.0.
| Arun Isaac |
2018-03-29 | gnu: tzdata: Update to 2018d....* gnu/packages/base.scm (tzdata): Update to 2018d.
| Leo Famulari |
2018-03-29 | ld-wrapper: Allow linking with non-store libraries by default....This was suggested on several occasions, notably
<https://bugs.gnu.org/24544>.
* gnu/packages/ld-wrapper.in (%allow-impurities?): Default to #t and
parse the value of 'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
* guix/build/gnu-build-system.scm (set-paths): Set
'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
| Ludovic Courtès |
2018-03-29 | ld-wrapper: Don't talk about "impure library"....* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead
of saying "impure library".
| Ludovic Courtès |
2018-03-29 | ld-wrapper: Make sure debugging output goes through....* gnu/packages/ld-wrapper.in (ld-wrapper): Add call to 'force-output'.
| Ludovic Courtès |
2018-03-29 | gnu: libarchive: Add '-L' flags in 'libarchive.pc'....* gnu/packages/backup.scm (libarchive)[arguments]: Add
'add--L-in-libarchive-pc' phase.
| Ludovic Courtès |
2018-03-29 | Merge branch 'master' into core-updates | Marius Bakke |
2018-03-29 | gnu: cmake: Update to 3.11.0....* gnu/packages/cmake.scm (cmake): Update to 3.11.0.
[arguments]: Enable fixed test. Adjust file substitutions. Run tests and
"./configure" in parallel.
(cmake-3.11): Remove variable.
* gnu/packages/storage.scm (ceph)[arguments]: Remove #:cmake.
| Marius Bakke |
2018-03-29 | gnu: r-mutationalpatterns: Update to 1.4.3....* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.3;
[propagated-inputs]: Remove r-gridextra.
| Roel Janssen |
2018-03-29 | gnu: kaiju: Update to 1.6.2....* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.2;
[inputs]: Add zlib.
| Roel Janssen |
2018-03-29 | gnu: Add duperemove....* gnu/packages/disk.scm (duperemove): New variable.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| Vasile Dumitrascu |
2018-03-29 | gnu: Add python-debug....Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.
* gnu/packages/python.scm (python-debug): New variable.
| Ludovic Courtès |
2018-03-29 | gnu: nano: Update to 2.9.5....* gnu/packages/nano.scm (nano): Update to 2.9.5.
| Efraim Flashner |
2018-03-29 | gnu: libgpg-error: Update to 1.28....* gnu/packages/gnupg.scm (libgpg-error): Update to 1.28.
| Marius Bakke |
2018-03-29 | gnu: Add r-idr....* gnu/packages/cran.scm (r-idr): New variable.
| Roel Janssen |
2018-03-29 | gnu: Add r-amap....* gnu/packages/cran.scm (r-amap): New variable.
| Roel Janssen |
2018-03-29 | gnu: Add r-venndiagram....* gnu/packages/cran.scm (r-venndiagram): New variable.
| Roel Janssen |
2018-03-29 | gnu: Add r-pastecs....* gnu/packages/cran.scm (r-pastecs): New variable.
| Roel Janssen |
2018-03-29 | gnu: libusb4java: Adjust for building with libusb 1.0.22....* gnu/packages/libusb.scm (libusb4java)[arguments]: Add phase to remove
"-Werror" flag.
| Ricardo Wurmus |
2018-03-29 | gnu: libusb-for-axoloti: Update patch....* gnu/packages/patches/libusb-for-axoloti.patch: Update context for libusb
1.0.22.
| Ricardo Wurmus |
2018-03-29 | gnu: Refactor boot-service-type and activation-service-type....* gnu/services.scm (boot-service-type) <compose>: Use the "identity"
procedure instead of the "append" procedure because it more accurately
reflects the intent, which is to simply return the single list of
extensions to which fold-services applies the "compose" procedure.
(activation-service-type) <compose>: Likewise.
| Chris Marusich |
2018-03-29 | gnu: tcl, tk: Update to 8.6.8....* gnu/packages/tcl.scm (tcl, tk): Update to 8.6.8.
| Marius Bakke |
2018-03-29 | gnu: python: Update to 3.6.5....* gnu/packages/python.scm (python-3.6): Update to 3.6.5.
| Marius Bakke |
2018-03-29 | gnu: icu4c: Update to 61.1....* gnu/packages/icu4c.scm (icu4c): Update to 61.1.
| Marius Bakke |
2018-03-29 | gnu: util-linux: Update to 2.32....* gnu/packages/patches/util-linux-tests.patch: Adjust context.
* gnu/packages/patches/util-linux-CVE-2018-7738.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (util-linux): Update to 2.32.
[source](patches): Remove 'util-linux-CVE-2018-7738.patch'.
| Marius Bakke |
2018-03-28 | gnu: node: Update to 9.10.0....* gnu/packages/node.scm (node): Update to 9.10.0.
| Jelle Licht |
2018-03-28 | gnu: http-parser: Update to 2.8.0....* gnu/packages/web.scm (http-parser): Update to 2.8.0.
| Jelle Licht |
2018-03-28 | gnu: xf86-video-ati: Update to 18.0.1....* gnu/packages/xorg.scm (xf86-video-ati): Update to 18.0.1.
| Marius Bakke |
2018-03-28 | gnu: xf86-input-libinput: Update to 0.27.0....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.0.
| Marius Bakke |
2018-03-28 | gnu: ntp: Update to 4.2.8p11 [security-fixes]....Fixes CVE-2016-1549 and CVE-2018-{7170,7182,7183,7184,7185}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p11.
| Leo Famulari |
2018-03-28 | gnu: openssl: Replace with OpenSSL 1.0.2o [fixes CVE-2018-0739]....* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2o): New variable.
| Leo Famulari |
2018-03-28 | gnu: Add r-parsedate....* gnu/packages/cran.scm (r-parsedate): New variable.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| Konrad Hinsen |
2018-03-28 | gnu: mu: Fix tests failures triggered by DST....* gnu/packages/mail.scm (mu)[phases]: Add 'fix-date-tests.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| Maxim Cournoyer |
2018-03-28 | gnu: Add tcalc....* gnu/packages/maths.scm (tcalc): New variables.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| Nadya Voronova |
2018-03-28 | gnu: culmus: Rename to font-culmus....* gnu/packages/fonts.scm (culmus): Rename to...
(font-culmus): ...this. Re-indent.
| Arun Isaac |
2018-03-28 | gnu: culmus: Switch to font-build-system....* gnu/packages/fonts.scm (culmus): Switch to font-build-system.
[arguments]: Replace system* with invoke.
| Arun Isaac |
2018-03-28 | gnu: font-linuxlibertine: Switch to font-build-system....* gnu/packages/fonts.scm (font-linuxlibertine): Switch to font-build-system.
[arguments]: Replace system* with invoke.
| Arun Isaac |
2018-03-28 | gnu: font-lato: Switch to font-build-system....* gnu/packages/fonts.scm (font-lato): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
| Arun Isaac |