aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vim: Update to 8.1Rosen Penev2018-08-20
| | | | | | | | Switch URL to HTTP. More reliable. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #6602 from neheb/patch-17Hannu Nyman2018-08-20
|\ | | | | evtest: Switch to tarballs
| * evtest: Switch to tarballsRosen Penev2018-07-28
| | | | | | | | | | Simpler. Should also fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #6668 from cotequeiroz/emailrelay_pamDirk Brenken2018-08-20
|\ \ | | | | | | emailrelay: avoind linking with -lpam
| * | emailrelay: avoind linking with -lpamEneas U de Queiroz2018-08-04
| | | | | | | | | | | | | | | | | | | | | The package seems to link to -lpam even when using --without-pam. Set ac_cv_search_pam_end=no to avoid it. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6747 from mark0n/fix-curl-variableDirk Brenken2018-08-20
|\ \ \ | | | | | | | | ddns-scripts: Fix problems detecting if curl is SSL capable
| * | | ddns-scripts_route53-v1: Fix problems detecting curlMartin Konrad2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure cURL is installed and has SSL support. This fixes issue 6744. Signed-off-by: Martin Konrad <info@martin-konrad.net>
* | | | Merge pull request #6789 from Ansuel/fixuwsgiHannu Nyman2018-08-20
|\ \ \ \ | | | | | | | | | | uwsgi-cgi: improve luci support
| * | | | uwsgi-cgi: improve luci supportAnsuel Smith2018-08-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6788 from Ansuel/fixnginxHannu Nyman2018-08-20
|\ \ \ \ \ | | | | | | | | | | | | nginx: improve luci config
| * | | | | nginx: improve luci configAnsuel Smith2018-08-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | net/mosquitto: update to 1.5.1Karl Palsson2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix release. Full changelog at: https://mosquitto.org/blog/2018/08/version-151-released/ Of most interest to OpenWrt: * Remove use of AI_ADDRCONFIG, which means the broker can be used on systems where only the loopback interface is defined. * Fix IPv6 addresses not being able to be used as bridge addresses. * Fix problem opening listeners on Pi caused by unsigned char being default. * Fix segfault on startup if bridge CA certificates could not be read. * Fix possible endian issue when reading the memory_limit option. * library and client bugfixes including: https://github.com/openwrt/packages/issues/6765 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #6810 from Andy2244/rpcbind-updateDirk Brenken2018-08-20
|\ \ \ \ \ | | | | | | | | | | | | rpcbind: update to 1.2.5
| * | | | | rpcbind: update to 1.2.5Andy Walsh2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 1.2.5 * fix wrong URL * adapt to bin/sbin from new version Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #6784 from neheb/patch-21Dirk Brenken2018-08-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-pyasn1: Update to 0.4.4
| * | | | | | python-pyasn1: Update to 0.4.4Rosen Penev2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6785 from neheb/patch-22Dirk Brenken2018-08-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-urllib3: Update to 1.2.3
| * | | | | | | python-urllib3: Update to 1.23Rosen Penev2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a better URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6813 from neheb/sudoDirk Brenken2018-08-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sudo: Update to 1.8.24
| * | | | | | | | sudo: Update to 1.8.24Rosen Penev2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed URLs to HTTPS Rearranged Makefile for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | qemu: tighten up CONFIGURE_ARGS specYousong Zhou2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more for readability, no functional change Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | qemu: bump to version 3.0.0Yousong Zhou2018-08-20
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to domain download.qemu.org and .xz files Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | ntpd: update to 4.2.8p12Peter Wagner2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #6812 from pprindeville/perl-cgi-4.40Philip Prindeville2018-08-19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | perl-cgi: Update to 4.40
| * | | | | | | perl-cgi: Update to 4.40Philip Prindeville2018-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #6539 from neheb/patch-4Hannu Nyman2018-08-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bluelog: Switch to GitHub tarball
| * | | | | | | | bluelog: Switch to GitHub tarballRosen Penev2018-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The website does not work anymore. It seems development has moved to GitHub. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6488 from neheb/patch-2Hannu Nyman2018-08-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | alpine: Update to 2.21.9999
| * | | | | | | | | alpine: Update to 2.21.9999Rosen Penev2018-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6780 from neheb/tiffJiri Slachta2018-08-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | tiff: Fix remaining CVEs
| * | | | | | | | | | tiff: Fix remaining CVEsRosen Penev2018-08-17
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taken from Fedora. Reordered them so as to apply properly. Added a CPE ID. Added parallel build for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6803 from neheb/monitchamptar2018-08-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | monit: Update to 5.25.2
| * | | | | | | | | | monit: Update to 5.25.2Rosen Penev2018-08-18
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL to speed up compilation times. Added PKG_CPE_ID for proper CVE tracking. A few other cosmetic changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6802 from neheb/patch-30champtar2018-08-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | htop: Minor adjustments
| * | | | | | | | | htop: Minor adjustmentsRosen Penev2018-08-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_CPE_ID for proper CVE tracking. Fixed URLs. Changed to HTTPS as well. Removed autoreconf as there is no patching being done. PKG_BUILD_PARALLEL was enabled for faster building. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6775 from neheb/patch-27Ted Hess2018-08-18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | shairport-sync: Install /etc/config as 600
| * | | | | | | | shairport-sync: Install /etc/config as 600Rosen Penev2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /etc/config should not be readable by non-root. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6781 from neheb/xml2Michael Heimpold2018-08-18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | libxml2: Fix CVE-2018-9251 and CVE-2018-14567
| * | | | | | | | libxml2: Fix CVE-2018-9251 and CVE-2018-14567Rosen Penev2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added the CPE ID. Taken from Fedora. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | php7-pecl-http: update to 3.2.0Michael Heimpold2018-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop already upstreamed patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | libgpiod: update to 1.1.1Michael Heimpold2018-08-17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #6761 from neheb/patch-22Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.17.1
| * | | | | | | | btrfs-progs: Update to 4.17.1Rosen Penev2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cosmetic adjustments Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6673 from neheb/patch-21Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | scapy: Update to 2.4.0 and change URLs to new
| * | | | | | | | | scapy: Update to 2.4.0 and change URLs to newRosen Penev2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Development has moved to GitHub Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6763 from neheb/patch-24Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | geth: Update to 1.8.13
| * | | | | | | | | | geth: Update to 1.8.13Rosen Penev2018-08-15
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6774 from EricLuehrsen/unbound_20180815Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbound: drop odhcpd leases with wrong field count
| * | | | | | | | | | unbound: drop odhcpd leases with wrong field countEric Luehrsen2018-08-16
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | Merge pull request #6659 from cshoredaniel/pr-update-gitolite3Hannu Nyman2018-08-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Updates for gitolite package