summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-05
|\|
| * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-26
|\|
| * 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.
* | Merge branch 'master' into core-updatesLeo Famulari2018-09-13
|\|
| * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\|
| * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-03
|\|
| * 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.
* | Merge branch 'staging' into core-updatesMarius Bakke2018-08-25
|\|
| * 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
| | |\
| * | | 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.
* | | Merge branch 'staging' into core-updatesRicardo Wurmus2018-08-13
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\|
| | * 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.
| * | 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.
* | | Merge branch 'master' into core-updatesLudovic Courtès2018-07-26
|\ \ \ | | |/ | |/|
| * | 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>