Commit graph

13058 commits

Author SHA1 Message Date
Rosen Penev
0fb5bcd3f4 shairport-sync: Allow usage with uclibc++
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-24 17:48:09 -08:00
Daniel Engberg
6ec6862d56 sqlite3: Set platform configuration flags & cleanup
Set platform specfic flags to avoid sqlite using built-in variants
Remove CONFIGURE_VARS, already properly set by toolchain
Change order of TARGET_CFLAGS to match upstream documentation

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-12-25 00:28:17 +01:00
Rosen Penev
6ea61873cb
libaudiofile: Allow compilation with uclibc++
Allows selection of 1 libc++.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-24 13:54:48 -08:00
Rosen Penev
a8c7dd57a3 ibrcommon: Allow usage of uclibc++
Allows having only one libc++ installed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-24 13:46:42 -08:00
Peter Wagner
724ddd2f94 glib2: update to 2.58.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-24 22:19:35 +01:00
Deng Qingfang
5b75a84165 samba4: update to 4.9.4
Fixes following CVEs (4.9.3 and 4.9.4):
CVE-2018-16853, CVE-2018-14629, CVE-2018-16853
CVE-2018-14629, CVE-2018-16841, CVE-2018-16851
CVE-2018-16852, CVE-2018-16853, CVE-2018-16857

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-24 21:01:15 +08:00
Rosen Penev
2a758a1c68 node: Update to 8.14.1
Mainly CVE fixes.

Added a patch to fix compilation without deprecated OpenSSL APIs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-24 10:12:50 +08:00
Eneas U de Queiroz
fc4bc242cc node: use system libnghttp2 libuv libhttp-parser
Use the openwrt system libraries instead of the ones bundled with node.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-24 10:12:50 +08:00
Rosen Penev
6c42367774 libndpi: Update to 2.6
Got rid of the upstreamed patches.

ndpiReader needs libc++ now apparently.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-23 16:56:50 -08:00
Jianhui Zhao
255014924d rtty: update to 6.4.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-12-23 22:01:15 +08:00
Daniel F. Dickinson
dfe650e58a gitolite: Update to 3.6.10 and switch to codeload
There have been a couple of point releases, so pull in those changes.
Also codeload seems to be preferred to git tarballs when using github, so
switch to codeload.
Finally, fix a typo in project URL.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 02:02:58 -05:00
Daniel F. Dickinson
89effa4a84 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:26:03 -05:00
Daniel F. Dickinson
2d87aa40c8 nut: really run upsd as non-root
One local removal was missed in last push of this fix, so
in certain circumstances upsd would run as root even when
it shouldn't.

Fixes f48b060fa7 ("nut: Fix upsd runs as root")
Closes: #6697 (properly)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:25:39 -05:00
Daniel F. Dickinson
f916a7e0eb nut: Update server config comment 'docs'
Update the commented out settings in /etc/config/nut_server that
shows the available sections with their default settings.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:24:37 -05:00
Paul Spooren
fa8347c042 dhcpdiscover: add package
Signed-off-by: Paul Spooren <mail@aparcar.org>
2018-12-22 23:15:14 +01:00
Jeffery To
2f55f2a7b5 python/python3: fix .dist-info missing for setuptools and pip
Without .dist-info (similar to .egg-info), setuptools and pip are not
discoverable by pkg_resources.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-12-22 22:16:52 +08:00
Christian Lachner
e02d8ca48b haproxy: Update HAProxy to v1.8.16
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-22 10:53:43 +01:00
Hannu Nyman
cb6fc9d7a9
Merge pull request #7692 from neheb/patch-6
django: Update to 1.11.17
2018-12-21 21:16:48 +02:00
Hannu Nyman
d5a48bac09
Merge pull request #7744 from val-kulkov/opendkim-package
opendkim: support OpenSSL 1.1 with/without deprecated APIs
2018-12-21 21:16:20 +02:00
Val Kulkov
ba903d4853 openldap: version update and new build parameters
This patch updates OpenLDAP to 2.4.47, introduces new build
parameters and places openldap-server, openldap-utils and
libopenldap under a separate menu item in Network.

OpenLDAP is difficult to find in menuconfig at present. Making
a separate menu item for OpenLDAP for selection of packages and
enabling or disabling build parameters makes better sense.

To have access to the loglevel directive, OpenLDAP must be built
with debugging information. Having access to the loglevel directive
is essential during the initial configuration of OpenLDAP server.

