aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | | libwebsockets: bump to 3.1.0Karl Palsson2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | lua-penlight: update to 1.6.0Karl Palsson2018-12-10
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | hplip: update to 3.18.12Luiz Angelo Daros de Luca2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | libcups: update to 2.2.10Luiz Angelo Daros de Luca2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | Merge pull request #7623 from jefferyto/slide-switch-0.9.3Ted Hess2018-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | slide-switch: update to latest version
| * | | | | | slide-switch: update to latest versionJeffery To2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #7621 from neheb/btrTed Hess2018-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.19.1
| * | | | | | | btrfs-progs: Update to 4.19.1Rosen Penev2018-12-09
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7622 from cotequeiroz/php7-pecl-http_libidnkitMichael Heimpold2018-12-09
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | php7-pecl-http: ensure libidnkit is disabled
| * | | | | | php7-pecl-http: ensure libidnkit is disabledEneas U de Queiroz2018-12-09
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, configure may pick up the host system library. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #7615 from thess/cci-hashcheckTed Hess2018-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | CircleCI: Add package HASH check from Travis. Fix build log generation.
| * | | | | | CircleCI: Add package checks and HASH verify from Travis. Fix build log ↵Ted Hess2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generation. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | php7: update to 7.2.13Michael Heimpold2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | mmc-utils: update to latest git revisionMichael Heimpold2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also includes a fix for the trimming function and thus fixes #7306. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | Merge pull request #7514 from neheb/penHannu Nyman2018-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pen: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | pen: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-11-25
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch was sent upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7513 from neheb/xuHannu Nyman2018-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xupnpd: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | xupnpd: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-11-25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch was upstreamed. Only the version was updated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7493 from neheb/luajitHannu Nyman2018-12-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | luajit: Switch to versioned releases
| * | | | | | | luajit: Switch to versioned releasesRosen Penev2018-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to simplify the Makefile Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #7507 from neheb/znc2Hannu Nyman2018-12-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | znc: Update deprecated patch to include OpenSSL 1.1
| * | | | | | | | znc: Update deprecated patch to include OpenSSL 1.1Rosen Penev2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous was only for 1.0.2. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7487 from neheb/lsqlHannu Nyman2018-12-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | luasql: Update to 2.4.0
| * | | | | | | | | luasql: Update to 2.4.0Rosen Penev2018-12-06
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload + other adjustments. Removed nico as he seems to no longer be active. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7427 from neheb/patch-9Hannu Nyman2018-12-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-psycopg2: Update to 2.7.6.1
| * | | | | | | | | python-psycopg2: Update to 2.7.6.1Rosen Penev2018-12-08
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7417 from neheb/upmHannu Nyman2018-12-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libupm: Update to 1.7.1
| * | | | | | | | | libupm: Update to 1.7.1Rosen Penev2018-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libmraa update introduced several API changes that broke libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7415 from neheb/mraaHannu Nyman2018-12-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libmraa: Add back version patch
| * | | | | | | | | | libmraa: Add several subpackagesRosen Penev2018-11-30
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added back the version patch to fix compilation with libupm. Signed-off-by: Rosen Penev <rosenp@gmail.com>