<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/newt, 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-23T16:52:42Z</updated>
<entry>
<title>newt: bump to 0.52.25</title>
<updated>2026-03-23T16:52:42Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-22T07:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=76786d243907a7b9d17513467bc579b93c45008a'/>
<id>urn:sha1:76786d243907a7b9d17513467bc579b93c45008a</id>
<content type='text'>
Changes since 0.52.24:
- Bug fixes and maintenance updates

Need to revert a patch in the build, since it doesn't work for
cross-compilation.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: remove myself as maintainer</title>
<updated>2026-03-13T17:53:21Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2026-03-13T17:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=376cbe460ae270c02f2eb245940ddf5d7af9cc96'/>
<id>urn:sha1:376cbe460ae270c02f2eb245940ddf5d7af9cc96</id>
<content type='text'>
slide-switch is my software, I choose to continue to be sole maintainer.
(This was also the case in #28429.)

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add me as co-maintainer to Jeffery's packages</title>
<updated>2026-03-13T17:04:53Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-13T17:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a7e01c91b60c644d08dd309e78cc7bb83d361d6a'/>
<id>urn:sha1:a7e01c91b60c644d08dd309e78cc7bb83d361d6a</id>
<content type='text'>
Add 'Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;' as co-maintainer
alongside Jeffery To &lt;jeffery.to@gmail.com&gt; for all packages where
Jeffery To is listed as maintainer.

Supersedes PR: https://github.com/openwrt/packages/pull/28429

We can have another PR where Jeffery removes himself later.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>newt: Update to 0.52.24, add test.sh script for packages feed CI</title>
<updated>2023-11-01T16:41:14Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-31T05:25:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=47c8bf1a095ea023e076e32fc51132c926360207'/>
<id>urn:sha1:47c8bf1a095ea023e076e32fc51132c926360207</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>newt: Update to 0.52.23</title>
<updated>2023-04-17T12:05:06Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-04-17T11:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ce086321a0d39c19f8ac62c9293225663be8cb5e'/>
<id>urn:sha1:ce086321a0d39c19f8ac62c9293225663be8cb5e</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Remove Python variants for non-Python packages</title>
<updated>2020-04-18T17:56:23Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-17T14:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1bc2f4f3c6216ece87f0821d68e4e25f821dc382'/>
<id>urn:sha1:1bc2f4f3c6216ece87f0821d68e4e25f821dc382</id>
<content type='text'>
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>newt: Remove python_init_once.patch</title>
<updated>2020-03-24T07:51:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-03-24T07:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cf1579a75c8057c5138cae3c9c7f0fb5c3112b10'/>
<id>urn:sha1:cf1579a75c8057c5138cae3c9c7f0fb5c3112b10</id>
<content type='text'>
It was pointed out in #11504 that the code in python_init_once.patch is
incorrect; the patch does not prevent newtInit() from being called more
than once (in fact it is called twice the first time initScreen() is
called).

Testing without the patch, using the example code from the corresponding
Debian bug report[1], did not result in any segfaults.

This removes the patch from the package build.

Supersedes #11504.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>newt: Fix compile with full NLS</title>
<updated>2019-07-09T23:58:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-05T06:27:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c2b4d2d28fe6a3fa3ef3e6cd927e6b515b497bac'/>
<id>urn:sha1:c2b4d2d28fe6a3fa3ef3e6cd927e6b515b497bac</id>
<content type='text'>
Linker flag was missing.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>newt: Update python3-config path</title>
<updated>2019-06-10T16:14:28Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-06-10T16:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4300323b1a7d6660dff94678cc3c5d6d372d34f5'/>
<id>urn:sha1:4300323b1a7d6660dff94678cc3c5d6d372d34f5</id>
<content type='text'>
The path where python3-config is installed was changed in 64959a1d. This
updates that path for this package.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
