<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/udpxy, 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-08-17T05:54:58Z</updated>
<entry>
<title>udpxy: update to latest version</title>
<updated>2024-08-17T05:54:58Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2024-08-16T17:08:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=56ac3b38ee2b7ce925c9b125d121cf3e6f939c1e'/>
<id>urn:sha1:56ac3b38ee2b7ce925c9b125d121cf3e6f939c1e</id>
<content type='text'>
Fixes uninitialized address.
Switch to local tarballs for APK compatibility.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@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>udpxy: update to 1.0-25.1</title>
<updated>2021-03-15T00:08:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-14T01:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6aa8c2bf6a086e5fae2cbf8133499473ff59a3dc'/>
<id>urn:sha1:6aa8c2bf6a086e5fae2cbf8133499473ff59a3dc</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>udpxy: update to 1.0-25.0</title>
<updated>2020-12-02T00:23:23Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-01T00:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=664e8a1c9f8c3ea34cbd20864e891ea116ddf56c'/>
<id>urn:sha1:664e8a1c9f8c3ea34cbd20864e891ea116ddf56c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>udpxy: fix error 'enable verbose' command flag in init script</title>
<updated>2020-10-21T07:39:53Z</updated>
<author>
<name>Meano</name>
</author>
<published>2020-10-21T07:10:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=568e381cd2def221763f876057090ddc891df1eb'/>
<id>urn:sha1:568e381cd2def221763f876057090ddc891df1eb</id>
<content type='text'>
Signed-off-by: Meano &lt;meano@foxmail.com&gt;
</content>
</entry>
<entry>
<title>udpxy: update to 1.0-24.1</title>
<updated>2020-02-13T23:56:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-02-12T02:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=368d6867574bc36ef4c0be345524333a7b243098'/>
<id>urn:sha1:368d6867574bc36ef4c0be345524333a7b243098</id>
<content type='text'>
Switched to codeload tarballs. Simplified the Makefile as a result.

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

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>
<entry>
<title>udpxy: update to latest version</title>
<updated>2016-09-28T16:11:19Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2016-09-28T16:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=93232f818b68f29e00bc18f0fd091dadd9039bb2'/>
<id>urn:sha1:93232f818b68f29e00bc18f0fd091dadd9039bb2</id>
<content type='text'>
Also switches git to https

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>udpxy: bump PKG_VERSION in order to fix build issues and refresh patches</title>
<updated>2015-03-08T14:09:21Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2015-03-08T13:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b58d21c5ab6e365089171007c6c92f820e61c946'/>
<id>urn:sha1:b58d21c5ab6e365089171007c6c92f820e61c946</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>udpxy: fix build on OS X and clean up Makefile</title>
<updated>2015-03-05T12:52:38Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2015-03-05T12:52:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fd62435cd42ef6ef431109ca3f15b47a50df214a'/>
<id>urn:sha1:fd62435cd42ef6ef431109ca3f15b47a50df214a</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
