<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/lksctp-tools, 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>2026-05-10T08:32:19Z</updated>
<entry>
<title>lksctp-tools: add generic version check override</title>
<updated>2026-05-10T08:32:19Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2026-05-08T13:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a41106cdc8d5e258e12538d460e7240b59810eb'/>
<id>urn:sha1:3a41106cdc8d5e258e12538d460e7240b59810eb</id>
<content type='text'>
Override generic version checks to skip them altogether because none of the
tools report their versions.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>lksctp-tools: update to 1.0.21</title>
<updated>2025-09-03T16:48:34Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-08-31T05:03:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dea6fe132c019dbf0358465935326d5e5975d146'/>
<id>urn:sha1:dea6fe132c019dbf0358465935326d5e5975d146</id>
<content type='text'>
update to 1.0.21

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>lksctp-tools: update to 1.0.19</title>
<updated>2021-07-21T07:18:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-21T03:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7fe327a31a6e3c51f0b8d5522a42bd4ca7b870e6'/>
<id>urn:sha1:7fe327a31a6e3c51f0b8d5522a42bd4ca7b870e6</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@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.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: add missing BUILDONLY</title>
<updated>2020-10-13T00:43:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-10-13T00:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5a7148d112113544611ee358a7d062cec85c1629'/>
<id>urn:sha1:5a7148d112113544611ee358a7d062cec85c1629</id>
<content type='text'>
Fixes Makefile warnings:

WARNING: skipping X -- package has no install section

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>lksctp-tools: Update URL</title>
<updated>2019-07-28T22:33:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-28T22:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=64c358876e768003897685eeea612f61d88a0e0e'/>
<id>urn:sha1:64c358876e768003897685eeea612f61d88a0e0e</id>
<content type='text'>
The old website still references an old version. Fixes uscan.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>lksctp-tools: Update to 1.0.18</title>
<updated>2019-01-25T05:14:37Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-12-17T23:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d506522b0addfec80bbfce763c7b5fce24715d73'/>
<id>urn:sha1:d506522b0addfec80bbfce763c7b5fce24715d73</id>
<content type='text'>
Switch to new upstream.

Remove Nico as Maintainer out of inactivity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
