Yanase Yuki
b0d8a3d384
treewide: cleanup URLs
...
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.
Signed-off-by: Yanase Yuki <dev@zpc.st >
2026-05-08 22:28:27 +02:00
Rosen Penev
bfb5d820bf
ibrcommon: remove basename
...
Can be replaced with regular C++.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-04-19 14:18:45 -07:00
Rosen Penev
e3b89b6f5d
ibrcommon: fix compilation with GCC11
...
GCC11 defaults to C++17, which does not allow throw specifiers.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-07-11 00:24:21 -07:00
Rosen Penev
39bc254663
treewide: remove uClibc++ support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2021-03-05 15:07:46 -08:00
Rosen Penev
f3b65cbd39
ibrcommon: Switch to uClibc++
...
Reduces install size.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-05-26 23:06:02 -07:00
Rosen Penev
38c27f5a49
ibrcommon: Remove uclibc++ usage
...
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 <rosenp@gmail.com >
2018-12-30 09:36:17 -08:00
Rosen Penev
a8c7dd57a3
ibrcommon: Allow usage of uclibc++
...
Allows having only one libc++ installed.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-24 13:46:42 -08:00
Rosen Penev
1a60062217
ibrcommon: Backport patch fixing compilation without deprecated APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-11-27 10:59:16 -08:00
Eneas U de Queiroz
c027c088f6
ibrcommon: add openssl 1.1 compatibility
...
This patch has been merged upstream.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-05-23 14:00:52 -03:00
Etienne Champetier
4006865ae8
treewide: run "make check FIXUP=1"
...
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 <champetier.etienne@gmail.com >
2017-08-29 21:41:14 -07:00
Alexandru Ardelean
87b7d9075f
ibrcommon: fix build on musl
...
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 <ardeleanalex@gmail.com >
2015-12-13 21:46:17 +02:00
Johannes Morgenroth
daa883709e
ibrcommon: Updated to 1.0.1
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
2015-02-24 17:43:35 +01:00
Johannes Morgenroth
b61a1bea31
ibrcommon: Updated to 1.0.0
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de >
2015-01-10 15:27:57 +01:00
Johannes Morgenroth
ebe346b616
ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
...
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de >
2014-08-22 14:33:45 +02:00
Johannes Morgenroth
ea805a8f26
ibrcommon: Fix install target
...
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de >
2014-08-22 14:07:55 +02:00
Johannes Morgenroth
74e2ccff82
ibrcommon: add new package
...
The ibrcommon is a C++ abstraction library for several platforms (linux,
win32, osx, ...) and is development together with IBR-DTN an implementation
of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de >
2014-08-20 12:43:58 +02:00