<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/klish, 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>2025-12-31T07:12:36Z</updated>
<entry>
<title>treewide: fix spelling and grammar in Makefiles</title>
<updated>2025-12-31T07:12:36Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-26T04:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=de64f871b0f00b885039997eb46f914bdac687a5'/>
<id>urn:sha1:de64f871b0f00b885039997eb46f914bdac687a5</id>
<content type='text'>
Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>klish: fix compilation with GCC14</title>
<updated>2024-05-26T08:32:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-19T02:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=66ec46c6c32d32ef20d745b04779a3b12797a478'/>
<id>urn:sha1:66ec46c6c32d32ef20d745b04779a3b12797a478</id>
<content type='text'>
Proper types are now needed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: update to 2.2.3</title>
<updated>2021-08-21T18:59:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-08-08T04:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e1b8af20d62f93ca46de902f255060af70cb4517'/>
<id>urn:sha1:e1b8af20d62f93ca46de902f255060af70cb4517</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Remove uClibc reference from patch as it's no longer in tree.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: add include for nls when BUILD_NLS is enabled</title>
<updated>2021-02-15T21:29:08Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-02-15T15:53:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5028ca6e328229da982e3342c2e847a4b17f302'/>
<id>urn:sha1:b5028ca6e328229da982e3342c2e847a4b17f302</id>
<content type='text'>
In recent commit for libxml2 [1], there was enabled support for iconv,
but it relieves issue with klish that it does not compile as it fails with
following output:

checking for xmlNewDoc in -lxml2... no
configure: error: cannot find libxml2 library
make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1
make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish'

[1] https://github.com/openwrt/packages/commit/d18692c92638cdc1e643554699cb21e893abf2e9

Suggested-by: Rosen Penev &lt;rosenp@gmail.com&gt;
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: fixup sigignore support</title>
<updated>2020-08-22T21:12:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-22T21:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1a8481bf1512c78f000ea573e8016dd732661a16'/>
<id>urn:sha1:1a8481bf1512c78f000ea573e8016dd732661a16</id>
<content type='text'>
Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not
seem to be enough.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: fix compilation with uClibc-ng</title>
<updated>2020-08-14T05:10:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-14T02:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=86c478bd761a6a59144a7f8394bf615d50baddd1'/>
<id>urn:sha1:86c478bd761a6a59144a7f8394bf615d50baddd1</id>
<content type='text'>
sigignore is missing from libc.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: update to 2.2.0</title>
<updated>2020-06-06T23:39:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-06T22:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f061d668ce391ca366662ca62ec0a8443cf00fb1'/>
<id>urn:sha1:f061d668ce391ca366662ca62ec0a8443cf00fb1</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: Remove unused libstdcpp dependency</title>
<updated>2019-10-17T19:22:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-10-14T21:41:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b2885143080b0da5709fcbc18cb07ed962515d34'/>
<id>urn:sha1:b2885143080b0da5709fcbc18cb07ed962515d34</id>
<content type='text'>
This is not a C++ project.

Added PKG_BUILD_PARALLEL for faster compilation.

Cleaned up Makefile to modern standards.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>klish: CONFIGURE_ARGS += --with-libxml2</title>
<updated>2018-05-08T13:00:58Z</updated>
<author>
<name>Takashi Umeno</name>
</author>
<published>2018-05-08T13:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e6993ad50faa4547bcb8bfd7bff95a9428e8f5f3'/>
<id>urn:sha1:e6993ad50faa4547bcb8bfd7bff95a9428e8f5f3</id>
<content type='text'>
Signed-off-by: Takashi Umeno &lt;umeno.takashi@gmail.com&gt;
</content>
</entry>
</feed>