International users may want to enable ICU support to have access
to international characters.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 12:22:33 -05:00
Val Kulkov
5f08e7b75b opendkim: support OpenSSL 1.1 with/without deprecated APIs
This patch enables support of OpenSSL 1.1+ with and without
deprecated OpenSSL APIs.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 11:23:42 -05:00
Hannu Nyman
1da02dfe8c
Merge pull request #7704 from neheb/patch-9
jansson: Update to 2.12
2018-12-21 17:39:29 +02:00
Hannu Nyman
6980c438cf
Merge pull request #7707 from neheb/patch-12
prometheus: Update to 2.6.0
2018-12-21 17:39:14 +02:00
Hannu Nyman
069544bedd
Merge pull request #7711 from neheb/patch-16
python-service-identity: Update to 18.1.0
2018-12-21 17:38:25 +02:00
Hannu Nyman
d56d13e9ec
Merge pull request #7709 from neheb/patch-14
python-mysql: Update to 1.3.14
2018-12-21 17:14:41 +02:00
Hannu Nyman
a008f9cac1
Merge pull request #7708 from neheb/patch-13
postfix: Update to 3.3.2
2018-12-21 17:14:24 +02:00
champtar
2a171c36fa
Merge pull request #7738 from TDT-AG/pr/20181220-mwan3
mwan3: add nping to tracking method
2018-12-21 13:36:42 +01:00
Michael Stoll
7acb0c3e38 mwan3: add nping to tracking method
Signed-off-by: Michael Stoll <michael.stoll@meadow-robotics.com>
2018-12-21 11:21:31 +01:00
Daniel F. Dickinson
23c4235554 nut: Fix additional (other) variable handling
There was a cut & paste error in the handling of 'other'
variables (i.e. driver variables not specifically known
to the package but which some users may require to be add).
There was also a logic error from not switching sufficient
after cut & paste.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:24:00 -05:00
Daniel F. Dickinson
d04f2580b1 nut: Remove extraneous config reads
Handling of driver variable defaults, overrides, and additional
(other) variables changed and left behind some extraneous
config reads (config_get and config_list_foreach).  Remove those.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:56 -05:00
Daniel F. Dickinson
97c7ef6c4d nut: alphabetize driver options
There are a lot of options; to make development easier
alphabetize them.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:50 -05:00
Val Kulkov
29478d7a67 subversion: bump to the latest stable release
Update to subversion 1.11.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 12:03:26 +08:00
Rosen Penev
ac848c2af3 clamav: Change depends from uclibcxx to CXX_DEPENDS
The build system allows changing uclibc++ to libstdcpp globally. This
avoids an unnecessary depends in the case of libstdcpp usage.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-21 10:51:02 +08:00
Philip Prindeville
901a489ad0
Merge pull request #7695 from pprindeville/acpica-unix-update-20181213
acpica-unix: update to 20181213
2018-12-20 16:41:57 -07:00
Philip Prindeville
6d7832e10a acpica-unix: update to 20181213
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-12-20 16:35:30 -07:00
Rosen Penev
5ec4eb76c3 psqlodbc: Update to 11.00.0000
Rearranged Makefile for consistency between packages.

Added PKG_BUILD_PARALLEL to speed up compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-20 10:30:04 -08:00
champtar
5a978f2270
Merge pull request #7734 from micmac1/master-sqlite-maint
sqlite3: change maintainer
2018-12-20 19:07:04 +01:00
Sebastian Kemper
8e559b440b sqlite3: change maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-12-20 18:42:53 +01:00
Marko Ratkaj
ce0e807ae0 node-mozilla-iot-gateway: bump package to 0.6.1
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-12-20 16:36:53 +01:00
Yousong Zhou
a17028a1c9 Revert "minisatip: add new package"
This reverts commit 68add335a7.

This package depends on libraries (libdvbapi, libdvbcsa, libdvben50221)
that does not exist yet in OpenWrt repos

Reported-by: Val Kulkov <val.kulkov@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-20 15:22:53 +00:00
Marko Ratkaj
d64e2a39ab
Merge pull request #7633 from cotequeiroz/node-mozila-iot-gateway_CPU
node-mozilla-iot-gateway: fix copy of sqlite3 module directory
2018-12-20 16:09:19 +01:00
Dirk Brenken
440829b6b9
Merge pull request #7732 from dibdot/adblock
adblock: release 3.6.0
2018-12-20 08:50:48 +01:00
Rosen Penev
e8b7209830 prometheus: Update to 2.6.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-19 12:38:23 -08:00
Rosen Penev
05007d60cf python-service-identity: Update to 18.1.0
Switched URL to standard one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-19 12:36:28 -08:00
Hannu Nyman
6ea773f828
Merge pull request #7721 from sartura/geth_update_1.8.20
geth: Update to 1.8.20
2018-12-19 20:56:42 +02:00
Hannu Nyman
7d649c7288
Merge pull request #7731 from jsiverskog/mdnsresponder_878_200_35
mdnsresponder: bump to 878.200.35 and refresh patches
2018-12-19 20:56:12 +02:00
Dirk Brenken
4e8d22eced adblock: release 3.6.0
* add adblock dns query reporting via tcpdump (see readme for details)
* fix tld compression on low memory systems (< 64 MB)
* fix various small issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-19 17:32:29 +01:00
Hannu Nyman
2be776e91c
Merge pull request #7679 from neheb/fcgi
fcgi: Update to 2.4.1
2018-12-19 16:58:01 +02:00
Hannu Nyman
b191a875be
Merge pull request #7684 from neheb/patch-4
tcp: Update to 8.6.9
2018-12-19 16:52:40 +02:00
Jacob Siverskog
ff0933e2f1 mdnsresponder: bump to 878.200.35 and refresh patches
While at it, change the source URL to https.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-12-19 15:51:19 +01:00