<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/whois, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-08-22T23:04:54Z</updated>
<entry>
<title>whois: update to 5.6.4</title>
<updated>2025-08-22T23:04:54Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-08-22T21:29:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=31b3f9bd1f7796342c97f36aef5722d86c08aacd'/>
<id>urn:sha1:31b3f9bd1f7796342c97f36aef5722d86c08aacd</id>
<content type='text'>
- takeover maintainership

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.23</title>
<updated>2024-06-02T12:33:22Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-06-02T07:40:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bd674aebe9054a74c18014a06a5542e20a85003a'/>
<id>urn:sha1:bd674aebe9054a74c18014a06a5542e20a85003a</id>
<content type='text'>
- Switch to local tarball

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.22</title>
<updated>2024-04-12T03:45:49Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-04-12T02:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ecc4ecb9d52a959f5c8e1451105e66f44fb0704c'/>
<id>urn:sha1:ecc4ecb9d52a959f5c8e1451105e66f44fb0704c</id>
<content type='text'>
- Don't override PKG_BUILD_DIR since tarball is now properly constructed

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.21</title>
<updated>2024-03-15T14:53:41Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-03-15T13:04:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b69ffe14a992fd3deca123415cc3dd9897cf7807'/>
<id>urn:sha1:b69ffe14a992fd3deca123415cc3dd9897cf7807</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.20</title>
<updated>2024-02-07T21:57:54Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-07T12:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5c8955cd22d78ee5643b428aff613dbcfb33c7cc'/>
<id>urn:sha1:5c8955cd22d78ee5643b428aff613dbcfb33c7cc</id>
<content type='text'>
- Refresh patches

Signed-off-by: krant &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-03.infra.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>whois: update to 5.5.10</title>
<updated>2021-12-20T09:27:30Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-12-16T06:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cdb4ffede32743bfd92539142239026243f91990'/>
<id>urn:sha1:cdb4ffede32743bfd92539142239026243f91990</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: remove nls.mk</title>
<updated>2021-07-14T07:19:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-11T07:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=048a2f68ca58e692321593868282f7f94348bc2e'/>
<id>urn:sha1:048a2f68ca58e692321593868282f7f94348bc2e</id>
<content type='text'>
whois as implemented in the OpenWrt package does not use gettext. Fixes
compilation issue with glibc.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.9</title>
<updated>2021-03-29T02:24:18Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-03-28T19:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d424d19b5a46c2a77b20d936880144e1cdeca5ba'/>
<id>urn:sha1:d424d19b5a46c2a77b20d936880144e1cdeca5ba</id>
<content type='text'>
* Updated the .ga TLD server.
* Removed the .cd and cf TLD servers.
* Removed 72 new gTLDs which are no longer active.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>whois: update to 5.5.8</title>
<updated>2021-03-01T01:26:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-01T01:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a5278062111351c2e6d1ebf7ac24f94722bf2e8e'/>
<id>urn:sha1:a5278062111351c2e6d1ebf7ac24f94722bf2e8e</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
