Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: avoid deref symlinks when installing .so | Yousong Zhou | 2019-06-21 |
| | | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> | ||
* | gnunet-secushare: auto-configure database backend | Daniel Golle | 2019-03-02 |
| | | | | | | Import uci-defaults scripts to auto-set psycstore database backend. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||
* | gnunet-secushare: add package | Daniel Golle | 2019-02-28 |
Not-very-useful-yet GNUnet components for secushare. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |