aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #7185 from neheb/griloHannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | grilo: Enable parallel building
| * | | | | | | | | | | | grilo: Enable parallel buildingRosen Penev2018-11-06
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passing --disable-gtk-doc-html should fix building in parallel. Also added some extra flags to speed up build time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #7187 from neheb/grilopHannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | grilo-plugins: Update to 0.3.7
| * | | | | | | | | | | | grilo-plugins: Update to 0.3.7Rosen Penev2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version .8 no longer uses Autotools and will thus take a while to be supported. Silenced the build from warnings to help fix a bunch of -Wformat ones that currently break the buildbots. Explicitly disabled all plugins that are currently unused to save on build time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #6671 from neheb/patch-3Hannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | json4lua: Update to 0.9.54 and switch to codeload
| * | | | | | | | | | | | | json4lua: Update to 0.9.54 and switch to codeloadRosen Penev2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be more consistent. Also simpler. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #6672 from neheb/patch-20Hannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dkjson: Switch to codeload
| * | | | | | | | | | | | | | dkjson: Switch to codeloadRosen Penev2018-08-03
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler and more consistent Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #6705 from cotequeiroz/libupm_swigHannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libupm: don't set SWIG_DIR, force python 2.7
| * | | | | | | | | | | | | | libupm: don't set SWIG_DIR, force python 2.7Eneas U de Queiroz2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, used as the library install location, which defaults to $(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the original installed swig library directory is ignored, and compilation fails: [ 0%] Swig source :1: Error: Unable to find 'swig.swg' :3: Error: Unable to find 'python.swg' Instead of setting it manually, let the default be used, which works well. Also, cmake picks up python3, while package wants 2.7, so we add -DPython_ADDITIONAL_VERSIONS=2.7 to force use of 2.7, not 3.x. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | | | | | Merge pull request #7286 from neheb/patch-1Hannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cryptsetup: Update to 2.0.5
| * | | | | | | | | | | | | | | cryptsetup: Update to 2.0.5Rosen Penev2018-10-30
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #6931 from chris5560/radicale_masterHannu Nyman2018-11-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | radicale: add extra command "export_storage" to init script
| * | | | | | | | | | | | | | | radicale: add extra command "export_storage" to init scriptChristian Schoenebeck2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add extra command "export_storage" to export data for use with Radicale 2.x.x remove myself as PKG_MAINTAINER, give back to the community Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #7383 from neheb/squTed Hess2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | socat: Fix compile with deprecated APIs disabled
| * | | | | | | | | | | | | | | | socat: Fix compile with deprecated APIs disabledRosen Penev2018-11-10
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #7379 from micmac1/maria-pthread-detachchamptar2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mariadb: fix pthread_detach
| * | | | | | | | | | | | | | | | mariadb: fix pthread_detachSebastian Kemper2018-11-11
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include fix from upstream for MDEV-17200. musl-1.1.20 segfaults when pthread_detach() is called for already detached threads. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | | | | | | Merge pull request #7334 from neheb/monitchamptar2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | monit: Fix compilation without deprecated APIs
| * | | | | | | | | | | | | | | monit: Fix compilation without deprecated APIsRosen Penev2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This switches monit to use the THREAD API of OpenSSL 1.0.2. This is gone in 1.1.0 but will be more stable with 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #7319 from neheb/icecastTed Hess2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icecast: Update to 2.4.4
| * | | | | | | | | | | | | | | | icecast: Update to 2.4.4Rosen Penev2018-11-05
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-18820. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #7375 from eduardoabinader/bump-alsa-utils-1.1.7Ted Hess2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alsa-utils: bump to 1.1.7
| * | | | | | | | | | | | | | | | alsa-utils: bump to 1.1.7Eduardo Abinader2018-11-10
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | | | | | | | | | | | | | Merge pull request #7302 from mhei/openplcutils-updateMichael Heimpold2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open-plc-utils: update to commit 32408520
| * | | | | | | | | | | | | | | | open-plc-utils: update to commit 32408520Michael Heimpold2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove upstreamed patch. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | | | | Merge pull request #7345 from mhei/automake-updateMichael Heimpold2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automake: update to 1.15.1
| * | | | | | | | | | | | | | | | | automake: update to 1.15.1Michael Heimpold2018-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | | | | | | nft-qos: use prerouting chain rather than inputRosy Song2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the input chain can only limit the upload rate in local network. Since to do the limit rate on both native and remote, we have to replace the input hook with prerouting. Signed-off-by: Rosy Song <rosysong@rosinson.com> (Added Makefile version bump) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | | | | | | Merge pull request #7333 from neheb/libaioHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libaio: Update to 0.3.111
| * | | | | | | | | | | | | | | | | | libaio: Update to 0.3.111Rosen Penev2018-11-06
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to new upstream at pagure.io. Refreshed debian patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | Merge pull request #7377 from dibdot/adblockDirk Brenken2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adblock: fix adguard source
| * | | | | | | | | | | | | | | | | | adblock: fix adguard sourceDirk Brenken2018-11-10
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix regex for adguard blocklist source Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | | | | | nlbwmon: receive dhcp interface triggersKevin Darbyshire-Bryant2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all interfaces may have been allocated address at nlbwmon startup so it may not collect statistics as expected/configured. Add interface triggers to catch dhcp events and restart as required. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | | | | | | | | | | | Merge pull request #7365 from thess/ffmpeg-workTed Hess2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg: Resolve hard/float builds with work-around dependencies
| * | | | | | | | | | | | | | | | | | ffmpeg: Resolve hard/float builds with work-around dependenciesTed Hess2018-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hard float includes: libx264, mp3lame Soft float includes: shine (mp3 encoder) fdk-aac will not be available in libffmpeg-full due to incompatible license with libx264. Custom builds can override licensing restrictions but results may not be re-distributable. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | | | | | | | | | | | Revert "keyutils: Update to 1.5.11"Hannu Nyman2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 41f2036afe67bb7aecf9395d74b77b04c30064bf. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | | | | | | | | | | | | net: dhcpcd: bump version to 7.0.8Marko Ratkaj2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | | | | | | | | | | | Merge pull request #7376 from danrl/dmHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | jool: Remove inactive maintainer
| * | | | | | | | | | | | | | | | | | jool: Remove inactive maintainerDan Lüdtke2018-11-10
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dan Lüdtke <mail@danrl.com>
* | | | | | | | | | | | | | | | | | Merge pull request #6974 from neheb/miniupnopcHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | miniupnpc: Update to 2.1
| * | | | | | | | | | | | | | | | | | miniupnpc: Update to 2.1Rosen Penev2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to official HTTPS variant. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | Merge pull request #7242 from neheb/keyHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyutils: Update to 1.5.11
| * | | | | | | | | | | | | | | | | | | keyutils: Update to 1.5.11Rosen Penev2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Kerberos dependency as it's required now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | | Merge pull request #7243 from neheb/patch-46Hannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | liboping: Update to 1.10.0
| * | | | | | | | | | | | | | | | | | | | liboping: Update to 1.10.0Rosen Penev2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated URLs. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | | | Merge pull request #7262 from neheb/patch-22Hannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qrencode: Update to 4.0.2
| * | | | | | | | | | | | | | | | | | | | | qrencode: Update to 4.0.2Rosen Penev2018-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small Makefile reorganization for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #7263 from neheb/ldapHannu Nyman2018-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-ldap: Update to 3.1.0
| * | | | | | | | | | | | | | | | | | | | | | python-ldap: Update to 3.1.0Rosen Penev2018-11-06
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to a proper one. Signed-off-by: Rosen Penev <rosenp@gmail.com>