<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/nano, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-14T07:51:38Z</updated>
<entry>
<title>nano: improve uci coloring of unterminated strings</title>
<updated>2026-03-14T07:51:38Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2026-03-14T07:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a268b500d984fd97cc04e3cc000ab786cec76f43'/>
<id>urn:sha1:a268b500d984fd97cc04e3cc000ab786cec76f43</id>
<content type='text'>
Improve the uci file coloring with nano-full.
Show unterminated strings more clearly (lightmagenta vs. white)

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: update to 8.7.1</title>
<updated>2026-02-08T18:53:39Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2026-02-08T18:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=75458bf08927da1acf7af2280859acdfe7a2969b'/>
<id>urn:sha1:75458bf08927da1acf7af2280859acdfe7a2969b</id>
<content type='text'>
Update nano editor to version 8.7.1.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: update to version 8.7</title>
<updated>2025-11-13T16:01:20Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-11-13T16:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d543522dbe7a470c80e431395011605d68f05ac0'/>
<id>urn:sha1:d543522dbe7a470c80e431395011605d68f05ac0</id>
<content type='text'>
Update to version 8.7

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: set nano as default EDITOR for nano-plus/full</title>
<updated>2025-08-23T11:28:12Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-08-23T11:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d4f6c9c322e491dbf881774ac8e33487872dd00c'/>
<id>urn:sha1:d4f6c9c322e491dbf881774ac8e33487872dd00c</id>
<content type='text'>
Set nano as the default EDITOR via /etc/profile.d for those apps
that respect the variable. Only for nano-plus and nano-full variants.

Suggested-by: Anthony Sepa &lt;protectivedad@gmail.com&gt;
Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: Update to 8.6</title>
<updated>2025-08-23T07:03:40Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-08-23T07:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=61f29f743529bfca26fbc81eb7f927bf7f3b6712'/>
<id>urn:sha1:61f29f743529bfca26fbc81eb7f927bf7f3b6712</id>
<content type='text'>
Update nano editor to version 8.6

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: update to 8.5</title>
<updated>2025-06-16T16:42:36Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-06-16T16:42:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cfdf5fffec99c025c5ae93ad450566a28c915837'/>
<id>urn:sha1:cfdf5fffec99c025c5ae93ad450566a28c915837</id>
<content type='text'>
Update nano editor to version 8.5.

Upstream has fixed the gnulib related cross-compilation problem,
so remove the config hack that was added at the 8.4 update.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: Update to 8.4</title>
<updated>2025-04-06T16:57:10Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2025-04-06T16:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3d055f8dfb13ded552fa62e1aa2b008512d70a32'/>
<id>urn:sha1:3d055f8dfb13ded552fa62e1aa2b008512d70a32</id>
<content type='text'>
Update nano edit to version 8.4.

Add configure flags to overcome upstream bug 66978, where the newly added
gnulib module for strcasecmp always fails in the configure step when
cross-compiling.
https://savannah.gnu.org/bugs/?66978
https://github.com/coreutils/gnulib/commit/b2927d1b1fa3fb09a2210a3df5691f7d48d6151b

The added flags disable the strcasecmp function from gnulib.
If upstream (gnulib?) fixes things later, the flags should be removed.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: Update to 8.3</title>
<updated>2024-12-22T19:11:50Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-12-22T19:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b6176b6687cbddc380b8b3e6ccf2d50112a6d2db'/>
<id>urn:sha1:b6176b6687cbddc380b8b3e6ccf2d50112a6d2db</id>
<content type='text'>
Update nano editor to version 8.3.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: update to 8.2</title>
<updated>2024-09-05T17:16:21Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-09-05T17:16:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=14a80bff16bcbc5768fee7eaf6eff7b445b78a19'/>
<id>urn:sha1:14a80bff16bcbc5768fee7eaf6eff7b445b78a19</id>
<content type='text'>
Update nano editor to version 8.2

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>nano: update to 8.1</title>
<updated>2024-07-18T09:37:47Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-07-18T09:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=98f642226fc11d7ce8f2fdbb03a4b5669bccf7a6'/>
<id>urn:sha1:98f642226fc11d7ce8f2fdbb03a4b5669bccf7a6</id>
<content type='text'>
Update nano editor to version 8.1.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
</feed>
