<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/rpcbind, 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-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&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>samba4: drop maintainership</title>
<updated>2022-06-21T18:24:15Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2022-06-21T11:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd49a8fb277f58d013b4bfc229aef6db18252146'/>
<id>urn:sha1:cd49a8fb277f58d013b4bfc229aef6db18252146</id>
<content type='text'>
drop maintainership:
* samba4
* ksmbd-tools
* perl-parse-yapp
* libtirpc
* softethervpn5
* wsdd2
* rpcsvc-proto

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcbind: update to 1.2.6</title>
<updated>2021-06-27T13:08:54Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2021-06-27T13:08:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4634b095ef2b3d5a1023a652a68cd8d68ee83544'/>
<id>urn:sha1:4634b095ef2b3d5a1023a652a68cd8d68ee83544</id>
<content type='text'>
* update to 1.2.6
* remove merged upstream patch

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcbind: clean up patches using quilt</title>
<updated>2021-02-15T06:31:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-15T06:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e2ee9cf80f7f5871748c84636efcc4ecc07218fb'/>
<id>urn:sha1:e2ee9cf80f7f5871748c84636efcc4ecc07218fb</id>
<content type='text'>
The second one was manually modified as quilt gets confused by the ***
and ends up removing the commit description.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcinfo: add upstream commit to fix stack buffer overflow</title>
<updated>2019-05-12T19:14:31Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2019-05-12T19:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7b062f478d8e245fd29f3d76e9984333426a25d2'/>
<id>urn:sha1:7b062f478d8e245fd29f3d76e9984333426a25d2</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
<entry>
<title>rpcbind: add/enable rmtcalls support</title>
<updated>2019-05-03T10:11:14Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-05-03T08:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=402a44566158a381c85662fb4d97b248e6b22888'/>
<id>urn:sha1:402a44566158a381c85662fb4d97b248e6b22888</id>
<content type='text'>
* add broadcast discovery support of rpc services

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcbind: Add PKG_CPE_ID for proper CVE tracking</title>
<updated>2019-03-28T13:51:01Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-03-28T13:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ebb648127d48fe96696b5a029786134c1441bfee'/>
<id>urn:sha1:ebb648127d48fe96696b5a029786134c1441bfee</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>rpcbind: fix warmstart option, CVE-2017-8779</title>
<updated>2019-03-27T12:18:26Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2019-03-27T12:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9dafa4324c0f2fdbb3d48136cb9617cc2c0d9f44'/>
<id>urn:sha1:9dafa4324c0f2fdbb3d48136cb9617cc2c0d9f44</id>
<content type='text'>
* always build with warmstart options
* fix CVE-2017-8779

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpcbind: update to 1.2.5</title>
<updated>2018-08-19T14:36:03Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2018-08-19T14:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7a88e515d099fb74a3c8426d1e2b875b1903a12d'/>
<id>urn:sha1:7a88e515d099fb74a3c8426d1e2b875b1903a12d</id>
<content type='text'>
* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version

Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
</feed>
