aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Expand)AuthorAge
* Merge branch 'master' into stagingMarius Bakke2019-10-23
|\
| * gnu: guix-data-service: Enable build time tests.•••Previously the tests were not run, as PostgreSQL wasn't running at build time. Now there's a new target, check-with-tmp-database that uses ephemeralpg to run the tests without relying on an externally managed PostgreSQL service. * gnu/packages/web.scm (guix-data-service)[arguments]: Remove #:tests? #f, and set #:test-target to "check-with-tmp-database". [native-inputs]: Add ephemeralpg. Christopher Baines2019-10-22
| * gnu: perl-cgi-simple: Update to 1.22.•••* gnu/packages/web.scm (perl-cgi-simple): Update to 1.22. Tobias Geerinckx-Rice2019-10-22
* | Merge branch 'master' into stagingMarius Bakke2019-10-21
|\|
| * gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-4.5e2bc7c. Christopher Baines2019-10-18
* | Merge branch 'master' into stagingMarius Bakke2019-10-18
|\|
| * gnu: starman: Update to 0.4015.•••* gnu/packages/web.scm (starman): Update to 0.4015. Tobias Geerinckx-Rice2019-10-14
* | Merge branch 'master' into stagingMarius Bakke2019-10-13
|\|
| * gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].•••* gnu/packages/web.scm (nghttp2-1.39.2): New variable. (nghttp2)[replacement]: New field. Marius Bakke2019-10-13
| * gnu: fcgiwrap: Fix build with newer GCCs.•••* gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase. Tobias Geerinckx-Rice2019-10-09
* | gnu: java-tomcat: Update to 8.5.46.•••* gnu/packages/web.scm (java-tomcat): Update to 8.5.46. Björn Höfling2019-10-13
* | gnu: java-tomcat: Build the full Tomcat package.•••Currently java-tomcat uses the "package" build-target. In that way, it is built like a library, with only the jar files. This commit will change the build-target to "deploy" in order to build the full tomcat package. * gnu/packages/web.scm (java-tomcat)[source]: Remove bat-files in snippet. [inputs]: Remove java-eclipse-jdt-core, add java-commons-daemon, java-ecj. [native-inputs]: Remove. [arguments]: Use "deploy" build-target, add phases 'modify-deploy, 'symlink-commons-daemon, 'symlink-java-ecj, change 'install phase. Björn Höfling2019-10-13
* | gnu: Remove dependencies on java-tomcat, use servlet API instead.•••These packages are using java-tomcat as a dependency where they actually only need a servlet API. * gnu/packages/maven.scm (maven-wagon-tck-http)[inputs]: Remove java-tomcat, add java-javaee-servletapi. (maven-wagon-http)[native-inputs]: Same here. * gnu/packages/web.scm (java-eclipse-jetty-util)[inputs]: Same here. (java-eclipse-jetty-http-test-classes)[inputs]: Same here. (java-eclipse-jetty-security)[inputs]: Same here. (java-eclipse-jetty-servlet)[inputs]: Same here. (java-eclipse-jetty-webapp-9.2)[inputs]: Same here. Björn Höfling2019-10-13
|/
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: perl-test-tcp: Update to 2.21.•••* gnu/packages/web.scm (perl-test-tcp): Update to 2.21. Tobias Geerinckx-Rice2019-10-06
| * gnu: perl-html-form: Update to 6.05.•••* gnu/packages/web.scm (perl-html-form): Update to 6.05. Tobias Geerinckx-Rice2019-10-06
| * gnu: guix-data-service: Update to 0.0.1-3.8019d2e.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-3.8019d2e. Christopher Baines2019-10-05
| * gnu: guix-data-service: Update to 0.0.1-2.e00aabd.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-2.e00aabd. [arguments]: Add new process-branch-updated-mbox executable to list. Christopher Baines2019-10-01
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: nginx: Update to 1.17.4.•••* gnu/packages/web.scm (nginx): Update to 1.17.4. Marius Bakke2019-09-27
| * gnu: wabt: Update to 1.0.12.•••* gnu/packages/web.scm (wabt): Update to 1.0.12. Tobias Geerinckx-Rice2019-09-27
| * gnu: Add guix-data-service.•••* gnu/packages/web.scm (guix-data-service): New variable. Christopher Baines2019-09-25
| * gnu: varnish: Update to 6.3.0.•••* gnu/packages/web.scm (varnish): Update to 6.3.0. [arguments]: Patch /bin/sh in one more file. Marius Bakke2019-09-24
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\|
| * gnu: Add wabt.•••* gnu/packages/web (wabt): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add wabt for tests. [arguments]: Add phase patching wabt into known tools. Vagrant Cascadian2019-09-19
* | gnu: perl-catalyst-view-json: Update to 0.37.•••* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37. Ludovic Courtès2019-09-23
* | gnu: perl-catalyst-runtime: Update to 5.90124.•••* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT. Ludovic Courtès2019-09-23
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: nghttp2: Don't use NAME in source URI.•••* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME. Tobias Geerinckx-Rice2019-09-11
| * gnu: poussetaches: Update to 0.0.2.•••* gnu/packages/web.scm (poussetaches): Update to 0.0.2. Arun Isaac2019-09-08
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: nginx: Update to 1.17.3 [security fixes].•••This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516. * gnu/packages/web.scm (nginx): Update to 1.17.3. Marius Bakke2019-09-05
| * gnu: varnish: Update to 6.2.1.•••* gnu/packages/web.scm (varnish): Update to 6.2.1. Marius Bakke2019-09-05
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: Add poussetaches.•••* gnu/packages/web.scm (poussetaches): New variable. Arun Isaac2019-08-30
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: Apache httpd: Update to 2.4.41 [security fixes].•••Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}]. * gnu/packages/web.scm (httpd): Update to 2.4.41. Leo Famulari2019-08-19
| * gnu: rss-bridge: Update to 2019-07-06.•••* gnu/packages/web.scm (rss-bridge): Update to 2019-07-06. Arun Isaac2019-08-19
| * gnu: Remove python2-internetarchive.•••This trivial package fails to build and has no reverse dependencies. * gnu/packages/web.scm (python2-internetarchive): Remove variable. (python-internetarchive)[properties]: Remove. Marius Bakke2019-08-15
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: perl-cgi: Update to 4.44.•••* gnu/packages/web.scm (perl-cgi): Update to 4.44. Marius Bakke2019-08-04
| * gnu: perl-http-message: Update to 6.18.•••* gnu/packages/web.scm (perl-http-message): Update to 6.18. Marius Bakke2019-08-04
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-31
|\|
| * gnu: netsurf: Add libnslog input.•••* gnu/packages/web.scm (netsurf)[inputs]: Add libnslog. Eric Bavier2019-07-30
| * gnu: Add libnslog.•••* gnu/packages/web.scm (libnslog): New variable. Eric Bavier2019-07-30
| * gnu: netsurf: Update to 3.9.•••* gnu/packages/web.scm (netsurf)[source]: Update to 3.9. [native-inputs]: Add "xxd" input. Eric Bavier2019-07-30
| * gnu: nsgenbind: Update to 0.7.•••* gnu/packages/web.scm (nsgenbind)[source]: Update to 0.7. Remove use of "name" in source url. Eric Bavier2019-07-30
| * gnu: libnspsl: Update to 0.1.5.•••* gnu/packages/web.scm (libnspsl)[source]: Update to 0.1.5. Remove use of "name" in url. Eric Bavier2019-07-30
| * gnu: libdom: Update to 0.4.0.•••* gnu/packages/web.scm (libdom)[source]: Update to 0.4.0. Remove use of "name" in source url. Eric Bavier2019-07-30
| * gnu: libcss: Update to 0.9.0.•••* gnu/packages/web.scm (libcss)[source]: Update to 0.9.0. Remove use of "name" in source url. Eric Bavier2019-07-30