aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* prometheus-node-exporter-lua: close io.popen files to reap zombiesLeonid Evdokimov2018-11-25
| | | | Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
* Merge pull request #7469 from neheb/loudHannu Nyman2018-11-25
|\ | | | | loudmouth: Fix compilation issue with newer glib
| * loudmouth: Fix compilation issue with newer glibRosen Penev2018-11-18
| | | | | | | | | | | | | | | | Loudmouth enforces -Werror which errors on deprecated APIs. Also switched to codeload for Makefile consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | build,circleci: Updates with additional checks from travis scripts.Ted Hess2018-11-24
| | | | | | | | | | | | | | | | | | | | | | | | Checking: - Pull request does not contain unwanted merges - signed-off-by tag exists and matches author - Subject line has package name - Author name has 'firstname lastname' (no nicknames) Signed-off-by: Ted Hess <thess@kitschensync.net> [Use git instead of CircleCI variables] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | build,circleci: add curl & wget to base imageEtienne Champetier2018-11-24
| | | | | | | | | | | | curl was present in latest image but seems to have been remove from latest debian:9 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | Merge pull request #7500 from neheb/patch-3Luiz Angelo Daros de Luca2018-11-24
|\ \ | | | | | | libcups: Update to 2.2.9
| * | libcups: Update to 2.2.9Rosen Penev2018-11-21
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7509 from neheb/hwlHannu Nyman2018-11-24
|\ \ \ | | | | | | | | hwloc-utils: Add ncurses dependency
| * | | hwloc-utils: Add ncurses dependencyRosen Penev2018-11-24
|/ / / | | | | | | | | | | | | | | | | | | The lstopo utility has support for it. As ncurses is quite widespread, might as well add support instead of patching it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7447 from jbenden/aircrack-ng-1.4Hannu Nyman2018-11-24
|\ \ \ | | | | | | | | aircrack-ng: Update to 1.4
| * | | aircrack-ng: Update to 1.4Joseph Benden2018-11-16
| | | | | | | | | | | | | | | | Signed-off-by: Joseph Benden <joe@benden.us>
* | | | Merge pull request #7167 from cshoredaniel/pr-nut-more-fixesHannu Nyman2018-11-24
|\ \ \ \ | | | | | | | | | | nut: Various fixes
| * | | | nut: Bump PKG_RELEASEDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Fix extraneous config_getDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut-server initscript had a duplicate config_get statepath, so remove it Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Fix nut-cgi config creation (startup)Daniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Fix variables for NUT driversDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid specifying variables that are not specificy set in order to avoid breaking drivers for which those variables do not exist. Closes: #7096. As part of these fixes make sure we have all the variables we need. Closes: #7001. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Various startup fixes for monitor and serverDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various path and permissions fixes to properly allow nut-server and nut-monitor to start properly. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Build serial drivers by defaultDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serial drivers don't add much to main NUT and appear to be common, so make it possible for users to use NUT with serial UPS drivers without a custom build. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Fix checking for path before it existsDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mechanism for making sure hotplug doesn't execute during forced shutdown was interfering with initial start of hotplug script due to checking for path that doesn't exist at initial start. This fixes that and closes #6966. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | nut: Fix undetected UPS hardwareDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leading zeroes left in ProductId results in some UPS hardware not being matched by the hotplug script lead to bad permissions and driver not starting. Closes: #6966 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #7352 from neheb/patch-2Hannu Nyman2018-11-24
|\ \ \ \ \ | | | | | | | | | | | | MarkupSafe: Update to 1.1.0
| * | | | | MarkupSafe: Update to 1.1.0Rosen Penev2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most interesting: Use newer CPython API on Python 3, resulting in a 1.5x speedup. Switched to a standard URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7385 from neheb/patch-6Hannu Nyman2018-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jinja2: Update to 2.10
| * | | | | | Jinja2: Update to 2.10Rosen Penev2018-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7384 from neheb/patch-4Hannu Nyman2018-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Flask: Update to 1.0.2
| * | | | | | | Flask: Update to 1.0.2Rosen Penev2018-11-10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7044 from neheb/mailHannu Nyman2018-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mailsend: Remove more deprecated APIs
| * | | | | | | mailsend: Remove more deprecated APIsRosen Penev2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compile without them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6628 from neheb/patch-14Hannu Nyman2018-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libtins: Update to 4.0
| * | | | | | | | libtins: Update to 4.0Rosen Penev2018-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload. Simpler. Added InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7201 from neheb/i2cHannu Nyman2018-11-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | i2c-tools: Update to 4.0
| * | | | | | | | | i2c-tools: Update to 4.0Rosen Penev2018-11-18
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a libi2c package as that is now needed. Fixed the home URL to fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7409 from neheb/hwlHannu Nyman2018-11-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libhwloc: Update to 2.0.2
| * | | | | | | | | libhwloc: Update to 2.0.2Rosen Penev2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix buildbot by disabling several libraries that get automatically picked up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7439 from neheb/patch-13Hannu Nyman2018-11-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | spoofer: Update to 1.4.1
| * | | | | | | | | | spoofer: Update to 1.4.1Rosen Penev2018-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #7440 from neheb/patch-15Hannu Nyman2018-11-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libjpeg: Update to 9c
| * | | | | | | | | | | libjpeg: Update to 9cRosen Penev2018-11-15
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | bind: change http servers to httpsJosef Schlehofer2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | | | | | | bind: a little bit polishing of MakefileJosef Schlehofer2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | | | | | | Merge pull request #7505 from mark0n/ddns-route53-lockDirk Brenken2018-11-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: submit one change at a time to route53
| * | | | | | | | | | | ddns-scripts: submit one change at a time to route53Martin Konrad2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents updates from failing if multiple instances of the script are running in parallel. This fixes #7492. Signed-off-by: Martin Konrad <info@martin-konrad.net>
* | | | | | | | | | | | Merge pull request #7504 from Ansuel/ariangHannu Nyman2018-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | ariang: bump to latest release
| * | | | | | | | | | | ariang: bump to latest releaseAnsuel Smith2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | Merge pull request #7405 from neheb/lcdHannu Nyman2018-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | lcd4linux: Update to 1204
| * | | | | | | | | | | | lcd4linux: Update to 1204Rosen Penev2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very minor bugfix. Also adjusted standard to gnu89 to fix compilation issues (lot of missing prototypes). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7503 from neheb/openscDaniel Golle2018-11-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | opensc: Update to 0.19.0
| * | | | | | | | | | | | | opensc: Update to 0.19.0Rosen Penev2018-11-22
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass --disable-notify to avoid libgio dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | git: update to 2.19.2Peter Wagner2018-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | | Merge pull request #7499 from neheb/patch-1Nikos Mavrogiannopoulos2018-11-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | libradcli: Update to 1.2.11