<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/ibrdtn-tools, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>ibrdtn-tools: fix compilation with GCC11</title>
<updated>2021-07-11T07:23:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-07T20:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=20d01239c7c856eaaaae1dabf5c8a8de51821351'/>
<id>urn:sha1:20d01239c7c856eaaaae1dabf5c8a8de51821351</id>
<content type='text'>
throw() is not supported with C++17.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-05T23:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=39bc254663c6a5d54ff959366aba28f6ab9d7c4c'/>
<id>urn:sha1:39bc254663c6a5d54ff959366aba28f6ab9d7c4c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrdtn-tools: Switch to uClibc++</title>
<updated>2019-05-27T06:06:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-20T02:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8fa1568624f877bffc510982f73fd28d0b81a586'/>
<id>urn:sha1:8fa1568624f877bffc510982f73fd28d0b81a586</id>
<content type='text'>
Seems to work fine.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&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.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>
<entry>
<title>ibrdtn-tools: Updated to 1.0.1</title>
<updated>2015-02-24T16:43:36Z</updated>
<author>
<name>Johannes Morgenroth</name>
</author>
<published>2015-02-24T14:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1b5ba1b255c4c66d41de66b2b481c395f754ef04'/>
<id>urn:sha1:1b5ba1b255c4c66d41de66b2b481c395f754ef04</id>
<content type='text'>
Signed-off-by: Johannes Morgenroth &lt;jm@m-network.de&gt;
</content>
</entry>
<entry>
<title>ibrdtn-tools: Updated to 1.0.0</title>
<updated>2015-01-10T16:30:57Z</updated>
<author>
<name>Johannes Morgenroth</name>
</author>
<published>2015-01-10T14:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=df34963277a78fbdb62c684cc012a31df26b5ac9'/>
<id>urn:sha1:df34963277a78fbdb62c684cc012a31df26b5ac9</id>
<content type='text'>
Signed-off-by: Johannes Morgenroth &lt;jm@m-network.de&gt;
</content>
</entry>
<entry>
<title>ibrdtn-tools: Add autoreconf to fixup</title>
<updated>2014-08-25T16:35:22Z</updated>
<author>
<name>Johannes Morgenroth</name>
</author>
<published>2014-08-25T16:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aa9fb41b2a6dfe15064eaf84f0d180984b46747c'/>
<id>urn:sha1:aa9fb41b2a6dfe15064eaf84f0d180984b46747c</id>
<content type='text'>
The fixup is necessary since there is a patch for configure.ac in this recipe.

Signed-off-by: Johannes Morgenroth &lt;morgenroth@ibr.cs.tu-bs.de&gt;</content>
</entry>
<entry>
<title>ibrdtn-tools: Disable dependency on libdaemon library</title>
<updated>2014-08-24T09:59:06Z</updated>
<author>
<name>Johannes Morgenroth</name>
</author>
<published>2014-08-24T09:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b9a646bd879c5b88ac25069c7e9f5a68b38516c4'/>
<id>urn:sha1:b9a646bd879c5b88ac25069c7e9f5a68b38516c4</id>
<content type='text'>
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.

Signed-off-by: Johannes Morgenroth &lt;morgenroth@ibr.cs.tu-bs.de&gt;
</content>
</entry>
<entry>
<title>ibrdtn-tools: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS</title>
<updated>2014-08-22T12:34:16Z</updated>
<author>
<name>Johannes Morgenroth</name>
</author>
<published>2014-08-22T12:34:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=353764af544382b64e2c25e6f6c06cd4ae2e5c20'/>
<id>urn:sha1:353764af544382b64e2c25e6f6c06cd4ae2e5c20</id>
<content type='text'>
Signed-off-by: Johannes Morgenroth &lt;morgenroth@ibr.cs.tu-bs.de&gt;</content>
</entry>
</feed>
