aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | | | | Merge pull request #7618 from neheb/modHannu Nyman2018-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | lttng-modules: Update to 2.10.8
| * | | | | | lttng-modules: Update to 2.10.8Rosen Penev2018-12-08
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7614 from cotequeiroz/grilo-plugins_disable-dmapHannu Nyman2018-12-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | grilo-plugins: disable dmap plugin, use hostpkg
| * | | | | | grilo-plugins: disable dmap pluginEneas U de Queiroz2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compilation fails with current libdmapsharing (3.9.1). Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | grilo-plugins: use hostpkg glib-compile-resourcesEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7552 from neheb/grHannu Nyman2018-12-09
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | grilo: Fix build dependency on perl-xml-parser
| * | | | | | grilo: Remove build dependency on perl-xml-parserRosen Penev2018-12-06
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Given that we don't enable a bunch of stuff, we can patch this out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7607 from cotequeiroz/python-egenix-mx-base_sourcesHannu Nyman2018-12-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-egenix-mx-base: use source distribution
| * | | | | | python-egenix-mx-base: use source distributionEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The zip file distribution did not include the source files, and downloaded pre-built binaries from the web. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | Merge pull request #7610 from cotequeiroz/elektra_host-no-rubyHannu Nyman2018-12-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | elektra: skip ruby plugin in host/compile
| * | | | | | | elektra: skip ruby plugin in host/compileEneas U de Queiroz2018-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linking is failing, and the plugin is not needed for the host build anyway. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #7606 from cotequeiroz/libyaml-cpp_sonameHannu Nyman2018-12-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libyaml-cpp: copy file matching libs soname
| * | | | | | | | libyaml-cpp: copy file matching libs sonameEneas U de Queiroz2018-12-07
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The soname is not set to the full version, but only major.minor. This uses libyaml-cpp.so.?.? to try to get it right. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #7609 from cotequeiroz/libndpi-symlinksHannu Nyman2018-12-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libndpi: fix copying of library
| * | | | | | | | libndpi: fix copying of libraryEneas U de Queiroz2018-12-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package was copying a symbolic link, not the library itself. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | tor: package improvementsKonstantin Demin2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove "torify" script - "torify" script is just a wrapper around torsocks, but torsocks is not currently present in packages. * tor-geoip: fix "install" recipe: - use $(INSTALL_DATA) instead of $(CP) as a proper way of installing files * drop deprecated configure option: "--with-ssl-dir" is considered deprecated and obsolete, while "--with-openssl-dir" is already present. * build in parallel * build with -ffunction-sections, -fdata-sections, --gc-sections and -flto * remove "--disable-largefile" in CONFIGURE_ARGS * remove "-std=gnu99" in EXTRA_CFLAGS * use $(FPIC) in EXTRA_CFLAGS * remove trailing whitespace Compile- and run-tested on ar71xx/generic, TP-Link Archer C7 v2 (world-wide version). Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
* | | | | | | | Merge pull request #7557 from wvdakker/masterHannu Nyman2018-12-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shorewall: Bump to version 5.2.1.2
| * | | | | | | | Shorewall6: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | | | Shorewall6-lite: Bump to version 5.2.1.2W. van den Akker2018-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>