<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/sexpect, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-09-18T05:25:47Z</updated>
<entry>
<title>sexpect: update to 2.3.14</title>
<updated>2024-09-18T05:25:47Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-12T07:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=22dd9a0ffecc54fecc9c21ed224d6e8e61ed725c'/>
<id>urn:sha1:22dd9a0ffecc54fecc9c21ed224d6e8e61ed725c</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@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.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>sexpect: updated to 2.3.11</title>
<updated>2022-08-03T01:10:53Z</updated>
<author>
<name>Clark Wang</name>
</author>
<published>2022-08-02T12:46:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bcc877e73c34e56a03d1a017ff9871b48579195e'/>
<id>urn:sha1:bcc877e73c34e56a03d1a017ff9871b48579195e</id>
<content type='text'>
Signed-off-by: Clark Wang &lt;dearvoid@gmail.com&gt;
</content>
</entry>
<entry>
<title>sexpect: updated per OpenWrt's common practice</title>
<updated>2022-04-23T09:01:55Z</updated>
<author>
<name>Clark Wang</name>
</author>
<published>2022-04-23T03:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=17d4d05fd5ae572d7621fe57b5feb610edfb4c07'/>
<id>urn:sha1:17d4d05fd5ae572d7621fe57b5feb610edfb4c07</id>
<content type='text'>
- removed extra white spaces in Makefile
- changed license from GPL-3.0 to GPL-3.0-only
- added test.sh

Signed-off-by: Clark Wang &lt;dearvoid@gmail.com&gt;
</content>
</entry>
<entry>
<title>sexpect: Expect for Shells</title>
<updated>2022-04-16T18:08:24Z</updated>
<author>
<name>Clark Wang</name>
</author>
<published>2022-04-06T13:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=49b1e63444454a7d9142d09bc96ca5eabb2ffabc'/>
<id>urn:sha1:49b1e63444454a7d9142d09bc96ca5eabb2ffabc</id>
<content type='text'>
Sexpect is another implementation of Expect which is specifically
designed for shells. It's lightweight and has no dependency on other
packages.

Signed-off-by: Clark Wang &lt;dearvoid@gmail.com&gt;
</content>
</entry>
</feed>
