aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | uanytun: Pass down TARGET_CPPFLAGSFlorian Fainelli2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors with toolchains that don't automatically search for headers in STAGING_DIR (such as external toolchains) resulting in the following build failures: mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DUSE_SSL_CRYPTO -c options.c In file included from options.c:62:0: auth_algo.h:53:26: fatal error: openssl/hmac.h: No such file or directory #include <openssl/hmac.h> ^ compilation terminated. Makefile:95: recipe for target 'options.o' failed make[4]: *** [options.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | libsndfile: update to 1.0.28Peter Wagner2017-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | Merge pull request #4230 from ffainelli/unrarÁlvaro Fernández Rojas2017-04-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unrar: Properly pass LDFLAGS
| * | | | | | | unrar: Properly pass LDFLAGSFlorian Fainelli2017-04-02
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | External toolchains don't automatically have STAGING_DIR in their default search path, so make sure we pass TARGET_LDFLAGS down. Since the unrar makefile does not allow overriding, we also need to preserve the original LDFLAGS which include lpthread. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* / | | | | | vsftpd: Pass TARGET_CPPFLAGSFlorian Fainelli2017-04-02
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors with external toolchains that don't have STAGING_DIR in their default search path for headers: mipsel-linux-gnu-gcc -c ssl.c -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -D_GNU_SOURCE -include fcntl.h -idirafter dummyinc ssl.c:28:25: fatal error: openssl/err.h: No such file or directory #include <openssl/err.h> ^ compilation terminated. Makefile:28: recipe for target 'ssl.o' failed make[3]: *** [ssl.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | Merge pull request #4190 from InkblotAdmirer/dnscrypt_pluginsHannu Nyman2017-04-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnscrypt-proxy: add optional plugins
| * | | | | | dnscrypt-proxy: add optional pluginsTerry Stockert2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init script already supports four plugins: dns cache, dns/ip blocking, ipv6 blocking and dns logging. If enabled this option installs these four plugins and also adds libldns as a dependency. If enabled the total size increase is around 125 kB. Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
* | | | | | | Merge pull request #4225 from ffainelli/x264Ted Hess2017-04-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libx264: Blacklist all MIPS CPUs for assembly optimizations
| * | | | | | | libx264: Blacklist all MIPS CPUs for assembly optimizationsFlorian Fainelli2017-04-01
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | None of the CPUs supported in OpenWrt/LEDE are MSA capable (requires MIPS32r5/r6 for that) which would lead to this error during configure: You specified a pre-MSA CPU in your CFLAGS. If you really want to run on such a CPU, configure with --disable-asm. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | Merge pull request #4227 from dibdot/package-travelmateHannu Nyman2017-04-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | travelmate: update 0.6.0
| * | | | | | | travelmate: update 0.6.0Dirk Brenken2017-04-02
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rework automatic mode (active scan/re-connection handling): * much more procd & resource friendly * now enabled by default * save runtime information in ubus service (data section) * final backend preparation for new LuCI-GUI (still WIP!) * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #4228 from diizzyy/patch-44Hannu Nyman2017-04-02
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | net/stunnel: Update to 5.41
| * | | | | | net/stunnel: Update to 5.41Daniel Engberg2017-04-02
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update stunnel to 5.41 Add main site as last resort mirror Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | pthsem: Add linux 4.x to supported platformsFlorian Fainelli2017-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following build failures: pth_mctx.c: In function '__pth_mctx_set': pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version and/or platform" #error "Unsupported Linux (g)libc version and/or platform" ^ Makefile:991: recipe for target 'pth_mctx.lo' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | mpack: Fix conflicting malloc definitionFlorian Fainelli2017-04-01
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use stdlib.h for malloc(), getenv() and realloc(). Fixes the following build failure: unixos.c:42:14: error: conflicting types for 'malloc' extern char *malloc(); ^ Makefile:168: recipe for target 'unixos.o' failed make[3]: *** [unixos.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | Merge pull request #4128 from ffainelli/dansguardian-fixFlorian Fainelli2017-04-01
|\ \ \ \ \ | | | | | | | | | | | | dansguardian: Fix build error due to missing cstdlib include
| * | | | | dansguardian: Fix build error due to missing cstdlib includeFlorian Fainelli2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following build errors: mipsel-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D__CONFFILE='"/etc/dansguardian/dansguardian.conf"' -D__LOGLOCATION='"/var/log/dansguardian/"' -D__PIDDIR='"/var/run"' -D__PROXYUSER='"root"' -D__PROXYGROUP='"root"' -D__CONFDIR='"/etc/dansguardian"' -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include -I/opt/toolchains/stbgcc-4.8-1.5/usr/include -I/opt/toolchains/stbgcc-4.8-1.5/include -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16 -fno-rtti -MT dansguardian-OptionContainer.o -MD -MP -MF .deps/dansguardian-OptionContainer.Tpo -c -o dansguardian-OptionContainer.o `test -f 'OptionContainer.cpp' || echo './'`OptionContainer.cpp OptionContainer.cpp: In member function 'void OptionContainer::loadRooms()': OptionContainer.cpp:796:9: error: 'exit' was not declared in this scope exit(1); ^ OptionContainer.cpp:824:10: error: 'exit' was not declared in this scope exit(1); ^ make[5]: *** [dansguardian-OptionContainer.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | Merge pull request #4222 from nikil/moreutilsHannu Nyman2017-04-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | moreutils: Fix build failure due to install stripping
| * | | | | | moreutils: Fix build failure due to install strippingNikil Mehta2017-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
* | | | | | | sslh: Add support for external config fileMircea Horea IONICĂ2017-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to use an external config file if required (for example matching packets based on SNI hostname or REGEX patterns). Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> Signed-off-by: Mircea Horea IONICĂ <mionica@gmail.com>
* | | | | | | Merge pull request #4218 from stangri/simple-adblockHannu Nyman2017-03-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | simple-adblock: update hosts/domains filters, README
| * | | | | | | simple-adblock: update domains/hosts filters, README.Stan Grishin2017-03-30
| | | | | | | |
* | | | | | | | mmc-utils: rely on common variablesMichael Heimpold2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of assigning various variables ourself, rely on the common logic provided by "packaging framework". This brings this package in sync with other ones which also use git repos as source, dates and commit ids as version etc. This results also in using xz for tarballs. While at, populate the PKG_MIRROR_HASH. Thanks @diizzyy for suggesting these improvements. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #4217 from commodo/ulogd-fix-crash-on-startTed Hess2017-03-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ulogd: use strncpy instead of memcpy
| * | | | | | | | ulogd: use strncpy instead of memcpyAlexandru Ardelean2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #4196 from pprindeville/drop-CRYPTO_set_id_callbackHannu Nyman2017-03-29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | syslog-ng: fix openssl callbacks to not require backward compatibility
| * | | | | | | | syslog-ng: fix openssl callbacks to not require backward compatibilityPhilip Prindeville2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functions for registering callbacks for threads has changed in OpenSSL 1.0.0. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | avahi: Change avahi-utils dependency to allow stand-alone selectionTed Hess2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | Merge pull request #4215 from sartura/typo-fixLuka Perkov2017-03-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libwebsockets: fix typos referencing package name
| * | | | | | | | | libwebsockets: fix typos referencing package nameDenis Osvald2017-03-28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit f82287cf5c1b2acd (treewide: use name in define and eval lines) two typos were committed as result of replacing PKG_NAME macro with actual package name. Undo those typos here to make the affected variants installable. Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | | | | | | | | package: haproxyThomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct Download Url to http://www.haproxy.org/download/1.7/src Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | package: haproxy bump to latest stable 1.7.4Thomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [RELEASE] Released version 1.7.4 Released version 1.7.4 with the following main changes : - MINOR: config: warn when some HTTP rules are used in a TCP proxy - BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters - BUG/MINOR: spoe: Fix parsing of arguments in spoe-message section - BUG/MEDIUM: ssl: Clear OpenSSL error stack after trying to parse OCSP file - BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup - BUG/MINOR: Fix "get map <map> <value>" CLI command - BUG/MAJOR: connection: update CO_FL_CONNECTED before calling the data layer - BUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT_ERR_ALERT_WARNING - BUG/MINOR: checks: attempt clean shutw for SSL check - CONTRIB: tcploop: add limits.h to fix build issue with some compilers - CONTRIB: tcploop: make it build on FreeBSD - CONTRIB: tcploop: fix time format to silence build warnings - CONTRIB: tcploop: report action 'K' (kill) in usage message - CONTRIB: tcploop: fix connect's address length - CONTRIB: tcploop: use the trash instead of NULL for recv() - BUG/MEDIUM: listener: do not try to rebind another process' socket - BUG/MEDIUM: filters: Fix channels synchronization in flt_end_analyze - BUG/MAJOR: stream-int: do not depend on connection flags to detect connection - BUG/MEDIUM: connection: ensure to always report the end of handshakes - BUG: payload: fix payload not retrieving arbitrary lengths - BUG/MAJOR: http: fix typo in http_apply_redirect_rule - MINOR: doc: 2.4. Examples should be 2.5. Examples - BUG/MEDIUM: stream: fix client-fin/server-fin handling - MINOR: fd: add a new flag HAP_POLL_F_RDHUP to struct poller - BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available - DOC/MINOR: Fix typos in proxy protocol doc - DOC: Protocol doc: add checksum, TLV type ranges - DOC: Protocol doc: add SSL TLVs, rename CHECKSUM - DOC: Protocol doc: add noop TLV - MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time - BUG/MINOR: cfgparse: loop in tracked servers lists not detected by check_config_validity(). - MINOR: server: irrelevant error message with 'default-server' config file keyword. - MINOR: doc: fix use-server example (imap vs mail) - BUG/MEDIUM: tcp: don't require privileges to bind to device - BUILD: make the release script use shortlog for the final changelog - BUILD: scripts: fix typo in announce-release error message Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | package: memcached - upgrade to latest stableThomas Heil2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bump to version 1.4.36 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | Merge pull request #4211 from luizluca/ruby_updateLuiz Angelo Daros de Luca2017-03-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ruby: change source to .xz
| * | | | | | | | | ruby: change source to .xzLuiz Angelo Daros de Luca2017-03-27
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will save about 2M of download. Thanks @diizzyy. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | php7-pecl-dio: upgrade to 0.1.0Michael Heimpold2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | php7-pecl-http: remove left-over backup directoryMichael Heimpold2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This directory was added by mistake in one of the last commits to this package, just remove it, it's not needed. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | mmc-utils: upgrade to latest revisionMichael Heimpold2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #4206 from commodo/tcpreplay-upgradeHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tcpreplay: upgrade to version 4.2.1
| * | | | | | | | | tcpreplay: upgrade to version 4.2.1Alexandru Ardelean2017-03-27
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #4181 from yegorich/libsocHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libsoc: new package
| * | | | | | | | | libsoc: new packageYegor Yefremov2017-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libsoc is a C library for interfacing with common SoC peripherals through generic kernel interfaces. This library is already part of Buildroot and OpenEmbedded. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | | | | | | | | | Merge pull request #4193 from TDT-GmbH/mwan3-add-failure-recovery-intervalHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | net/mwan3: add failure and recovery interval
| * | | | | | | | | | net/mwan3: add failure and recovery intervalFlorian Eckert2017-03-27
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If mwan3track detects a failure the interval check will change to "failure_interval" value until this interface is declared "offline". After interface gets "offline" normal "interval" value is used again. If interface ping is successful again "recovery_interval" value is used until interface is declared "online" again. Using the different intervals will accelerate the wan line detections on failure and recovery. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | | | Merge pull request #4204 from commodo/python3-upgradeHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3: upgrade to version 3.6.1
| * | | | | | | | | | python3: upgrade to version 3.6.1Alexandru Ardelean2017-03-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropped patch `002-do-not-add-include-dirs-when-cross-compiling.patch` Seems upstream also fixed it (yay). Refreshed patch `011-fix-ncursesw-definition-colisions.patch` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | [libs/pcre]: fix CVE-2017-7186Thomas Heil2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CVE-2017-7186 mentioned in https://bugs.exim.org/show_bug.cgi?id=2052 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | | | | | | Merge pull request #4203 from Wedmer/masterHannu Nyman2017-03-27
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [libs/fftw3] Updated to version 3.3.6-pl2
| * | | | | | | | | [libs/fftw3] Updated to version 3.3.6-pl2Vladimir Ulrich2017-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | | | | git: update to 2.12.2Peter Wagner2017-03-27
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>