<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/mtools, 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-10-10T15:57:52Z</updated>
<entry>
<title>mtools: update to 4.0.45</title>
<updated>2024-10-10T15:57:52Z</updated>
<author>
<name>Jen Wolf</name>
</author>
<published>2024-10-02T20:01:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7fe51d7dfe422ab43507bf699ff55bc81def3c15'/>
<id>urn:sha1:7fe51d7dfe422ab43507bf699ff55bc81def3c15</id>
<content type='text'>
mtools: update to 4.0.45

no change log
https://www.gnu.org/software/mtools/manual/mtools.html

Compile tested: Model ASUS RT-AC88U
Architecture ARMv7 Processor rev 0 (v7l)
BCM53xx / arm_cortex-a9.
Kernel Version 6.6.53
main branch
Run tested: Using GCC 14.2.0 and binutils 2.43.1

Signed-off-by: Jen Wolf &lt;jenwolf@protonmail.com&gt;</content>
</entry>
<entry>
<title>mtools: update to version 4.0.43</title>
<updated>2023-06-11T14:29:45Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-06-11T12:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f142b1e0025bf7a4af0a6fdc283864a6f08f1233'/>
<id>urn:sha1:f142b1e0025bf7a4af0a6fdc283864a6f08f1233</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@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>mtools: avoid picking libbsd dependency</title>
<updated>2022-05-02T19:47:44Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2022-05-01T19:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d6960886bdddbc7fe6235bf82a2f28db61efa964'/>
<id>urn:sha1:d6960886bdddbc7fe6235bf82a2f28db61efa964</id>
<content type='text'>
Even though commit 96ec989ed ("mtools: update to 4.0.39") correctly
dropped libbsd dependency, the package's configure script will still
link to it if the library is found.

Tell configure not to look for it by setting ac_cv_lib_bsd_main=no.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtools: update to 4.0.39</title>
<updated>2022-04-29T06:06:20Z</updated>
<author>
<name>Guilherme Janczak</name>
</author>
<published>2022-04-24T07:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=96ec989edbb72e03b25588f382b88dc7ab88dddf'/>
<id>urn:sha1:96ec989edbb72e03b25588f382b88dc7ab88dddf</id>
<content type='text'>
This update happens to drop the libbsd dependency.

Signed-off-by: Guilherme Janczak &lt;guilherme.janczak@yandex.com&gt;
</content>
</entry>
<entry>
<title>mtools: bump to 4.0.35</title>
<updated>2021-08-14T22:42:20Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-14T22:42:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=61996a000ed98867187a657320cc2fa913e4eb77'/>
<id>urn:sha1:61996a000ed98867187a657320cc2fa913e4eb77</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>mtools: fix host lib leakage</title>
<updated>2021-08-14T22:40:47Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-14T22:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b37da1e6fc8a48c620fe8e27de4e5baa35bd5d56'/>
<id>urn:sha1:b37da1e6fc8a48c620fe8e27de4e5baa35bd5d56</id>
<content type='text'>
The package does not build due to host lib leakage, as evidenced by
config.log:

X_CFLAGS=' -I/usr/include'
X_LIBS=' -L/usr/lib'

Fix this by disabling X with a configure var.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>mtools: add new package</title>
<updated>2021-04-21T00:19:14Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-04-21T00:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8ec61eb7a889fce146c49b9ec24196b2d5ea87da'/>
<id>urn:sha1:8ec61eb7a889fce146c49b9ec24196b2d5ea87da</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
