Commit graph

12349 commits

Author SHA1 Message Date
Rosen Penev
2a4b6e4651 libowfat: Update to 0.32
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-15 19:09:43 -08:00
Michael Heimpold
41e0923d56 libgpiod: update to 1.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-15 23:22:16 +01:00
Michael Heimpold
2186fe821d php7: update to 7.2.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-11-15 23:22:16 +01:00
Daniel Golle
45917f59dc
Merge pull request #7429 from neheb/patch-8
itsdangerous: Update to 1.1.0
2018-11-14 23:27:47 +01:00
champtar
a694df10d5
Merge pull request #7431 from micmac1/mari-up2
mariadb: fix build issue
2018-11-14 15:42:15 -05:00
Sebastian Kemper
470ee2d94b mariadb: fix build issue
The build breaks when Kerberos is available in staging dir. mariadb
build system exits with error:

CMake Error at libmariadb/cmake/plugins.cmake:43 (message):
  Invalid plugin type NO.  Allowed plugin types are DYNAMIC;STATIC;OFF

It doesn't like the definition "PLUGIN_AUTH_GSSAPI_CLIENT=NO" anymore.
We need to set it to "OFF" to make it happy.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-14 21:00:12 +01:00
Rosen Penev
56d45d6c52
itsdangerous: Update to 1.1.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 11:43:21 -08:00
Hannu Nyman
e9f055f679
Merge pull request #7425 from neheb/patch-8
python-urllib3: Update to 1.24..1
2018-11-14 21:40:53 +02:00
Hannu Nyman
083a5cb8b9
Merge pull request #6684 from neheb/pps
pps-tools: Update to 1.0.2 and switch to codeload
2018-11-14 20:44:56 +02:00
Hannu Nyman
3790f59508
Merge pull request #7381 from neheb/seafile2
seafile-seahub: Update to 6.3.4
2018-11-14 20:37:06 +02:00
Hannu Nyman
e61dc911ee
Merge pull request #7382 from neheb/seafile3
seafile-server: Update to 6.3.4
2018-11-14 20:36:18 +02:00
Hannu Nyman
51ad2efe02
Merge pull request #7423 from neheb/zope
python-zope-interface: Update to 4.6.0
2018-11-14 20:34:12 +02:00
Hannu Nyman
2a7cdd265f
Merge pull request #7426 from neheb/pyc
python-pycparser: Update to 2.19
2018-11-14 20:30:49 +02:00
Rosen Penev
509ed2121b python-pycparser: Update to 2.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 10:00:49 -08:00
Rosen Penev
94fe63339e
python-urllib3: Update to 1.24..1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:54:29 -08:00
Jiri Slachta
9f5b9dcb61
Merge pull request #7421 from neheb/tiff
tiff: Update to 4.0.10
2018-11-14 18:49:05 +01:00
Rosen Penev
2edb4a7335 python-zope-interface: Update to 4.6.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:47:58 -08:00
Rosen Penev
1c10f60c13 tiff: Update to 4.0.10
Fixes all CVEs as well as a few more.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-14 09:36:55 -08:00
Hannu Nyman
c0b1527c35
Merge pull request #7406 from commodo/tcpreplay-update
tcpreplay: bump to version 4.3.0
2018-11-14 17:27:04 +02:00
Hannu Nyman
c88af86064
Merge pull request #7407 from salzmdan/master
knot: update to 2.7.4
2018-11-14 17:26:08 +02:00
Hannu Nyman
0bdfdf354a
Merge pull request #7410 from neheb/pfr
libpfring: Fix compilation when missing lex
2018-11-14 17:25:33 +02:00
Hannu Nyman
a7a8016836
Merge pull request #7418 from TDT-AG/pr/20181108-mwan3
mwan3: remove deprecated options
2018-11-14 16:35:50 +02:00
Ted Hess
1d6a1c2b40
Merge pull request #7413 from thess/libsoup-work
libsoup: fix intltool host dependency. Cleaup some build args
2018-11-14 08:34:02 -05:00
Alexandru Ardelean
cc2ffbec8b tcpreplay: bump to version 4.3.0
Run-tested on target brcm2708 [brcm2709 sub-target].
Running on OpenWrt master:
  278e4eba09

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-11-14 10:27:40 +02:00
Ted Hess
f3f26865c3
Merge pull request #7320 from neheb/motion
motion: Update to 4.2
2018-11-13 21:41:59 -05:00
Rosen Penev
29a4293fa1 seafile-seahub: Update to 6.3.4
Switch to codeload for simplicity and easier package bumping.

