summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-21gnu: python-django: Use HTTPS home page....* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: python2-s3cmd: Use HTTPS home page....* gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: rsync: Use system zlib and popt libraries....Reduce our likelihood of contracting security bugs at the expense of compression ratio (in some cases) and compatibility with rsync≤3.1.1. rsync@3.1.2 was released in 2014. Time to upgrade your CentOS box. * gnu/packages/rsync.scm (rsync)[inputs]: Add popt and zlib. [arguments]: Use them. Tobias Geerinckx-Rice
2020-03-21gnu: perl-archive-zip: Update to 1.68....* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.68. Tobias Geerinckx-Rice
2020-03-21gnu: guile3.0-syntax-highlight: Use HTTPS home page....* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: guile-rsvg: Use HTTPS home page....* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: hdf-eos2: Use HTTPS home page....* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: ruby-omniauth: Update to 1.9.1....* gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1. Tobias Geerinckx-Rice
2020-03-21gnu: Use ‘license:’ prefix in (gnu packages libreoffice)....* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix and adjust all callers. Tobias Geerinckx-Rice
2020-03-21gnu: r-maptools: Use HTTPS home page....* gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: ocaml-sedlex: Use HTTPS home page....* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: ocaml-tsdl: Update to 0.9.7....* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7. [native-inputs]: Remove ocaml-ocb-stubblr. [inputs]: Remove ocaml-result. Tobias Geerinckx-Rice
2020-03-21gnu: ocaml-tsdl: Use HTTPS home page....* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: sbcl-parse-number: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: sbcl-parse-js: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: sbcl-cl+ssl: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: cl-jonathan: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-21gnu: python-botocore: Update to 1.15.26....To keep compatability with awscli. * gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26. Christopher Baines
2020-03-20packages: 'package-field-location' preserves the original file name....Fixes <https://bugs.gnu.org/39425>. Reported by Alex ter Weele <alex.ter.weele@gmail.com>. * guix/packages.scm (package-field-location): Remove 'with-fluids' for '%file-port-name-canonicalization'. Change the 'file' field of the resulting location to FILE. Ludovic Courtès
2020-03-20gnu: guix: Install SysV init files to $(prefix)/etc....Fixes <https://bugs.gnu.org/40153>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. This is a followup to 73fbe04107d38f4561636c74d28d7a4935cbb1ef. * gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap' phase, change "sysvinitservicedir" in 'nix/local.mk'. Ludovic Courtès
2020-03-20gnu: VLC: Improve AV1 playback....* gnu/packages/video.scm (inputs): Add dav1d. Leo Famulari
2020-03-20gnu: FFmpeg: Prefer dav1d over libaom....* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (ffmpeg)[source]: Use it. Leo Famulari
2020-03-20gnu: python2-faker: Add explicit dependency on six....This is a follow-up to commit a6a7336964da06abba9dd40ce8d7496c9c711177. * gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add PYTHON2-SIX. Marius Bakke
2020-03-20gnu: python-orator: Update to 0.9.9....* gnu/packages/databases.scm (python-orator): Update to 0.9.9. [arguments]: Remove #:phases. Add #:tests?. [native-inputs]: Remove. [propagated-inputs]: Add PYTHON-PYYAML. Marius Bakke
2020-03-20gnu: Update python-faker to to 4.0.2, python2-faker to 3.0.1....* gnu/packages/patches/python-faker-fix-build-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-faker): Update to 4.0.2. [source](patches, modules, snippet): Remove. [arguments]: Adjust check phase. [native-inputs]: Remove PYTHON-EMAIL-VALIDATOR and PYTHON-MOCK. Add PYTHON-FREEZEGUN, PYTHON-PYTEST, PYTHON-RANDOM2, and PYTHON-VALIDATORS. [propagated-inputs]: Remove PYTHON-SIX. Add PYTHON-TEXT-UNIDECODE. (python2-faker): Update to 3.0.1. [native-inputs]: Add PYTHON2-MOCK. Marius Bakke
2020-03-20gnu: Add python-random2....* gnu/packages/python-xyz.scm (python-random2, python2-random2): New public variables. Marius Bakke
2020-03-20gnu: Add python-validators....* gnu/packages/python-xyz.scm (python-validators, python2-validators): New public variables. Marius Bakke
2020-03-20gnu: Add python-text-unidecode....* gnu/packages/python-xyz.scm (python-text-unidecode, python2-text-unidecode): New public variables. Marius Bakke
2020-03-20gnu: python-pendulum: Update to 2.1.0....* gnu/packages/time.scm (python-pendulum): Update to 2.1.0. [native-inputs]: Remove. [arguments]: New field. [propagated-inputs]: Remove PYTHON-TZLOCAL. Marius Bakke
2020-03-20gnu: python-pytzdata: Update to 2019.3....* gnu/packages/time.scm (python-pytzdata): Update to 2019.3. [native-inputs]: Remove. [arguments]: New field. [propagated-inputs]: Add PYTHON-CLEO. Marius Bakke
2020-03-20gnu: python-clikit: Declare Python 2 variant....* gnu/packages/python-xyz.scm (python-clikit)[properties]: New field. (python2-clikit): New public variable. Marius Bakke
2020-03-20gnu: ansible: Update to 2.9.6....* gnu/packages/admin.scm (ansible): Update to 2.9.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Vincent Legoll
2020-03-20gnu: Add squid....* gnu/packages/networking.scm (squid): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Vincent Legoll
2020-03-20gnu: emacs-projectile: Update to 2.1.0....* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Michael Rohleder
2020-03-20gnu: make-libiberty: Use install-file....* gnu/packages/gcc.scm(make-libiberty): In phase install use install-file helper function to install file. guy fleury iteriteka
2020-03-20gnu: Add blktrace....* gnu/packages/linux.scm (blktrace): New variable. * gnu/packages/patches/blktrace-use-rmtree.patch: Add file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Vincent Legoll
2020-03-20gnu: Add wev....* gnu/packages/freedesktop.scm (wev): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2020-03-20gnu: add premake5....* gnu/packages/build-tools.scm (premake5): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Leo Prikler
2020-03-20gnu: gsettings-desktop-schemas: patch monospace font....* gnu/packages/gnome.scm (gsettings-desktop-schemas)[arguments]<phases>: Rename `set-adwaita-theme-file-name' to the more generic `patch-schemas'. Add patch for the monospace font (Source Code Pro 10 -> Monospace 11). Adjust comments. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Leo Prikler
2020-03-20gnu: libiberty: Do not inherit properties from GCC....* gnu/packages/gcc.scm (make-libiberty)[properties]: New field. Marius Bakke
2020-03-20gnu: osm2pgsql: Update to 1.2.1....* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.1. [inputs]: Add bzip2 and replace proj.4 by proj. [native-inputs]: Replace python-2 by python and python2-psycopg2 by python-psycopg2. Guillaume Le Vaillant
2020-03-20gnu: libosmium: Update to 2.15.4....* gnu/packages/geo.scm (libosmium): Update to 2.15.4. [inputs]: Add bzip2 and utfcpp. Guillaume Le Vaillant
2020-03-20gnu: emacs-company: Update to 0.9.12....* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12. Nicolas Goaziou
2020-03-20gnu: nginx-accept-language-module: Simplify decompression phase....See <https://lists.gnu.org/archive/html/guix-patches/2020-03/msg00652.html> where a similar change was found to be sufficient. * gnu/packages/web.scm (nginx-accept-language-module)[arguments]: In 'unpack-nginx-sources' phase, extract the compressed tarball using tar's auto-decompression instead of decompressing manually. Florian Pelz
2020-03-20gnu: Add v86d....* gnu/packages/xorg.scm (v86d): New variable. Florian Pelz
2020-03-20gnu: emacs-company: Use HTTPS home page....* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-20gnu: emacs-mit-scheme-doc: Use HTTPS home page....* gnu/packages/emacs-xyz.scm (emacs-mit-scheme-doc)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-20gnu: emacs-ebib: Use HTTPS home page....* gnu/packages/emacs-xyz.scm (emacs-ebib)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-20gnu: java-modello-plugins-xpp3: Use HTTPS home page....* gnu/packages/java.scm (java-modello-plugins-xpp3)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-20gnu: java-aqute-bnd-annotation: Use HTTPS home page....* gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS. Tobias Geerinckx-Rice