aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* apcupsd: preset shutdown binaryOthmar Truniger2019-04-04
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #8296 from neheb/patch-5Rosen Penev2019-03-30
|\ | | | | perl-parse-recdescent: Update to 1.967015
| * perl-parse-recdescent: Update to 1.967015Rosen Penev2019-02-25
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #5909 from lucize/ddrescueRosen Penev2019-03-29
|\ \ | | | | | | gddrescue: add ddrescue a data recovery tool
| * | gddrescue: add ddrescue a data recovery toolLucian Cristian2019-03-29
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #7796 from cotequeiroz/lualanes_no-luajitHannu Nyman2019-03-29
|\ \ \ | | | | | | | | lualane: avoid luajit dependency
| * | | lualane: avoid luajit dependencyEneas U de Queiroz2018-12-28
| | | | | | | | | | | | | | | | | | | | | | | | Set LUA_LIBS=-llua manually to avoid picking up libluajit. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8538 from Wedmer/masterHannu Nyman2019-03-29
|\ \ \ \ | | | | | | | | | | zoneinfo: Updated to the latest release.
| * | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-03-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | lang: lua-libmodbus: Update URLKarl Palsson2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: ed275126417 lang: lua-libmodbus: Update URL Second instance of old URL was missed. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | lang: lua-libmodbus: Update URLKarl Palsson2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Github organization changed names. Proactively update URL, even though github redirects. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | libdaq: update to 2.2.2W. Michael Petullo2019-03-29
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | seafile-server: fix django 1.11 detect, tidy upEneas U de Queiroz2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.11 is supported, but seafile-admin was still looking for v. 1.8. Replaced current patch with the patch from haiwen/seafile-server#147. Cleaned up unsupported configure options, including riak backend. Check that the seafile-server version is the same as seafile-seanet's at build time, removing the static EXTRA_DEPENDS check done at install time. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #5160 from nxhack/homebridgeEneas Queiroz2019-03-28
|\ \ \ \ | | | | | | | | | | node-homebridge: add new package / Node.js HomeKit Server
| * | | | node-homebridge: add new package / Node.js HomeKit ServerHirokazu MORIKAWA2019-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Homebridge is a lightweight Node.js server you can run on your home network that emulates the iOS HomeKit API Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #8020 from cshoredaniel/pr-lxc-no-pythonEneas Queiroz2019-03-28
|\ \ \ \ \ | | | | | | | | | | | | lxc: Disable use of unwanted libraries explicity
| * | | | | lxc: Disable use of unwanted libraries explicityDaniel F. Dickinson2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise one gets a failure if the libraries (e.g. Python header file) exist in the build system. Worse in some cases is host headers being found if one doesn't specifically disable a library search in autotools. It is especially important that Python is disabled by default. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | travelmate: Update to 1.4.4Dirk Brenken2019-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine captive portal detection/rebind protection handling, heavily tested with Deutsche Bahn hotspots ... ;-) * add rebind whitelist logging Signed-off-by: Dirk Brenken <dev@brenken.org> Added "Update to" in commit message Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | Merge pull request #8517 from neheb/neheb-patch-1Eneas Queiroz2019-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | ptunnel-ng: Remove libbsd dependency
| * | | | | | ptunnel-ng: Remove libbsd dependencyRosen Penev2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation when both libbsd and ptunnel-ng are selected. libbsd is used for arc4random with a fallback to /dev/random. musl does not support arc4random. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8225 from dddaniel/libcgRosen Penev2019-03-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libcgroup: Added new package.
| * | | | | | | libcgroup: Added new package.Daniel Danzberger2019-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libcgroup also contains cgroup-utils, which make it very handy to work with user defined cgroups settings. It let's you define cgroups in a json like config file and execute them on the cmdline. Example: /etc/cgroup.conf: ---------------- group lowbob { cpu { cpu.shares="1"; } cpuacct { cpuset.cpu = "0" } memory { memory.limit_in_bytes = 10m; } blkio { ... } ... } ---------------- cgconfigparser -l /etc/cgroup.conf cgexec -g cpu,memory,blkio:/lowbob cpuintense-task Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | | | | | | Merge pull request #8440 from Cynerd/ncdu-bumpRosen Penev2019-03-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ncdu: update to version 1.14
| * | | | | | | | ncdu: update to version 1.14Karel Kočí2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | Merge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddbHannu Nyman2019-03-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | syslog-ng: disable geoip2 for now
| * | | | | | | | | syslog-ng: disable geoip2 supportKarel Kočí2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | | Merge pull request #8513 from bmork/conserverEneas Queiroz2019-03-27
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | conserver: update to 8.2.4 and enable IPv6 support
| * | | | | | | | | conserver: enable IPv6 supportBjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
| * | | | | | | | | conserver: add back config.guess and config.sub to fix buildBjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjørn Mork <bjorn@mork.no>
| * | | | | | | | | conserver: update to version 8.2.4Bjørn Mork2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version 8.2.4 (March 26, 2019): - Correct man page typo (Ed Maste <emaste@freebsd.org>) - Remove autotools generated files from repo and create with release - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS - Moving README to markdown - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console - Fix #8 - defaultaccess appears broken - Rename configure.in and use autoreconf - Better use of version.h and letting configure build things with versions version 8.2.3 (March 17, 2019): - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>) - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>) - Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>) - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>) - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>) - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>) - regenerate autoconf files (Ed Maste <emaste@freebsd.org>) - Use closefrom if available (Ed Maste <emaste@freebsd.org>) - Correct typo (Ed Maste <emaste@freebsd.org>) - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>) - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>) openwrt packaging: - removed upstreamed 010-openssl-deprecated.patch Signed-off-by: Bjørn Mork <bjorn@mork.no>
* | | | | | | | | | Merge pull request #8512 from mwarning/strongswanStijn Tintel2019-03-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | strongswan: collapse menu items
| * | | | | | | | | | strongswan: collapse menu itemsMoritz Warning2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | | mosquitto: bump to v1.5.8Karl Palsson2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt This is a bugfix release. Of likely note to OpenWrt is a bug affecting missing messages on bridges since 1.5.4: https://github.com/eclipse/mosquitto/issues/1174 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | Merge pull request #8502 from jefferyto/python-installdevHannu Nyman2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python,python3: Use only target package data for Build/InstallDev
| * | | | | | | | | | | python,python3: Use only target package data for Build/InstallDevJeffery To2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes Build/InstallDev for both Python 2 and 3 to only copy files from target Python, not from host Python, since InstallDev files are used for target packages to link to other target packages. In particular, usr/lib/python{2.7,3.7}/_sysconfigdata.py holds system configuration data generated at build time, and is different for target Python and host Python. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #8319 from brianjmurrell/shorewall-iface-updateHannu Nyman2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Shorewall: start and enable interfaces all in hotplug
| * | | | | | | | | | | | shorewall: Update PKG_RELEASEBrian J. Murrell2019-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
| * | | | | | | | | | | | Shorewall: start and enable interfaces all in hotplugBrian J. Murrell2019-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using shorewall-lite {en|dis}able instead of completely restarting Shorewall is much more efficient. But it also makes sense to move the starting of Shorewall from init to an interface hotplug event. The "lan" interface should be a good indicator that networking it ready. Besides, Shorewall won't start until br-lan is available. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | | | | | | | | | | | | Merge pull request #8496 from ja-pa/ddns-scripts-fixDirk Brenken2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | ddns-scripts: add hsts-file parameter to wget call
| * | | | | | | | | | | | ddns-scripts: add hsts-file parameter to wget callJan Pavlinec2019-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this should prevent wget to writing to /root/.wget-hsts which can lead to flash memory degradation. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | Merge pull request #8508 from teslamint/patch-1Hannu Nyman2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | coova-chilli: fix build error
| * | | | | | | | | | | | coova-chilli: fix build errorJaehoon You2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes that copy command to fix build error. Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | | | | | | | | | | | | Merge pull request #8507 from ja-pa/czmq-fixJosef Schlehofer2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | czmq: polishing of Makefile
| * | | | | | | | | | | | | czmq: polishing of MakefileJan Pavlinec2019-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Add URL -Fix Description and Title -Add ABI Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | Merge pull request #8447 from micmac1/ssh2-181Jiri Slachta2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libssh2 (master): version bump/ CVE fixes
| * | | | | | | | | | | | | | libssh2: version bump/ CVE fixesSebastian Kemper2019-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CVE-2019-3855 Possible integer overflow in transport read allows out-of-bounds write - CVE-2019-3856 Possible integer overflow in keyboard interactive handling allows out-of-bounds write - CVE-2019-3857 Possible integer overflow leading to zero-byte allocation and out-of-bounds write - CVE-2019-3858 Possible zero-byte allocation leading to an out-of-bounds read - CVE-2019-3859 Out-of-bounds reads with specially crafted payloads due to unchecked use of `_libssh2_packet_require` and `_libssh2_packet_requirev` - CVE-2019-3860 Out-of-bounds reads with specially crafted SFTP packets - CVE-2019-3861 Out-of-bounds reads with specially crafted SSH packets - CVE-2019-3862 Out-of-bounds memory comparison - CVE-2019-3863 Integer overflow in user authenicate keyboard interactive allows out-of-bounds writes Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | | | | | Merge pull request #8489 from neheb/tlNikos Mavrogiannopoulos2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnutls: Update to 3.6.6
| * | | | | | | | | | | | | | | gnutls: Update to 3.6.7Rosen Penev2019-03-27
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up configure arguments (alphabetized and sorted) and added some new ones to help speed up compilation. Disabled SSL support by default. SSLv2 and 3 have long been deprecated as they are both insecure variants that currently hold less than 10% of total encrypted traffic on the web. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | Merge pull request #8510 from Andy2244/rpcbind-cve-warmstart-fixEneas Queiroz2019-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | rpcbind: fix warmstart option, CVE-2017-8779
| * | | | | | | | | | | | | | rpcbind: fix warmstart option, CVE-2017-8779Andy Walsh2019-03-27
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * always build with warmstart options * fix CVE-2017-8779 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>