aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* grilo: copy vapi files to versioned vala dirEneas U de Queiroz2018-12-13
| | | | | | The version is obtained via `valac --api-version` Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libgee: copy vapi files to versioned vala dirEneas U de Queiroz2018-12-13
| | | | | | The version is obtained via `valac --api-version` Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* lcdgrilo: remove check dependencyEneas U de Queiroz2018-12-13
| | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #7531 from neheb/loudHannu Nyman2018-12-13
|\ | | | | loudmouth: Disable debug and fix no deprecated API compilation
| * loudmouth: Disable debug and fix no deprecated API compilationRosen Penev2018-11-27
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7651 from gladiac1337/feature-haproxy-v1.8.15Hannu Nyman2018-12-13
|\ \ | | | | | | haproxy: Update HAProxy to v1.8.15
| * | haproxy: Update HAProxy to v1.8.15Christian Lachner2018-12-13
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #7648 from EricLuehrsen/unbound_183Hannu Nyman2018-12-13
|\ \ \ | | | | | | | | unbound: update to 1.8.3
| * | | unbound: update to 1.8.3Eric Luehrsen2018-12-12
| |/ / | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | Merge pull request #7635 from dhewg/pull/prometheus-statsd-exporterTed Hess2018-12-13
|\ \ \ | | | | | | | | prometheus-statsd-exporter: add new package
| * | | prometheus-statsd-exporter: add new packageAndre Heider2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | Merge pull request #7642 from cotequeiroz/grilo-plugins_no-xml-parserTed Hess2018-12-13
|\ \ \ \ | | | | | | | | | | grilo-plugins: remove XML::Parser build dependency
| * | | | grilo-plugins: remove XML::Parser build dependencyEneas U de Queiroz2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnome-common.m4 and gnome-compiler-flags.m4 were taken from version 3.18.0, and match current master branch. Disable building help and test directories. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7627 from cotequeiroz/libgee_valacTed Hess2018-12-13
|\ \ \ \ \ | | | | | | | | | | | | grilo: update vapi files to 0.34
| * | | | | grilo: update vapi files, copy to unversioned dirEneas U de Queiroz2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates vapigen-generated vapi files to vala-0.34. Files are now copied to $(STAGING_DIR_HOSTPKG)/share/vala/vapi, without the vala version being hardcoded. Removed copyright line, and redundant PKG_BUILD_DEPENDS and TARGET_LDFLAGS. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7626 from cotequeiroz/grilo_valacTed Hess2018-12-13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | libgee: copy vapi files to unversioned vala dir
| * | | | | libgee: use unversioned vala dir, misc fixesEneas U de Queiroz2018-12-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy vapi files to unversioned vala dir. Added vala/host to PKG_BUILD_DEPENDS. Removed TARGET_LDFLAGS Removed copyright lines Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | intltool: Add patch to fix regular expressions and avoid warnings in perl ↵Ted Hess2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5.22 and later. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #7645 from WeekendSoftware/safe-searchHannu Nyman2018-12-12
|\ \ \ \ \ | | | | | | | | | | | | net/safe-search: Fix double installation bug
| * | | | | net/safe-search: Fix double installation bugGregory L. Dietsche2018-12-12
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If safe search is built directly into an image, the /etc/config/dhcp file will have multiple entries added to it after using sysupgrade for the nth time (2 or more sysupgrade cycles). In /etc/config/dhcp, this bug creates duplicate entries like this: config dnsmasq list addnhosts '/etc/safe-search/enabled' list addnhosts '/etc/safe-search/enabled' This patch ensures that safe search only registers itself one time. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | Merge pull request #7644 from cotequeiroz/unixodbc_save-in-tmpHannu Nyman2018-12-12
|\ \ \ \ \ | |_|_|/ / |/| | | | unixodbc: save unixodbc_conf.h for host build
| * | | | unixodbc: save unixodbc_conf.h for host buildEneas U de Queiroz2018-12-12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7482 from sotux/masterTed Hess2018-12-11
|\ \ \ \ | |/ / / |/| | | nginx: unified indentation character and add additional configure directory
| * | | nginx: unified indentation character and add additional config entryJames Qian2018-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7640 from jefferyto/fix-golang-package-cleanTed Hess2018-12-11
|\ \ \ \ | | | | | | | | | | golang: fix package clean / autoremove, add output whitespace
| * | | | golang: fix package clean / autoremove, add output whitespaceJeffery To2018-12-12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #7605 from cotequeiroz/libtins_sonameHannu Nyman2018-12-11
|\ \ \ \ | | | | | | | | | | libtins: copy libtins.so.* to package
| * | | | libtins: copy libtins.so.* to packageEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package was installing libins.so, but the soname is set to libtins.so.4.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | Merge pull request #7630 from lucize/clamupHannu Nyman2018-12-11
|\ \ \ \ \ | | | | | | | | | | | | clamav: update to 0.101.0
| * | | | | clamav: update to 0.101.0Lucian Cristian2018-12-11
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #7538 from smutt/danishHannu Nyman2018-12-11
|\ \ \ \ \ | | | | | | | | | | | | danish: removed DEPENDS: +dnsmasq-full
| * | | | | danish: removed DEPENDS: +dnsmasq-fullAndrew McConachie2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com>
* | | | | | xl2tpd: bump to version 1.3.13Yousong Zhou2018-12-11
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #7540 from BKPepe/netdataHannu Nyman2018-12-10
|\ \ \ \ \ | | | | | | | | | | | | netdata: update to version 1.11.1
| * | | | | netdata: update to version 1.11.1Josef Schlehofer2018-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - corrected License - removed one row, which was removed in version 1.11.0 - replace netdata.conf with the better one (more details in https://github.com/openwrt/packages/pull/7540) - refreshed patches Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | yaaw: fix mirror hashHannu Nyman2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | yaaw: try to fix bad copy at a source mirrorHannu Nyman2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #7596 from cotequeiroz/psqlodbc_odbc_configHannu Nyman2018-12-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | psqlodbc: correct --with-unixodbc setting
| * | | | | | psqlodbc: bump to 10.03.0000, fix --with-unixodbcEneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 10.03.0000. --with-unixodbc should point to the odbc_config binary, not to the top of the install directory $(STAGING_DIR)/usr. Acked-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7595 from cotequeiroz/unixodbc_lib-dirHannu Nyman2018-12-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | unixodbc: Fix LIB_PREFIX in host build
| * | | | | | | unixodbc: fix clean-build compilationEneas U de Queiroz2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For host compilation, the configure-generated config.h from the target compilation is used in place of the host-generated file. When the target package is compiled with clean-build, that file is gone. This saves the file under $(STAGING_DIR), and fetch it from there. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | | unixodbc: Fix LIB_PREFIX in host buildEneas U de Queiroz2018-12-06
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX is set to /usr/lib. Then when odbc_config is run, it reports /usr/lib as the --lib-dir, and in --libs as well, and dependent packages may fail. Set it to $(STAGING_DIR)/usr/lib to make it right. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7358 from neheb/yaraHannu Nyman2018-12-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yara: Fix compile without deprecated OpenSSL APIs
| * | | | | | | yara: Fix compile without deprecated OpenSSL APIsRosen Penev2018-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | gnutls: updated to 3.6.5Nikos Mavrogiannopoulos2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested for: ar71xx Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | git: update to 2.20.0Peter Wagner2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #7628 from DocLM/libgphoto2Hannu Nyman2018-12-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libgphoto2: update package 2.5.21
| * | | | | | | | libgphoto2: update package 2.5.21Leonardo Medici2018-12-10
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | | | | | Merge pull request #7613 from cotequeiroz/clamav_no-xmlHannu Nyman2018-12-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | clamav: fixup disabling xml
| * | | | | | | | clamav: fixup disabling xmlEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --disable-xml is not doing its job, but--with-xml=no works. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>