<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/web.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: Add anubis-ai-firewall.</title>
<updated>2026-09-01T22:35:37+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2025-09-09T21:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=294d3c1155b3a1c78251c0a4fbf42efde01573cf'/>
<id>294d3c1155b3a1c78251c0a4fbf42efde01573cf</id>
<content type='text'>
* gnu/packages/web.scm (anubis-ai-firewall): New variable.
* gnu/packages/patches/anubis-use-the-browser-native-web-crypto-api.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.

Relates-to: guix/guix!2572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (anubis-ai-firewall): New variable.
* gnu/packages/patches/anubis-use-the-browser-native-web-crypto-api.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.

Relates-to: guix/guix!2572
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: goaccess: Update to 1.11.</title>
<updated>2026-08-30T14:28:25+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2026-08-28T07:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9702274bc2aae2c5dd037729fd24edd9bbbd3e6f'/>
<id>9702274bc2aae2c5dd037729fd24edd9bbbd3e6f</id>
<content type='text'>
* gnu/packages/web.scm (goaccess): Update to 1.11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (goaccess): Update to 1.11.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: guile-safsaf: Update to 0.4-1.6a7d0c8.</title>
<updated>2026-08-28T08:45:44+00:00</updated>
<author>
<name>Christopher Baines</name>
<email>mail@cbaines.net</email>
</author>
<published>2026-08-28T08:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=87d543316beb5f7883d14808e056805dc9c59cb4'/>
<id>87d543316beb5f7883d14808e056805dc9c59cb4</id>
<content type='text'>
* gnu/packages/web.scm (guile-safsaf): Update to 0.4-1.6a7d0c8.
[arguments]: Remove.

Change-Id: Icc79935b8bb3df0c900f3d56b9b9376e043884a1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (guile-safsaf): Update to 0.4-1.6a7d0c8.
[arguments]: Remove.

Change-Id: Icc79935b8bb3df0c900f3d56b9b9376e043884a1
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: jq: Hide resolved CVEs.</title>
<updated>2026-08-27T06:06:23+00:00</updated>
<author>
<name>Hugo Buddelmeijer</name>
<email>hugo@buddelmeijer.nl</email>
</author>
<published>2026-08-26T16:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4ba08fd463a988f233694540514aac05369eea49'/>
<id>4ba08fd463a988f233694540514aac05369eea49</id>
<content type='text'>
* gnu/packages/web.scm (jq)[properties]&lt;lint-hidden-cve&gt;:
  Add CVE-2026-39979, CVE-2026-33948, and CVE-2026-44777.

Merges: https://codeberg.org/guix/guix/pulls/10832
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (jq)[properties]&lt;lint-hidden-cve&gt;:
  Add CVE-2026-39979, CVE-2026-33948, and CVE-2026-44777.

Merges: https://codeberg.org/guix/guix/pulls/10832
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: perl-html-parser: Update to 3.85 [security-fixes].</title>
<updated>2026-08-26T06:33:57+00:00</updated>
<author>
<name>gemmaro</name>
<email>gemmaro.dev@gmail.com</email>
</author>
<published>2026-08-15T02:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1d22a7f2be711adc654c53eb4f9fd1fa0cca2141'/>
<id>1d22a7f2be711adc654c53eb4f9fd1fa0cca2141</id>
<content type='text'>
This version contains a fix for CVE-2026-8829.

* gnu/packages/web.scm (perl-html-parser): Update to 3.85.
  [inputs]: Move perl-html-tagset and perl-http-message from here...
  [propagated-inputs]: ...to here.  Add perl-uri.

Merges: https://codeberg.org/guix/guix/pulls/10568
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version contains a fix for CVE-2026-8829.

* gnu/packages/web.scm (perl-html-parser): Update to 3.85.
  [inputs]: Move perl-html-tagset and perl-http-message from here...
  [propagated-inputs]: ...to here.  Add perl-uri.

Merges: https://codeberg.org/guix/guix/pulls/10568
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove qjson.</title>
<updated>2026-08-24T10:08:11+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-03T20:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=de8694094cfaf259ffcb1c47cd09a5b2f99ebfbb'/>
<id>de8694094cfaf259ffcb1c47cd09a5b2f99ebfbb</id>
<content type='text'>
* gnu/packages/web.scm (qjson): Delete variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (qjson): Delete variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add rdrview.</title>
<updated>2026-08-24T01:19:52+00:00</updated>
<author>
<name>Sergio Pastor Pérez</name>
<email>sergio.pastorperez@gmail.com</email>
</author>
<published>2026-08-23T12:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d07494a5ff02aaeb0b0654b876b19e1a3f6bd70e'/>
<id>d07494a5ff02aaeb0b0654b876b19e1a3f6bd70e</id>
<content type='text'>
* gnu/packages/web.scm (rdrview): New variable.

Merges: https://codeberg.org/guix/guix/pulls/10752
Reviewed-by: moksh &lt;mysticmoksh@riseup.net&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (rdrview): New variable.

Merges: https://codeberg.org/guix/guix/pulls/10752
Reviewed-by: moksh &lt;mysticmoksh@riseup.net&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-internetarchive: Update to 5.11.1.</title>
<updated>2026-08-24T00:52:15+00:00</updated>
<author>
<name>Foster Hangdaan</name>
<email>foster@hangdaan.email</email>
</author>
<published>2026-08-22T12:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3ae941569594cfe2ec0fbad10ebbb1e595f6b86d'/>
<id>3ae941569594cfe2ec0fbad10ebbb1e595f6b86d</id>
<content type='text'>
* gnu/packages/web.scm (python-internetarchive): Update to 5.11.1.

Merges: https://codeberg.org/guix/guix/pulls/10728
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (python-internetarchive): Update to 5.11.1.

Merges: https://codeberg.org/guix/guix/pulls/10728
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libzim: Propagate required inputs.</title>
<updated>2026-08-19T17:24:28+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T20:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=93f3c461b27033f3001f8d147174bd61e5f73817'/>
<id>93f3c461b27033f3001f8d147174bd61e5f73817</id>
<content type='text'>
* gnu/packages/web.scm (libzim)[propagated-inputs]: New field.  Move ICU4C,
XAPIAN, XZ, and ZSTD:LIB here from ...
[inputs]: ... here.

Change-Id: I439b9a1f203c2c9feefd897078662a6a8f476578
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (libzim)[propagated-inputs]: New field.  Move ICU4C,
XAPIAN, XZ, and ZSTD:LIB here from ...
[inputs]: ... here.

Change-Id: I439b9a1f203c2c9feefd897078662a6a8f476578
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libzim: Update to 9.8.1.</title>
<updated>2026-08-19T17:24:27+00:00</updated>
<author>
<name>Marius Bakke</name>
<email>marius.andre.bakke@gmail.com</email>
</author>
<published>2026-07-20T20:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=79bc1d0d95685335cfb53ea7731eeee44d8eeef1'/>
<id>79bc1d0d95685335cfb53ea7731eeee44d8eeef1</id>
<content type='text'>
* gnu/packages/web.scm (libzim): Update to 9.8.1.

Change-Id: I0067105d6f4eb86d1c12e4cec88d395e1a2bcc85
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/web.scm (libzim): Update to 9.8.1.

Change-Id: I0067105d6f4eb86d1c12e4cec88d395e1a2bcc85
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
