Age | Commit message (Expand) | Author |
---|---|---|
2022-07-31 | gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS | Maxim Cournoyer |
2022-07-31 | gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS | Maxim Cournoyer |
2022-07-31 | gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS | Maxim Cournoyer |
2022-07-24 | gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546....* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546. | Tobias Geerinckx-Rice |
2022-07-24 | gnu: nginx: Update to 1.23.1....* gnu/packages/web.scm (nginx): Update to 1.23.1. | Tobias Geerinckx-Rice |
2022-07-23 | gnu: perl-catalystx-script-server-starman: Add missing input....* gnu/packages/web.scm (perl-catalystx-script-server-starman)[native-inputs]: Add PERL-POD-PARSER. | Marius Bakke |
2022-07-17 | gnu: nginx: Update to 1.23.0....* gnu/packages/web.scm (nginx): Update to 1.23.0. (nginx-documentation): Update to 1.23.0-2862-cf7551842617. | Tobias Geerinckx-Rice |
2022-07-15 | gnu: guix-data-service: Update to 0.0.1-33.ee73d2c....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-33.ee73d2c. | Christopher Baines |
2022-07-09 | gnu: gmid: Update to 1.8.4....* gnu/packages/web.scm (gmid): Update to 1.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net> | cage |
2022-07-08 | gnu: guix-data-service: Update to 32.39487cd....* gnu/packages/web.scm (guix-data-service): Update to 32.39487cd. | Christopher Baines |
2022-06-20 | gnu: libhttpd: Update to 1.4.65....* gnu/packages/web.scm (libhttpd): Update to 1.4.65. | Efraim Flashner |
2022-06-15 | gnu: libwesockets: Update license....* gnu/packages/web.scm (libwebsockets)[license]: Change to expat. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Petr Hodina |
2022-06-08 | Merge branch 'master' into staging | Ludovic Courtès |
2022-06-05 | gnu: perl-catalyst-devel: Update to 1.42....* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.42. | Tobias Geerinckx-Rice |
2022-06-01 | Merge remote-tracking branch 'origin/master' into staging | Efraim Flashner |
2022-05-31 | gnu: Remove python2-clf....* gnu/packages/web.scm (python2-clf): Delete variable. | Maxim Cournoyer |
2022-05-31 | gnu: Remove python2-feedparser....* gnu/packages/web.scm (python2-feedparser): Delete variable. | Maxim Cournoyer |
2022-06-02 | gnu: netsurf: Remove timestamp from build....* gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase. | Vagrant Cascadian |
2022-05-27 | gnu: nginx-rtmp-module: Use gexps in phases....* gnu/packages/web.scm (nginx-rtmp-module)[#:phases]: Use gexps and remove trailing #t. Signed-off-by: Christopher Baines <mail@cbaines.net> | Jack Hill |
2022-05-27 | gnu: nginx-rtmp-module: Use #:configure-flags from nginx....* 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> | Jack Hill |
2022-05-26 | Merge branch 'master' into staging | Ludovic Courtès |
2022-05-22 | gnu: jo: Update to 1.6....* gnu/packages/web.scm (jo): Update to 1.6. | Tobias Geerinckx-Rice |
2022-05-23 | gnu: Add archivebox....* gnu/packages/web.scm (archivebox): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Pradana AUMARS |
2022-05-16 | Merge branch 'master' into staging | Efraim Flashner |
2022-05-17 | gnu: guix-data-service: Update to 0.0.1-31.198b6ef....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef. | Christopher Baines |
2022-05-12 | gnu: quark: Use G-expressions....* gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions. | Arun Isaac |
2022-05-08 | gnu: lighttpd: Update style....* gnu/packages/web.scm (lighttpd)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. | Tobias Geerinckx-Rice |
2022-05-08 | gnu: lighttpd: Update to 1.4.64....* 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. | Tobias Geerinckx-Rice |
2022-05-08 | gnu: lighttpd: Fix bash reference....* gnu/packages/web.scm (lighttpd)[arguments]: Substitute SEARCH-INPUT-FILE for WHICH. [inputs]: Add bash-minimal. f fix lighttpd xcc | Tobias Geerinckx-Rice |
2022-04-28 | Merge branch 'master' into staging | Ludovic Courtès |
2022-04-25 | gnu: nginx-lua-module: Fix builder....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. | Christopher Baines |
2022-04-25 | gnu: nginx-rtmp-module: Fix builder....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. | Christopher Baines |
2022-04-13 | gnu: nginx: Update to 1.21.6....* gnu/packages/web.scm (nginx): Update to 1.21.6. (nginx-documentation): Update to 1.21.6-2829-1ecf0e0526da. | Leo Famulari |
2022-04-10 | gnu: jq: Only build with valgrind on supported systems....* gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on systems which it supports. | Efraim Flashner |
2022-04-07 | gnu: nginx: Build optimized binaries....* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS. | Marius Bakke |
2022-04-07 | gnu: nginx: Respect #:configure-flags....* gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase. | Marius Bakke |
2022-04-07 | gnu: nginx: Use G-expressions....* gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style. Remove trailing #t's. | Marius Bakke |
2022-03-31 | gnu: gmid: Update to 1.8.3....* gnu/packages/web.scm (gmid): Update to 1.8.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | cage |
2022-03-30 | gnu: anonip: Update to 1.1.0....* gnu/packages/web.scm (anonip): Update to 1.1.0. [source]: Fetch from git. [arguments]: Run tests with pytest. [native-inputs]: Add python-pytest and python-pytest-cov. | Ricardo Wurmus |
2022-03-29 | gnu: gmid: Update to 1.8.2....* gnu/packages/web.scm (gmid): Update to 1.8.2. [native-inputs]: Remove which. Signed-off-by: Leo Famulari <leo@famulari.name> | cage |
2022-03-21 | Merge branch 'master' into staging. | Maxim Cournoyer |
2022-03-12 | gnu: guix-data-service: Update to 0.0.1-30.27c34a9....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-30.27c34a9. [inputs]: Add bash-minimal, move some inputs to ... [propagated-inputs]: ... here. | Christopher Baines |
2022-03-07 | gnu: Add siege....* gnu/packages/web.scm (siege): New variable. | Jelle Licht |
2022-02-26 | gnu: Add gmid....* gnu/packages/networking.scm (gmid): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> | cage |
2022-02-13 | Merge branch 'master' into staging | Marius Bakke |
2022-02-09 | gnu: guix-data-service: Update to 0.0.1-29.4a1088c....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c. [inputs]: Switch to guile-fibers-1.1. | Christopher Baines |
2022-01-28 | gnu: kiwix-lib: Fix build....* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Michael Rohleder |
2022-01-25 | Merge branch 'master' into staging....With "conflicts" solved (all in favor of master except git) in: gnu/local.mk gnu/packages/databases.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/gnuzilla.scm gnu/packages/graphics.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/linux.scm gnu/packages/machine-learning.scm gnu/packages/networking.scm gnu/packages/polkit.scm gnu/packages/pulseaudio.scm gnu/packages/rpc.scm gnu/packages/rust.scm gnu/packages/version-control.scm gnu/packages/w3m.scm | Maxim Cournoyer |
2022-01-27 | gnu: libzim: Fix build....* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Michael Rohleder |
2022-01-27 | gnu: uriparser: Update to 0.9.6....* gnu/packages/web.scm (uriparser): Update to 0.9.6. | Efraim Flashner |