<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/mksh, 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>2023-04-21T20:46:58Z</updated>
<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>mksh: resign as maintainer</title>
<updated>2022-03-03T02:52:07Z</updated>
<author>
<name>Alif M. Ahmad</name>
</author>
<published>2022-02-28T18:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=849f524c627abde815608214785ca967b9021e3e'/>
<id>urn:sha1:849f524c627abde815608214785ca967b9021e3e</id>
<content type='text'>
Remove myself from maintainer.

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.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>mksh: update to current version</title>
<updated>2020-11-29T00:31:44Z</updated>
<author>
<name>Thorsten Glaser</name>
</author>
<published>2020-11-29T00:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a3dc217aca385e609456eb07b63ee54899aa1537'/>
<id>urn:sha1:a3dc217aca385e609456eb07b63ee54899aa1537</id>
<content type='text'>
also
• update description
• drop “-c lto”, this option is gone from Build.sh
• add missing $(TARGET_CPPFLAGS)

Signed-off-by: Thorsten Glaser &lt;tg@mirbsd.org&gt;
</content>
</entry>
<entry>
<title>mksh: update to R56c</title>
<updated>2018-03-09T02:45:09Z</updated>
<author>
<name>Alif M. Ahmad</name>
</author>
<published>2018-03-07T03:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b1d98562a1852bdf504ce6332843ce243286a236'/>
<id>urn:sha1:b1d98562a1852bdf504ce6332843ce243286a236</id>
<content type='text'>
Updated to R56c.

Also add myself as maintainer and move the location from `Base system`
into `Utilities/Shells`.

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
</entry>
<entry>
<title>mksh: update to r56b</title>
<updated>2018-01-18T04:00:26Z</updated>
<author>
<name>Alif M. Ahmad</name>
</author>
<published>2018-01-11T02:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5dc2ef39b27f72dd53c5f1113b533a6aefa0cc6'/>
<id>urn:sha1:b5dc2ef39b27f72dd53c5f1113b533a6aefa0cc6</id>
<content type='text'>
Updated to mksh-r56b

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
</entry>
<entry>
<title>mksh: bump to R55 and use PKG_HASH</title>
<updated>2017-07-20T15:07:20Z</updated>
<author>
<name>Alif M. Ahmad</name>
</author>
<published>2017-07-20T15:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=369ff9d1c9ccc6052bed13dfc48d7f10ebf0946d'/>
<id>urn:sha1:369ff9d1c9ccc6052bed13dfc48d7f10ebf0946d</id>
<content type='text'>
Upgrade the package to R55. Patches refreshed.

Added `-DMKSHRC_PATH=\"/etc/mkshrc\"` to `CPPFLAGS` to set the default
startup file during both login and nonlogin sessions, so that there is
no need to source `/etc/mkshrc` file manually.

In addition to the package upgrade, use PKG_HASH instead of
PKG_MD5SUM.

Reviewed-by: Thorsten Glaser &lt;tg@mirbsd.org&gt;
Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
</entry>
<entry>
<title>utils/mksh: update to r54</title>
<updated>2017-02-24T16:01:09Z</updated>
<author>
<name>Alif M. Ahmad</name>
</author>
<published>2017-02-24T16:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=30d6c47bc7c451beb321b0dcf221a520ba026b43'/>
<id>urn:sha1:30d6c47bc7c451beb321b0dcf221a520ba026b43</id>
<content type='text'>
Update to current latest upstream: r54.
Also add a new download mirror to fetch the source.

Signed-off-by: Alif M. Ahmad &lt;alive4ever@live.com&gt;
</content>
</entry>
<entry>
<title>utils/mksh: Update to current latest upstream (r52c).</title>
<updated>2016-07-19T11:51:38Z</updated>
<author>
<name>Alive 4ever</name>
</author>
<published>2016-07-12T13:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=63503618652b01bb24f1c43e70a8f3df9e3a96c0'/>
<id>urn:sha1:63503618652b01bb24f1c43e70a8f3df9e3a96c0</id>
<content type='text'>
Signed-off-by: Alif M. A. &lt;alive4ever at live.com&gt;
</content>
</entry>
<entry>
<title>mksh: SECURITY update to R50d</title>
<updated>2014-10-09T12:15:30Z</updated>
<author>
<name>Thorsten Glaser</name>
</author>
<published>2014-10-08T23:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d341cf9dccafa928873ada7a4e9e656c944e936f'/>
<id>urn:sha1:d341cf9dccafa928873ada7a4e9e656c944e936f</id>
<content type='text'>
- new upstream version
- update my eMail address
- add maintainer and licence tag

Signed-off-by: Thorsten Glaser &lt;tg@mirbsd.org&gt;
</content>
</entry>
</feed>
