1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

9747 Commits

Author SHA1 Message Date
Philip Prindeville
0aad63038f perl: add Authen::SASL::XS module
Required by Authen::SASL to have actual plug-ins to handle the
protocol.

Uses Devel::CheckLib which doesn't work with cross-compilation with
the current perlmod.mk machinery.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-13 11:41:38 -07:00
Philip Prindeville
184cb956b1 perl: add Authen::SASL module
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-13 11:35:41 -07:00
Michael Heimpold
59c979d595 libiio: update to 0.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-02-11 18:29:07 +01:00
Michael Heimpold
59350addd0 libgpiod: add package for library and tools
libgpiod is a C library with corresponding tools for interacting
with the linux GPIO character device (gpiod stands for GPIO device).

Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use
the character device instead. This library encapsulates the ioctl calls and
data structures behind a straightforward API.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-02-11 18:29:07 +01:00
Hannu Nyman
301b0808a6
Merge pull request #5595 from wvdakker/master
Shorewall: Bump to version 5.1.12.1
2018-02-11 19:28:31 +02:00
W. van den Akker
97a058d87d
Shorewall6: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:33:00 +01:00
W. van den Akker
fabb1682b5
Shorewall: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:31:30 +01:00
W. van den Akker
0685d49a6e
Shorewall6-lite: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:29:43 +01:00
W. van den Akker
574e2db61d
Shorewall-lite: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:27:52 +01:00
W. van den Akker
86b347bc09
Shorewall-core: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:25:30 +01:00
Hannu Nyman
b5e066fb3b
Merge pull request #5592 from MikePetullo/gstreamer1
gstreamer1: update to 1.12.4
2018-02-11 10:09:39 +02:00
Yousong Zhou
90843cff63 pixiewps: use compiler, linker options of the build system
pixiewps has its own CFLAGS setting and uses LDFLAGS from
environment variable.  When PKG_ALSR_PIE was enabled, objects were not
compiled with -fPIC supplied from the build system and the final link
step would fail because of the -pie option

Fixes #5590

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-11 12:10:07 +08:00
W. Michael Petullo
ddf9c10327 gstreamer1: update to 1.12.4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-02-10 18:51:31 -05:00
Hannu Nyman
e95edc9142
Merge pull request #5589 from mwarning/kadnode
kadnode: update to version 2.1.0
2018-02-10 18:11:17 +02:00
Moritz Warning
428c661a35 kadnode: update to version 2.1.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-02-10 16:26:28 +01:00
Ted Hess
287cb874c2 libvorbis: add patch for CVE-2017-14632 and CVE-2017-14633
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-02-10 09:38:59 -05:00
Jonathan McCrohan
d305f1144d sslh: Update to v1.19b
Refresh patches
Update upstream URLs

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-10 13:16:15 +00:00
Ted Hess
c66296b283
Merge pull request #5506 from neheb/patch-2
libmad: Remove BUILD_PATENTED
2018-02-10 07:53:53 -05:00
Ted Hess
3f1814e6b6
Merge pull request #5508 from neheb/patch-4
gst1-libav: Remove BUILD_PATENTED for AC3, MP[23]
2018-02-10 07:52:17 -05:00
Ted Hess
11f435adc6
Merge pull request #5507 from neheb/patch-3
ffmpeg: Remove BUILD_PATENTED for AC3
2018-02-10 07:51:54 -05:00
Yousong Zhou
ffbdc7e4fd node: depends on availability of fpu
It requires either hardware or software emulated fpu, otherwise program
can fail with SIGILL for fp instructions emitted by the JIT compiler

See #1937, #2633, #2442, FS#1257 for details

From code snippet at deps/v8/src/mips/constants-mips.h

    #elif(defined(__mips_soft_float) && __mips_soft_float != 0)
    // This flag is raised when -msoft-float is passed to the compiler.
    // // Although FPU is a base requirement for v8, soft-float ABI is used
    // // on soft-float systems with FPU kernel emulation.
    // const bool IsMipsSoftFloatABI = true;

