| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
When fortify source is enabled, the c-ares configure script will abort with:
configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1
Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to
TARGET_CPPFLAGS in order to satisfy `configure`.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\
| |
| | |
ddns-scripts: fix/update to version 2.4.3-1
|
|/
|
|
|
|
|
|
| |
fixed sed when filtering IP address from nslookup output
because "Server:" block might have multiple address lines.
Thanks to Arjen de Korte
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\
| |
| | |
wifidog: fix musl compatibility
|
| |
| |
| |
| |
| |
| |
| | |
- Fix missing `fcntl.h` in `protocol.c`
- Replace nonstandard `sys/unistd.h` includes with `unistd.h` ones
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \
| | |
| | | |
etherwake: fix musl compatibility
|
| |/
| |
| |
| |
| |
| |
| | |
Always include net/ethernet.h instead linux specific headers,
fixes compilation with musl libc.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \
| | |
| | | |
bluez: Add bluez-daemon package
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move bluetoothd and related programs and files from bluez-utils into
bluez-daemon package. The main motivation for this is to remove the dependency
to DBus from bluez-utils. The utilities like "hcitool" are useful without it.
Also add kmod-bluetooth dependency to bluez-utils, as the utils don't make much
sense without bluetooth support in the kernel.
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|\ \ \
| | | |
| | | | |
mtr: switch to upstream "newdns" branch
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Switch the mtr package to the upstream `newdns` git branch.
This will fix compilation on Glibc, uClibc and musl without requiring
further patches.
Note that the base version of this branch is 0.85, not 0.86 so the
lower version number is intentional.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \ \ |
|
|/| | |
| | | |
| | | |
| | | | |
ulogd-musl-compat
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- Avoid non-pointer use of `FILE` type since its just a forward declaration
- Build with -D_GNU_SOURCE to expose required `struct tcphdr` members
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \ \ |
|
|/| | |
| | | |
| | | |
| | | | |
jow--keepalived-musl-compat
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- Add missing sys/types.h include to provide u_short type under musl
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \ \ |
|
|/| | |
| | | |
| | | |
| | | | |
into paulfertser-macchanger-musl-fix
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
According to netdevice(7) ifr_data is a "char *", not caddr_t.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\ \ \ \
| | | | |
| | | | | |
Make ipsec-tools compatible with musl
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Based on changes at http://git.alpinelinux.org/cgit/aports/plain/main/ipsec-tools/musl-cdefs.patch
Removed references to "login" and "logout" functions, as musl utmp
doesn't.
Bump PKG_RELEASE
Signed-off-by: Derek LaHousse <dlahouss@mtu.edu>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
bwm-ng: Fix building with gcc-security enabled
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
python-crcmod: new package
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Micke Prag <micke.prag@telldus.se>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
seafile: build against libevhtp 1.1 instead of 1.2
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This fixes multiple issues like upload/download problems on seahub
and also makes it possible to use the new HTTP syncing feature
which doesn't work with libevhtp 1.2.10 at all.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
libevhtp-1.1: package added
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
seafile-server seems to have compatibility issues with the 1.2 branch of
libevtp. This package makes it possible to build seafile against a
supported version, 1.1.7.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
- [PATCH 15/18] MEDIUM: ssl: replace standards DH groups with custom
- [PATCH 16/18] BUG/MINOR: debug: display (null) in place of "meth"
- [PATCH 17/18] CLEANUP: deinit: remove codes for cleaning
- [PATCH 18/18] BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
Signed-off-by: heil <heil@terminal-consulting.de>
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
luaposix: fix compatibility with musl
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533.
Signed-off-by: Steven Barth <steven@midlink.org>
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Minor release, changes from upstream:
- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
watcher callbacks.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
net/dnscrypt-proxy: update to 1.5.0
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
hdparm: update to version 9.48
|
|/ / / / / / / / / / /
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Richard Kunze <richard.kunze@web.de>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
- include Patches according to issue #1129
- refresh Makefile
Signed-off-by: heil <heil@terminal-consulting.de>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
libarchive: add build-variant without libopenssl
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/ / / / / / / / / /
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|