Added dependency on pytz on build time as django-admin requires it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 14:52:01 -08:00
Rosen Penev
543f4a5c47 seafile-server: Update to 6.3.4
Switched to codeload for simplicity and easier package bumping.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 14:30:10 -08:00
Rosen Penev
3ea82cd800 libpfring: Fix compilation when missing lex
Buildbots are missing lex, which is normally a symlink to flex. This
solution is used elsewhere in the package but missing here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-13 13:41:47 -08:00
Ted Hess
0daec55ce5 libsoup: fix intltool host dependency. Cleaup some build args
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 16:31:57 -05:00
champtar
8376d30981
Merge pull request #7411 from micmac1/mari-up
mariadb: security bump to 10.2.19
2018-11-13 16:16:58 -05:00
Sebastian Kemper
3c8c320b3f mariadb: security bump to 10.2.19
Many, many bug fixes, see release notes for details:
https://mariadb.com/kb/en/library/mariadb-10219-release-notes/

Fixed CVEs:

  CVE-2018-3282
  CVE-2016-9843
  CVE-2018-3174
  CVE-2018-3143
  CVE-2018-3156
  CVE-2018-3251
  CVE-2018-3185
  CVE-2018-3277
  CVE-2018-3162
  CVE-2018-3173
  CVE-2018-3200
  CVE-2018-3284

OpenWrt package changes:

  - include sha256_password in libmariadb package
  - upstream provided new pkgconfig file libmariadb.pc
  - refreshed one patch, dropped two others (included in upstream source
    now)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-11-13 21:43:35 +01:00
Hannu Nyman
d8bb8c3ff6
Merge pull request #7402 from TDT-AG/pr/20182610-keepalived
keepalived: add ipvs uci support
2018-11-13 21:07:47 +02:00
Hannu Nyman
65b01190e5
Merge pull request #7404 from neheb/clam
clamsmtp: Really fix compilation
2018-11-13 21:06:48 +02:00
Ted Hess
49c4ab36d7
Merge pull request #7378 from thess/ffmpeg-custom
ffmpeg: Add choices to libffmpeg-custom to select and build CLI programs
2018-11-13 11:56:36 -05:00
champtar
810f171cfb
Merge pull request #7408 from thess/cci-url-fix
CircleCI: Fix URL references to openwrt.org
2018-11-13 11:35:27 -05:00
Ted Hess
37ddc58ab9 CircleCI: Fix URL references to openwrt.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-11-13 11:24:50 -05:00
Florian Eckert
ce123d3e83 mwan3: add policies view to ubus interface
Add to ubus the missing output information "policies" which could already
be observed with the command "mwan3 status".

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-13 16:04:26 +01:00
Daniel Salzman
7d1d080f45 knot: update to 2.7.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-11-13 13:59:57 +01:00
Hannu Nyman
ea656e25a2 nano: update to 3.2
Update nano to version 3.2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-11-12 22:46:51 +02:00
Rosen Penev
b8312b58cf clamsmtp: Really fix compilation
It seems Linux headers are broken/incompatible with musl for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-12 12:34:54 -08:00
Thomas Heil
cae5d145db
Merge pull request #7403 from neheb/patch-3
apache: Disable Managed Domain handling
2018-11-12 20:34:26 +01:00
Rosen Penev
029a6819f0
apache: Disable Managed Domain handling
This is a new feature that requires new dependencies. Disable it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-12 11:30:55 -08:00
Ted Hess
263fdf74e8
Merge pull request #7372 from eduardoabinader/bump-opus-tools-0.2
opus-tools: bump to 0.2
2018-11-12 13:04:42 -05:00
Eduardo Abinader
cff8b4dd3f opus-tools: bump to 0.2
Adding new deps libopusfile and libopusenc, provided
by e9bbfacf0a1bbade70005fa730cc50e838baaa32 and
a638dfa37bd857e14b088e0ccade701dc6aafc79, respectively.

Changing maintainer as accorded with @thess.

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-12 18:42:35 +01:00
Hannu Nyman
33e7cd627c
Merge pull request #7400 from sartura/sysrepo-release-0.7.6
sysrepo: update to 0.7.6
2018-11-12 17:18:46 +02:00
Hannu Nyman
6c8980fae7
Merge pull request #7398 from rosysong/nft-qos
nft-qos: replace input chain with prerouting for monitor and dynamic
2018-11-12 17:18:34 +02:00
Hannu Nyman
76df7c4df5
Merge pull request #7386 from neheb/pillow
pillow: Update to 5.3.0
2018-11-12 17:17:57 +02:00
Hannu Nyman
0ad1369496
Merge pull request #7380 from neheb/pytz
pytz: Update to 2018.7 and add host build
2018-11-12 17:16:13 +02:00
Florian Eckert
b443dfe00b keepalived: add ipvs uci support
Add uci ipvs support to keepalived.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-11-12 15:20:20 +01:00
Eduardo Abinader
62c2fd4679 libopusenc: required by opus-tools 0.2
new dep on opus-tools a638dfa37bd857e14b088e0ccade701dc6aafc79

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2018-11-12 13:02:21 +01:00