Age | Commit message (Expand) | Author |
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 |
2018-03-28 | gnu: openssl: Update to 1.0.2o....* gnu/packages/tls.scm (openssl): Update to 1.0.2o. Remove snippet.
| Mark H Weaver |
2018-03-28 | gnu: elogind: Fix build with glibc-2.27....* gnu/packages/patches/elogind-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/freedesktop.scm (elogind)[source]: Add patch.
[arguments]: Replace the bootstrap phase with what was previously the
autogen phase.
| Mark H Weaver |
2018-03-27 | gnu: liba52: Use invoke....* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
bootstrap phase.
| Mark H Weaver |
2018-03-27 | gnu: aalib: Use invoke....* gnu/packages/video.scm (aalib)[arguments]: Use invoke in the custom
configure phase.
| Mark H Weaver |
2018-03-27 | gnu: aspell-dict-*: Use invoke....* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom
configure phase.
| Mark H Weaver |
2018-03-27 | gnu: Use invoke and return #t from all builders....* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm,
gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm,
gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm,
gnu/packages/commencement.scm, gnu/packages/dictionaries.scm,
gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm,
gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm,
gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm,
gnu/packages/javascript.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm,
gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm,
gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm,
gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages
using 'trivial-build-system', use invoke where appropriate, raise exceptions
on errors, and otherwise return #t.
| Mark H Weaver |
2018-03-27 | gnu: 0ad-data: Use invoke....* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
| Mark H Weaver |
2018-03-27 | gnu: vera: Use invoke....* gnu/packages/dictionaries.scm (vera)[arguments]: Use invoke and remove
vestigial plumbing in the builder.
| Mark H Weaver |
2018-03-27 | gnu: sicp: Use invoke....* gnu/packages/scheme.scm (sicp)[arguments]: Use invoke and remove vestigial
plumbing in the builder.
| Mark H Weaver |
2018-03-27 | gnu: icecat: Add fix for CVE-2018-5148....* gnu/packages/gnuzilla.scm (icecat)[source]: Add the fix for CVE-2018-5148
from the upstream mozilla-esr52 repository.
| Mark H Weaver |
2018-03-28 | gnu: curl: Use nghttp2's ‘lib’ output....This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813,
which was based on a monolithic nghttp2.
* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: mupdf: Fix CVE-2018-{6544,1000051}....* gnu/packages/patches/mupdf-CVE-2018-1000051.patch,
gnu/packages/patches/mupdf-CVE-2018-6544.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[source]: Use them.
| Leo Famulari |
2018-03-27 | gnu: emacs-org, emacs-org-contrib: Update to 9.1.9....* gnu/packages/emacs.scm (emacs-org):
(emacs-org-contrib): Update to 20180327, a.k.a. release 9.1.9.
| Nicolas Goaziou |
2018-03-27 | gnu: alpine: Update to 2.21.999....* gnu/packages/mail.scm (alpine): Update to 2.21.999.
[source]: Change to new upstream location.
[home-page]: Use new location.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| ng0 |
2018-03-27 | nss: Remove '%compat' from the defaults....* gnu/system/nss.scm (%compat): Add comment.
(<name-service-switch>)[group, password, shadow]: Remove %COMPAT from
the default value.
| Ludovic Courtès |
2018-03-27 | gnu: zstd: Update to 1.3.4....* gnu/packages/compression.scm (zstd): Update to 1.3.4.
| Tobias Geerinckx-Rice |