summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* gnu: hiawatha: Set sane run-time directory defaults.Tobias Geerinckx-Rice2018-10-04
| | | | | | * gnu/packages/web.scm (hiawatha)[arguments]: Set sane default directories. Replace the 'remove-empty-dirs' phase with a 'install-no-empty-directories' one.
* gnu: hiawatha: Support HTTP/2.Tobias Geerinckx-Rice2018-10-04
| | | | | | * gnu/packages/web.sck (hiawatha)[arguments]: USE_SYSTEM_NGHTTP2 to ENABLE_HTTP2. [inputs]: Add nghttp2:lib.
* gnu: hiawatha: Update to 10.8.3.Tobias Geerinckx-Rice2018-10-04
| | | | | | | * gnu/packages/web.scm (hiawatha): Update to 10.8.3. [source]: Also delete bundled copy of nghttp2. [inputs]: Use mbedtls-for-hiawatha instead of vanilla mbedtls-apache. * gnu/packages/tls.scm (mbedtls-for-hiawatha): New public variable.
* gnu: httpd: Update to 2.4.35.Tobias Geerinckx-Rice2018-09-28
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.35.
* gnu: perl-catalyst-runtime: Update to 5.90119.Tobias Geerinckx-Rice2018-09-27
| | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90119.
* gnu: varnish: Use absolute file name of "rm".Marius Bakke2018-09-26
| | | | | * gnu/packages/web.scm (varnish)[arguments]: Rename 'patch-bin-sh-phase to 'use-absolute-file-names and add substitution.
* gnu: tinyproxy: Update to 1.10.0.Tobias Geerinckx-Rice2018-09-10
| | | | | * gnu/packages/web.scm (tinyproxy): Update to 1.10.0. [native-inputs]: Remove asciidoc.
* gnu: hpcguix-web: Update to 53e09ea.Ludovic Courtès2018-09-10
| | | | * gnu/packages/web.scm (hpcguix-web): Update to 53e09ea.
* gnu: hpcguix-web: Update to 9ff40fc.Ludovic Courtès2018-09-06
| | | | | | * gnu/packages/web.scm (hpcguix-web): Update to 9ff40fc. [arguments]: In 'wrap-program' phase, add guile-gcrypt, guile-git, and guile-bytestructures to DEPS.
* gnu: r-httpuv: Update to 1.4.5.Ricardo Wurmus2018-09-05
| | | | | * gnu/packages/web.scm (r-httpuv): Update to 1.4.5. [native-inputs]: Add pkg-config.
* netsurf: Upgrade to 3.8.Eric Bavier2018-08-30
| | | | | | | * gnu/packages/patches/netsurf-message-timestamp.patch: New patch. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source. * gnu/packages/web.scm (netsurf): Upgrade to 3.8. [source]: Add the new patch.
* nsgenbind: Upgrade to 0.6.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (nsgenbind): Upgrade to 0.6.
* libnspsl: Upgrade to 0.1.3.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libnspsl): Upgrade to 0.1.3.
* libnsutils: Upgrade to 0.0.5.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libnsutils): Upgrade to 0.0.5.
* libnsgif: Upgrade to 0.2.1.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libnsgif): Upgrade to 0.2.1.
* libnsbmp: Upgrade to 0.1.5.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libnsbmp): Upgrade to 0.1.5.
* libsvgtiny: Upgrade to 0.1.7.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libsvgtiny): Upgrade to 0.1.7.
* libdom: Upgrade to 0.3.3.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libdom): Upgrade to 0.3.3.
* libcss: Upgrade to 0.8.0.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libcss): Upgrade to 0.8.0.
* libwapcaplet: Upgrade to 0.4.1.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libwapcaplet): Upgrade to 0.4.1.
* hubbub: Upgrade to 0.3.5.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (hubbub): Upgrade to 0.3.5.
* libparserutils: Upgrade to 0.2.4.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (libparserutils): Upgrade to 0.2.4.
* netsurf-buildsystem: Upgrade to 1.7.Eric Bavier2018-08-30
| | | | * gnu/packages/web.scm (netsurf-buildsystem): Upgrade to 1.7.
* gnu: Add r-miniui.pimi2018-08-23
| | | | | | gnu/packages/web.scm (r-miniui): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* Merge branch 'staging'Marius Bakke2018-08-19
|\
| * Merge branch 'master' into stagingMarius Bakke2018-08-16
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2018-07-28
| |\ \ \
| * | | | gnu: libpsl: Update to 0.20.2.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (libpsl): Update to 0.20.2.
* | | | | gnu: Add varnish-modules.Marius Bakke2018-08-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (varnish-modules): New public variable.
* | | | | gnu: Add varnish.Marius Bakke2018-08-18
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/web.scm (varnish): New variable.
* | | | gnu: perl-http-tiny: Update to 0.076.Tobias Geerinckx-Rice2018-08-15
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
* | | | gnu: perl-libwww: Update to 6.35.Tobias Geerinckx-Rice2018-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (perl-libwww): Update to 6.35. [native-inputs]: Add perl-test-fatal, perl-test-needs, and perl-test-requiresinternet. [propagated-inputs]: Add perl-try-tiny.
* | | | Migrate search.cpan.org home pages to metacpan.org.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The venerable search.cpan.org has retired[0]. [0]: https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html * guix/import/cpan.scm (cpan-home): Generate metacpan.org home page URIs. Update all previously generated ones in (gnu packages) to their canonical new homes.
* | | | gnu: Use static & unversioned CPAN home pages.Tobias Geerinckx-Rice2018-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constructing home pages to be version-specific is not something we really want or do elsewhere, and interferers with mass updates like the one I'm about to make. * gnu/packages/glib.scm (perl-net-dbus-glib)[home-page]: Use canonical home page. * gnu/packages/perl-check.scm (perl-test-nowarnings, perl-test-output) (perl-test-simple, perl-test-tester)[home-page]: Likewise. * gnu/packages/perl.scm (perl-benchmark-timer, perl-clone) (perl-digest-sha1, perl-file-which, perl-getopt-tabular, perl-io-string) (perl-ipc-run3, perl-probe-perl, perl-regexp-common, perl-sys-cpu) [home-page]: Likewise. * gnu/packages/tcl.scm (perl-tk)[home-page]: Likewise. * gnu/packages/tls.scm (perl-net-ssleay)[home-page]: Likewise. * gnu/packages/web.scm (perl-www-curl)[home-page]: Likewise. * gnu/packages/xml.scm (perl-xml-dom)[home-page]: Likewise. * gnu/packages/xorg.scm (perl-x11-protocol-other)[home-page]: Likewise.
* | | | gnu: perl-uri-template: Update to 0.23.Tobias Geerinckx-Rice2018-08-11
| |_|/ |/| | | | | | | | * gnu/packages/web.scm (perl-uri-template): Update to 0.23.
* | | gnu: uwsgi: Update to 2.0.17.1.Tobias Geerinckx-Rice2018-08-09
| | | | | | | | | | | | * gnu/packages/web.scm (uwsgi): Update to 2.0.17.1.
* | | gnu: stunnel: Update to 5.48 [security fix].Tobias Geerinckx-Rice2018-08-09
| |/ |/| | | | | | | | | | | | | | | No CVE. From the ChangeLog: “Security bugfixes: Fixed requesting client certificate when specified as a global option.” * gnu/packages/web.scm (stunnel): Update to 5.48.
* | gnu: java-tomcat: Strip timestampsBjörn Höfling2018-07-25
| | | | | | | | | | | | | | * gnu/package/web.scm (java-tomcat)[arguments]: Add phase 'strip timestamps. Makes build deterministic. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | gnu: java-tomcat: Remove bundled jars.Björn Höfling2018-07-25
| | | | | | | | | | | | * gnu/packages/web.scm (java-tomcat)[source]: Add snippet to remove bundled jars. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | gnu: java-tomcat: Update to 8.5.32.Björn Höfling2018-07-25
| | | | | | | | | | | | * gnu/packages/web.scm (java-tomcat): Update to 8.5.32. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | gnu: java: Use java-javaee-servletapi instead of java-tomcat.Björn Höfling2018-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm(java-eclipse-sisu-inject)[inputs]: Remove java-tomcat, add java-javaee-servletapi. (logback-core)[inputs]: Likewise. * gnu/packages/maven.scm (maven-wagon-provider-test)[inputs]: Likewise. * gnu/packages/web.scm (java-eclipse-jetty-webapp)[inputs]: Likewise. (java-eclipse-jetty-server)[inputs]: Likewise. (java-eclipse-jetty-http)[inputs]: Likewise. (java-eclipse-jetty-jmx)[inputs]: Likewise. (java-eclipse-jetty-io)[inputs]: Likewise. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* | gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].Leo Famulari2018-07-18
| | | | | | | | * gnu/packages/web.scm (httpd): Update to 2.4.34.
* | gnu: rapidjson: Remove non-free code.Marius Bakke2018-07-18
| | | | | | | | * gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
* | gnu: libyajl: Actually run test suite.Efraim Flashner2018-07-10
|/ | | | * gnu/packages/web.scm (libyajl)[arguments]: Patch shebang in test suite.
* gnu: ikiwiki: Include auto setup files in output.Paul Garlick2018-07-03
| | | | | | * gnu/packages/web.scm(ikiwiki)[arguments]: Add patch-Makefile phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: java-eclipse-jetty-security: Disable failing test.Gábor Boskovits2018-06-28
| | | | | * gnu/packages/web.scm (java-eclise-jetty-security): Disable failing test. * gnu/packages/web.scm (java-eclipse-jetty-security-9.2): Adjust accordingly.
* gnu: stunnel: Update to 5.47.Tobias Geerinckx-Rice2018-06-26
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.47. [native-inputs]: Add iproute, netcat, and procps. [arguments]: Add ‘patch-output-directories’ and ‘patch-tests’ phases.
* gnu: perl-cgi-simple: Update to 1.15.Tobias Geerinckx-Rice2018-06-22
| | | | | | * gnu/packages/web.scm (perl-cgi-simple): Update to 1.15. [source]: Update URI. [native-inputs]: Add perl-test-exception & perl-test-nowarnings.
* gnu: perl-catalyst-runtime: Remove left-over input.Tobias Geerinckx-Rice2018-06-22
| | | | | | | This is a follow-up to commit b544dde3e7a306c9050a031fe30c85a2ee4b9e15. * gnu/packages/web.scm (perl-catalyst-runtime)[native-inputs]: Remove perl-io-stringy.