<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/ibrcommon, 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>ibrcommon: remove basename</title>
<updated>2024-04-19T21:18:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-04-14T23:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bfb5d820bf3f7e50fdde9da759e7407b5d5763a2'/>
<id>urn:sha1:bfb5d820bf3f7e50fdde9da759e7407b5d5763a2</id>
<content type='text'>
Can be replaced with regular C++.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrcommon: fix compilation with GCC11</title>
<updated>2021-07-11T07:24:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-07T03:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e3b89b6f5d1dc4561b3a9cba4974785d687df174'/>
<id>urn:sha1:e3b89b6f5d1dc4561b3a9cba4974785d687df174</id>
<content type='text'>
GCC11 defaults to C++17, which does not allow throw specifiers.

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>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrcommon: Switch to uClibc++</title>
<updated>2019-05-27T06:06:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-05-20T02:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f3b65cbd396530e6e9480a874dacbb0c421a14e5'/>
<id>urn:sha1:f3b65cbd396530e6e9480a874dacbb0c421a14e5</id>
<content type='text'>
Reduces install size.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrcommon: Remove uclibc++ usage</title>
<updated>2018-12-30T17:36:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-12-30T17:36:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=38c27f5a49d5cd9bd411cf564bb94309ac53c201'/>
<id>urn:sha1:38c27f5a49d5cd9bd411cf564bb94309ac53c201</id>
<content type='text'>
The dependent packages fail to build when using uclibc++ due to some
missing feature. It's probably easy to add a fix but for right now, switch
back to fix compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>ibrcommon: Allow usage of uclibc++</title>
<updated>2018-12-24T21:46:42Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-12-24T21:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a8c7dd57a35b850ebdec7a8d59489bc25fdecbca'/>
<id>urn:sha1:a8c7dd57a35b850ebdec7a8d59489bc25fdecbca</id>
<content type='text'>
Allows having only one libc++ installed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrcommon: Backport patch fixing compilation without deprecated APIs</title>
<updated>2018-11-27T18:59:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-27T18:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1a600622176f807237110051f107f3d174f9c12e'/>
<id>urn:sha1:1a600622176f807237110051f107f3d174f9c12e</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>ibrcommon: add openssl 1.1 compatibility</title>
<updated>2018-05-23T17:00:52Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-05-23T17:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c027c088f6902fb5ee873d6bf1ae6f2d626dc6a5'/>
<id>urn:sha1:c027c088f6902fb5ee873d6bf1ae6f2d626dc6a5</id>
<content type='text'>
This patch has been merged upstream.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
</feed>
