Commit graph

10318 commits

Author SHA1 Message Date
Karl Palsson
276ce75a96 mosquitto: bump to major 1.5 release
This is a major release.

https://mosquitto.org/blog/2018/05/version-1-5-released/

Performance, configurability, protection from fuzzing and bad data,
customizable SSL contexts, all sorts of goodies.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-05-07 11:09:14 +00:00
Hannu Nyman
f73f39eed1
Merge pull request #5988 from diizzyy/patch-9
bluez: Update to 5.49
2018-05-06 23:34:22 +03:00
Toke Høiland-Jørgensen
9dc0862aab sqm-scripts: Bump to v1.2.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-05-06 18:15:32 +02:00
Hannu Nyman
46aeb36867
Merge pull request #6014 from micmac1/mariadb-portable-ln
mariadb: create symlinks in a portable way
2018-05-06 19:01:38 +03:00
Sebastian Kemper
c64552d2ba mariadb: create symlinks in a portable way
Hannu mentioned that --recursive could not be available always. That is
correct. While GNU coreutils' ln supports this, BSD's ln for example does
not.

This commit addresses that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-06 17:48:32 +02:00
Hannu Nyman
25a518aab6
Merge pull request #6013 from micmac1/mariadb-fallout-fix
mariadb: install staging libs to lib/mysql as well
2018-05-06 18:03:55 +03:00
Sebastian Kemper
1af459bd52 mariadb: install staging libs to lib/mysql as well
Historically programs added /usr/lib/mysql to the library search path when
linking. mariadb does not do so anymore, although even its mysql_config
script suggests to use this path. When an old version of the library still
resides in this directory (like from an old mysql installation) it will be
linked against instead of the current library which is in /usr/lib.

To prevent this simply install symlinks from the staging libs in /usr/lib
into /usr/lib/mysql. This fixes build failures on the build bots which are
seen with libzdb and libdbi-drivers.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-06 14:53:18 +02:00
Hannu Nyman
82ac73701e
Merge pull request #5450 from ja-pa/poco_update
poco: update to version 1.8.1
2018-05-06 10:42:56 +03:00
Hannu Nyman
fae3c949f1
Merge pull request #5672 from tsl0922/ttyd-1.4.0
ttyd: update to 1.4.0
2018-05-06 10:16:56 +03:00
Hannu Nyman
34b142c941
Merge pull request #5436 from MikePetullo/cyrus-sasl
cyrus-sasl: update to 2.1.27-rc6
2018-05-06 09:24:51 +03:00
W. Michael Petullo
64a7b5154a cyrus-sasl: update to 2.1.27-rc7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-05 18:04:49 -04:00
Jo-Philipp Wich
ddaf94229c
Merge pull request #6001 from ldir-EDB0/importminiupnpd
miniupnpd: Import release 20180422 to repo
2018-05-05 19:40:06 +02:00
Hannu Nyman
5ed74f3ba0
Merge pull request #6008 from EricLuehrsen/unbound_171
unbound: update to 1.7.1
2018-05-05 18:42:36 +03:00
Hannu Nyman
1934c3a439 lftp: disable correct libidn version
Fix buildbot breakage by disabling libidn2 that has been recently
added to the packages.

lftp has apparently switched from libidn to libidn2 some time ago,
so the old configure directive was actually wrong, as can be seen
from build log.

  > configure: WARNING: unrecognized options: --without-libidn
  > ...
  > Package lftp is missing dependencies for the following libraries:
  > libidn2.so.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-05 17:40:02 +03:00
Eric Luehrsen
b3f01f407a unbound: update to 1.7.1
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-05 10:10:11 -04:00
Hannu Nyman
d8a2bf544d
Merge pull request #5982 from micmac1/gammu-fix-mysql-dep
gammu: fix mysql depend
2018-05-05 13:27:37 +03:00
Hannu Nyman
d58d711bec
Merge pull request #5979 from diizzyy/patch-5
mpg123: Update to 1.25.10
2018-05-05 13:26:05 +03:00
Daniel Engberg
a9943200f5 bluez: Update to 5.49
Update bluez to 5.49
Fix issue https://github.com/openwrt/packages/issues/1497
Fix issue https://github.com/openwrt/packages/issues/1503
Cherry pick patches from Alpine Linux repo
Apply --gc-sections, saves about 500kbyte
Drop audio.conf (not needed and deprecated)
Remove bluetooth.dbus as upstream supplies a working copy

Based on patch provided by Johnny Vogels
https://github.com/openwrt/packages/pull/5937

Source:
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-05 01:58:08 +02:00
Hannu Nyman
b0f5972a16
Merge pull request #6003 from commodo/python-updates
python,python3: update with newer releases
2018-05-04 19:48:44 +03:00
Hannu Nyman
43a071f073
Merge pull request #6005 from Wedmer/master
zoneinfo: Updated to the latest release.
2018-05-04 19:47:52 +03:00
Vladimir Ulrich
2b7a3965c3 zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-05-04 15:52:28 +03:00
Kevin Darbyshire-Bryant
a2e2eeb409 miniupnpd: Import release 20180422 to repo
Import miniupnpd from routing repo and bump to 20180422.

Drop 102-ipv6-ext-port.patch as this looks upstreamed in the pinhole
code to me.
Consolidate all other patches & update with a view to sending upstream.

