Toke Høiland-Jørgensen
56b6d49ce4
acme: Fix bugs from upstream's change to socat
The upstream acme.sh package changed to using socat instead of netcat;
update the dependencies to reflect this, and pass --listen-v6 when running
in standalone mode (since socat only listens on IPv4 by default).
Also add a missing cleanup call when certificate issuance fails.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
6 years ago
Nikos Mavrogiannopoulos
2a7e216188
Merge pull request #6838 from neheb/patch-34
gnutls: Add PKG_CPE_ID for proper CVE tracking
6 years ago
Rosen Penev
9c43fd81d5
gnutls: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Yousong Zhou
1b485efbcb
openvswitch: bump to version 2.10.0
- Rebased the python target/host separation patch
- Dropped the now-in-upstream openssl-1.1 compat patch
- Added a patch to disable tests/
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Jo-Philipp Wich
e3edf8fd01
Merge pull request #6819 from tru7/emailrelay
emailrelay: add some runtime options
6 years ago
Hannu Nyman
cbd9cc2b28
Merge pull request #6679 from zhouruixi/nginx_dav_master
nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)
6 years ago
Ruixi Zhou
fa257720ab
nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)
Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com )'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module )
Example config:
location / {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;
root /var/root/;
}
Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
6 years ago
Othmar Truniger
432cc99d9a
emailrelay: add some runtime options
Signed-off-by: Othmar Truniger <github@truniger.ch>
6 years ago
Hannu Nyman
d9749c257b
Merge pull request #6602 from neheb/patch-17
evtest: Switch to tarballs
6 years ago
Dirk Brenken
83c225812b
Merge pull request #6668 from cotequeiroz/emailrelay_pam
emailrelay: avoind linking with -lpam
6 years ago
Dirk Brenken
31a3852044
Merge pull request #6747 from mark0n/fix-curl-variable
ddns-scripts: Fix problems detecting if curl is SSL capable
6 years ago
Martin Konrad
c9b5b02200
ddns-scripts_route53-v1: Fix problems detecting curl
Ensure cURL is installed and has SSL support. This fixes
issue 6744.
Signed-off-by: Martin Konrad <info@martin-konrad.net>
6 years ago
Hannu Nyman
fee4bb8e64
Merge pull request #6789 from Ansuel/fixuwsgi
uwsgi-cgi: improve luci support
6 years ago
Hannu Nyman
70e991b394
Merge pull request #6788 from Ansuel/fixnginx
nginx: improve luci config
6 years ago
Ansuel Smith
c94a9968f7
uwsgi-cgi: improve luci support
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Ansuel Smith
0f21ab6391
nginx: improve luci config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Karl Palsson
97869b7a25
net/mosquitto: update to 1.5.1
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>
6 years ago
Dirk Brenken
5b5e20dfc2
Merge pull request #6810 from Andy2244/rpcbind-update
rpcbind: update to 1.2.5
6 years ago
Dirk Brenken
d872a0dbc4
Merge pull request #6784 from neheb/patch-21
python-pyasn1: Update to 0.4.4
6 years ago
Dirk Brenken
f6e18184a1
Merge pull request #6785 from neheb/patch-22
python-urllib3: Update to 1.2.3
6 years ago
Dirk Brenken
984d9dbfbd
Merge pull request #6813 from neheb/sudo
sudo: Update to 1.8.24
6 years ago
Rosen Penev
b2427ca1cf
python-urllib3: Update to 1.23
Use a better URL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Yousong Zhou
9400257639
qemu: tighten up CONFIGURE_ARGS spec
This is more for readability, no functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Yousong Zhou
41c3a2e0a5
qemu: bump to version 3.0.0
Also switch to domain download.qemu.org and .xz files
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Peter Wagner
8f8fa47234
ntpd: update to 4.2.8p12
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Rosen Penev
8ce9f30c42
sudo: Update to 1.8.24
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>
6 years ago
Philip Prindeville
8d710085da
Merge pull request #6812 from pprindeville/perl-cgi-4.40
perl-cgi: Update to 4.40
6 years ago
Philip Prindeville
c4dbc0147f
perl-cgi: Update to 4.40
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years ago
Hannu Nyman
53a912201c
Merge pull request #6539 from neheb/patch-4
bluelog: Switch to GitHub tarball
6 years ago
Hannu Nyman
d580202e38
Merge pull request #6488 from neheb/patch-2
alpine: Update to 2.21.9999
6 years ago
Jiri Slachta
e3681cb107
Merge pull request #6780 from neheb/tiff
tiff: Fix remaining CVEs
6 years ago
champtar
be234c29b4
Merge pull request #6803 from neheb/monit
monit: Update to 5.25.2
6 years ago
champtar
67bc803ed9
Merge pull request #6802 from neheb/patch-30
htop: Minor adjustments
6 years ago
Andy Walsh
7a88e515d0
rpcbind: update to 1.2.5
* 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>
6 years ago
Rosen Penev
18283b444b
monit: Update to 5.25.2
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>
6 years ago
Rosen Penev
c0b9f73919
htop: Minor adjustments
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>
6 years ago
Ted Hess
23efd1f3f1
Merge pull request #6775 from neheb/patch-27
shairport-sync: Install /etc/config as 600
6 years ago
Michael Heimpold
77d8472ed5
Merge pull request #6781 from neheb/xml2
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
6 years ago
Rosen Penev
22baa9f3ed
python-pyasn1: Update to 0.4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
0d9b5dd468
libxml2: Fix CVE-2018-9251 and CVE-2018-14567
Also added the CPE ID.
Taken from Fedora.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
29ffbead75
tiff: Fix remaining CVEs
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>
6 years ago
Michael Heimpold
f8a7546537
php7-pecl-http: update to 3.2.0
Drop already upstreamed patches.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years ago
Michael Heimpold
010dc61d7b
libgpiod: update to 1.1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years ago
Dirk Brenken
aef396dd0e
Merge pull request #6761 from neheb/patch-22
btrfs-progs: Update to 4.17.1
6 years ago
Dirk Brenken
1ddb7746bb
Merge pull request #6673 from neheb/patch-21
scapy: Update to 2.4.0 and change URLs to new
6 years ago
Dirk Brenken
5a31cbf7c5
Merge pull request #6763 from neheb/patch-24
geth: Update to 1.8.13
6 years ago
Dirk Brenken
f1e866a2da
Merge pull request #6774 from EricLuehrsen/unbound_20180815
unbound: drop odhcpd leases with wrong field count
6 years ago
Hannu Nyman
dbb8bbc919
Merge pull request #6659 from cshoredaniel/pr-update-gitolite3
Updates for gitolite package
6 years ago
Rosen Penev
8547ce444d
shairport-sync: Install /etc/config as 600
/etc/config should not be readable by non-root.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Eric Luehrsen
59617f076d
unbound: drop odhcpd leases with wrong field count
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years ago