summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* gnu: stunnel: Update to 5.66.Greg Hogan2022-09-14
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.66. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add comments to the bottom of a few more package modules.Christopher Baines2022-09-14
| | | | | | | | | | | | | | | | This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/crates-graphics.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/crates-gtk.scm: ditto. * gnu/packages/games.scm: ditto. * gnu/packages/music.scm: ditto. * gnu/packages/qt.scm: ditto. * gnu/packages/web.scm: ditto.
* gnu: Explicitly use OpenSSL 1.1 in more packages.Marius Bakke2022-09-09
| | | | | | | | * gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/security-token.scm (opensc)[inputs]: Likewise. * gnu/packages/spice.scm (spice, spice-gtk)[propagated-inputs]: Likewise. * gnu/packages/web.scm (serf)[propagated-inputs]: Likewise.
* gnu: scons: Update to 4.4.0.Marius Bakke2022-08-27
| | | | | | | | | | | | * gnu/packages/patches/scons-test-environment.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/build-tools.scm (scons): Update to 4.4.0. [source](patches): New field. [arguments]: Adjust bootstrap for the new version. Enable tests. [native-inputs]: Add PYTHON-WHEEL and PYTHON-PSUTIL. (scons-3): New variable. (scons-python2): Inherit from it. * gnu/packages/web.scm (serf)[arguments]: Stick with SCONS-3 to prevent rebuilds.
* gnu: scons: Move to (gnu packages build-tools).Marius Bakke2022-08-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ... * gnu/packages/build-tools.scm (scons, scons-python2): ... to here. * gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/game-development.scm, gnu/packages/gps.scm, gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm, gnu/packages/xdisorg.scm: Adjust module imports accordingly. * guix/build-system/scons.scm (default-scons): Likewise.
* gnu: hitch: Remove input labels.Marius Bakke2022-08-19
| | | | * gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
* gnu: varnish: Update to 7.1.1.Marius Bakke2022-08-19
| | | | * gnu/packages/web.scm (varnish): Update to 7.1.1.
* gnu: varnish: Add release-monitoring-url.Marius Bakke2022-08-19
| | | | * gnu/packages/web.scm (varnish)[properties]: New field.
* gnu: serf: Add release-monitoring-url.Marius Bakke2022-08-13
| | | | * gnu/packages/web.scm (serf)[properties]: New field.
* gnu: kiwix-desktop: Add bash-minimal to inputs.Arun Isaac2022-08-13
| | | | * gnu/packages/web.scm (kiwix-desktop)[inputs]: Add bash-minimal.
* gnu: kiwix-tools: Update to 3.3.0.Arun Isaac2022-08-13
| | | | * gnu/packages/web.scm (kiwix-tools): Update to 3.3.0.
* gnu: kiwix-desktop: Update to 2.2.2.Arun Isaac2022-08-13
| | | | | | | * gnu/packages/web.scm (kiwix-desktop): Update to 2.2.2. [arguments]: Delete enable-print-support and substitute-source phases. Use search-input-file. Do not return #t from phases. [native-inputs]: Remove labels.
* gnu: kiwix-lib: Update to 11.0.0.Arun Isaac2022-08-13
| | | | | | | | * gnu/packages/web.scm (kiwix-lib): Update to 11.0.0. [arguments]: Do not explicitly pass mustache path to CPPFLAGS. Do not return #t from phases. Use search-input-file. [native-inputs]: Remove labels. Use cpp-mustache package instead of its source.
* gnu: libzim: Update to 8.0.0.Arun Isaac2022-08-13
| | | | | * gnu/packages/web.scm (libzim): Update to 8.0.0. [inputs]: Remove labels. Sort.
* gnu: perl-net-http: Update to 6.22.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-net-http): Update to 6.22.
* gnu: perl-libwww: Update to 6.67.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-libwww): Update to 6.67.
* gnu: perl-http-cookies: Update to 6.10.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-http-cookies): Update to 6.10.
* gnu: perl-file-listing: Update to 6.15.Efraim Flashner2022-08-12
| | | | * gnu/packages/web.scm (perl-file-listing): Update to 6.15.
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
* gnu: nginx: Update to 1.23.1.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/web.scm (nginx): Update to 1.23.1.
* gnu: perl-catalystx-script-server-starman: Add missing input.Marius Bakke2022-07-23
| | | | | * gnu/packages/web.scm (perl-catalystx-script-server-starman)[native-inputs]: Add PERL-POD-PARSER.
* gnu: nginx: Update to 1.23.0.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/web.scm (nginx): Update to 1.23.0. (nginx-documentation): Update to 1.23.0-2862-cf7551842617.
* gnu: guix-data-service: Update to 0.0.1-33.ee73d2c.Christopher Baines2022-07-15
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-33.ee73d2c.
* gnu: gmid: Update to 1.8.4.cage2022-07-09
| | | | | | * gnu/packages/web.scm (gmid): Update to 1.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: guix-data-service: Update to 32.39487cd.Christopher Baines2022-07-08
| | | | * gnu/packages/web.scm (guix-data-service): Update to 32.39487cd.
* gnu: libhttpd: Update to 1.4.65.Efraim Flashner2022-06-20
| | | | * gnu/packages/web.scm (libhttpd): Update to 1.4.65.
* gnu: libwesockets: Update license.Petr Hodina2022-06-15
| | | | | | * gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\
| * gnu: perl-catalyst-devel: Update to 1.42.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/web.scm (perl-catalyst-devel): Update to 1.42.
| * gnu: netsurf: Remove timestamp from build.Vagrant Cascadian2022-06-02
| | | | | | | | * gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: Remove python2-clf.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/web.scm (python2-clf): Delete variable.
| * gnu: Remove python2-feedparser.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/web.scm (python2-feedparser): Delete variable.
| * gnu: nginx-rtmp-module: Use gexps in phases.Jack Hill2022-05-27
| | | | | | | | | | | | | | * gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and remove trailing #t. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: nginx-rtmp-module: Use #:configure-flags from nginx.Jack Hill2022-05-27
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Simplify copying of arguments from nginx and augment #:configure-flags from nginx rather than overwriting. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: jo: Update to 1.6.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | * gnu/packages/web.scm (jo): Update to 1.6.
* | Merge branch 'master' into stagingLudovic Courtès2022-05-26
|\|
| * gnu: Add archivebox.Pradana AUMARS2022-05-23
| | | | | | | | | | | | * gnu/packages/web.scm (archivebox): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guix-data-service: Update to 0.0.1-31.198b6ef.Christopher Baines2022-05-17
| | | | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
* | Merge branch 'master' into stagingEfraim Flashner2022-05-16
|\|
| * gnu: quark: Use G-expressions.Arun Isaac2022-05-12
| | | | | | | | * gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions.
| * gnu: lighttpd: Update style.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | | | * gnu/packages/web.scm (lighttpd)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels.
| * gnu: lighttpd: Update to 1.4.64.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | | | * gnu/packages/web.scm (lighttpd): Update to 1.4.64. [arguments]: Add a new 'skip-failing-tests phase. [inputs]: Substitute pcre2 for pcre & pcre:bin.
| * gnu: lighttpd: Fix bash reference.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (lighttpd)[arguments]: Substitute SEARCH-INPUT-FILE for WHICH. [inputs]: Add bash-minimal. f fix lighttpd xcc
* | Merge branch 'master' into stagingLudovic Courtès2022-04-28
|\|
| * gnu: nginx-lua-module: Fix builder.base-for-series-12188base-for-series-12183Christopher Baines2022-04-25
| | | | | | | | | | | | | | | | Probably broken by the changes to the nginx package in 4079cd9ba33b0d2cd23897899dfc66836797e4d2. * gnu/packages/web.scm (nginx-lua-module)[arguments]: Make the modify-phases part a gexp, and move #:configure-flags to the end of the list.
| * gnu: nginx-rtmp-module: Fix builder.Christopher Baines2022-04-25
| | | | | | | | | | | | | | | | Probably broken by changes to the nginx package in 4079cd9ba33b0d2cd23897899dfc66836797e4d2 . * gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Make the modify-phases part a gexp, and move #:configure-flags to the end of the list.