summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-01-22gnu: libjpeg-turbo: Build with a minimal variant of CMake.Marius Bakke
This is necessary to avoid a circular dependency in the next commit. * gnu/packages/curl.scm (curl-minimal): New public variable. * gnu/packages/cmake.scm (cmake-minimal-bootstrap): New public variable. * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:cmake.
2020-01-22gnu: RHash: Download tarball from SourceForge instead of a git checkout.Marius Bakke
* gnu/packages/crypto.scm (rhash)[source]: Change to URL-FETCH.
2020-01-22gnu: curl: Remove unnecessary reference to the "doc" output.Marius Bakke
* gnu/packages/curl.scm (curl)[arguments]: Add #:disallowed-references. Add phase to prevent configure flags from being stored in the output.
2020-01-22gnu: curl: Remove unused input.Marius Bakke
Groff is only needed to build the PDF manual, which we currently do not. * gnu/packages/curl.scm (curl)[native-inputs]: Remove GROFF.
2020-01-22gnu: Add deprecation notice for 'sqlite-with-column-metadata'.Marius Bakke
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): New public variable.
2020-01-22gnu: Add deprecation notice for 'boost-with-python3'.Marius Bakke
* gnu/packages/boost.scm (boost-with-python3): New public variable.
2020-01-22gnu: cmake: Update to 3.16.3.Marius Bakke
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.16.3.
2020-01-22gnu: perl-type-tiny: Update to 1.008003.Marius Bakke
* gnu/packages/perl.scm (perl-type-tiny): Update to 1.008003.
2020-01-22gnu: perl-time-local: Update to 1.28.Marius Bakke
* gnu/packages/perl.scm (perl-time-local): Update to 1.28.
2020-01-22gnu: perl-timedate: Update to 2.31.Marius Bakke
* gnu/packages/perl.scm (perl-timedate): Update to 2.31. [source](uri): Adjust accordingly.
2020-01-22gnu: perl-cpanel-json-xs: Update to 4.18.Marius Bakke
* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.18.
2020-01-22gnu: guile-daemon: Update to 0.1.3.Alex Kost
* gnu/packages/guile-xyz.scm (guile-daemon): Update to 0.1.3.
2020-01-22gnu: emacs-company: Tiny fix in description.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company)[description]: Add a comma after "e.g." so Texinfo does not infer a full stop.
2020-01-22gnu: emacs-company: Update to 0.9.11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.11.
2020-01-22services: knot-resolver: Manage a root TA at /var/cache/knot-resolver.宋文武
* gnu/services/dns.scm (%kresd.conf): Add /var/cache/knot-resolver/root.keys as the root TA.
2020-01-22gnu: knot-resolver: Install but disable the default managed root TA.宋文武
* gnu/packages/dns.scm (knot-resolver)[arguments]: Enable 'managed_ta', so 'icann-ca.pem' get installed. Add 'disable-default-ta' phase.
2020-01-22gnu: argon2: Update to 20190702.Efraim Flashner
* gnu/packages/password-utils.scm (argon2): Update to 20190702. [arguments]: Adjust make-flags. Remove 'patch-Makefile phase.
2020-01-22gnu: argon2: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (argon2)[source]: Download using git-fetch.
2020-01-22gnu: pass-git-helper: Run test suite.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper)[arguments]: Adjust custom 'patch-pass-path phase. Use custom 'check phase.
2020-01-22gnu: pass-git-helper: Update to 1.1.0.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper): Update to 1.1.0. [arguments]: Update 'patch-pass-path phase. Add 'pre-check phase. [native-inputs]: Add python-pytest, python-pytest-mock.
2020-01-22gnu: pass-git-helper: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (pass-git-helper)[source]: Download using git-fetch.
2020-01-22gnu: pass-rotate: Update upstream location.Efraim Flashner
* gnu/packages/password-utils.scm (pass-rotate)[source]: Update to new source uri. [home-page]: Update to new home-page.
2020-01-22gnu: pass-rotate: Don't use unstable tarball.Efraim Flashner
* gnu/packages/password-utils.scm (pass-rotate)[source]: Download using git-fetch. Reflow section.
2020-01-22gnu: pulsemixer: Update to 1.5.0.Efraim Flashner
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.0.
2020-01-22gnu: pulsemixer: Don't use unstable tarball.Efraim Flashner
* gnu/packages/pulseaudio.scm (pulsemixer)[source]: Download using git-fetch.
2020-01-22gnu: ponymix: Don't use unstable tarball.Efraim Flashner
* gnu/packages/pulseaudio.scm (ponymix)[source]: Download using git-fetch.
2020-01-22gnu: Add libvnc.Hartmut Goebel
* gnu/packages/vnc.scm (libvnc): New variable. gnu/packages/patches/libvnc-CVE-2018-20750.patch, gnu/packages/patches/libvnc-CVE-2019-15681.patch: New files. * gnu/local.mk: Add them.
2020-01-22gnu: Rename module gnutls to tls.Hartmut Goebel
* gnu/packages/tigervnc.scm: Rename to... * gnu/packages/vnc.scm: ... this. Change module name accordingly. Sort used modules. * gnu-system.am (GNU_SYSTEM_MODULES): Rename tigervnc module to vnc.
2020-01-22gnu: ocaml-mmap: Use a source file-name.Efraim Flashner
* gnu/packages/ocaml.scm (ocaml-mmap)[source]: Add file-name field.
2020-01-22gnu: gnurl: Update to 7.67.0.Efraim Flashner
* gnu/packages/gnunet.scm (gnurl): Update to 7.67.0. [inputs]: Remove libidn, add libidn2. [native-inputs]: Remove groff, python2. Add python. [arguments]: Remove unused 'test-target' and 'parallel-tests' flags. Update configure-flags.
2020-01-22gnu: gegl: Update to 0.4.20.Tobias Geerinckx-Rice
* gnu/packages/gimp.scm (gegl): Update to 0.4.20.
2020-01-22gnu: babl: Update to 0.1.74.Tobias Geerinckx-Rice
* gnu/packages/gimp.scm (babl): Update to 0.1.74.
2020-01-22gnu: gtkwave: Update to 3.3.103.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.103.
2020-01-22gnu: gtkwave: Prefer mirror://sourceforge source URI.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (gtkwave)[source]: Add URI.
2020-01-22gnu: librepcb: Update to 0.1.3.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (librepcb): Update to 0.1.3.
2020-01-22gnu: font-public-sans: Update to 1.008.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-public-sans): Update to 1.008.
2020-01-22gnu: Go: Update to 1.12.15.Leo Famulari
* gnu/packages/golang.scm (go-1.12): Update to 1.12.15. [arguments]: Adjust the 'prebuild' phase.
2020-01-22gnu: Add ocaml4.07-findlib.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml4.07-findlib): New variable.
2020-01-22gnu: ocaml-lambda-term: Add missing dependencies.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add ocaml-lwt-react. [inputs]: Add libev.
2020-01-22nu: Add ocaml-lwt-react.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-lwt-react): New variable.
2020-01-21gnu: orbit2: Disable parallel tests.Marius Bakke
* gnu/packages/gnome.scm (orbit2)[arguments]: Add #:parallel-tests?.
2020-01-21gnu: make: Update to 4.3.Marius Bakke
* gnu/packages/patches/make-impure-dirs.patch: Adjust for renamed files. * gnu/packages/patches/make-glibc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (gnu-make): Update to 4.3. [source](uri): Change to ".gz" tarball. [source](patches): Remove obsolete. [arguments]: Remove #:configure-flags. Adjust for renamed files. [inputs]: Change from GUILE-2.0 to GUILE-3.0. * gnu/packages/commencement.scm (gnu-make-boot0)[arguments]: Add #:configure-flags.
2020-01-21gnu: ghostscript: Fix CVE-2019-14869.Marius Bakke
* gnu/packages/patches/ghostscript-CVE-2019-14869.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
2020-01-21gnu: xorg-server-for-tests: Update to 1.20.7.Marius Bakke
* gnu/packages/xorg.scm (xorg-server-for-tests): Inherit all of XORG-SERVER.
2020-01-21gnu: tzdata-for-tests: Update to 2019c.Marius Bakke
* gnu/packages/base.scm (tzdata-for-tests): Inherit all of TZDATA.
2020-01-21gnu: guile@3.0: Do not inherit all patches from guile@2.2.Marius Bakke
* gnu/packages/guile.scm (guile-3.0)[source](patches): New field.
2020-01-21gnu: gmp: Update to 6.2.0.Marius Bakke
* gnu/packages/multiprecision.scm (gmp): Update to 6.2.0.
2020-01-21gnu: libcap: Enable tests.Marius Bakke
* gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?. Add #:test-target.
2020-01-21gnu: libcap: Update to 2.31.Marius Bakke
* gnu/packages/linux.scm (libcap): Update to 2.31. [inputs]: Remove ATTR.
2020-01-21gnu: Remove texinfo@6.6Marius Bakke
* gnu/packages/texinfo.scm (texinfo): Update to 6.7. (texinfo-6.7): Remove variable.