<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/os-specific/linux/iputils, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>iputils.apparmor: only include local/bin if exists (#477030)</title>
<updated>2026-03-24T17:15:40+00:00</updated>
<author>
<name>Grimmauld</name>
<email>soeren@benjos.de</email>
</author>
<published>2026-03-24T17:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=8da3dc4fd570a874d4d691c864dba4ce546b0c41'/>
<id>8da3dc4fd570a874d4d691c864dba4ce546b0c41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils: split man output</title>
<updated>2026-01-22T12:17:03+00:00</updated>
<author>
<name>Doron Behar</name>
<email>doron.behar@gmail.com</email>
</author>
<published>2026-01-22T12:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=746a3f13c553502b08e4d5bf345bb86ed5db0c78'/>
<id>746a3f13c553502b08e4d5bf345bb86ed5db0c78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils: set updateScript</title>
<updated>2026-01-11T19:01:28+00:00</updated>
<author>
<name>Michael Daniels</name>
<email>mdaniels5757@gmail.com</email>
</author>
<published>2026-01-10T14:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5395ab995aca20a5363d31024bbf58a42c7d56ff'/>
<id>5395ab995aca20a5363d31024bbf58a42c7d56ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils: use finalAttrs, don't hardcode repo owner/name, rev -&gt; tag</title>
<updated>2026-01-11T19:01:28+00:00</updated>
<author>
<name>Michael Daniels</name>
<email>mdaniels5757@gmail.com</email>
</author>
<published>2026-01-10T14:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ad067e4b415d1ff1db2be80f6900285fe52cccc6'/>
<id>ad067e4b415d1ff1db2be80f6900285fe52cccc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils: adopt</title>
<updated>2026-01-11T19:01:28+00:00</updated>
<author>
<name>Michael Daniels</name>
<email>mdaniels5757@gmail.com</email>
</author>
<published>2026-01-10T14:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3b75b6697775781f34adc21db402510b6e797954'/>
<id>3b75b6697775781f34adc21db402510b6e797954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils.apparmor: only include local/bin if exists</title>
<updated>2026-01-05T00:36:39+00:00</updated>
<author>
<name>Colin</name>
<email>colin@uninsane.org</email>
</author>
<published>2026-01-05T00:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f29a52fce7a2d66811a6cb036791d00d9ff0ad46'/>
<id>f29a52fce7a2d66811a6cb036791d00d9ff0ad46</id>
<content type='text'>
otherwise `apparmor.service` will fail with:
&gt; AppArmor parser error for
&gt; /nix/store/zzfl79044n5px6arls0l8f7kgvp8s0p0-bin.ping in profile
&gt; /nix/store/251z356c3h7q2cxrx43agk98mrgdg11l-iputils-20250605-apparmor/bin.ping
&gt; at line 7: Could not open 'local/bin.ping'

this follows the pattern used by every other apparmor profile in
nixpkgs; see:
- pkgs/applications/networking/p2p/transmission/4.nix
- pkgs/by-name/in/inetutils/package.nix
- nixos/modules/services/networking/murmur.nix
- nixos/modules/services/web-apps/miniflux.nix
- nixos/modules/virtualisation/incus.nix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise `apparmor.service` will fail with:
&gt; AppArmor parser error for
&gt; /nix/store/zzfl79044n5px6arls0l8f7kgvp8s0p0-bin.ping in profile
&gt; /nix/store/251z356c3h7q2cxrx43agk98mrgdg11l-iputils-20250605-apparmor/bin.ping
&gt; at line 7: Could not open 'local/bin.ping'

this follows the pattern used by every other apparmor profile in
nixpkgs; see:
- pkgs/applications/networking/p2p/transmission/4.nix
- pkgs/by-name/in/inetutils/package.nix
- nixos/modules/services/networking/murmur.nix
- nixos/modules/services/web-apps/miniflux.nix
- nixos/modules/virtualisation/incus.nix
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove unused with</title>
<updated>2025-10-05T08:50:41+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-09-01T11:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c283f32d296564fd649ef3ed268c1f1f7b199c49'/>
<id>c283f32d296564fd649ef3ed268c1f1f7b199c49</id>
<content type='text'>
Auto-fixed by nixf-diagnose.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto-fixed by nixf-diagnose.
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: remove primeos from maintainers</title>
<updated>2025-07-05T18:30:32+00:00</updated>
<author>
<name>John Titor</name>
<email>50095635+JohnRTitor@users.noreply.github.com</email>
</author>
<published>2025-06-10T13:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=766ad54fde046b7970dcfa45a95a0de77eb26b9e'/>
<id>766ad54fde046b7970dcfa45a95a0de77eb26b9e</id>
<content type='text'>
Signed-off-by: John Titor &lt;50095635+JohnRTitor@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: John Titor &lt;50095635+JohnRTitor@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
