aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | postgresql: fix build for ARC archSebastian Kemper2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building for ARC the compile fails with: /var/lib/buildbot/slaves/dave-builder/arc_arc700/build/sdk/build_dir/target-arc_arc700_uClibc/postgresql-9.6.5/src/include/storage/s_lock.h:899:2: error: #error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. #error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org. So disable spinlocks when compiling for this arch. This was done likewise for the avr32 target, which is not supported anymore, so this can be deleted. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | postgresql: clean up DEPENDSSebastian Kemper2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the DEPENDS do not reflect reality. Fix this. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | postgresql: clean up CFLAGSSebastian Kemper2018-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The extra include is removed; the postgresql build system adds this include by itself. - '-lpthread' is removed; the postgresql build system is able to detect how to access pthread features by itself. - '$(FPIC)' is removed; adding this to CFLAGS is not recommendable: a) The postgresql build system adds its own PIC flag behind OpenWrt's CFLAGS when compiling shared objects, overriding OpenWrt's setting. b) Forcing applications into PIC mode will just slow them down. c) This leads to build failures on aarch64: access/transam/commit_ts.o: In function `CommitTsPagePrecedes': commit_ts.c:(.text+0x14): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `TransactionIdPrecedes' defined in .text section in access/transam/transam.o commit_ts.c:(.text+0x14): warning: Too many GOT entries for -fpic, please recompile with -fPIC /var/lib/buildbot/slaves/dave-builder/aarch64_generic/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist collect2: error: ld returned 1 exit status Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | acme: update acme to latest gitLucian Cristian2018-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds V2 support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #5810 from micmac1/glib2-res_nquery-fixtripolar2018-03-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | glib2: fix build when res_nquery is not available
| * | | | | | glib2: fix build when res_nquery is not availableSebastian Kemper2018-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream commit "gio: Port GThreadedResolver to use res_nquery() to fix thread-safety" introduced a bug that causes compile failures on platforms where res_nquery is unavailable. This patch fixes that. Bug 794606 has been opened upstream: https://bugzilla.gnome.org/show_bug.cgi?id=794606 On the OpenWrt buildbots this bug is visible during the arc_archs compile: gthreadedresolver.c: In function 'do_lookup_records': gthreadedresolver.c:875:16: error: 'res' undeclared (first use in this function); did you mean '_res'? res_nclose (&res); ^~~ _res gthreadedresolver.c:875:16: note: each undeclared identifier is reported only once for each function it appears in Makefile:3334: recipe for target 'libgio_2_0_la-gthreadedresolver.lo' failed make[8]: *** [libgio_2_0_la-gthreadedresolver.lo] Error 1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | fdk-aac: Update to v0.1.6. Use github/codeload for source URLTed Hess2018-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | Merge pull request #5823 from neheb/p11-kitNikos Mavrogiannopoulos2018-03-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | p11-kit: Update to 0.23.10 and update URLs
| * | | | | | | p11-kit: Update to 0.23.10 and update URLsRosen Penev2018-03-25
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FreeDesktop link does not work anymore. Switch to new upstream at GitHub. Update the version while we're at it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #5828 from zhaojh329/wifidog-ngHannu Nyman2018-03-26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | wifidog-ng: Update to 1.4.0
| * | | | | wifidog-ng: Update to 1.4.0Jianhui Zhao2018-03-26
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #5818 from Wedmer/masterHannu Nyman2018-03-25
|\ \ \ \ \ | | | | | | | | | | | | zoneinfo: Updated to the latest release.
| * | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | Merge pull request #5817 from zhaojh329/libuwscHannu Nyman2018-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | libuwsc: update to 2.0.1
| * | | | | | libuwsc: update to 2.0.1Jianhui Zhao2018-03-25
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | Merge branch 'libfmt-knxd'Michael Heimpold2018-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | knxd: add dependency on libfmt (closes #5793)Othmar Truniger2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | libfmt: add new package (closes #5617)Othmar Truniger2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch> Build shared library, add license file hints Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | git: update to 2.16.3Peter Wagner2018-03-25
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #5816 from lucize/doveupHannu Nyman2018-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | dovecot: update dovecot to 2.2.35
| * | | | | | dovecot: update dovecot to 2.2.35Lucian Cristian2018-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #5815 from zhaojh329/wifidog-ngHannu Nyman2018-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wifidog-ng: Update to 1.3.0
| * | | | | | | wifidog-ng: Update to 1.3.0Jianhui Zhao2018-03-25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be35e54 Optimized by use ipset 2dcc126 Optimize kernel module code 08231b4 Remove url param of login api bf7b435 Support compile kernel module on ubuntu for test ffca07a Optimize kernel module b03c757 Optimize code Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | | | Merge pull request #5813 from lucize/clamupHannu Nyman2018-03-25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | clamav: update clamav to 0.99.4
| * | | | | | clamav: update clamav to 0.99.4Lucian Cristian2018-03-25
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #5722 from alive4ever/feature-mksh-updateDirk Brenken2018-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | mksh: update to R56c
| * | | | | | mksh: update to R56cAlif M. Ahmad2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to R56c. Also add myself as maintainer and move the location from `Base system` into `Utilities/Shells`. Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | | Merge pull request #5812 from micmac1/mysql-fixJo-Philipp Wich2018-03-24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | mysql: remove $(FPIC), fix AARCH64 builds
| * | | | | | mysql: remove $(FPIC), fix AARCH64 buildsSebastian Kemper2018-03-24
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql already makes sure that the compiler emits position-independent code when appropriate, namely when compiling shared objects. The mysql build system puts its own flag behind the CFLAGS, overriding whatever was set before. Additionally, forcing applications into PIC mode will just slow them down (mysql not only provides shared objects but also applications). Last but not least OpenWrt's $(FPIC) can cause build failures. This is the case currently for AARCH64: net_serv.o: In function `my_net_init': net_serv.cc:(.text+0x28): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `my_malloc' defined in .text section in ../mysys/libmysys.a(my_malloc.o) net_serv.cc:(.text+0x28): warning: Too many GOT entries for -fpic, please recompile with -fPIC /data/bowl-builder/aarch64_cortex-a53/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist collect2: error: ld returned 1 exit status Makefile:955: recipe for target 'mysqld' failed make[7]: *** [mysqld] Error 1 Remove $(FPIC) from TARGET_CFLAGS to address all of the above. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #5801 from dibdot/mc_vfs-fixDirk Brenken2018-03-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | mc: fix warnings with enabled vfs support
| * | | | | | mc: fix warnings with enabled vfs supportDirk Brenken2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vfs support needs an additional ini file and another directory by default (/usr/lib/mc/extfs.d), backport of a turris fix. * cleanup makefile Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #5804 from sartura/openzwave_fix_include_pathMarko Ratkaj2018-03-23
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | utils: openzwave: disable examples and fix include
| * | | | | | utils: openzwave: disable examples and fix includeMarko Ratkaj2018-03-23
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch 903 disables building of examples. Patch 904 fixes the following issue: When building software that build depends on openzwave, build will always search in /usr/include/openzwave instead of staging_dir/.../usr/include/openzwave. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | mwan3: adjust dependency from ip-full to ipHannu Nyman2018-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the dependency from ip-full back to ip. Returning back to "ip" is now possible as busybox does not provide "ip" any more, making "ip" again reference to ip-tiny or ip-full. Reference to discussion in #5747 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | auc: always send version when requesting imageDaniel Golle2018-03-23
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #5799 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #5765 from thess/ffmpeg-patent-configTed Hess2018-03-22
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: Re-organize use of BUILD_PATENTED. Update to 3.2.10
| * | | | | ffmpeg: Update to 3.2.10.Ted Hess2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-organize configuration options to allow non-patented/un-licensed builds. Include AAC and WMA codecs without BUILD_PATENTED Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #5766 from thess/faad2-configTed Hess2018-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | faad2: Remove BUILD_PATENTED
| * | | | | | faad2: Remove BUILD_PATENTEDTed Hess2018-03-15
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | reaver: Update to 1.6.4Rosen Penev2018-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested on ar71xx Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #5791 from EricLuehrsen/unbound_dhcpfixDirk Brenken2018-03-20
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | unbound: fix SLAAC DNS inference
| * | | | | unbound: fix SLAAC DNS inferenceEric Luehrsen2018-03-19
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: If DHCPv4 MAC are used to infer SLAAC and the forth position of the subnet /64 is 0 (X:X:X:0::/64), then DNS records where malformed. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #5773 from ryzhovau/picocom-srcHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | picocom: use Google Storage API to get sources from former Googlecode
| * | | | | picocom: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #5772 from ryzhovau/softflowd-srcHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | softflowd: use Google Storage API to get sources from former Googlecode
| * | | | | softflowd: use Google Storage API to get sources from former GooglecodeAlexander Ryzhov2018-03-16
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #5787 from EricLuehrsen/unbound_pnetHannu Nyman2018-03-19
|\ \ \ \ \ | | | | | | | | | | | | unbound: update to 1.7.0 and add domain control options
| * | | | | unbound: add domain resolution control optionsEric Luehrsen2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add domain_forward to permit designated domains to forward instead of recurse as listed in resolve.conf.auto from DHCP WAN client - Update rebind_protection and add rebind_interface to protect IP6 GLA locally just like RFC 1918 protection - Rename trigger to trigger_interface with backwards compatability - Update odhcpd script for efficiency handling many clients Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
| * | | | | unbound: update to 1.7.0Eric Luehrsen2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | Merge pull request #5789 from zhaojh329/rttyHannu Nyman2018-03-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | rtty: Fix the bug of startup script