<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libdnet, 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>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.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>libdnet: update to 1.16.1</title>
<updated>2022-11-05T17:33:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T03:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b49eeb0938e0dd6dab518e4759fc2e4402de344'/>
<id>urn:sha1:6b49eeb0938e0dd6dab518e4759fc2e4402de344</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libdnet: fix compilation under macOS</title>
<updated>2021-10-06T00:33:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-04T23:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6713d9e6620b398a36a1a8830ee91919b0f16956'/>
<id>urn:sha1:6713d9e6620b398a36a1a8830ee91919b0f16956</id>
<content type='text'>
configure checks the host system not the target one. Override these
variables.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libdnet: fix dnet-config install path</title>
<updated>2021-01-10T01:55:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-01-10T01:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3a35751513ccf017700e70ec8fba3d3cc73cd8f7'/>
<id>urn:sha1:3a35751513ccf017700e70ec8fba3d3cc73cd8f7</id>
<content type='text'>
For these -config files, some packages use the -config file in /usr
and others in /host. Install to /usr and then symlink as is done in
other packages.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libdnet: update to 1.14</title>
<updated>2020-09-21T00:02:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-21T00:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f9d67865be45b5a5c59bd52a299ee5573d167282'/>
<id>urn:sha1:f9d67865be45b5a5c59bd52a299ee5573d167282</id>
<content type='text'>
Clean up the Makefile to modern standards.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove obsolete references to avr32</title>
<updated>2018-09-28T04:03:20Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2018-09-27T03:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e38c1006123f54039294348dda51febaa72a3e49'/>
<id>urn:sha1:e38c1006123f54039294348dda51febaa72a3e49</id>
<content type='text'>
This is a long overdue followup commit to openwrt/openwrt@5d9eeab
("build: remove obsolete references to cris and avr32")

Signed-off-by: Yousong Zhou &lt;yszhou4tech@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>
<entry>
<title>libdnet: fix source URL</title>
<updated>2016-10-31T10:14:01Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2016-10-31T10:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b9595079566f6728d06f941738205fbec50a8e88'/>
<id>urn:sha1:b9595079566f6728d06f941738205fbec50a8e88</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;openwrt@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>libdnet: initial import from old-packages</title>
<updated>2015-01-25T18:44:54Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2015-01-25T18:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a44b041534222ad91867175f49e843af82bcb0a'/>
<id>urn:sha1:4a44b041534222ad91867175f49e843af82bcb0a</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;
</content>
</entry>
</feed>
