Age | Commit message (Expand) | Author |
2021-10-23 | gnu: goaccess: Update to 1.5.2....* gnu/packages/web.scm (goaccess): Update to 1.5.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-21 | gnu: Fix ‘this packages’ and some other niggles....* gnu/packages/crates-io.scm (rust-home-0.5)[description]:
Fix ‘this packages’ typo.
* gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]:
Likewise.
* gnu/packages/python-check.scm (python-pytest-csv)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise,
and note which language.
* gnu/packages/python-xyz.scm (python-recommonmark)[description]:
Likewise, and work around ‘enabling you’.
| Tobias Geerinckx-Rice |
2021-10-15 | gnu: buku: Update to 4.6....* gnu/packages/web.scm (buku): Update to 4.6.
| Tobias Geerinckx-Rice |
2021-10-13 | gnu: perl-uri-fetch: Update to 0.15....* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
| Marius Bakke |
2021-10-08 | gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013]....This fixes CVE-2021-42013, which refers to the incomplete fix of CVE-2021-41773
in httpd 2.4.50:
https://httpd.apache.org/security/vulnerabilities_24.html
* gnu/packages/web.scm (httpd): Update to 2.4.51.
| Leo Famulari |
2021-10-05 | gnu: Apache httpd: Update to 2.4.50 [Fixes CVE-2021-{41524,41773}]....This update includes an important fix for an actively exploited path traversal
vulnerability (CVE-2021-41773), which allows attackers to access files outside
the "document root":
https://httpd.apache.org/security/vulnerabilities_24.html
* gnu/packages/web.scm (httpd): Update to 2.4.50.
| Leo Famulari |
2021-10-05 | gnu: hitch: Provide the 'ps' command for tests.......otherwise, failing tests would show up as successful. This is a follow-up
to commit 273380fda2889e5ba4e7fba28b5b104306872c69.
* gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
| Marius Bakke |
2021-10-04 | gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2....* gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: nginx: Update to 1.21.3....* gnu/packages/web.scm (nginx): Update to 1.21.3.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: httpd: Update to 2.4.49....* gnu/packages/web.scm (httpd): Update to 2.4.49.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: stunnel: Don't install installation instructions....* gnu/packages/web.scm (stunnel)[arguments]: Add a 'prune-documentation
phase.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: stunnel: Update to 5.60....* gnu/packages/web.scm (stunnel): Update to 5.60.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-09-16 | gnu: varnish-modules: Update to 0.19.0....* gnu/packages/web.scm (varnish-modules): Update to 0.19.0.
| Marius Bakke |
2021-09-16 | gnu: varnish: Update to 7.0.0....* gnu/packages/web.scm (varnish): Update to 7.0.0.
[arguments]: Set CC in #:configure-flags. Rewrite use-absolute-file-names
phase to use named inputs instead of WHICH and patch one more file. Remove
trailing #t's.
[inputs]: Add BASH-MINIMAL and COREUTILS. Replace PCRE with PCRE2, and
PYTHON-WRAPPER with PYTHON.
| Marius Bakke |
2021-09-11 | gnu: castor: Update to 0.8.18....* gnu/packages/web.scm (castor): Update to 0.8.18.
| Nicolas Goaziou |
2021-09-03 | gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c....* gnu/packages/web.scm (nginx-documentation): Update to 1.21.2-2764-bc9c5d11b67c.
| Tobias Geerinckx-Rice |
2021-09-03 | gnu: nginx: Update to 1.21.2....* gnu/packages/web.scm (nginx): Update to 1.21.2.
| Tobias Geerinckx-Rice |
2021-09-02 | gnu: esbuild: Disable race detector on 32-bit targets....* gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE
variable to an empty string to remove the -race option.
| Pierre Langlois |
2021-07-27 | gnu: Remove cadaver....As discussed in <https://bugs.gnu.org/46602>, cadaver does not support a
current release of OpenSSL.
* gnu/packages/web.scm (cadaver): Remove variable.
| Leo Famulari |
2021-08-11 | gnu: rapidjson: Remove unused configure flag....* gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as
the entry is not honored by the build system and would only affect tests and
examples, which are not installed.
[source](snippet): Remove trailing #t.
| Marius Bakke |
2021-07-29 | gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command:
$ git ls-files | xargs grep -l -E ',libc?yaml' | \
xargs grep -L '(gnu packages serialization)'
* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
| Maxim Cournoyer |
2021-07-29 | gnu: Add nginx-rtmp-module....* gnu/packages/web.scm (nginx-rtmp-module): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jack Hill |
2021-07-27 | gnu: gmnisrv: Fix configuration search path....Look in /etc for configuration files rather than
/gnu/store/...-gmnisrv-.../etc.
gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set
--sysconfdir.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Sarah Morgensen |
2021-07-27 | gnu: gmnisrv: Remove dependency on /etc/mime.types....Remove the dependency on /etc/mime.types (fixes #49233).
gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set
--with-mimedb to directly use mime.types from mailcap.
[propagated-inputs]: Move mailcap to...
[inputs]: ...here (/etc/mime.types no longer need in profiles).
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Sarah Morgensen |
2021-07-27 | gnu: gmnisrv: Use #:make-flags, and cross-compile....gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>{set-variables}: Move
'CC=' to...
<#:make-flags>: ...here, and support cross-compilation with (cc-for-target).
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Sarah Morgensen |
2021-07-27 | gnu: gmnisrv: Disable tests using #:tests?....gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>: Undelete check
phase, and...
<#:tests?>: ...disable tests here instead.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Sarah Morgensen |
2021-07-25 | gnu: gmnisrv: Update to 0-2.32854b7....Update to latest commit. gmnisrv uses v3 X509 certificates now, and so
"requires fresh certificates, which could break clients with strict
trust-on-first-use policies."
gnu/packages/web.scm (gmnisrv): Update to 0-2.32854b7.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Sarah Morgensen |
2021-07-25 | gnu: perl-http-cookiejar: Update to 0.012....This fixes its build which had started to fail due to a time-bomb:
Expires=Wed, 09 Jun 2021 10:18:14 GMT
in an examples.t test cookie.
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
| Tobias Geerinckx-Rice |
2021-07-23 | gnu: hpcguix-web: Update to 0.1.0....* gnu/packages/web.scm (hpcguix-web): Update to 0.1.0.
[arguments]: In 'wrap-program' phase, change "/bin/run" to
"/bin/hpcguix-web".
[inputs]: Add BASH-MINIMAL.
* gnu/services/web.scm (hpcguix-web-shepherd-service): Run
"/bin/hpcguix-web".
| Ludovic Courtès |
2021-07-05 | gnu: monolith: Update to 2.6.1....* gnu/packages/web.scm (monolith): Update to 2.6.1.
| Nicolas Goaziou |
2021-07-04 | gnu: perl-libwww: Update to 6.55....* gnu/packages/web.scm (perl-libwww): Update to 6.55.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Matthew James Kraai |
2021-06-30 | gnu: goaccess: Update to 1.5.1....* gnu/packages/web.scm (goaccess): Update to 1.5.1.
| Tobias Geerinckx-Rice |
2021-06-25 | gnu: libzim: Update to 6.3.2....* gnu/packages/web.scm (libzim): Update to 6.3.2.
| Tobias Geerinckx-Rice |
2021-06-19 | gnu: esbuild: Update to 0.12.9....* gnu/packages/web.scm (esbuild): Update to 0.12.9.
Signed-off-by: Brice Waegeneire <brice@waegenei.re>
| Ryan Prior |
2021-06-20 | gnu: linkchecker: Update to 10.0.1....* gnu/packages/web.scm (linkchecker): Update to 10.0.1.
[source]: Remove patches.
[inputs]: Add python-beautifulsoup4. Replace python2-dnspython-1.16,
python2-pyxdg and python2-requests with python-dnspython, python-pyxdg and
python-requests respectively.
[native-inputs]: Replace python2-pytest, python2-miniboa and
python2-parameterized with python-pytest, python-miniboa and
python-parameterized respectively.
[arguments]: Use python 3. Replace check phase instead of deleting the
standard phase and adding a custom one. Use add-installed-pythonpath instead
of setting PYTHONPATH directly. Support disabling of tests with tests?.
[home-page]: Update URI.
* gnu/packages/patches/linkchecker-tests-require-network.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
| Arun Isaac |
2021-06-14 | gnu: Rename qtbase to qtbase-5....This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer |
2021-06-13 | gnu: goaccess: Update to 1.5....works fine for me, tested with a huge log file and many parameters.
* gnu/packages/web.scm (goaccess): Update to 1.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Solene Rapenne |
2021-06-12 | gnu: monolith: Update to 2.6.0....* gnu/packages/web.scm (monolith): Update to 2.6.0.
| Nicolas Goaziou |
2021-06-09 | gnu: nginx: Build with support for a few more modules....I think this is generally useful. Personally, I want the HTTP gzip static and
gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
sub and addition ones are easy to enable as well.
* gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
--with-http_gzip_static_module, --with-http_gunzip_module,
--with-http_addition_module, --with-http_sub_module.
| Christopher Baines |
2021-06-03 | gnu: monolith: Update to 2.5.0....* gnu/packages/web.scm (monolith): Update to 2.5.0.
| Nicolas Goaziou |
2021-05-29 | gnu: httpd: Update to 2.4.48....* gnu/packages/web.scm (httpd): Update to 2.4.48.
| Tobias Geerinckx-Rice |
2021-05-27 | gnu: sassc: Update to 3.6.2....* gnu/packages/web.scm (sassc): Update to 3.6.2.
| Tobias Geerinckx-Rice |
2021-05-25 | gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017]....* gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0.
| Leo Famulari |
2021-05-19 | gnu: perl-plack-middleware-removeredundantbody: Update to 0.09....* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09.
| Efraim Flashner |
2021-05-14 | gnu: rss-bridge: Update to 2020-11-10....* gnu/packages/web.scm (rss-bridge): Update to 2020-11-10.
[build-system]: Switch to copy-build-system.
[arguments]: Adjust to new build system. Add phase "patch-paths".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| la snesne |
2021-05-09 | gnu: java-eclipse-jetty-util-9.2: Fix test failure....* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2)
[native-inputs]: Add missing test dependencies
| Julien Lepiller |
2021-05-09 | gnu: java-eclipse-jetty-util-9.2: Fix test failure....* gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add
missing test dependencies.
| Julien Lepiller |
2021-05-07 | gnu: tinyproxy: Run tests....* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite.
[native-inputs]: Add perl.
| Tobias Geerinckx-Rice |
2021-05-07 | gnu: tinyproxy: Update to 1.11.0....* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
| Tobias Geerinckx-Rice |
2021-05-07 | gnu: perl-cgi: Update to 4.52....* gnu/packages/web.scm (perl-cgi): Update to 4.52.
| Tobias Geerinckx-Rice |