summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* Merge branch 'staging' into core-updatesMarius Bakke2019-05-25
|\
| * Merge branch 'master' into stagingMarius Bakke2019-05-24
| |\
| | * gnu: Move Sphinx and friends to (gnu packages sphinx).Marius Bakke2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport, python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx, python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme, python2-sphinx-rtd-theme, python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed, python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput, python-sphinx-repoze-interface, python2-sphinx-repoze-interface, python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme, python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme, python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ... (gnu): * gnu/packages/sphinx.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/cluster.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm, gnu/packages/search.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
| | * gnu: nghttp2: Fix typo "compatibility".Vagrant Cascadian2019-05-22
| | | | | | | | | | | | * gnu/packages/web (nghttp2)[description]: Fix typo.
| | * gnu: python-internetarchive: Fix typo "programmatic".Vagrant Cascadian2019-05-22
| | | | | | | | | | | | * gnu/packages/web (python-internetarchive)[description]: Fix typo.
| | * gnu: java-eclipse-jetty-test-helper: Fix typo "This package".Vagrant Cascadian2019-05-22
| | | | | | | | | | | | * gnu/packages/web (java-eclipse-jetty-test-helper)[description]: Fix typo.
| | * gnu: nginx: Update to 1.17.0.Marius Bakke2019-05-22
| | | | | | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.17.0.
| | * gnu: stunnel: Update to 5.54.Tobias Geerinckx-Rice2019-05-20
| | | | | | | | | | | | * gnu/packages/web.scm (stunnel): Update to 5.54.
| | * gnu: jq: Update sources.Tobias Geerinckx-Rice2019-05-17
| | | | | | | | | | | | | | | * gnu/packages/web.scm (jq)[source]: Update sha256. Add snippet to remove newly-bundled onigurama.
| | * gnu: Remove python2-httpretty.Marius Bakke2019-05-15
| | | | | | | | | | | | | | | | | | | | | | | | This package is severely out of date compared to its Python 3 counterpart and difficult to upgrade. Since it has no dependents in Guix and Python 2 is officially deprecated by the end of this year, just remove it. * gnu/packages/web.scm (python2-httpretty): Remove variable.
| | * Correct email and license info for Brendan Tildesley.Brendan Tildesley2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm: Correct email and license info. * gnu/packages/ebook.scm: Correct email and license info. * gnu/packages/fonts.scm: Correct email and license info. * gnu/packages/freedesktop.scm: Correct email and license info. * gnu/packages/gnome.scm: Correct email and license info. * gnu/packages/linux.scm: Correct email and license info. * gnu/packages/lxde.scm: Correct email and license info. * gnu/packages/python-web.scm: Correct email and license info. * gnu/packages/python-xyz.scm: Correct email and license info. * gnu/packages/python.scm: Correct email and license info. * gnu/packages/video.scm: Correct email and license info. * gnu/packages/web.scm: Correct email and license info. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * | gnu: libpsl: Update to 0.21.0.Marius Bakke2019-05-04
| |/ | | | | | | * gnu/packages/web.scm (libpsl): Update to 0.21.0.
| * gnu: web: Change 'l:' prefix to 'license:'.Brendan Tildesley2019-05-03
| | | | | | | | | | | | * gnu/packages/web.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Andreas Enge <andreas@enge.fr>
* | gnu: nghttp2: Update to 1.38.0.Marius Bakke2019-05-04
| | | | | | | | * gnu/packages/web.scm (nghttp2): Update to 1.38.0.
* | Merge branch 'master' into core-updatesMarius Bakke2019-05-01
|\|
| * gnu: linkchecker: Shorten patch file name.Ludovic Courtès2019-04-19
| | | | | | | | | | | | | | | | | | | | This file name was too long for 'tar', as reported by 'guix lint'. * gnu/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch: Rename to... * gnu/packages/patches/linkchecker-tests-require-network.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/web.scm (linkchecker)[source]: Likewise.
| * gnu: http-parser: Update to 2.9.2.Marius Bakke2019-04-16
| | | | | | | | | | * gnu/packages/web.scm (http-parser): Update to 2.9.2. [source](snippet): Remove.
| * gnu: nginx: Update to 1.15.12.Marius Bakke2019-04-16
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.15.12.
| * gnu: http-parser: Fix build on i686-linux.Ludovic Courtès2019-04-16
| | | | | | | | | | | | | | | | | | Fixes a regression introduced in c11fcc6aa27db5f68aed807a6190143f4a156564, whereby 'http-parser' would fail to build on i686. * gnu/packages/web.scm (http-parser)[source](modules, snippet): New fields.
| * gnu: http-parser: Update to 2.9.1.Tobias Geerinckx-Rice2019-04-16
| | | | | | | | * gnu/packages/web.scm (http-parser): Update to 2.9.1.
| * gnu: Add perl-http-tinyish.Christopher Baines2019-04-14
| | | | | | | | * gnu/packages/web.scm (perl-http-tinyish): New variable.
| * gnu: httrack: Correct licence prefix.Tobias Geerinckx-Rice2019-04-11
| | | | | | | | | | | | This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762. * gnu/packages/web.scm (httrack)[license]: Use the right prefix.
| * gnu: Add httrack.Nicolas Goaziou2019-04-11
| | | | | | | | * gnu/packages/web.scm (httrack): New variable.
| * gnu: Add python-httpretty.Tobias Geerinckx-Rice2019-04-11
| | | | | | | | * gnu/packages/web.scm (python-httpretty): New public variable.
| * gnu: surfraw: Update to 2.3.0.Tobias Geerinckx-Rice2019-04-11
| | | | | | | | * gnu/packages/web.scm (surfraw): Update to 2.3.0.
| * gnu: stunnel: Update to 5.53.Tobias Geerinckx-Rice2019-04-11
| | | | | | | | * gnu/packages/web.scm (stunnel): Update to 5.53.
| * gnu: Add perl-plack-middleware-deflater.宋文武2019-04-10
| | | | | | | | * gnu/packages/web.scm (perl-plack-middleware-deflater): New variable.
| * gnu: nginx: Update to 1.15.11.Marius Bakke2019-04-09
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.15.11.
| * gnu: Move nss & co. to nss.scm.Ludovic Courtès2019-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr, nss): Move to... * gnu/packages/nss.scm: ... here. New file. * gnu/packages/chromium.scm, gnu/packages/disk.scm, gnu/packages/freedesktop.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/java.scm, gnu/packages/libreoffice.scm, gnu/packages/linux.scm, gnu/packages/mate.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/polkit.scm, gnu/packages/qt.scm, gnu/packages/sssd.scm, gnu/packages/storage.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
| * gnu: httpd: Update to 2.4.39 [security fixes].Marius Bakke2019-04-04
| | | | | | | | | | | | | | | | This release fixes CVE-2019-0196, CVE-2019-0197, CVE-2019-0211, CVE-2019-0215, CVE-2019-0217, and CVE-2019-0220. See <https://httpd.apache.org/security/vulnerabilities_24.html> for more information. * gnu/packages/web.scm (httpd): Update to 2.4.39.
| * gnu: Fix descriptions to not use quotes.Efraim Flashner2019-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-minimal, mingetty, di), * gnu/packages/audio.scm (fil-plugins), * gnu/packages/base.scm (make-ld-wrapper, make-glibc-locales), * gnu/packages/bioinformatics.scm (r-samtools), * gnu/packages/chez.scm (chez-mit), * gnu/packages/commencement.scm (make-gcc-toolchain), * gnu/packages/compression.scm (fastjar), * gnu/packages/cran.scm (r-maps, r-rcpp), * gnu/packages/databases.scm (sparql-query), * gnu/packages/dunst.scm (dunst), * gnu/packages/ftp.scm (ncftp), * gnu/packages/gl.scm (freeglut), * gnu/packages/haskell-check.scm (ghc-tasty-golden), * gnu/packages/haskell.scm (ghc-case-insensitive, ghc-text, ghc-haskell-src, ghc-syb, ghc-deepseq-generics, ghc-network-uri, ghc-rerebase, ghc-zlib), * gnu/packages/image.scm (jbig2dec), * gnu/packages/kde-frameworks.scm (kinit, karchive), * gnu/packages/linux.scm (wireless-tools, perf, module-init-tools, kbd), * gnu/packages/lirc.scm (lirc), * gnu/packages/lisp.scm (uglify-js), * gnu/packages/mate.scm (mate-netbook), * gnu/packages/microcom.scm (microcom), * gnu/packages/music.scm (bristol), * gnu/packages/networking.scm (perl-geo-ip), * gnu/packages/patchutils.scm (patches), * gnu/packages/perl-check.scm (perl-test-more-utf8), * gnu/packages/perl.scm (perl-log-report-optional, perl-file-which, perl-io-tty, perl-log-any, perl-digest-sha1, perl-class-load, perl-regexp-common, perl-module-pluggable, perl-class-modifier), * gnu/packages/python-xyz.scm (python-backports-abc, python-natsort), * gnu/packages/samba.scm (iniparser), * gnu/packages/search.scm (mlocate), * gnu/packages/spice.scm (spice), * gnu/packages/statistics.scm (r-dt, r-lubridate, r-estimability, r-commonmark, r-digest, r-viridislite, r-stringr), * gnu/packages/tex.scm (texlive-latex-changebar), * gnu/packages/version-control.scm (subversion), * gnu/packages/w3m.scm (w3m), * gnu/packages/web.scm (perl-http-parser, perl-plack-middleware-reverseproxy), * gnu/packages/xorg.scm (xkeyboard-config, mkfontdir, xcursor-theme, mkfontscale, xinit, font-alias)[description]: Use @code instead of quotes.
| * gnu: hpcguix-web: Fix indentation.Ricardo Wurmus2019-03-27
| | | | | | | | * gnu/packages/web.scm (hpcguix-web): Fix indentation.
| * gnu: perl-plack-test-externalserver: Update source URL.Tobias Geerinckx-Rice2019-03-25
| | | | | | | | | | * gnu/packages/web.scm (perl-plack-test-externalserver)[source]: Update URL.
* | Merge branch 'staging' into core-updatesMarius Bakke2019-03-23
|\|
| * gnu: perl-libwww: Update source uri.Efraim Flashner2019-03-23
| | | | | | | | | | | | This is a follow-up to e4a69686abb3727ac41b7510fc5c4ce900083d62. * gnu/packages/web.scm (perl-libwww)[source]: Update to new upstream uri.
| * gnu: perl-plack-test-externalserver: Update to 0.02.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
| * gnu: perl-finance-quote: Update to 1.47.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-finance-quote): Update to 1.47.
| * gnu: perl-plack-middleware-removeredundantbody: Update to 0.07.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.07.
| * gnu: perl-test-www-mechanize: Update to 1.52.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.52.
| * gnu: perl-plack-middleware-reverseproxy: Update to 0.16.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-plack-middleware-reverseproxy): Update to 0.16.
| * gnu: perl-test-tcp: Update to 2.19.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-test-tcp): Update to 2.19.
| * gnu: perl-cgi-simple: Update to 1.21.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-cgi-simple): Update to 1.21.
| * gnu: perl-www-mechanize: Update to 1.91.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-www-mechanize): Update to 1.91.
| * gnu: perl-html-lint: Update to 2.32.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-html-lint): Update to 2.32.
| * gnu: perl-libwww: Update to 6.37.Tobias Geerinckx-Rice2019-03-23
| | | | | | | | * gnu/packages/web.scm (perl-libwww): Update to 6.37.
| * gnu: varnish: Update to 6.2.0.Marius Bakke2019-03-21
| | | | | | | | | | * gnu/packages/web.scm (varnish): Update to 6.2.0. [arguments]: Remove obsolete configure flag. Add substitution for /bin/rm.
| * gnu: perl-plack-middleware-methodoverride: Update to 0.20.Tobias Geerinckx-Rice2019-03-20
| | | | | | | | * gnu/packages/web.scm (perl-plack-middleware-methodoverride): Update to 0.20.
| * gnu: perl-uri-template: Update to 0.24.Tobias Geerinckx-Rice2019-03-20
| | | | | | | | * gnu/packages/web.scm (perl-uri-template): Update to 0.24.
| * gnu: perl-catalyst-plugin-session: Update to 0.41.Tobias Geerinckx-Rice2019-03-19
| | | | | | | | * gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.41.
| * gnu: perl-catalyst-action-rest: Update to 1.21.Tobias Geerinckx-Rice2019-03-19
| | | | | | | | * gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.21.