aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gammu: update to latest 1.36.2 upstreamaTanW2015-07-03
| | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Merge https://github.com/openwrt/packagesaTanW2015-06-28
|\ | | | | | | | | Conflicts: net/ipsec-tools/Makefile
| * Merge pull request #1492 from tru7/linknxJo-Philipp Wich2015-06-28
| |\ | | | | | | linknx: fix musl compatibility
| | * linknx: fix musl compatibilityOthmar Truniger2015-06-27
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | Merge pull request #1491 from tru7/knxdJo-Philipp Wich2015-06-28
| |\ \ | | | | | | | | knxd: fix musl compatibility
| | * | knxd: fix musl compatibilityOthmar Truniger2015-06-27
| | |/ | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
| * | Merge pull request #1479 from jow-/pthsem-musl-compatJo-Philipp Wich2015-06-28
| |\ \ | | | | | | | | pthsem: fix musl and fortify source compatibility
| | * | pthsem: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit addresses two issues encountered while building pthsem for x86_64/musl: 1) Autoconf incorrectly assumes a broken Glibc and thus falls back to Linux compatibility code which runs into an unsupported platform error with musl libc. Since musl provides a proper implementation of `sigaltstack(2)`, force configure to use the POSIX compliant code when musl libc is used. 2) The `pth_syscall.c` file undefines various libc function names which breaks the indirection set up by fortify-source headers, therefore forcibly disable fortify source in the OpenWrt Makefile. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | Merge pull request #1486 from jow-/ntpd-fortify-source-compatNuno Goncalves2015-06-28
| |\ \ \ | | | | | | | | | | ntpd: fix fortify source compatibility
| | * | | ntpd: fix fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ntpd package ships autoconf macros which attempt to test for the C99 compliance of `snprintf()` and `vsnprintf()`. Those macros unconditionally consider the functions not compliant in a cross compile setting and therfore break all subsequent configure tests because the `snprintf` and `vsnprintf` symbols are shadowed with `#define` directives redirecting them to their respectiv gnulib replacements. The fortify source headers in turn will `#undef` those defines when wrapping the associated functions and therfore cause all `conftest` programs to emit a failure. Pass the required magic autoconf cache variables via `CONFIGURE_VARS` to let `./configure` assume C99 compliance of the affected functions, thus fixing the build. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | | Merge pull request #1484 from jow-/ntripclient-musl-compatNuno Goncalves2015-06-28
| |\ \ \ \ | | |_|_|/ | |/| | | ntripclient: fix musl comaptibility
| | * | | ntripclient: fix musl comaptibilityJo-Philipp Wich2015-06-26
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Add missing `sys/select.h` include to `ntripclient.c` to provide declarations for `struct timeval` and `fd_set` under musl. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | screen: remove leftover Makefile codeJo-Philipp Wich2015-06-27
| | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | screen: fix autoconf misdetectionJo-Philipp Wich2015-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script shipped by screen uses the presence of `elf.h` and `-lelf` as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`. The SVR4 `getlogin()` replacement function does not compile with a musl toolchain and we do not want it anyway, so patch configure to remove the broken SVR4 detection logic. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | Merge pull request #1439 from mstorchak/iodineJo-Philipp Wich2015-06-27
| |\ \ \ | | | | | | | | | | iodine: fix musl compatibility
| | * | | iodine: fix musl compatibilityMaxim Storchak2015-06-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | | | Merge pull request #1483 from jow-/open-plc-utils-musl-compatJo-Philipp Wich2015-06-27
| |\ \ \ \ | | | | | | | | | | | | open-plc-utils: fix musl and fortify source compatibility
| | * | | | open-plc-utils: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include `poll.h` at the top of `ether/readpacket.c` to avoid nested declaration errors caused by fortify source headers - Add missing `sys/select.h` include to `serial/serial.c` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
| * | | | vpnc-scripts: bumped versionNikos Mavrogiannopoulos2015-06-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | Merge pull request #1489 from nmav/dnsNikos Mavrogiannopoulos2015-06-27
| |\ \ \ \ | | | | | | | | | | | | vpnc-script: handle multiple servers in INTERNAL_IP_DNS vars
| | * | | | vpnc-script: handle multiple servers in INTERNAL_IP_DNS varsNikos Mavrogiannopoulos2015-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1372 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
| * | | | | 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