<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/ibrcommon/patches, 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>2024-04-19T21:18:45Z</updated>
<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>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: 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>
<entry>
<title>ibrcommon: fix build on musl</title>
<updated>2015-12-13T19:46:17Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2015-12-13T16:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=87b7d9075fb869086cdeee37de49907d9c65aec6'/>
<id>urn:sha1:87b7d9075fb869086cdeee37de49907d9c65aec6</id>
<content type='text'>
Build error:
```
make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data'
  CXX      BLOB.lo
  CXX      ConfigFile.lo
  CXX      File.lo
File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const':
File.cpp:229:44: error: 'basename' was not declared in this scope
   return std::string(basename(_path.c_str()));
                                            ^
make[6]: *** [File.lo] Error 1
```

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
