<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/vallumd/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>2025-11-19T11:44:04Z</updated>
<entry>
<title>vallumd: backport upstream patch to fix buildbot</title>
<updated>2025-11-19T11:44:04Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2025-11-18T15:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b3daeff0bb3ad4aa0da43ede2710a9fdafd86041'/>
<id>urn:sha1:b3daeff0bb3ad4aa0da43ede2710a9fdafd86041</id>
<content type='text'>
Backport upstream patch that bumps minimum required CMake version to fix
buildbot.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>vallumd: bump to 0.2.2</title>
<updated>2022-11-18T07:32:28Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-11-18T06:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1136e0ac3ca4eacd2de0ca51db0a2e652e0f8cce'/>
<id>urn:sha1:1136e0ac3ca4eacd2de0ca51db0a2e652e0f8cce</id>
<content type='text'>
Add upstream patch to fix building from source tarballs.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>vallumd: bump to 0.2.1</title>
<updated>2022-11-18T06:43:44Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-11-18T06:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b40d47f259b19415a0542042adb7b99e40a959be'/>
<id>urn:sha1:b40d47f259b19415a0542042adb7b99e40a959be</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>vallumd: point PKG_SOURCE_URL to Codeberg</title>
<updated>2022-11-18T06:43:44Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-08-13T21:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=148afbbeb55d7a6d2049a22dccf12eaa4940933b'/>
<id>urn:sha1:148afbbeb55d7a6d2049a22dccf12eaa4940933b</id>
<content type='text'>
The github repository has been archived; the project is now hosted on
Codeberg. Update the PKG_SOURCE_URL accordingly.

Gitea doesn't seem to add a version suffix to the directory in the
tarball, so use a custom PKG_BUILD_DIR.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>vallumd: bump to 0.2.0</title>
<updated>2022-01-09T16:31:47Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2022-01-09T16:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=31fd0f03b2b13b9b762ea9e10507ccf80ec9324d'/>
<id>urn:sha1:31fd0f03b2b13b9b762ea9e10507ccf80ec9324d</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: build CMake projects with Ninja</title>
<updated>2021-03-28T04:51:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-04T22:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a31b7320077c340268d31642ded69cc66fbc230c'/>
<id>urn:sha1:a31b7320077c340268d31642ded69cc66fbc230c</id>
<content type='text'>
faster to compile.

A small selection of packages was tested going from:

Executed in  696.30 secs   fish           external
   usr time   82.98 mins  395.00 micros   82.98 mins
   sys time    9.02 mins    0.00 micros    9.02 mins

to:

Executed in  592.20 secs   fish           external
   usr time   84.84 mins  361.00 micros   84.84 mins
   sys time    8.85 mins   57.00 micros    8.85 mins

Tested by running make -j 12 and wiping staging/build_dir/target_x

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>vallumd: switch to codeload.github.com</title>
<updated>2020-05-08T01:17:48Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2020-05-08T01:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e1f607af949fc825c9a65ac9366ca9d5c344769d'/>
<id>urn:sha1:e1f607af949fc825c9a65ac9366ca9d5c344769d</id>
<content type='text'>
Review of my PR to add readsb requested to use codeload. Update vallumd
to use codeload as well, so that things are consistent.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>vallumd: bump to 0.1.4</title>
<updated>2019-02-17T15:47:54Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2019-02-17T15:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d89cd30a79c7219b25e0d81d6f3faabcad9bb544'/>
<id>urn:sha1:d89cd30a79c7219b25e0d81d6f3faabcad9bb544</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
