summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-23gnu: mes: Update to 0.22....* gnu/packages/mes.scm (mes): Update to 0.22. Remove store name patch. Add MES_PREFIX to native-search-paths. * gnu/packages/patches/mes-remove-store-name.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/mes.scm (mes-rb5): Depend on gzip instead of xz; this enables unpacking the now unpatched mes source. Update to check bin/mes-mescc-0.21. Jan Nieuwenhuizen
2020-01-23gnu: libnslog: Use check@0.12....Tests fail with check@0.13 due to implementation changes. * gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'. Eric Bavier
2020-01-22gnu: perl-term-readline-gnu: Fix library initialization....* gnu/packages/perl.scm (perl-term-readline-gnu)[arguments]: Patch library search directories into Makefile.PL so that the resulting Gnu.so library contains expected DT_NEEDED entries for libreadline and libncurses. Eric Bavier
2020-01-23gnu: bind: Update to 9.14.10....* gnu/packages/dns.scm (bind): Update to 9.14.10. Tobias Geerinckx-Rice
2020-01-23gnu: gnome: Add missing inputs....* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-color-manager, gnome-initial-setup, gnome-user-share, rygel, sushi, gnome-weather. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Raghav Gururajan
2020-01-23gnu: ocaml4.07-findlib: Fix building with ocaml 4.07....* gnu/packages/ocaml.scm (ocaml4.07-findlib): rename inputs to native-inputs. Julien Lepiller
2020-01-23gnu: gparted: Update to 1.1.0....* gnu/packages/disk.scm (gparted): Update to 1.1.0. Tobias Geerinckx-Rice
2020-01-23gnu: libmemcached: Fix build....* gnu/packages/databases.scm (libmemcached)[source]: Add patch. * gnu/packages/patches/libmemcached-build-with-gcc7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice
2020-01-23gnu: memcached: Update to 1.5.20....* gnu/packages/databases.scm (memcached): Update to 1.5.20. Tobias Geerinckx-Rice
2020-01-23gnu: keyutils: Update to 1.6.1....* gnu/packages/crypto.scm (keyutils): Update to 1.6.1. Tobias Geerinckx-Rice
2020-01-23gnu: burp: Update to 2.3.20....* gnu/packages/backup.scm (burp): Update to 2.3.20. Tobias Geerinckx-Rice
2020-01-23gnu: alpine: Remove pre-built binaries from source....* gnu/packages/mail.scm (alpine)[source]: Add a snippet to hunt down and destroy pre-compiled objects. Tobias Geerinckx-Rice
2020-01-23gnu: bochs: Update to 2.6.11....* gnu/packages/virtualization.scm (bochs): Update to 2.6.11. Tobias Geerinckx-Rice
2020-01-23gnu: font-adobe-source-serif-pro: Don't use unstable tarball....* gnu/packages/fonts.scm (font-adobe-source-serif-pro)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2020-01-23gnu: font-adobe-source-sans-pro: Don't use unstable tarball....* gnu/packages/fonts.scm (font-adobe-source-sans-pro)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2020-01-23gnu: font-adobe-source-code-pro: Don't use unstable tarball....* gnu/packages/fonts.scm (font-adobe-source-code-pro)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2020-01-22gnu: perl-type-tiny: Update to 1.008003....* gnu/packages/perl.scm (perl-type-tiny): Update to 1.008003. Marius Bakke
2020-01-22gnu: perl-time-local: Update to 1.28....* gnu/packages/perl.scm (perl-time-local): Update to 1.28. Marius Bakke
2020-01-22gnu: perl-timedate: Update to 2.31....* gnu/packages/perl.scm (perl-timedate): Update to 2.31. [source](uri): Adjust accordingly. Marius Bakke
2020-01-22gnu: perl-cpanel-json-xs: Update to 4.18....* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.18. Marius Bakke
2020-01-22gnu: guile-daemon: Update to 0.1.3....* gnu/packages/guile-xyz.scm (guile-daemon): Update to 0.1.3. Alex Kost
2020-01-22gnu: emacs-company: Tiny fix in description....* gnu/packages/emacs-xyz.scm (emacs-company)[description]: Add a comma after "e.g." so Texinfo does not infer a full stop. Nicolas Goaziou
2020-01-22gnu: emacs-company: Update to 0.9.11....* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.11. Nicolas Goaziou
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....* gnu/packages/password-utils.scm (argon2): Update to 20190702. [arguments]: Adjust make-flags. Remove 'patch-Makefile phase. Efraim Flashner
2020-01-22gnu: argon2: Don't use unstable tarball....* gnu/packages/password-utils.scm (argon2)[source]: Download using git-fetch. Efraim Flashner
2020-01-22gnu: pass-git-helper: Run test suite....* gnu/packages/password-utils.scm (pass-git-helper)[arguments]: Adjust custom 'patch-pass-path phase. Use custom 'check phase. Efraim Flashner
2020-01-22gnu: pass-git-helper: Update to 1.1.0....* 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. Efraim Flashner
2020-01-22gnu: pass-git-helper: Don't use unstable tarball....* gnu/packages/password-utils.scm (pass-git-helper)[source]: Download using git-fetch. Efraim Flashner
2020-01-22gnu: pass-rotate: Update upstream location....* gnu/packages/password-utils.scm (pass-rotate)[source]: Update to new source uri. [home-page]: Update to new home-page. Efraim Flashner
2020-01-22gnu: pass-rotate: Don't use unstable tarball....* gnu/packages/password-utils.scm (pass-rotate)[source]: Download using git-fetch. Reflow section. Efraim Flashner
2020-01-22gnu: pulsemixer: Update to 1.5.0....* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.0. Efraim Flashner
2020-01-22gnu: pulsemixer: Don't use unstable tarball....* gnu/packages/pulseaudio.scm (pulsemixer)[source]: Download using git-fetch. Efraim Flashner
2020-01-22gnu: ponymix: Don't use unstable tarball....* gnu/packages/pulseaudio.scm (ponymix)[source]: Download using git-fetch. Efraim Flashner
2020-01-22gnu: Add libvnc....* 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. Hartmut Goebel
2020-01-22gnu: Rename module gnutls to tls....* 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. Hartmut Goebel
2020-01-22gnu: ocaml-mmap: Use a source file-name....* gnu/packages/ocaml.scm (ocaml-mmap)[source]: Add file-name field. Efraim Flashner
2020-01-22gnu: gnurl: Update to 7.67.0....* 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. Efraim Flashner
2020-01-22gnu: gegl: Update to 0.4.20....* gnu/packages/gimp.scm (gegl): Update to 0.4.20. Tobias Geerinckx-Rice
2020-01-22gnu: babl: Update to 0.1.74....* gnu/packages/gimp.scm (babl): Update to 0.1.74. Tobias Geerinckx-Rice
2020-01-22gnu: gtkwave: Update to 3.3.103....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.103. Tobias Geerinckx-Rice
2020-01-22gnu: gtkwave: Prefer mirror://sourceforge source URI....* gnu/packages/fpga.scm (gtkwave)[source]: Add URI. Tobias Geerinckx-Rice
2020-01-22gnu: librepcb: Update to 0.1.3....* gnu/packages/engineering.scm (librepcb): Update to 0.1.3. Tobias Geerinckx-Rice
2020-01-22gnu: font-public-sans: Update to 1.008....* gnu/packages/fonts.scm (font-public-sans): Update to 1.008. Tobias Geerinckx-Rice
2020-01-22gnu: Go: Update to 1.12.15....* gnu/packages/golang.scm (go-1.12): Update to 1.12.15. [arguments]: Adjust the 'prebuild' phase. Leo Famulari
2020-01-22gnu: Add ocaml4.07-findlib....* gnu/packages/ocaml.scm (ocaml4.07-findlib): New variable. Julien Lepiller
2020-01-22guix: ocaml: Reuse package-with-ocaml4.01 with ocaml-4.07....* guix/build-system/guix.scm (package-with-ocaml4.01) (strip-ocaml4.01-variant): Rename to... (package-with-ocaml4.07, strip-ocaml4.07-variant): ... this and rename internal implementation. Julien Lepiller
2020-01-22gnu: ocaml-lambda-term: Add missing dependencies....* gnu/packages/ocaml.scm (ocaml-lambda-term)[propagated-inputs]: Add ocaml-lwt-react. [inputs]: Add libev. Julien Lepiller
2020-01-22nu: Add ocaml-lwt-react....* gnu/packages/ocaml.scm (ocaml-lwt-react): New variable. Julien Lepiller