Commit graph

13239 commits

Author SHA1 Message Date
Jan Pavlinec
f2196c46ea tor: update to version 0.3.4.10
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-08 20:44:52 +01:00
Hannu Nyman
3004241558
Merge pull request #6577 from Andy2244/softethervpn-server
softethervpn5: add new package softethervpn5
2019-01-08 19:44:18 +02:00
Andy Walsh
159ab10ab2 softethervpn5: add new package softethervpn5
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-01-08 17:56:50 +01:00
Alexandru Ardelean
77bce0c672 lang/python/README.md: add doc describing the lang/python subtree
It was a semi-popular request a while back that I put off for a while.
Here's a quick doc.
I'll update it later as things change and I don't forget.
It also lets other people update if something is wrong.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-01-08 17:38:16 +02:00
Bruno Randolf
deb050b46c bluez: Add bdaddr tool
Let't add the bdaddr tool, it's handy to change the BT address.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2019-01-08 15:04:28 +00:00
Hannu Nyman
192d51ce31
Merge pull request #7899 from cshoredaniel/pr-update-dateutil
python-dateutil: update dateutil packaging
2019-01-08 16:48:51 +02:00
Rosen Penev
18085ebccd radsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-08 15:19:00 +01:00
Hannu Nyman
924b5bbf35
Merge pull request #7908 from cshoredaniel/pr-add-passlib
passlib: Add python library
2019-01-08 15:14:01 +02:00
Hannu Nyman
b9623e4496
Merge pull request #7863 from cshoredaniel/pr-nut-fix-slow-interfaces
nut: Fix procd crashloop no interfaces
2019-01-08 15:08:06 +02:00
Hannu Nyman
4d51267162
Merge pull request #7896 from neheb/lf
lftp: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:07:28 +02:00
Hannu Nyman
aac3a90518
Merge pull request #7903 from commodo/pyasn1-modules
python-pyasn1-modules: bump to version 0.2.3
2019-01-08 15:06:20 +02:00
Hannu Nyman
9df6edf1d8
Merge pull request #7902 from commodo/lxml-upgrade
python-lxml: bump to version 4.3.0
2019-01-08 15:06:06 +02:00
Hannu Nyman
0ff2fe284d
Merge pull request #7892 from neheb/sstp
sstp-client: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:05:29 +02:00
Toke Høiland-Jørgensen
71c7d30e00 acme: Remove 8192 bits certificate option
This is not supported by letsencrypt, so issuing the certificate will fail.
Instead, add 3072 bits as an intermediate option.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 13:08:15 +01:00
Toke Høiland-Jørgensen
5a1f294667 acme: Support selecting ECC certificates from Luci
As pointed out by @andersk, acme.sh already supports ECC certificates, and
they can be set manually in the uci file, just not in Luci. Fix this by
changing the key size selector into a listbox, and adding ECC certs as
options.

Fixes #7825.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 11:29:37 +01:00
Saverio Proto
0551b498e4
Merge pull request #7887 from neheb/patch-8
tinc: Fix to actually build without deprecated APIs
2019-01-08 11:10:35 +01:00
Daniel F. Dickinson
cb06f02504 nut: Prevent FSD when not specifically requested
Under certain circumstances nutshutdown was causing a forced
shutdown of the UPS even though killpower was not indicated.
Prevent that.  Also clarify the logic for powering off server
by avoiding && || chains.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-08 04:07:01 -05:00
Daniel F. Dickinson
c239b06e2d passlib: Add python library
passlib is extremely useful for more secure Radicale
authentication so add it.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-08 03:58:28 -05:00
Krystian Kozak
9aa9107772 zabbix: update to 4.0.3
Updated to 4.0.3 LTS version.

