aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | squid: fix musl compatibilityJo-Philipp Wich2015-06-25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change `sys/signal.h` include to just `signal.h`. The build otherwise fails due to `-Werror` with the following message: In file included from rfcnb-io.c:43:0: .../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/sys/signal.h:1:2: error: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Werror=cpp] #warning redirecting incorrect #include <sys/signal.h> to <signal.h> ^ cc1: all warnings being treated as errors Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | snort: add maintainer and SPDX license infoLuka Perkov2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | Merge pull request #1470 from jow-/snort-hardening-fixLuka Perkov2015-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
| * | | | | | snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITYJo-Philipp Wich2015-06-25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script incorrectly mangles `CFLAGS` by attempting to remove `-Werror` from it, thus turning `-Werror=format-security` into just `=format-security` which will cause subsequent autoconf tests to fail. Patch out the custom `CFLAGS` mangling to fix the build. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1468 from jow-/sstp-client-musl-compatJo-Philipp Wich2015-06-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | sstp-client: fix musl compatibility
| * | | | | | sstp-client: fix musl compatibilityJo-Philipp Wich2015-06-25
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Ship a `net/ppp_defs.h` replacement header since musl does not provide one but `pppd/pppd.h` provided by pppd is needing it. - Add missing `sys/types.h` includes Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* / / / / / usb: fix musl compatibilityJo-Philipp Wich2015-06-25
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the nonstandard `SIGCLD` signal name with the proper `SIGCHLD` spelling as the `SIGCLD` alias is not provided by musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | ddns-scripts: fix/update to version 2.4.3-1Christian Schoenebeck2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #1407 from jow-/wifidog-musl-compatJo-Philipp Wich2015-06-24
|\ \ \ \ \ | | | | | | | | | | | | wifidog: fix musl compatibility
| * | | | | wifidog: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | Merge pull request #1387 from jow-/etherwake-musl-compatJo-Philipp Wich2015-06-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | etherwake: fix musl compatibility
| * | | | | | etherwake: fix musl compatibilityJo-Philipp Wich2015-06-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always include net/ethernet.h instead linux specific headers, fixes compilation with musl libc. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1425 from jow-/mtr-musl-compatJonathan McCrohan2015-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | mtr: switch to upstream "newdns" branch
| * | | | | | mtr: switch to upstream "newdns" branchJo-Philipp Wich2015-06-18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | strongswan: add more exceptions to musl-fixesSteven Barth2015-06-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | Merge branch 'ulogd-musl-compat' of git://github.com/jow-/packages into ↵Nicolas Thill2015-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ulogd-musl-compat
| * | | | | | ulogd: fix musl compatibilityJo-Philipp Wich2015-06-18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | Merge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into ↵Nicolas Thill2015-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jow--keepalived-musl-compat
| * | | | | | keepalived: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing sys/types.h include to provide u_short type under musl Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | Merge pull request #1436 from ManoftheSea/musl-compatNoah Meyerhans2015-06-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make ipsec-tools compatible with musl
| * | | | | | ipsec-tools: Make compatible with muslDerek LaHousse2015-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #1421 from Zokormazo/bwm-ngSteven Barth2015-06-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bwm-ng: Fix building with gcc-security enabled
| * | | | | | | bwm-ng: fix building with gcc-security enabledJulen Landa Alustiza2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | | | | | Merge pull request #1369 from kissg1988/seafileSteven Barth2015-06-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | seafile: build against libevhtp 1.1 instead of 1.2
| * | | | | | | | seafile: build against libevhtp 1.1 instead of 1.2Gergely Kiss2015-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | haproxy: upstream fixesheil2015-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [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>
* | | | | | | | | strongswan: refresh musl compatibility fixesSteven Barth2015-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | | | Merge pull request #1448 from damianorenfer/masterTed Hess2015-06-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | net/dnscrypt-proxy: update to 1.5.0
| * | | | | | | | | net/dnscrypt-proxy: update to 1.5.0Damiano Renfer2015-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | | | | nginx: fix musl compatibilityheil2015-06-21
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include Patches according to issue #1129 - refresh Makefile Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | gnunet: build PostgreSQL and mySQL backendsDaniel Golle2015-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | gnunet: update source to r35963Daniel Golle2015-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | transmission: bumped versionNikos Mavrogiannopoulos2015-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | Merge pull request #1441 from commodo/ovs-muslSteven Barth2015-06-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | openvswitch: a bit of cleanup + fix musl compatibility
| * | | | | | | | | openvswitch: fix musl compatibilityAlexandru Ardelean2015-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove libatomic support from OVS: musl's libatomic seems incomplete. Conditionally compile <net/if_packet.h>. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | openvswitch: cleanup makefile (remove explicit build rules)Alexandru Ardelean2015-06-20
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | ocserv: depend on radcliNikos Mavrogiannopoulos2015-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | | Merge pull request #1442 from nmav/ocNikos Mavrogiannopoulos2015-06-20
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | openconnect: added support for supplying a fixed second password.
| * | | | | | | | openconnect: updated documentationNikos Mavrogiannopoulos2015-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | | | | | openconnect: allow processing multiple passwords from stdinNikos Mavrogiannopoulos2015-06-20
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1419 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | strongswan: fix musl builds, reenable lost modulesSteven Barth2015-06-19
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | Merge pull request #1426 from jow-/tinc-musl-compatJo-Philipp Wich2015-06-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tinc: fix musl compatibility
| * | | | | | | tinc: fix musl compatibilityJo-Philipp Wich2015-06-18
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let configure include `sys/if_tun.h` when testing for `netinet/if_ether.h` to detect the Kernel/libc header conflict on musl. After this patch, configure will correctly detect `netinet/if_ether.h` as unusable and the subsequent compilation will not attempt to use it. Fixes the following compatibility error: In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_tun.h:20:0, from linux/device.c:24: .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_ether.h:137:8: error: redefinition of 'struct ethhdr' struct ethhdr { ^ In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/net/ethernet.h:10:0, from linux/../have.h:180, from linux/../system.h:26, from linux/device.c:21: .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/netinet/if_ether.h:96:8: note: originally defined here struct ethhdr { ^ make[5]: *** [linux/device.o] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | znc: update to 1.6.0Jonas Gorski2015-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with musl. Requires GCC 4.7 or newer, so broken for octeon. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* | | | | | | Merge pull request #1427 from jow-/tgt-musl-compatJo-Philipp Wich2015-06-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tgt: fix musl compatibility
| * | | | | | | tgt: fix musl compatibilityJo-Philipp Wich2015-06-18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include `sys/user.h` if `__WORDSIZE` is undefined - Add `fcntl.h` to `libscc.c` in order to declare `loff_t` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | fastd: fix musl compatibilityMatthias Schiffer2015-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer linux/if_ether.h over netinet/if_ether.h if available since the musl libc if_ether.h header does not allow mixing with kernel headers, it will result in a struct ethhdr redefinition error. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | | | | | | Merge pull request #1416 from jow-/vpnc-musl-compatJo-Philipp Wich2015-06-18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | vpnc: fix musl compatibility
| * | | | | | vpnc: fix musl compatibilityJo-Philipp Wich2015-06-18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing `sys/ttydefaults.h` include to `config.c` - Restrict usage of `error.h` to glibc and uclibc only - Avoid including `linux/if_tun.h` on non-glibc/uclibc to prevent musl kernel/libc header conflicts Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | vnstat: fix musl compatibilityPeter Ivanov2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Ivanov <pivanov@hotmail.com>