1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 19:03:52 +02:00
Commit Graph

10267 Commits

Author SHA1 Message Date
tripolar
6b2daa3bdb
Merge pull request #5810 from micmac1/glib2-res_nquery-fix
glib2: fix build when res_nquery is not available
2018-03-26 21:34:32 +02:00
Ted Hess
3bf0e64655 fdk-aac: Update to v0.1.6. Use github/codeload for source URL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-26 15:29:53 -04:00
Nikos Mavrogiannopoulos
ac237acbc1
Merge pull request #5823 from neheb/p11-kit
p11-kit: Update to 0.23.10 and update URLs
2018-03-26 19:47:52 +02:00
Hannu Nyman
78f1e21e6b
Merge pull request #5828 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.4.0
2018-03-26 19:06:52 +03:00
Jianhui Zhao
7b3c66a96a wifidog-ng: Update to 1.4.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-26 17:09:14 +08:00
Rosen Penev
d41fd1d92e
iptraf-ng: Fix Source URLs
The Fedora links have changed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-25 19:32:38 -07:00
Rosen Penev
0f9000ef05 xinetd: Update URLs.
xinetd.org has been defunct for a long time and it seems the main developer moved everything to GitHub.

Discovered with uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-25 18:23:39 -07:00
Rosen Penev
c4fcbe0b11 p11-kit: Update to 0.23.10 and update URLs
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>
2018-03-25 18:09:29 -07:00
Hannu Nyman
2c20750329
Merge pull request #5818 from Wedmer/master
zoneinfo: Updated to the latest release.
2018-03-25 22:36:40 +03:00
Hannu Nyman
496700f4c4
Merge pull request #5817 from zhaojh329/libuwsc
libuwsc: update to 2.0.1
2018-03-25 22:36:06 +03:00
Michael Heimpold
a1ef3172fd Merge branch 'libfmt-knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:39:22 +02:00
Othmar Truniger
dbe8f4099f knxd: add dependency on libfmt (closes #5793)
Signed-off-by: Othmar Truniger <github@truniger.ch>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:37:31 +02:00
Othmar Truniger
3262c3522c libfmt: add new package (closes #5617)
Signed-off-by: Othmar Truniger <github@truniger.ch>

Build shared library, add license file hints

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:37:09 +02:00
Peter Wagner
0d4f1af0ce git: update to 2.16.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-25 20:05:10 +02:00
Vladimir Ulrich
a35927705d zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-03-25 17:02:12 +03:00
Jianhui Zhao
87f9dbd59b libuwsc: update to 2.0.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-25 21:53:35 +08:00
Hannu Nyman
0a8eb02656
Merge pull request #5816 from lucize/doveup
dovecot: update dovecot to 2.2.35
2018-03-25 12:03:22 +03:00
Lucian Cristian
2229c81280 dovecot: update dovecot to 2.2.35
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-03-25 10:36:33 +03:00
Hannu Nyman
5477a5abe2
Merge pull request #5815 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.3.0
2018-03-25 10:34:03 +03:00
Hannu Nyman
d29bddd809
Merge pull request #5813 from lucize/clamup
clamav: update clamav to 0.99.4
2018-03-25 10:33:36 +03:00
Jianhui Zhao
c4d3c5e79b wifidog-ng: Update to 1.3.0
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>
2018-03-25 14:50:16 +08:00
Lucian Cristian
d664e792ce clamav: update clamav to 0.99.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-03-25 01:02:26 +02:00
Dirk Brenken
eeacec04f4
Merge pull request #5722 from alive4ever/feature-mksh-update
mksh: update to R56c
2018-03-24 17:00:30 +01:00
Jo-Philipp Wich
f5793af4a6
Merge pull request #5812 from micmac1/mysql-fix
mysql: remove $(FPIC), fix AARCH64 builds
2018-03-24 14:00:57 +01:00
Sebastian Kemper
6a90253c80 mysql: remove $(FPIC), fix AARCH64 builds
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>
2018-03-24 13:15:29 +01:00
Sebastian Kemper
9bc047b89d glib2: fix build when res_nquery is not available
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>
2018-03-24 09:37:28 +01:00
Dirk Brenken
655b02a54f
Merge pull request #5801 from dibdot/mc_vfs-fix
mc: fix warnings with enabled vfs support
2018-03-23 19:29:55 +01:00
Marko Ratkaj
1b6ba32ef2
Merge pull request #5804 from sartura/openzwave_fix_include_path
utils: openzwave: disable examples and fix include
2018-03-23 19:15:03 +01:00
Marko Ratkaj
83a29f5c5a utils: openzwave: disable examples and fix include
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>
2018-03-23 18:26:06 +01:00
Vincent Riou
193ef9ab9c lighttpd: add mod-wstunnel
Exposes the mod-wstunnel plugin which implements websocket proxying over http

Signed-off-by: Vincent Riou <vincent@invizbox.com>
2018-03-23 14:54:11 +00:00
Hannu Nyman
759ee14f41 mwan3: adjust dependency from ip-full to ip
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>
2018-03-23 16:52:27 +02:00
Dirk Brenken
7edf9931b7 mc: fix warnings with enabled vfs support
* 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>
2018-03-23 14:23:35 +01:00
Daniel Golle
a7a02b4d87 auc: always send version when requesting image
Fixes #5799

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-03-23 01:53:09 +01:00
Ted Hess
dd0145616c
Merge pull request #5765 from thess/ffmpeg-patent-config
ffmpeg: Re-organize use of BUILD_PATENTED. Update to 3.2.10
2018-03-22 14:00:21 -04:00
Ted Hess
1fa9c1bc5f ffmpeg: Update to 3.2.10.
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>
2018-03-22 13:54:43 -04:00
Ted Hess
cf84f7888c
Merge pull request #5766 from thess/faad2-config
faad2: Remove BUILD_PATENTED
2018-03-22 13:17:14 -04:00
Rosen Penev
447f90ea13 reaver: Update to 1.6.4
Compile tested on ar71xx

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-22 06:50:06 +08:00
Dirk Brenken
a7060cea98
Merge pull request #5791 from EricLuehrsen/unbound_dhcpfix
unbound: fix SLAAC DNS inference
2018-03-20 08:05:54 +01:00
Eric Luehrsen
3d67dcd3cb unbound: fix SLAAC DNS inference
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>
2018-03-19 23:14:00 -04:00
Sebastian Kemper
b86d9028d1 postgresql: update to version 9.6.8
This update addresses:

CVE-2018-1052
CVE-2018-1053
CVE-2018-1058

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:56:59 +01:00
Sebastian Kemper
be07e031d0 postgresql: fix build for ARC arch
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>
2018-03-19 23:54:56 +01:00
Sebastian Kemper
74d15bdb98 postgresql: clean up DEPENDS
Currently the DEPENDS do not reflect reality. Fix this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:49:18 +01:00
Sebastian Kemper
8e9ad7bb51 postgresql: clean up CFLAGS
- 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>
2018-03-19 23:38:48 +01:00
Hannu Nyman
2ab50dff24
Merge pull request #5773 from ryzhovau/picocom-src
picocom: use Google Storage API to get sources from former Googlecode
2018-03-19 17:33:18 +02:00
Hannu Nyman
2f6ec257d5
Merge pull request #5772 from ryzhovau/softflowd-src
softflowd: use Google Storage API to get sources from former Googlecode
2018-03-19 17:32:16 +02:00
Hannu Nyman
d715916973
Merge pull request #5787 from EricLuehrsen/unbound_pnet
unbound: update to 1.7.0 and add domain control options
2018-03-19 17:30:45 +02:00
Hannu Nyman
5d8ab32156
Merge pull request #5789 from zhaojh329/rtty
rtty: Fix the bug of startup script
2018-03-19 17:29:07 +02:00
tripolar
b7ba557c51
Merge pull request #5788 from micmac1/baresip-pulse-dep2
pulseaudio: fix non-NEON ARM compiles
2018-03-19 08:41:57 +01:00
Jianhui Zhao
210f6ecfd9 rtty: Fix the bug of startup script
Not correctly judging whether uci_validate_section is successful

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-19 15:30:59 +08:00
Sebastian Kemper
9c23a34d06 pulseaudio: fix non-NEON ARM compiles
PulseAudio in some cases does not detect the ARM CPU's capabilities
correctly and enables NEON ASM while it is not supported. For example
when compiling for arm_arm1176jzf-s_vfp the assembler rejects this and
the compile fails:

{standard input}: Assembler messages:
{standard input}:27: Error: selected processor does not support `vld1.16 {d0},[r1]!' in ARM mode
{standard input}:28: Error: selected processor does not support `vmovl.s16 q0,d0' in ARM mode
{standard input}:29: Error: selected FPU does not support instruction -- `vcvt.f32.s32 q0,q0,#15'
{standard input}:31: Error: selected processor does not support `vst1.32 {q0},[r2]!' in ARM mode
{standard input}:70: Error: selected processor does not support `vld1.32 {q0},[r1]!' in ARM mode
{standard input}:71: Error: selected FPU does not support instruction -- `vcvt.s32.f32 q0,q0,#31'
{standard input}:72: Error: selected processor does not support `vqrshrn.s32 d0,q0,#16' in ARM mode
{standard input}:74: Error: selected processor does not support `vst1.16 {d0},[r2]!' in ARM mode
Makefile:8668: recipe for target 'pulsecore/libpulsecore_sconv_neon_la-sconv_neon.lo' failed

To fix this tell PulseAudio explicitly when to use the NEON ASM and when
not to.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 03:45:02 +01:00