<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/mtr, 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-04-21T20:46:58Z</updated>
<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>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtr: bump version to 0.95, split package for JSON and non-JSON variants</title>
<updated>2022-03-17T02:45:29Z</updated>
<author>
<name>Marc Egerton</name>
</author>
<published>2022-03-14T20:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b9b99295918c2fb70f153852b1b58007283d67bc'/>
<id>urn:sha1:b9b99295918c2fb70f153852b1b58007283d67bc</id>
<content type='text'>
As per the discussion in PR #18047, split the MTR package into
two, one with jansson enabled for JSON output, and one without.

This commit also bumps the version to 0.95. Since the MTR project
website does not seem to be updated with builds any longer, switch
to GitHub Codeload instead.

Also enable PKG_FIXUP:=autoreconf so that MTRs bootstrap.sh process
is executed properly.

Signed-off-by: Marc Egerton &lt;marc@malloc.me&gt;
</content>
</entry>
<entry>
<title>mtr: update to 0.94</title>
<updated>2020-11-25T06:43:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-24T00:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e9a695b3b591f3cfcc89d31225d48aeb567317af'/>
<id>urn:sha1:e9a695b3b591f3cfcc89d31225d48aeb567317af</id>
<content type='text'>
Switch to normal HTTP mirron.

Don't use jansson.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtr: update to 0.93</title>
<updated>2019-12-12T15:22:43Z</updated>
<author>
<name>DENG Qingfang</name>
</author>
<published>2019-12-10T12:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ad5615737ac6cfc6078d3b905cbfbc9e746e0ebe'/>
<id>urn:sha1:ad5615737ac6cfc6078d3b905cbfbc9e746e0ebe</id>
<content type='text'>
Update mtr to 0.93
Add size optimization options
ath79 ipk size: 31.9k -&gt; 31.4k

Signed-off-by: DENG Qingfang &lt;dengqf6@mail2.sysu.edu.cn&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
<entry>
<title>mtr: fix UNKNOWN version reporting</title>
<updated>2019-01-16T02:53:08Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-01-16T02:27:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f68ce32f9b46664b04f9defe1542afc01aee1327'/>
<id>urn:sha1:f68ce32f9b46664b04f9defe1542afc01aee1327</id>
<content type='text'>
Supersedes openwrt/packages#7634

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtr: add autoreconf</title>
<updated>2018-09-06T07:57:18Z</updated>
<author>
<name>Guo Li</name>
</author>
<published>2018-09-06T07:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e656745031fd11acc6b00f49dd809374a486fae8'/>
<id>urn:sha1:e656745031fd11acc6b00f49dd809374a486fae8</id>
<content type='text'>
The official tarball does not contain configure, we should set
PKG_FIXUP=autoreconf to generate one

make[4]: *** No targets specified and no makefile found.  Stop.

Signed-off-by: Guo Li &lt;uxgood.org@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtr: Switch to official tarball and remove hackish patches (#6738)</title>
<updated>2018-09-01T23:55:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-09-01T23:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b5e6d2c7843b1f979732c6b4db5ddf229a126f8e'/>
<id>urn:sha1:b5e6d2c7843b1f979732c6b4db5ddf229a126f8e</id>
<content type='text'>
Should properly report version now.

Cosmetic makefile changes.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
</feed>
