<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/hcxdumptool/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>2024-04-13T21:12:14Z</updated>
<entry>
<title>hcxdumptool: Update to 6.3.4</title>
<updated>2024-04-13T21:12:14Z</updated>
<author>
<name>dracode</name>
</author>
<published>2024-04-03T04:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f28c81bae20437ffb78eb161e098ac6ac4043b69'/>
<id>urn:sha1:f28c81bae20437ffb78eb161e098ac6ac4043b69</id>
<content type='text'>
Version 6.3.4 has some important fixes for the OpenWrt community.
This version properly supports Big-Endian systems (which are many); the previous OpenWrt packaged version crashed on such systems.

Signed-off-by: dracode &lt;github@dragonbyte.org&gt;
</content>
</entry>
<entry>
<title>hcxdmptool: update to 6.3.2</title>
<updated>2023-11-19T04:19:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2023-08-17T23:27:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c5de8c00044ce5d514ec220291b83a85e5e49ab3'/>
<id>urn:sha1:c5de8c00044ce5d514ec220291b83a85e5e49ab3</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>hcxdumptool: update to 6.2.4</title>
<updated>2021-09-23T19:04:40Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-09T19:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=911df9bfa539c67f4b62fd074aad436eb2b09a5e'/>
<id>urn:sha1:911df9bfa539c67f4b62fd074aad436eb2b09a5e</id>
<content type='text'>
Remove upstreamed patch. Refresh other.

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

Backport upstream patch to fix stdout.

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>hcxdumptool: update to 6.0.1</title>
<updated>2020-02-02T12:55:31Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2020-02-02T12:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e48b08d48667bba9dc422c557aec446ffa67723a'/>
<id>urn:sha1:e48b08d48667bba9dc422c557aec446ffa67723a</id>
<content type='text'>
Signed-off-by: Andreas Nilsen &lt;adde88@gmail.com&gt;
</content>
</entry>
<entry>
<title>hcxdumptool: update to v5.2.2</title>
<updated>2019-09-26T18:45:08Z</updated>
<author>
<name>Andreas Nilsen</name>
</author>
<published>2019-09-26T18:45:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a79d3903f757a531fa8b7ad4606c6869396408be'/>
<id>urn:sha1:a79d3903f757a531fa8b7ad4606c6869396408be</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>
</feed>