[1] https://bugs.chromium.org/p/v8/issues/detail?id=4704

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-09 15:47:50 +08:00
Hannu Nyman
bbc391c0da
Merge pull request #5575 from zhaojh329/rtty
rtty: Update to 3.1.2
2018-02-08 17:15:24 +02:00
Daniel Golle
4cf0f36ca6 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-07 20:57:33 +01:00
tripolar
39d110a595
Merge pull request #5577 from jmv2009/patch-11
Pulseaudio: variant avahi/bluez
2018-02-07 14:22:24 +01:00
Jianhui Zhao
62e4f714f5 rtty: Update to 3.1.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-07 17:10:08 +08:00
Johnny Vogels
256905edad
Pulseaudio: variant avahi/bluez
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2018-02-06 19:42:09 +01:00
Jianhui Zhao
9cd7e4dfe4 libuwsc: Update to 1.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-02-06 17:12:50 +08:00
Peter Wagner
faa8ce7690 tor: update to 0.3.2.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-05 22:57:52 +01:00
Michael Heimpold
379f4a9507 php7: update to 7.2.2
Also refresh patches to reflect new year.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-02-05 20:50:46 +01:00
Hannu Nyman
be1012d242
Merge pull request #5568 from lucize/clamup
clamav: update to 0.99.3
2018-02-05 17:47:22 +02:00
Hannu Nyman
e556e65b91
Merge pull request #5569 from neheb/patch-1
btrfs-progs: Update to 4.15
2018-02-05 17:47:04 +02:00
Hannu Nyman
fed12673b2
Merge pull request #5491 from TDT-AG/pr/20180123-mwan3-add-service
mwan3: add init script to enable/disable mwan3
2018-02-05 17:43:33 +02:00
Florian Eckert
40f66cf432 net/mwan3: update to version 2.6.10
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:30 +01:00
Florian Eckert
8fa2101ea3 net/mwan3: add mwan3_init function
Move all shell commands which are executed during /lib/mwan3/mwan3.sh
sourceing into a seperate init function which must be called at first.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:28 +01:00
Florian Eckert
7cf9d9ec20 net/mwan3: send SIGKILL to mwan3track
In some situation it is not enough to send a SIGTERM to mwan3track to
ask service to stop accurate. If this does not work send him a SIGKILL
to prevent mwan3track running more then once per interface.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:25 +01:00
Florian Eckert
f9a787e8df net/mwan3: add init script to enable/disable mwan3 globally
Adding a init script to "/etc/init.d/" introduce the possibility to
enable/disable mwan3 globally.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:23 +01:00
Rosen Penev
cb1ae4a17f
btrfs-progs: Update to 4.15
Compile tested on ar71xx

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-04 11:57:35 -08:00
Lucian Cristian
0531bac6da clamav: update to 0.99.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-02-04 19:10:07 +02:00
Hannu Nyman
05cee96008
Merge pull request #5240 from ecsv/ap51-flash
ap51-flash: Update to newest "version" and package cleanups
2018-02-04 13:54:23 +02:00
Hannu Nyman
a819724776
Merge pull request #5551 from yangfl/master
i2pd: Update to 2.18.0, fix #5511
2018-02-04 13:46:45 +02:00
Jo-Philipp Wich
d8aab3467b
Merge pull request #5557 from pprindeville/xtables-addons-xtgeoip-dir
xtables-addons: don't forget database dir
2018-02-04 12:42:57 +01:00
Hannu Nyman
255f4d2f99
Merge pull request #4928 from p-wassi/smstools
utils/smstools3: update to 3.1.21
2018-02-04 10:13:35 +02:00
Hannu Nyman
f970e33b49
Merge pull request #5088 from hbl0307106015/libtalloc
libtalloc: bump to latest version
2018-02-04 10:11:36 +02:00
Hannu Nyman
69d27a09aa
Merge pull request #5558 from Andy2244/acl-update
acl: update to 2018-01-21
2018-02-04 10:04:31 +02:00
Andy Walsh
016094eba8 acl: update to 2018-01-21
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-02-04 00:02:20 +01:00
Jiri Slachta
a949b9f0af
Merge pull request #5565 from micmac1/libssh2-master
libssh2: Make crypto backends selectable
2018-02-03 17:44:23 +01:00
Hannu Nyman
a0d14534d1 nano: update to 2.9.3
update nano to 2.9.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-03 15:56:31 +02:00
Sebastian Kemper
6b3f140c0c libssh2: Make crypto backends selectable
This adds a choice to menuselect so people can select if they would like
to compile libssh2 against mbedtls (default) or openssl.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-03 13:26:18 +01:00
Hannu Nyman
f85ffb54f1
Merge pull request #5560 from neheb/port-trans
transmission: Fix port test + other fixes.
2018-02-02 23:42:53 +02:00
David Yang
b4e06b5805 i2pd: Update to 2.18.0, fix #5511
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-02-03 02:50:05 +08:00