<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/hcxtools/Makefile, 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>2023-11-19T04:19:46Z</updated>
<entry>
<title>hcxtools: update to 6.3.2</title>
<updated>2023-11-19T04:19:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-08-17T23:33:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=64b00f33dba8877408752dac00e6ccbb197102f4'/>
<id>urn:sha1:64b00f33dba8877408752dac00e6ccbb197102f4</id>
<content type='text'>
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-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>hcxtools: update to 6.2.4</title>
<updated>2021-09-23T19:04:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-09T19:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fde4e42bfcb6f828230c67a5208d4c2dc6254613'/>
<id>urn:sha1:fde4e42bfcb6f828230c67a5208d4c2dc6254613</id>
<content type='text'>
Refresh patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: update to 6.1.6</title>
<updated>2021-04-13T22:30:39Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-12T04:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f25755b0f956a95e70d73ed7c7a299d97ce5d510'/>
<id>urn:sha1:f25755b0f956a95e70d73ed7c7a299d97ce5d510</id>
<content type='text'>
Add patch fixing compilation without deprecated OpenSSL APIs.

Fix installation. This never worked as the section was misnamed.

Updated tool names.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: update to 5.3.0. + Changes to Makefile to include latest binaries being compiled</title>
<updated>2020-02-03T16:17:42Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2020-02-02T12:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c7cf60ab401909c8bab6a094986fe2a645a29553'/>
<id>urn:sha1:c7cf60ab401909c8bab6a094986fe2a645a29553</id>
<content type='text'>
Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;

hcxdumptool: forgot to add new openssl dependency

Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: update to v5.2.2</title>
<updated>2019-09-26T18:44:52Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2019-09-26T18:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e28f4e142236ca18dc72077b60e84462aaa31ea8'/>
<id>urn:sha1:e28f4e142236ca18dc72077b60e84462aaa31ea8</id>
<content type='text'>
Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin</title>
<updated>2019-08-26T18:52:50Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2019-08-26T18:52:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6a439e2cc6a4a411722aebc13917cd003c351382'/>
<id>urn:sha1:6a439e2cc6a4a411722aebc13917cd003c351382</id>
<content type='text'>
Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Capitalize submenus</title>
<updated>2019-07-25T01:35:40Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-07-23T13:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269'/>
<id>urn:sha1:2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269</id>
<content type='text'>
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: Fixed typo in both Makefiles</title>
<updated>2019-07-03T06:02:21Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2019-07-03T06:02:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0ae69587409e0b5dc8d3935c8e19d3b8db995019'/>
<id>urn:sha1:0ae69587409e0b5dc8d3935c8e19d3b8db995019</id>
<content type='text'>
PKG_LICENCE_FILES vas wrongly named PKG_LICENCE_FILE

Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxtools: Changes to the Makefile, as suggested.</title>
<updated>2019-07-02T14:16:44Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2019-07-02T13:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6f6457fb373aa71a3546f43019c493f3b15fafc2'/>
<id>urn:sha1:6f6457fb373aa71a3546f43019c493f3b15fafc2</id>
<content type='text'>
- Now using codeload as suggested.
- Removed PKG_BUILD_PARALLEL, and PKG_USE_MIPS16:=0 as it was no longer needed to build the latest version successfully.
- Moved PKG_MAINTAINER to top.
- Use INSTALL_BIN instead of CP
- Added PKG_LICENSE and PKG_LICENSE_FILES
- Fixed a typo in TITLE
- DCO should be fixed now.

Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
</feed>
