Commit Graph

12485 Commits

Author SHA1 Message Date
Hannu Nyman 98d1575747
Merge pull request #7337 from neheb/netconf
libnetconf2: Remove OpenSSL engine support
2018-11-11 14:03:26 +02:00
Hannu Nyman 160d53874d
Merge pull request #7389 from hnyman/webuiaria2
webui-aria2: dummy version bump
2018-11-11 13:54:07 +02:00
Hannu Nyman e82a12a613 webui-aria2: dummy version bump
The source download storage contains a 0 byte version
of the webui-aria2 sources, which breaks buildbot.

Trigger a new download by bumping the version by a date.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-11 13:44:08 +02:00
Thomas Heil 795210bdac
Merge pull request #7290 from neheb/apr
apr: Fix pid_t format
2018-11-11 11:36:12 +01:00
Thomas Heil d4c1e789be
Merge pull request #6854 from neheb/apache
apache: Update to 2.4.34
2018-11-11 11:35:22 +01:00
Hannu Nyman 95d66e9810
Merge pull request #7138 from diizzyy/patch-13
libs/libx264: Update to snapshot 20181006
2018-11-11 12:11:11 +02:00
Hannu Nyman a5e1a0ee1e
Merge pull request #7344 from TDT-AG/pr/20181107-crtmpserver
crtmpserver: fix whitspaces
2018-11-11 11:36:05 +02:00
Hannu Nyman 1aebe2759c
Merge pull request #7185 from neheb/grilo
grilo: Enable parallel building
2018-11-11 11:35:48 +02:00
Hannu Nyman 7cfb54205d
Merge pull request #7187 from neheb/grilop
grilo-plugins: Update to 0.3.7
2018-11-11 11:34:43 +02:00
Hannu Nyman e25a7548e3
Merge pull request #6671 from neheb/patch-3
json4lua: Update to 0.9.54 and switch to codeload
2018-11-11 11:22:03 +02:00
Hannu Nyman 9dcc19c9be
Merge pull request #6672 from neheb/patch-20
dkjson: Switch to codeload
2018-11-11 11:20:33 +02:00
Hannu Nyman fa42f59c9b
Merge pull request #6705 from cotequeiroz/libupm_swig
libupm: don't set SWIG_DIR, force python 2.7
2018-11-11 11:16:28 +02:00
Hannu Nyman a7d94e0f7b
Merge pull request #7286 from neheb/patch-1
cryptsetup: Update to 2.0.5
2018-11-11 10:56:14 +02:00
Hannu Nyman 8256f63546
Merge pull request #6931 from chris5560/radicale_master
radicale: add extra command "export_storage" to init script
2018-11-11 10:52:08 +02:00
Rosen Penev e8e8022e47 pillow: Update to 5.3.0
Switched to pypi for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 19:49:32 -08:00
Rosen Penev 68dab099cd
Jinja2: Update to 2.10
Switch URL to a deterministic one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 19:38:41 -08:00
Rosen Penev 57ab493043
Flask: Update to 1.0.2
Update URL to a deterministic one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 19:35:39 -08:00
Ted Hess 6d702eb97f
Merge pull request #7383 from neheb/squ
socat: Fix compile with deprecated APIs disabled
2018-11-10 20:47:48 -05:00
champtar 3a302fc01b
Merge pull request #7379 from micmac1/maria-pthread-detach
mariadb: fix pthread_detach
2018-11-10 20:39:11 -05:00
Rosen Penev 17cfc75b98 socat: Fix compile with deprecated APIs disabled
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 17:26:56 -08:00
champtar 04f96c9774
Merge pull request #7334 from neheb/monit
monit: Fix compilation without deprecated APIs
2018-11-10 20:09:40 -05:00
Rosen Penev 8dda6b8f2f pytz: Update to 2018.7 and add host build
Django 1.11 and above needs pytz to run properly. This was causing issues
with seahub, whose Makefile uses django-admin to compile locales.

Also removed InstallDev. It tried to accomplish the same thing but ended
up installing to the same directories anyways.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 16:38:05 -08:00
Sebastian Kemper 581a19c0b8 mariadb: fix pthread_detach
Include fix from upstream for MDEV-17200. musl-1.1.20 segfaults when
pthread_detach() is called for already detached threads.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-11 01:23:44 +01:00
Rosen Penev 154abade7a lvm2: Update to 2.03.01
Moved libblkid depend to fix compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-10 13:41:42 -08:00
Ted Hess 7e36a24dd3
Merge pull request #7319 from neheb/icecast
icecast: Update to 2.4.4
2018-11-10 15:07:54 -05:00
Ted Hess 440e932e66
Merge pull request #7375 from eduardoabinader/bump-alsa-utils-1.1.7
alsa-utils: bump to 1.1.7
2018-11-10 14:56:29 -05:00
Michael Heimpold 37fee54986
Merge pull request #7302 from mhei/openplcutils-update
open-plc-utils: update to commit 32408520
2018-11-10 20:05:59 +01:00
Michael Heimpold bf0cc8da51
Merge pull request #7345 from mhei/automake-update
automake: update to 1.15.1
2018-11-10 20:05:31 +01:00
Rosy Song 07c2d29859 nft-qos: use prerouting chain rather than input
Using the input chain can only limit the upload rate in local network.
Since to do the limit rate on both native and remote, we have to
replace the input hook with prerouting.

