aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | Merge pull request #1488 from thess/mpd-0.19-workTed Hess2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mpd: Upgrade to 0.19.10, refresh patches
| * | | | | | | | | | | mpd: Upgrade to 0.19.10, refresh patchesTed Hess2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | Merge pull request #1487 from thess/boost-build-fixTed Hess2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | boost: force build of meta-package to satisfy other package dependencies
| * | | | | | | | | | | | boost: force build of meta-package to satisfy other package dependenciesTed Hess2015-06-26
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | Merge pull request #1460 from cjkoenig/update_mpcTed Hess2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | mpc: update to 0.27
| * | | | | | | | | | | mpc: update to 0.27Christoph König2015-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | | | | | | | | | | | haproxy: bugfix release 1.5.13heil2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Released version 1.5.13 with the following main changes : - BUG/MINOR: check: fix tcpcheck error message - CLEANUP: deinit: remove codes for cleaning p->block_rules - DOC: Update doc about weight, act and bck fields in the statistics - MINOR: ssl: add a destructor to free allocated SSL ressources - BUG/MEDIUM: ssl: fix tune.ssl.default-dh-param value being overwritten - MEDIUM: ssl: replace standards DH groups with custom ones - BUG/MINOR: debug: display (null) in place of "meth" - BUG/MINOR: cfgparse: fix typo in 'option httplog' error message - BUG/MEDIUM: cfgparse: segfault when userlist is misused - BUG/MEDIUM: stats: properly initialize the scope before dumping stats - BUG/MEDIUM: http: don't forward client shutdown without NOLINGER except for tunnels - CLEANUP: checks: fix double usage of cur / current_step in tcp-checks - BUG/MEDIUM: checks: do not dereference head of a tcp-check at the end - CLEANUP: checks: simplify the loop processing of tcp-checks - BUG/MAJOR: checks: always check for end of list before proceeding - BUG/MEDIUM: checks: do not dereference a list as a tcpcheck struct - BUG/MEDIUM: peers: apply a random reconnection timeout - BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id - MEDIUM: init: don't stop proxies in parent process when exiting - MINOR: peers: store the pointer to the signal handler - MEDIUM: peers: unregister peers that were never started - MEDIUM: config: propagate the table's process list to the peers sections - MEDIUM: init: stop any peers section not bound to the correct process - MEDIUM: config: validate that peers sections are bound to exactly one process - MAJOR: peers: allow peers section to be used with nbproc > 1 - DOC: relax the peers restriction to single-process - CLEANUP: config: fix misleading information in error message. - MINOR: config: report the number of processes using a peers section in the error case - BUG/MEDIUM: config: properly compute the default number of processes for a proxy Signed-off-by: heil <heil@terminal-consulting.de>
* | | | | | | | | | | | net-snmp: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixup `iwlib.h` to not consider an musl environment to be an unsupported platform. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | | | | | Merge pull request #1480 from jow-/postfix-musl-compatJo-Philipp Wich2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | postfix: fix musl compatibility
| * | | | | | | | | | | | postfix: fix musl compatibilityJo-Philipp Wich2015-06-26
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current package patches `makedefs` to probe for the existance of the `nsl` and `resolv` libraries but uses the wrong variables for the prefix, leading to `makedefs` probing the host directories, not the staging dir ones. Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library tests in the correct directory. Fixes the following error spotted by doing test builds against musl which does not provide a `libnsl`: .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl collect2: error: ld returned 1 exit status make: *** [master] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | | | | | Merge pull request #1464 from jow-/c-ares-fortify-source-fixJo-Philipp Wich2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
| * | | | | | | | | | | c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*Jo-Philipp Wich2015-06-25
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | lm-sensors: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only use `asm/io.h` for uClibc, else include `sys/io.h` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | | | | | | Merge pull request #1475 from ejurgensen/masterSteven Barth2015-06-26
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | forked-daapd: update to 23.2
| * | | | | | | | | | forked-daapd: update to 23.2ejurgensen2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | | | | | gnunet: update sourceDaniel Golle2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | Merge pull request #1326 from dangowrt/update-libmicrohttpdDaniel Golle2015-06-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libmicrohttpd: update source
| * | | | | | | | | | | libmicrohttpd: import fixes from subversion repoDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a memleak as well as a bug in digest authentication. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | | | | | | | libmicrohttpd: get rid of OpenSSL dependencyDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on both, GnuTLS and OpenSSL doesn't make sense, we should use either TLS implementation but not both. Use GnuTLS for now and get rid of OpenSSL dependency by explicitely telling the package's build-system to do so using CONFIGURE_ARGS. If future uses of libmicrohttpd require OpenSSL, it probably makes most sense to build several variants of the package, i.e. libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most packages making use of any TLS implementation, these are build-time decissions resulting in conflicting variants of the same package which cannot be installed simultanously. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | | | | | | | libmicrohttpd: update sourceDaniel Golle2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | Merge pull request #1469 from jow-/squid-musl-compatLuka Perkov2015-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | squid: fix musl compatibility
| * | | | | | | | | | | | 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>
* | | | | | | | | | | | minicom: fix full language supportÁlvaro Fernández Rojas2015-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/1467 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | | Merge pull request #1472 from psycho-nico/for-upstreamTed Hess2015-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libv4l: fix musl compatibility on 64-bits
| * | | | | | | | | | | | libv4l: fix musl compatibility on 64-bitsNicolas Thill2015-06-25
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@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>
* | | | | | | | | | | | Merge pull request #1466 from jow-/usbip-musl-compatNuno Goncalves2015-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | usb: fix musl compatibility
| * | | | | | | | | | | 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>
* | / / / / / / / / / Merge pull request #1461 from chris5560/masterSteven Barth2015-06-24
|\| | | | | | | | | | | |/ / / / / / / / / |/| | | | | | | | | ddns-scripts: fix/update to version 2.4.3-1
| * | | | | | | | | 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>
* | / / / / / / / hiredis: add new packageDaniel Golle2015-06-24
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | 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 #1333 from br101/masterSteven Barth2015-06-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bluez: Add bluez-daemon package
| * | | | | | | | | bluez: Add bluez-daemon packageBruno Randolf2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | 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'Nicolas Thill2015-06-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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 'jow--keepalived-musl-compat'Nicolas Thill2015-06-23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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>