Compile tested: Yes, ar71xx
Run tested: Yes, ar71xx

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
2019-01-08 09:09:11 +01:00
Jan Pavlinec
37850cdd54
libarchive: patch multiple CVEs
Fixes
CVE-2018-1000880
CVE-2018-1000879
CVE-2018-1000878
CVE-2018-1000877

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-08 08:55:29 +01:00
Hannu Nyman
fdbb6f1117
Merge pull request #7874 from Ansuel/softup
softethervpn: update to latest release and rework makefile
2019-01-07 19:48:00 +02:00
Daniel F. Dickinson
c0f1f32eee python-dateutil: Update packaging and add Python3 version
Update the packaging to use the generic bits by @commodo.
Radicale 2.x requires Python3 and python-dateutils, so
build for Python3 as well.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-07 11:13:46 -05:00
Alexandru Ardelean
4bd29418fc python-pyasn1-modules: bump to version 0.2.3
This change upgrades the version of pyasn1-modules to version 0.2.3.
Run-tested on an x86 VM.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-01-07 15:04:07 +02:00
Alexandru Ardelean
39519b2ef8 python-lxml: bump to version 4.3.0
This change upgrades the version of lxml to 4.3.0.
Run-tested on an x86 VM.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-01-07 15:03:34 +02:00
Daniel F. Dickinson
624a3f5fc0 vobject: Add python library
Lbrary for vCard and vCalendar support for Python{3}.
vobject is used by Radicale2 so add it.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-07 07:33:00 -05:00
Daniel F. Dickinson
c8cc504efe nut: Fix procd crashloop no interfaces
Fix a crashloop under procd when attempting to bind
to any address when no interfaces are yet available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-07 02:03:31 -05:00
Rosen Penev
3195ca7f76 lftp: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:12:45 -08:00
Rosen Penev
2c33e9f0eb clamav: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:09:23 -08:00
Deng Qingfang
05ed633739 shadowsocks-client: remove
It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6.
(The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev)
It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend.
Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-07 13:07:22 +08:00
Rosen Penev
0e4b4f66a2 squid: Fix compilation without OpenSSL ENGINE support
OpenSSL 1.1 includes the header but support has to be checked in another
way.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:02:59 -08:00
Rosen Penev
ba9d0a08f2 sstp-client: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:00:47 -08:00
Rosen Penev
d304dab571 aria2: Fix faulty patch
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 19:59:09 -08:00
Hannu Nyman
483c9fceae
Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-vars
gitolite: Remove unecessary Makefile variables
2019-01-06 14:07:20 +02:00
Michael Heimpold
e53aadba0d
Merge pull request #7650 from mhei/open-plc-utils-missing-tools
open-plc-utils: package missing tools amprule, pev and evse
2019-01-06 08:45:07 +01:00
Rosen Penev
5ef7a05a8a
tinc: Fix to actually build without deprecated APIs
The configure script checks for the existence of OpenSSL by checking a
deprecated function. This works around it. The other changes have been done
previously

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-05 23:31:25 -08:00
Dirk Brenken
7696b4ec63
Merge pull request #7882 from dibdot/travelmate
travelmate: update 1.3.2
2019-01-06 06:44:37 +01:00
Terry Stockert
4adaa5b8b0 fwknop: ensure default ifname matches default network
Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
2019-01-06 10:58:27 +08:00
Dirk Brenken
11c4abe51e travelmate: update 1.3.2
- support named 'wifi-iface' sections correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 23:21:20 +01:00
Dirk Brenken
f1c78bb0ec
Merge pull request #7880 from dibdot/banip
banIP: release 0.1.0
2019-01-05 22:22:00 +01:00
Hannu Nyman
e7e4e26241
Merge pull request #7777 from neheb/patch-9
libpng: Update to 1.6.36
2019-01-05 20:17:09 +02:00
Hannu Nyman
180d9bab4b
Merge pull request #7857 from dhewg/pull/prometheus-statsd-exporter
prometheus-statsd-exporter: fix compilation with go 1.11.4
2019-01-05 20:12:53 +02:00
Hannu Nyman
e1415a295c
Merge pull request #7854 from commodo/python-pip-setuptools-ver
python,python3: use setuptools & pip versions from python{3}-version.mk
2019-01-05 20:11:28 +02:00
Hannu Nyman
6101062547
Merge pull request #7862 from cshoredaniel/pr-findutils-alternatives
findutils: Fix conflict with busybox find/xargs
2019-01-05 20:07:50 +02:00
Hannu Nyman
2dd602a3f9
Merge pull request #7454 from neheb/qac
quasselc: Update to latest commit
2019-01-05 20:05:15 +02:00
Dirk Brenken
72df8e4c66 banIP: release 0.1.0
* add automatic blocklist backup & restore, they will be used
  in case of download errors or during startup in backup mode
* add a 'backup mode' to re-use blocklist backups during startup,
  get fresh lists via reload or restart action
* procd interface trigger now supports multiple WAN interfaces
* change URL for abuse.ch/feodo list source in default config
* small fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 16:28:44 +01:00
Rosen Penev
619e1f5f20 quasselc: Update to latest commit
Switched to codeload for simpler Makefile.

Several adjustments for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-04 16:48:20 -08:00
Hannu Nyman
9678d630a5
Merge pull request #7861 from dengqf6/nginx
nginx: update to 1.15.8 and other
2019-01-04 20:42:22 +02:00
Ansuel Smith
d2271e228a
softethervpn: update to latest release and rework makefile
This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-01-04 19:32:49 +01:00
Ted Hess
027a6c39db
Merge pull request #7872 from Wedmer/zoneinfo_2018i
zoneinfo: Updated to the latest release.
2019-01-04 11:20:03 -05:00
Vladimir Ulrich
3e6bd1169f zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-01-04 18:20:23 +03:00