Commit graph

12730 commits

Author SHA1 Message Date
Hannu Nyman
06b2dcd752
Merge pull request #7644 from cotequeiroz/unixodbc_save-in-tmp
unixodbc: save unixodbc_conf.h for host build
2018-12-12 18:44:41 +02:00
Eneas U de Queiroz
c6caa108cb unixodbc: save unixodbc_conf.h for host build
Save a copy of unixodbc_conf.h in STAGING_DIR to be used by host build.
Use STAGING_DIR/tmp/unixodbc instead of include.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-12 08:53:30 -02:00
Ted Hess
cd64c54b2b
Merge pull request #7482 from sotux/master
nginx: unified indentation character and add additional configure directory
2018-12-11 20:16:55 -05:00
James Qian
9803e34512 nginx: unified indentation character and add additional config entry
The original configure file mixed tab and space
characters as indentation, so use 4 spaces as the
default indentation character.

Add /etc/nginx/conf.d/*.conf as nginx additional configure
files. Then we can add individual conf file for other http
applications without modify the main nginx configure file.

Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-12 08:57:46 +08:00
Ted Hess
af6e846ef9
Merge pull request #7640 from jefferyto/fix-golang-package-clean
golang: fix package clean / autoremove, add output whitespace
2018-12-11 15:46:47 -05:00
Jeffery To
0fa7f3c882 golang: fix package clean / autoremove, add output whitespace
go 1.11 added modules, which are cached locally. The go developers have
decided to make this cache read-only (golang/go#27455), which causes
problems with package clean / autoremove (#7635).

This adds a call to clear this cache right after building, as currently
there is no easy way to hook into autoremove (it may be possible to hook
into package clean).

This also adds whitespace (blank lines) to certain places in make
output, to aid debugging.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-12-12 04:23:47 +08:00
Hannu Nyman
8a2a062658
Merge pull request #7605 from cotequeiroz/libtins_soname
libtins: copy libtins.so.* to package
2018-12-11 19:14:02 +02:00
Hannu Nyman
c729969e06
Merge pull request #7630 from lucize/clamup
clamav: update to 0.101.0
2018-12-11 18:42:31 +02:00
Hannu Nyman
9b83d51ddc
Merge pull request #7538 from smutt/danish
danish: removed DEPENDS: +dnsmasq-full
2018-12-11 16:24:21 +02:00
Yousong Zhou
4b685c4f50 xl2tpd: bump to version 1.3.13
Changelog prepared by upstream maintainer.  It's mostly about code cleanup and
doc amendment

  v1.3.13 (December 3, 2018)
  * Specify email address for reporting security vulnerabilities [Samir Hussain]
  * Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain]
  * Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell]
  * Fix compiler warnings in network.c [Gareth Ansell]
  * Add a make command for packaging's prep work [Samir Hussain]
  * Add Makefile directive for getting version [Samir Hussain]
  * Add a preproc for Watchguard firewall (Github issue #136) [daniel1111]
  * Convert from ISO-8859 to UTF-8 [Simon Deziel]
  * Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain]
  * Use dh_auto_build in order to allow cross compiles [Helmut Grohne]

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-11 17:17:34 +08:00
Lucian Cristian
eefb46c590 clamav: update to 0.101.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-12-11 00:15:53 +02:00
Hannu Nyman
7ec4304904
Merge pull request #7540 from BKPepe/netdata
netdata: update to version 1.11.1
2018-12-10 22:14:17 +02:00
Hannu Nyman
e96353dd45 yaaw: fix mirror hash
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-12-10 21:40:45 +02:00
Hannu Nyman
112509ae74 yaaw: try to fix bad copy at a source mirror
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-12-10 21:24:52 +02:00
Hannu Nyman
9787e268af
Merge pull request #7596 from cotequeiroz/psqlodbc_odbc_config
psqlodbc: correct --with-unixodbc setting
2018-12-10 21:19:35 +02:00
Hannu Nyman
41712d5904
Merge pull request #7595 from cotequeiroz/unixodbc_lib-dir
unixodbc: Fix LIB_PREFIX in host build
2018-12-10 21:19:19 +02:00
Hannu Nyman
ed7676d40c
Merge pull request #7358 from neheb/yara
yara: Fix compile without deprecated OpenSSL APIs
2018-12-10 21:09:54 +02:00
Nikos Mavrogiannopoulos
485db8a770 gnutls: updated to 3.6.5
Compile tested for: ar71xx

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-12-10 19:57:19 +01:00
Peter Wagner
43001d241b git: update to 2.20.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-10 19:28:43 +01:00
Hannu Nyman
ed24ae9a63
Merge pull request #7628 from DocLM/libgphoto2
libgphoto2: update package 2.5.21
2018-12-10 19:07:07 +02:00
Hannu Nyman
5eff27da8b
Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
2018-12-10 19:06:29 +02:00
Karl Palsson
05ec863154 libwebsockets: bump to 3.1.0
Drops an openssl deprecation patch applied upstream.

Changes since 3.0.0, the following list of websocket related features:
* gzip+brotli compression in the webserver
* threadpools
* string tokenizers
* http reverse proxies
* managed disk cache

Full changes at https://libwebsockets.org/git/libwebsockets/tree/changelog?id=89eedcaa94e1c8a97ea3af10642fd224bcea068f#n4

Tested on ath79, and classic usage of libwebsockets to provide
websockets support to a C application.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-10 15:33:50 +00:00
Karl Palsson
509691b4a7 lua-penlight: update to 1.6.0
Full changelog at https://github.com/stevedonovan/Penlight/blob/master/CHANGELOG.md#160-2018-11-23

Interesting changes:
* version numbers fixed
* import_into includes everything properly
* more compat with lua 5.1

Includes a switch to codeload to avoid the git cloning and mirror
hashes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-10 15:33:50 +00:00
Leonardo Medici
5093e2d6ec libgphoto2: update package 2.5.21
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-12-10 15:10:52 +01:00
Luiz Angelo Daros de Luca
0bb89bfe38 hplip: update to 3.18.12
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-12-09 22:59:29 -02:00
Luiz Angelo Daros de Luca
d3aae1afa4 libcups: update to 2.2.10
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-12-09 22:59:00 -02:00
Ted Hess
37ca20a06c
Merge pull request #7623 from jefferyto/slide-switch-0.9.3
slide-switch: update to latest version
2018-12-09 16:39:10 -05:00
Ted Hess
bb9c753624
Merge pull request #7621 from neheb/btr
btrfs-progs: Update to 4.19.1
2018-12-09 16:37:53 -05:00
Rosen Penev
17eda29ea6 btrfs-progs: Update to 4.19.1
Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-09 13:14:33 -08:00
Michael Heimpold
14d4cdfc78
Merge pull request #7622 from cotequeiroz/php7-pecl-http_libidnkit
php7-pecl-http: ensure libidnkit is disabled
2018-12-09 21:53:12 +01:00
Jeffery To
00d67b05c4 slide-switch: update to latest version
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-12-10 04:02:31 +08:00
Eneas U de Queiroz
d1174d7779 php7-pecl-http: ensure libidnkit is disabled
Otherwise, configure may pick up the host system library.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-09 17:38:16 -02:00
Ted Hess
0076897a47
Merge pull request #7615 from thess/cci-hashcheck
CircleCI: Add package HASH check from Travis. Fix build log generation.
2018-12-09 10:44:15 -05:00
Ted Hess
e6e7b5211a CircleCI: Add package checks and HASH verify from Travis. Fix build log generation.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-12-09 10:37:30 -05:00
Michael Heimpold
794f8f8e94 php7: update to 7.2.13
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-12-09 16:26:52 +01:00
Michael Heimpold
84100190cf mmc-utils: update to latest git revision
This also includes a fix for the trimming function and thus fixes #7306.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-12-09 16:26:52 +01:00
Hannu Nyman
a5412ad822
Merge pull request #7514 from neheb/pen
pen: Fix compilation without deprecated OpenSSL APIs
2018-12-09 13:41:46 +02:00
Hannu Nyman
906baaa14d
Merge pull request #7513 from neheb/xu
xupnpd: Fix compilation without deprecated OpenSSL APIs
2018-12-09 13:40:44 +02:00
Hannu Nyman
251131af61
Merge pull request #7493 from neheb/luajit
luajit: Switch to versioned releases
2018-12-09 13:39:47 +02:00
Hannu Nyman
5b940c3e5e
Merge pull request #7507 from neheb/znc2
znc: Update deprecated patch to include OpenSSL 1.1
2018-12-09 13:37:04 +02:00
Hannu Nyman
ba6abc9b74
Merge pull request #7487 from neheb/lsql
luasql: Update to 2.4.0
2018-12-09 13:34:46 +02:00
Hannu Nyman
aa668f56e8
Merge pull request #7427 from neheb/patch-9
python-psycopg2: Update to 2.7.6.1
2018-12-09 11:45:05 +02:00
Hannu Nyman
3ff0337786
Merge pull request #7417 from neheb/upm
libupm: Update to 1.7.1
2018-12-09 11:44:41 +02:00
Hannu Nyman
c0154044a0
Merge pull request #7415 from neheb/mraa
libmraa: Add back version patch
2018-12-09 11:43:30 +02:00
Hannu Nyman
c08e5f38b5
Merge pull request #7618 from neheb/mod
lttng-modules: Update to 2.10.8
2018-12-09 11:38:03 +02:00
Hannu Nyman
3979ea677f
Merge pull request #7614 from cotequeiroz/grilo-plugins_disable-dmap
grilo-plugins: disable dmap plugin, use hostpkg
2018-12-09 11:37:35 +02:00
Hannu Nyman
05b3f3a9f6
Merge pull request #7552 from neheb/gr
grilo: Fix build dependency on perl-xml-parser
2018-12-09 11:37:21 +02:00
Rosen Penev
bba50f547f lttng-modules: Update to 2.10.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-08 19:54:48 -08:00
Rosen Penev
ae79f0e14f python-psycopg2: Update to 2.7.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-08 18:12:55 -08:00
Hannu Nyman
e81189e983
Merge pull request #7607 from cotequeiroz/python-egenix-mx-base_sources
python-egenix-mx-base: use source distribution
2018-12-08 21:59:38 +02:00