<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/networking.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: libnice: Remove libnsl dependency.</title>
<updated>2026-08-24T23:15:27+00:00</updated>
<author>
<name>Yelninei</name>
<email>yelninei@tutamail.com</email>
</author>
<published>2026-05-21T13:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3d90fc48cafd9f5f6636e0e6af438a591873c489'/>
<id>3d90fc48cafd9f5f6636e0e6af438a591873c489</id>
<content type='text'>
Only needed for solaris.

* gnu/packages/networking.scm (libnice)[inputs]: Remove libnice.

Change-Id: I2465631bb893c68e1423bf31e9c0450dc12752cb
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only needed for solaris.

* gnu/packages/networking.scm (libnice)[inputs]: Remove libnice.

Change-Id: I2465631bb893c68e1423bf31e9c0450dc12752cb
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libnice: Update to 0.1.23.</title>
<updated>2026-08-24T23:15:27+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-03-29T13:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c28d9bafffbb7f152d3b102174438f0274e9f237'/>
<id>c28d9bafffbb7f152d3b102174438f0274e9f237</id>
<content type='text'>
* gnu/packages/networking.scm (libnice): Update to 0.1.23.
[#:phases] {disable-failing-tests}: Reinstate 'test-new-trickle'.  Disable
test-slow-resolving.

Change-Id: I1765304e09f5493a8096e42f5f40a86517888239
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/networking.scm (libnice): Update to 0.1.23.
[#:phases] {disable-failing-tests}: Reinstate 'test-new-trickle'.  Disable
test-slow-resolving.

Change-Id: I1765304e09f5493a8096e42f5f40a86517888239
Signed-off-by: Noé Lopez &lt;noelopez@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: libnice: Disable test-send-recv flaky test.</title>
<updated>2026-08-24T19:32:43+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-04-05T08:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=42dbc9b35b8f681001b5c395c86f454192eadd3b'/>
<id>42dbc9b35b8f681001b5c395c86f454192eadd3b</id>
<content type='text'>
* gnu/packages/networking.scm (libnice)
[#:phases]{disable-failing-tests}: Skip test-send-recv test.

Change-Id: I8df3bd9061cf154bcb028bee193a8d6cabebf3f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (libnice)
[#:phases]{disable-failing-tests}: Skip test-send-recv test.

Change-Id: I8df3bd9061cf154bcb028bee193a8d6cabebf3f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "gnu: (gnu packages linux): Hide libcamera-minimal from networking."</title>
<updated>2026-08-19T11:10:29+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-19T11:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9073616385a669c74167d685e80899f02f310b86'/>
<id>9073616385a669c74167d685e80899f02f310b86</id>
<content type='text'>
This reverts commit 4557a3cdb78df953f18d3c7353580fd8bb129ae3.

See https://codeberg.org/guix/guix/issues/10658 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4557a3cdb78df953f18d3c7353580fd8bb129ae3.

See https://codeberg.org/guix/guix/issues/10658 .
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: (gnu packages linux): Hide libcamera-minimal from networking.</title>
<updated>2026-08-18T13:41:19+00:00</updated>
<author>
<name>Hugo Buddelmeijer</name>
<email>hugo@buddelmeijer.nl</email>
</author>
<published>2026-08-18T08:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=4557a3cdb78df953f18d3c7353580fd8bb129ae3'/>
<id>4557a3cdb78df953f18d3c7353580fd8bb129ae3</id>
<content type='text'>
Prevents this warning:
WARNING: (gnu packages linux): `libcamera-minimal' imported from both
(gnu packages networking) and (gnu packages photo)

* gnu/packages/linux.scm: Hide libcamera-minimal as imported from
(gnu packages networking).
* gnu/packages/networking.scm (libcamera-minimal): Add comment.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents this warning:
WARNING: (gnu packages linux): `libcamera-minimal' imported from both
(gnu packages networking) and (gnu packages photo)

* gnu/packages/linux.scm: Hide libcamera-minimal as imported from
(gnu packages networking).
* gnu/packages/networking.scm (libcamera-minimal): Add comment.

Signed-off-by: Andreas Enge &lt;andreas@enge.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: nebula: Simplify packaging.</title>
<updated>2026-08-16T21:30:37+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-16T21:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=0542ea46365d2dcbeba4e723fee4130f223415fa'/>
<id>0542ea46365d2dcbeba4e723fee4130f223415fa</id>
<content type='text'>
* gnu/packages/networking.scm (nebula): Update to 1.11.0.
[arguments] &lt;unpack-path, import-path&gt;: Provide relative import path to
build all commands recursively from "cmd" and use default 'check phase.
&lt;phases&gt;: Use default 'build phase..
[inputs]: Move from here ...
[native-inputs]: ... to here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (nebula): Update to 1.11.0.
[arguments] &lt;unpack-path, import-path&gt;: Provide relative import path to
build all commands recursively from "cmd" and use default 'check phase.
&lt;phases&gt;: Use default 'build phase..
[inputs]: Move from here ...
[native-inputs]: ... to here.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: nebula: Update to 1.11.0.</title>
<updated>2026-08-16T18:03:29+00:00</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-08-16T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a3b3eb39f7be7454441f9683779294219a4ccc26'/>
<id>a3b3eb39f7be7454441f9683779294219a4ccc26</id>
<content type='text'>
* gnu/packages/networking.scm (nebula): Update to 1.11.0.
[inputs]: Remove go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: Iabc440acdcc75c950b5a3ee2972e1ce889106c3c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (nebula): Update to 1.11.0.
[inputs]: Remove go-github-com-stretchr-testify.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: Iabc440acdcc75c950b5a3ee2972e1ce889106c3c
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: nethogs: Update to 0.9.0.</title>
<updated>2026-08-16T17:58:36+00:00</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-08-16T17:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=25f9e4816cd6c2d612d2ad95474f3670b57500f7'/>
<id>25f9e4816cd6c2d612d2ad95474f3670b57500f7</id>
<content type='text'>
* gnu/packages/networking.scm (nethogs): Update to 0.9.0.

Change-Id: I1b55af877e0127344d0ea22ef4c36ee06fb23296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (nethogs): Update to 0.9.0.

Change-Id: I1b55af877e0127344d0ea22ef4c36ee06fb23296
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: wireproxy: Update to 1.1.3.</title>
<updated>2026-08-16T17:54:21+00:00</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-08-16T17:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=77f7b4c5cf5ec945aaa85bef554c2236b379ca02'/>
<id>77f7b4c5cf5ec945aaa85bef554c2236b379ca02</id>
<content type='text'>
* gnu/packages/networking.scm (wireproxy): Update to 1.1.3.

Change-Id: Idfaff0ba4e9b3e33de2b07821cc4853f2ad250ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (wireproxy): Update to 1.1.3.

Change-Id: Idfaff0ba4e9b3e33de2b07821cc4853f2ad250ff
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: nanomsg: Update to 1.2.4.</title>
<updated>2026-08-12T19:13:26+00:00</updated>
<author>
<name>Artyom V. Poptsov</name>
<email>poptsov.artyom@gmail.com</email>
</author>
<published>2026-08-12T19:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b151eb293ad3c3ae2918ba2d7a6e58e7b551f7bb'/>
<id>b151eb293ad3c3ae2918ba2d7a6e58e7b551f7bb</id>
<content type='text'>
* gnu/packages/networking.scm (nanomsg): Update to 1.2.4.

Change-Id: Icfdb0eb3375fea966c59611ec63f9a8c07a93bc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/networking.scm (nanomsg): Update to 1.2.4.

Change-Id: Icfdb0eb3375fea966c59611ec63f9a8c07a93bc6
</pre>
</div>
</content>
</entry>
</feed>