Signed-off-by: Rosy Song <rosysong@rosinson.com>

(Added Makefile version bump)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 20:47:23 +02:00
Hannu Nyman 665c44ea97
Merge pull request #7333 from neheb/libaio
libaio: Update to 0.3.111
2018-11-10 19:52:47 +02:00
Dirk Brenken 43f1f78dfc
Merge pull request #7377 from dibdot/adblock
adblock: fix adguard source
2018-11-10 17:46:25 +01:00
Dirk Brenken ff139131a7 adblock: fix adguard source
* fix regex for adguard blocklist source

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-10 17:39:08 +01:00
Kevin Darbyshire-Bryant 662d3f16d2 nlbwmon: receive dhcp interface triggers
Not all interfaces may have been allocated address at nlbwmon startup so
it may not collect statistics as expected/configured.

Add interface triggers to catch dhcp events and restart as required.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-11-10 16:34:35 +00:00
Ted Hess b4cf2b4df5
Merge pull request #7365 from thess/ffmpeg-work
ffmpeg: Resolve hard/float builds with work-around dependencies
2018-11-10 10:50:27 -05:00
Hannu Nyman 8372b84f0d Revert "keyutils: Update to 1.5.11"
This reverts commit 41f2036afe.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-10 17:22:36 +02:00
Marko Ratkaj ade189963b net: dhcpcd: bump version to 7.0.8
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-11-10 15:08:50 +00:00
Hannu Nyman 80a4c92e30
Merge pull request #7376 from danrl/dm
jool: Remove inactive maintainer
2018-11-10 15:12:00 +02:00
Dan Lüdtke 0d337e9d71 jool: Remove inactive maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
2018-11-10 13:58:10 +01:00
Eduardo Abinader 8fb5e895a7 alsa-utils: bump to 1.1.7
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-10 11:12:02 +01:00
Dirk Brenken b17588a856 banip: new package to block incoming & outgoing ip addresses
a new script based package called "banIP" to block
incoming & outgoing ip adresses/subnets via ipset.

Features:
* a shell script which uses ipset and iptables
  to ban a large number of IP addresses
  published in various IP blacklists (bogon, firehol etc.)
* support blocking by ASN numbers
* support blocking by iso country codes
* support local white & blacklist (IPv4, IPv6 & CIDR notation)
* auto-add unsuccessful ssh login attempts to local blacklist
* auto-add the uplink subnet to local whitelist
* per source configuration of SRC (incoming) and DST (outgoing)
* supports IPv4 & IPv6

Strong LuCI support:
* easy interface to track & change all aspects of your ipset
  configuration on the fly
* integrated IPSet-Lookup
* integrated RIPE-Lookup
* Log-Viewer & online configuration of white- & blacklist

LuCI-Screenshots will follow in the second post.
Forum discussion:
https://forum.openwrt.org/t/banip-new-project-needs-testers-feedback/16985

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-10 11:01:45 +01:00
Eduardo Abinader 9eba4f5801 opusfile: required by opus-tools 0.2
new dep on opus-tools
e9bbfacf0a1bbade70005fa730cc50e838baaa32

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-10 10:25:38 +01:00
Hannu Nyman d785b15857
Merge pull request #6974 from neheb/miniupnopc
miniupnpc: Update to 2.1
2018-11-10 11:24:15 +02:00
Hannu Nyman 5571751282
Merge pull request #7242 from neheb/key
keyutils: Update to 1.5.11
2018-11-10 11:18:52 +02:00
Hannu Nyman f179b804ae
Merge pull request #7243 from neheb/patch-46
liboping: Update to 1.10.0
2018-11-10 11:17:58 +02:00
Hannu Nyman 17086f62d0
Merge pull request #7262 from neheb/patch-22
qrencode: Update to 4.0.2
2018-11-10 11:17:22 +02:00
Hannu Nyman 5ae6f728ec
Merge pull request #7263 from neheb/ldap
python-ldap: Update to 3.1.0
2018-11-10 11:16:46 +02:00
Hannu Nyman 783dd94ab7
Merge pull request #7318 from neheb/mraa
libmraa: Update to 2.0.0
2018-11-10 10:15:34 +02:00
Yousong Zhou 0478614556 openvswitch: fix building intree datapath module unconditionally
Fixes f2bf8d3 ("openvswitch: provide in-tree kmod builds")

Closes openwrt/packages#7360

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-11-10 07:41:14 +00:00
Rosen Penev 12378ef296 lighttpd: Fix Compilation with OpenSSL 1.1.x
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 18:53:32 -08:00
Rosen Penev ba3b4942b4 libssh2: Fix compilation with deprecated APIs disabled
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-09 18:47:50 -08:00