<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chuix.git/gnu/packages/lsof.scm, branch python-team-django-6</title>
<subtitle>guix
</subtitle>
<id>http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6</id>
<link rel='self' href='http://cgit.adnoto.dev/chuix.git/atom?h=python-team-django-6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/'/>
<updated>2026-03-30T10:38:53Z</updated>
<entry>
<title>gnu: lsof: Update to 4.99.6.</title>
<updated>2026-03-30T10:38:53Z</updated>
<author>
<name>Danylo Kondratiev</name>
<email>danylo@posteo.ie</email>
</author>
<published>2026-03-28T16:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=cd22c1ad8f50ecacf7a9471d50cbf2246c663f81'/>
<id>urn:sha1:cd22c1ad8f50ecacf7a9471d50cbf2246c663f81</id>
<content type='text'>
* gnu/packages/lsof.scm (lsof): Update to 4.99.6.
[source]: Remove patch.
[arguments]: Remove field.
* gnu/packages/patches/lsof-compat-linux-6.9.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Change-Id: I451ae8fdc2e45b0c835a0ddc80ec851cd6fc2737
Signed-off-by: Efraim Flashner &lt;efraim@flashner.co.il&gt;
</content>
</entry>
<entry>
<title>Reapply "Update Maxim's email address."</title>
<updated>2025-09-18T04:44:12Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T03:25:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=10482f731e6def20df23caa9cd0b9ab428f52a50'/>
<id>urn:sha1:10482f731e6def20df23caa9cd0b9ab428f52a50</id>
<content type='text'>
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
</content>
</entry>
<entry>
<title>Revert "Update Maxim's email address."</title>
<updated>2025-09-18T03:07:31Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-18T03:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=a7db92d9b389cbe565395523882c34c6eff2c21a'/>
<id>urn:sha1:a7db92d9b389cbe565395523882c34c6eff2c21a</id>
<content type='text'>
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
</content>
</entry>
<entry>
<title>Update Maxim's email address.</title>
<updated>2025-09-17T23:05:19Z</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2025-09-17T23:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=d0d87a744d724b7e7d5ac013c586039652087bb3'/>
<id>urn:sha1:d0d87a744d724b7e7d5ac013c586039652087bb3</id>
<content type='text'>
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
</content>
</entry>
<entry>
<title>gnu: lsof: Skip LTlock test</title>
<updated>2025-01-20T02:38:45Z</updated>
<author>
<name>Jordan Moore</name>
<email>lockbox@struct.foo</email>
</author>
<published>2025-01-18T23:59:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=eeabdd8eb346f5fb332385c11292ab3bd1ca12a5'/>
<id>urn:sha1:eeabdd8eb346f5fb332385c11292ab3bd1ca12a5</id>
<content type='text'>
Change-Id: I074247549c34992ccc17840d196fbb00f79cc39f
Signed-off-by: Leo Famulari &lt;leo@famulari.name&gt;
</content>
</entry>
<entry>
<title>gnu: lsof: Fix build with Linux 6.9</title>
<updated>2024-10-10T14:35:23Z</updated>
<author>
<name>Ekaitz Zarraga</name>
<email>ekaitz@elenq.tech</email>
</author>
<published>2024-10-10T13:14:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=0a221730a46660d0fc84cf4f6bf65259688178e7'/>
<id>urn:sha1:0a221730a46660d0fc84cf4f6bf65259688178e7</id>
<content type='text'>
* gnu/packages/lsof.scm(lsof)[source]: Add patch.
* gnu/packages/patches/lsof-compat-linux-6.9.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I98b895ecaf1b952bfd33ea7ae3af70b1c39a0a94
Signed-off-by: Efraim Flashner &lt;efraim@flashner.co.il&gt;
</content>
</entry>
<entry>
<title>gnu: lsof: Use G-expressions.</title>
<updated>2024-10-05T17:35:27Z</updated>
<author>
<name>Zheng Junjie</name>
<email>zhengjunjie@iscas.ac.cn</email>
</author>
<published>2024-10-05T17:33:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=780fdb61f6dd06a7cdc410504b0cf9b8650fd642'/>
<id>urn:sha1:780fdb61f6dd06a7cdc410504b0cf9b8650fd642</id>
<content type='text'>
* gnu/packages/lsof.scm (lsof)[arguments]: Use G-expressions.

Change-Id: Id086d46c5dbef6028e5eae4df1d2f0b24d4c3d76
</content>
</entry>
<entry>
<title>gnu: lsof: Update to 4.99.3.</title>
<updated>2024-10-05T17:35:27Z</updated>
<author>
<name>Zheng Junjie</name>
<email>zhengjunjie@iscas.ac.cn</email>
</author>
<published>2024-10-05T17:01:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=05da43104c37dfa548559d4d43a54c3083be2e86'/>
<id>urn:sha1:05da43104c37dfa548559d4d43a54c3083be2e86</id>
<content type='text'>
* gnu/packages/lsof.scm (lsof): Update to 4.99.3.
[native-inputs]: Add libtool.
[arguments]&lt;#:phases&gt;: Add fix-configure-ac-version phase.

Change-Id: Id086d46c5dbef6028e5eae4df1d2f0b24d4c3d76
</content>
</entry>
<entry>
<title>gnu: lsof: Update to 4.98.0</title>
<updated>2024-10-05T17:35:27Z</updated>
<author>
<name>Jiajie Chen</name>
<email>c@jia.je</email>
</author>
<published>2023-04-11T08:18:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=fb59f4f392635f459ed199a3d291dbdb7c437aae'/>
<id>urn:sha1:fb59f4f392635f459ed199a3d291dbdb7c437aae</id>
<content type='text'>
* gnu/packages/lsof.scm (lsof): Update to 4.98.0.
[native-inputs]: Add automake, autoconf, pkg-config, procps and util-linux.
[arguments]&lt;#:phases&gt;: Remove replace configure,install phases. Remove
patch-timestamps,build-man-page phases. Adjust and move disable-failing-tests
to before bootstrap.

Signed-off-by: Zheng Junjie &lt;zhengjunjie@iscas.ac.cn&gt;
Change-Id: I5b381e77f6e6ed89431856f409a5a6e8b9fd765c
</content>
</entry>
<entry>
<title>gnu: lsof: Fix invalid G-Expression.</title>
<updated>2022-04-08T21:59:48Z</updated>
<author>
<name>Brian Kubisiak</name>
<email>brian@kubisiak.com</email>
</author>
<published>2022-04-08T20:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chuix.git/commit/?id=1d0e57fab8b0b0e87a2bf54257dbcf17eae9f1d0'/>
<id>urn:sha1:1d0e57fab8b0b0e87a2bf54257dbcf17eae9f1d0</id>
<content type='text'>
Cross-compiling lsof is failing with an "invalid G-expression input"
error. Fix this by using a quoted list.

* gnu/packages/lsof.scm (lsof): Fix invalid G-Expression.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
</feed>
