| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
|\
| |
| | |
adblock: bugfix
|
| |
| |
| |
| |
| | |
* fix cornercase during domain query removal
Signed-off-by: Dirk Brenken <dirk@brenken.org>
|
|\ \
| | |
| | | |
luaposix: suppress docs compilation errors
|
|/ /
| |
| |
| | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
|\|
| |
| | |
adblock: small changes
|
| |
| |
| |
| |
| |
| |
| | |
* add whocares.org as additional source
* add adblock statistics (requires query log)
* cosmetics
Signed-off-by: Dirk Brenken <dirk@brenken.org>
|
|\ \
| | |
| | | |
node: fix build on x86 & x86.64 targets
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For x86 and x86_64, nodejs has some special CPU
code that needs to be selected by specifying
the correct CPU name (correct for nodejs).
On OpenWRT x86 is i386 ; node wants ia32 for this.
And x86_64 is x64 on nodejs.
So, we just need to do the proper substitutions.
Note: the ARCH env-var is obtained from CONFIG_ARCH, after
some subtitutions are applied.
So, it shouldn't affect other target archs.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|\ \ \
| | | |
| | | | |
vpnc-scripts: Fix handling of multiple VPN DNS servers
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix for #2116 - $INTERNAL_IP{4,6}_DNS variables are not word-split correctly when containing more than one DNS server.
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>
|
|\ \ \ \
| |/ / /
|/| | | |
net/rsyslog: update to 8.15.0
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
|
|\ \ \
| | | |
| | | | |
libs/libsodium: update to 1.0.7
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
|
|\ \ \
| | | |
| | | | |
lang/python: Make building additional (non-base) python modules easier
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds code to make it easier to build third-party python
modules such as ones from PyPi.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
|\ \ \ \
| | | | |
| | | | | |
madplay: fix missing binary in madplay-oss package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
mdnsresponder: (fix build) use TARGET_CC as LD
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Probably related to -fstack-protector being used.
Got the idea from:
http://ubuntuforums.org/showthread.php?t=352642&p=10100263#post10100263
Regarding the missing __stack_check_fail_local, using gcc as the linker instead of ld fixes the issue without disabling stack protection as with -fno-stack-protector.
Fixes linker errs on some targets:
objects/prod/dnssd_clientstub.c.so.o: In function `handle_resolve_response':
dnssd_clientstub.c:(.text+0x395): undefined reference to `__stack_chk_fail_local'
objects/prod/dnssd_clientstub.c.so.o: In function `handle_query_response':
dnssd_clientstub.c:(.text+0x4bd): undefined reference to `__stack_chk_fail_local'
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | | |
mwan3: update to version 2.0-1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix issue with sticky sessions not working correctly
Fix issue where user created ipsets were not applied
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
adblock: feature update
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add two new blocklist sources: adaway.org and disconnect.me
* each blocklist source will be processed separately (no longer use one
big monolithic adblocklist), duplicates makes no harm to dnsmasq
* url timestamp check to download and process only updated blocklists
* overall duplicate removal in separate blocklists (will be
automatically disabled on low memory systems)
* additional checks & various small changes
Signed-off-by: Dirk Brenken <dirk@brenken.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closes https://github.com/openwrt/packages/pull/2081.
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \
| | | |
| | | | |
lang/python: Depend on system expat
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
|\ \ \ \
| | | | |
| | | | | |
wget: bump version to 1.17.1
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update wget to version 1.17.1.
Remove patches as they are included upstream.
Changes in Wget 1.17.1
* Fix compile error when IPv6 is disabled or SSL is not present.
* Fix HSTS memory leak.
* Fix progress output in non-C locales.
* Fix SIGSEGV when -N and --content-disposition are used together.
* Add --check-certificate=quiet to tell wget to not print any warning
about invalid certificates.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \ \
| | | | |
| | | | | |
ola: fix build (linking issue TCPSocket::ReadDescriptor() const)
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Reported buildbot issue is:
/store/buildbot/slave/ar71xx/build/build_dir/target-mips_34kc_musl-1.1.11/ola-0.9.7/plugins/openpixelcontrol/.libs/libolaopenpixelcontrol.so: undefined reference to `ola::network::TCPSocket::ReadDescriptor() const'
collect2: error: ld returned 1 exit status
There's also a discussion (attempt) to fix this on the buildroot project:
https://patchwork.ozlabs.org/patch/503884/
This bug has been reported (from the buildroot project), here:
https://github.com/OpenLightingProject/ola/issues/880
This commit introduced the issue:
https://github.com/OpenLightingProject/ola/commit/bfc1d99055980dfac5c959a7210257d1939803ec
specifically the `-fvisibility-inlines-hidden` switch.
So, until, the upstream project (ola) fixes this, this fix
looks like the quickest/simplest workaround to have this package build.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
[Unbound] Update to 1.5.7
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bump unbound to version 1.5.7 released on December 10, 2015.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Closes: #2078
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
Boost: Update 8
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Major fixes:
- The "Select Boost Options" was improved:
- In previous versions, it was possible to unselect both Shared and Static
options, so that there would be nothing to be built. This was solved by
creating a choice menu "Compile Boost libraries".
- A new choice menu was also created for Boost Run-time linkage called
"Selects Boost Run-time linkage", which is used to select the C and C++
runtime. This choice menu obeys to the required restrictions by boost
options [1].
- Fixed the invalid combination where boost shared version could be linked
to C and C++ static runtime. This is not allowed by the boost builder.
- Added new menu where a Boost building variant can be chosen from 3 options:
- Release: The optimized version for daily use.
- Debug: The debugging version, for testing purposes.
- Profiling: The profiling version for evaluation purposes.
- Improved options help descriptions.
Minor fixes:
- Makefile Version was bumped from 6 to 8 because the previous update [2] did
not bumped the value acordingly to the submission rules.
- Removed stuff that was not doing anything: "-sBUILD=release"
- Changed builder executable from "bjam" to "b2" which is the correct caller:
- "bjam" is the old name and exists only for compatibility purposes.
[1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
[2]: openwrt#2084
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openvswitch: fix build with musl and GCC 5
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ibrcommon: fix build on musl
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Build error:
```
make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data'
CXX BLOB.lo
CXX ConfigFile.lo
CXX File.lo
File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const':
File.cpp:229:44: error: 'basename' was not declared in this scope
return std::string(basename(_path.c_str()));
^
make[6]: *** [File.lo] Error 1
```
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
sshtunnel: switch to procd
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This changeset removes the shell wrapper the package used previously,
and uses the instance-management abilities of procd to track ssh
processes. Many fixes and improvements were integrated from the
package maintainer's branch at
https://github.com/nunojpg/packages/tree/sshtunnel
Signed-off-by: Kiril Zyapkov <kiril.zyapkov@gmail.com>
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
gammu: bump to new upstream 1.36.8
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
ntpd: add libcap to default dependencies of the ntpd package
|