<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/dante, 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-03-15T20:06:28Z</updated>
<entry>
<title>dante: fix usaage with musl</title>
<updated>2026-03-15T20:06:28Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2026-03-14T02:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5fc21a109b75bfff04b147a35a5547d0e140ce59'/>
<id>urn:sha1:5fc21a109b75bfff04b147a35a5547d0e140ce59</id>
<content type='text'>
Need to disable this function as it's unusable on musl.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>dante: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-04T07:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e57d80b512ec8debde8c51d233c8748ca5711e36'/>
<id>urn:sha1:e57d80b512ec8debde8c51d233c8748ca5711e36</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>dante: update to 1.4.4</title>
<updated>2025-01-07T02:50:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-01-07T00:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0a5786e15e02e3e4f847d429b32c93f3d871a516'/>
<id>urn:sha1:0a5786e15e02e3e4f847d429b32c93f3d871a516</id>
<content type='text'>
Refreshed patches.

Use libtirpc to fix missing bindresvport. It's not actually used.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>dante: fix compilation with GCC14</title>
<updated>2024-07-16T17:21:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-07-12T20:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=725c3d687fdcdc3d543e7d3064677d2c78f240f3'/>
<id>urn:sha1:725c3d687fdcdc3d543e7d3064677d2c78f240f3</id>
<content type='text'>
Also added some configure fixes.

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.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>treewide: fix broken conffiles</title>
<updated>2021-10-28T06:18:42Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2021-10-24T10:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e6e770b268bc4b7448a36c0947cdada8cd5b0e17'/>
<id>urn:sha1:e6e770b268bc4b7448a36c0947cdada8cd5b0e17</id>
<content type='text'>
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>dante: adopt package</title>
<updated>2021-06-23T19:44:23Z</updated>
<author>
<name>David Yang</name>
</author>
<published>2021-06-23T15:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b75a512915e3254b756cda43a8989f144b0f9cb6'/>
<id>urn:sha1:b75a512915e3254b756cda43a8989f144b0f9cb6</id>
<content type='text'>
Give this package more love by adopting it :)

Changes since 1.4.1-4:
  * change maintainer to me
  * update to 1.4.3
  + add example config files sockd.conf and socks.conf
  + add service file for sockd
  * update 200-fix-RTLD_NEXT.patch
  - remove merged 210-deactivate-sched_setscheduler.patch
  * fix Autoconf build file

Signed-off-by: David Yang &lt;mmyangfl@gmail.com&gt;
</content>
</entry>
</feed>