Add support for runtime IGDv1 mode switch (default to IGDv2)

(not extensively) Tested-on: ar71xx Archer C7 v2 in IGDv1 compatibility
mode.  A variety of devices/applications appear to be able to create
mappings.

Have an attempt at resolving https://github.com/openwrt-routing/packages/issues/286
TL;DR miniupnpd rules get processed before fw3 rules and thus can
override existing/intended redirects.  Ideally the miniupnpd rules would
be last in the relevant chains, unfortunately fw3 can sometimes use the
last rule as a REJECT.  Put miniupnpd rules as penultimate.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-04 09:03:56 +01:00
Alexandru Ardelean
b7d1d2149e python3: update to version 3.6.5
Add PKG_RELEASE for setuptools and pip.
Refresh all patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-05-03 14:46:35 +03:00
Alexandru Ardelean
2ef484615d python: update to version 2.7.15
This also updates pip and setuptools.
With this occasion, they also get PKG_RELEASEs of their own.

Dropped patch 011-remove-setupterm-definition.patch
Manually re-applied 005-fix-bluetooth-support.patch
Ran make package/python/refresh to refresh other patches.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-05-03 14:46:12 +03:00
Hannu Nyman
a40234905e
Merge pull request #5990 from tripolar/master
don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
2018-05-03 00:04:19 +03:00
Hannu Nyman
3afd1fe1fd
Merge pull request #6000 from mwarning/kadnode
kadnode: use codeload url
2018-05-03 00:01:41 +03:00
Hannu Nyman
d1d5a186b0
Merge pull request #5997 from mwarning/zerotier
zerotier: update to version 1.2.8
2018-05-03 00:00:27 +03:00
Moritz Warning
32242f6f6e kadnode: smaller binary
Decreases size of package by 3%

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 20:21:50 +02:00
Moritz Warning
e72341e52a kadnode: use codeload url
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 20:21:43 +02:00
Moritz Warning
1296791114 zerotier: update to version 1.2.8
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 19:23:31 +02:00
Toke Høiland-Jørgensen
5e73184c2f sqm-scripts: Another bump to v1.2.1 2018-05-02 18:45:36 +02:00
Jo-Philipp Wich
bcb7c9a68d
Merge pull request #5999 from tohojo/master
sqm-scripts: Bump to v1.2.0
2018-05-02 18:14:11 +02:00
Hannu Nyman
a69292e674
Merge pull request #5998 from wvdakker/master
Shorewall: Bump to version 5.2.0.1
2018-05-02 18:59:21 +03:00
Toke Høiland-Jørgensen
5ddd499372 sqm-scripts: Bump to v1.2.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-05-02 17:26:41 +02:00
Hannu Nyman
c133f7311a tvheadend: minor bugfix version bump to 4.0.10
Update the package to the last release of the old 4.0 series.

Note that this version is still from the obsolete 4.0 series,
but updates the source base a bit.

This also enables dropping one of the GCC 7.3 fixes.

Compiled and briefly run-tested with ipq806x and mvebu,
but no actual operations done.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-01 22:13:16 +03:00
W. van den Akker
7b499ad839
Shorewall6: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:45:38 +02:00
W. van den Akker
21d8e453a8
Shorewall: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:44:32 +02:00
W. van den Akker
a8ccc81275
Shorewall6-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:41:50 +02:00
W. van den Akker
507251f76e
Shorewall-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:40:22 +02:00
W. van den Akker
eb878dce15
Shorewall-core: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:39:44 +02:00
Luiz Angelo Daros de Luca
89796a84b1
Merge pull request #5996 from syssi/feature/sane-backends-pkg-config
sane-backends: Make sane-backends.pc available
2018-05-01 12:19:29 -03:00
Sebastian Muszynski
859d441761 sane-backends: Make sane-backends.pc available
Signed-off-by: Sebastian Muszynski <basti@linkt.de>
2018-05-01 16:56:35 +02:00
Peter Wagner
14bc5b015a unbound: don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-01 14:05:30 +02:00
Hannu Nyman
3ec6114d22 tvheadend: fix compilation with GCC 7.3
Disable two warnings to enable compilation with GCC 7.3

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-01 14:34:21 +03:00
Etienne Champetier
4dd01ce3f7 build: move gpg keys into .keys directory
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2018-04-30 13:14:25 -07:00
Philip Prindeville
b82ff264bf
Merge pull request #5987 from pprindeville/perl-text-csv_xs-update-1.35
perl-text-csv_xs: update to 1.35
2018-04-30 13:04:24 -06:00
Philip Prindeville
a3ea4e8453
Merge pull request #5985 from pprindeville/acpica-unix-update-20180427
acpica-unix: update to 20180427
2018-04-30 09:03:32 -06:00
Philip Prindeville
a77c490e39
Merge pull request #5986 from pprindeville/isc-dhcp-update-4.4.1
isc-dhcp: update to 4.4.1
2018-04-30 08:55:48 -06:00
Philip Prindeville
684ae7f096 acpica-unix: update to 20180427
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-30 08:54:49 -06:00
Philip Prindeville
44cd56d0e0
Merge pull request #5984 from pprindeville/perl-update-5.26.2
Perl update 5.26.2
2018-04-30 08:53:08 -06:00