aboutsummaryrefslogtreecommitdiff
path: root/net/gnunet-fuse
Commit message (Collapse)AuthorAge
* gnunet-fuse: update to version 0.19.1Daniel Golle2023-01-14
| | | | | | | | ChangeLog file excert: Fri Dec 30 12:51:11 AM CET 2022 Releasing gnunet-fuse 0.19.1: fix build for GNUnet 0.19.0+. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-fuse: Fix compile with glibcHauke Mehrtens2022-08-25
| | | | | | | | | | | | | | | | | | | Always use pthread_mutexattr_settype() the pthread_mutexattr_setkind_np() function is not available in the glibc and musl version used by OpenWrt. This fixes the following compile error: arc-openwrt-linux-gnu/bin/ld: gnunet_fuse-mutex.o: in function `GNUNET_mutex_create': mutex.c:(.text+0x14): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x14): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x76): undefined reference to `pthread_mutexattr_setkind_np' arc-openwrt-linux-gnu/bin/ld: mutex.c:(.text+0x76): undefined reference to `pthread_mutexattr_setkind_np' collect2: error: ld returned 1 exit status This patch was taken from: https://aur.archlinux.org/cgit/aur.git/plain/pthread_mutexattr_settype.patch?h=gnunet-fuse Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* gnunet-fuse: update to 0.16.0Daniel Golle2022-03-21
| | | | | | | | | Only notable change since 0.14.0 is that pthread_mutexattr_setkind_np() is now no longer used. pthread_mutexattr_setkind_np() is deprecated and non-standard. The standard version is called pthread_mutexattr_settype() Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-fuse: update to version 0.14.0Daniel Golle2021-04-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-fuse: update to version 0.13.0Daniel Golle2020-08-04
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-fuse: update to version 0.12.0Daniel Golle2019-12-20
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet-fuse: add packageDaniel Golle2019-02-28
GNUnet component to mount GNUnet filesystems via FUSE Signed-off-by: Daniel Golle <daniel@makrotopia.org>