Rosen Penev [Fri, 31 Jan 2020 00:29:02 +0000 (16:29 -0800)]
Merge pull request #11181 from peter-stadler/django-etesync-journal
python3-django-etesync-journal: update to version 1.2.0
Rosen Penev [Fri, 31 Jan 2020 00:28:51 +0000 (16:28 -0800)]
Merge pull request #11180 from peter-stadler/django-asgiref
python3-asgiref: add package to fix django
Rosen Penev [Fri, 31 Jan 2020 00:28:01 +0000 (16:28 -0800)]
Merge pull request #11178 from jefferyto/python-packages-cleanup
python-packages: Clean up Makefiles
Rosen Penev [Fri, 31 Jan 2020 00:27:37 +0000 (16:27 -0800)]
Merge pull request #11175 from jefferyto/python-fix-float-byte-order
python: Fix float byte order detection
Rosen Penev [Fri, 31 Jan 2020 00:23:13 +0000 (16:23 -0800)]
Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"
This reverts commit
3dbdd67cf93e5f2c271e7663b35353f8c8102757.
This is totally wrong. tunnelbroker.net is completely different.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 31 Jan 2020 00:20:56 +0000 (16:20 -0800)]
Revert "ddns-scripts: fix cloudflare.com-v4"
This reverts commit
67e2efb301f9e6ac9ee471d2457f08feda7fab38.
This is totally wrong. The actual bug is in the luci app.
Peter Stadler [Tue, 28 Jan 2020 20:31:58 +0000 (21:31 +0100)]
python3-asgiref: add package to fix django
Django 3 has this package as dependency.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Jeffery To [Thu, 30 Jan 2020 14:44:26 +0000 (22:44 +0800)]
python-packages: Clean up Makefiles
* Replace $(PKG_NAME) with package name in call, define, and eval lines
* Remove extra "define" in $(call define Package/.../description)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Peter Stadler [Tue, 28 Jan 2020 12:25:10 +0000 (13:25 +0100)]
python3-django-etesync-journal: update to version 1.2.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Daniel Golle [Thu, 30 Jan 2020 13:05:33 +0000 (15:05 +0200)]
python-libmodbus: add package
Python Interface for libmodbus written with CFFI.
This libmodbus wrapper is compatible with Python 2 and Python 3.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jeffery To [Thu, 30 Jan 2020 10:28:49 +0000 (18:28 +0800)]
python: Fix float byte order detection
This backports patches from bpo-34585[1] to fix byte order detection of
floats.
Fixing byte order detection allows the repr() of floats to be shorter (a
feature backported to Python 2.7 from Python 3.1[2]).
sys.float_repr_style should be 'short' instead of 'legacy' on supported
platforms.
See #11134.
[1]: https://bugs.python.org/issue34585
[2]: https://docs.python.org/2.7/whatsnew/2.7.html#python-3-1-features
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Thu, 30 Jan 2020 00:26:47 +0000 (16:26 -0800)]
Merge pull request #11173 from Andy2244/ksmbd-avahi
ksmbd-tools: add avahi service file package
Andy Walsh [Wed, 29 Jan 2020 20:57:25 +0000 (21:57 +0100)]
ksmbd-tools: add avahi service file package
* add avahi service file package, so linux clients can discover ksmbd shares
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Toke Høiland-Jørgensen [Wed, 29 Jan 2020 16:26:30 +0000 (17:26 +0100)]
Merge pull request #11119 from neheb/hjk
radsecproxy: update to 1.8.1
Hannu Nyman [Tue, 28 Jan 2020 21:16:45 +0000 (23:16 +0200)]
Merge pull request #11162 from eglooca/master
netifyd: Updated to v2.99
Darryl Sokoloski [Tue, 28 Jan 2020 18:26:48 +0000 (13:26 -0500)]
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600
Change log for v2.99:
[FIX] Fixed broken JSON parsing (include missing uuid_site).
[FIX] FreeBSD: Fixed 10x support.
[FIX] OPNsense: Fixed path to xmllint.
[IMP] Switched to libtcmalloc minimal.
[IMP] Added metadata extraction from SSDP queries/responses.
[IMP] Added automatic building of bundled gperftools when enabled.
[IMP] Removed bundled packages that are no longer needed.
[IMP] Always display JSON status even when stale.
[IMP] CentOS: Added support for CentOS 8.
[IMP] CentOS: Removed support for CentOS 6.
[IMP] OPNsense: Added support for OPNsense 19x.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Hannu Nyman [Tue, 28 Jan 2020 16:05:45 +0000 (18:05 +0200)]
Merge pull request #11093 from valdi74/update_python-curl
python-curl: update to version 7.43.0.4
Rosen Penev [Tue, 28 Jan 2020 09:51:11 +0000 (01:51 -0800)]
Merge pull request #11147 from micmac1/svn2
subversion: fix build failure
Rosen Penev [Tue, 28 Jan 2020 06:20:27 +0000 (22:20 -0800)]
ddns-scripts: use HTTP for IPv6 dyndns URL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 06:17:26 +0000 (22:17 -0800)]
ddns-scripts: remove HTTPS from dyndns URL
HTTPS support is not provided by default.
Also fixed a mistakenly added ].
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:21:13 +0000 (21:21 -0800)]
ddns-scripts: use new DDNS URL for dyndns.org
https://github.com/openwrt/packages/issues/8360
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:11:51 +0000 (21:11 -0800)]
ddns-scripts: update ddnss.de response
https://github.com/openwrt/packages/issues/8013
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 05:06:43 +0000 (21:06 -0800)]
ddns-scripts: fix cloudflare.com-v4
https://github.com/openwrt/packages/issues/11042
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Euler Alves [Wed, 8 Jan 2020 00:00:25 +0000 (21:00 -0300)]
ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net
Hurricane Electric provides a free IPv6inIPv4 tunnel. It changed its ipv4 ddns service, fully needed to keep the ipv6 tunnel up, to the domain tunnelbroker.net. Besides, the old he.net script was bugged because it doesn't had a [USERNAME] placement but instead two [DOMAIN]. The new tunnelbroker.net update URL, still provided by Hurricane Electric, is https://[USERNAME]:[PASSWORD]@ipv4.tunnelbroker.net/nic/update?hostname=[DOMAIN]&myip=[IP] and it gets the response good or nochg
Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Euler Alves [Tue, 7 Jan 2020 23:55:56 +0000 (20:55 -0300)]
ddns-scripts: Incremented PKG_RELEASE: fix in files/services
PKG_RELEASE was incremented to 15 because of a fix in files/services
Signed-off-by: Euler Alves <euler@alves.pro.br>
(fixed-signed-off-by and prefixed)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 02:55:31 +0000 (18:55 -0800)]
prometheus-node-exporter-lua: fixed small warning
This happens during compilation:
Enabling network
./etc/init.d/prometheus-node-exporter-lua: line 7: /lib/functions/network.sh: No such file or directory
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 02:23:29 +0000 (18:23 -0800)]
vim: install vimdiff symlink for vim-fuller
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 28 Jan 2020 01:46:33 +0000 (17:46 -0800)]
Merge pull request #11146 from BKPepe/libredblack
libredblack: pass CFLAGS properly
Rosen Penev [Tue, 28 Jan 2020 01:46:12 +0000 (17:46 -0800)]
Merge pull request #11137 from BKPepe/sqlalchemy
python-sqlalchemy: update to version 1.3.13
Rosen Penev [Tue, 28 Jan 2020 01:46:00 +0000 (17:46 -0800)]
Merge pull request #11136 from zokl/javascript-obfuscator_update
javascript-obfuscator_update: update to 0.24.0
Sebastian Kemper [Mon, 27 Jan 2020 21:42:02 +0000 (22:42 +0100)]
subversion: fix build failure
Since commit
a62c0e5 apu-1-config is no longer being stipped down with
regards to being called with "--link-libtool". Example:
$ ./staging_dir/target-mips_24kc_musl/usr/bin/apu-1-config --link-libtool
-L/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -R/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -laprutil-1
$
Before the mentioned commit the "-R" argument was stripped off. And when the
Makefile adds this to TARGET_LDFLAGS this then ends up in the compiler test, as
an argument for the compiler, causing build failure:
checking whether the C compiler works... no
configure: error: in `/builder/shared-workdir/build/sdk/build_dir/target-arm_mpcore+vfp_musl_eabi/subversion-1.13.0':
configure: error: C compiler cannot create executables
config.log shows what's wrong:
configure:3140: x86_64-openwrt-linux-musl-gcc -Os -pipe ... <snip> ... -R/home/sk/tmp/sdk/master-x86-64/staging_dir/target-x86_64_musl/usr/lib -laprutil-1 conftest.c >&5
x86_64-openwrt-linux-musl-gcc: error: unrecognized command line option '-R'
This commit does away with these flags, they're not needed anyway. FPIC
is also removed, because it's detrimental to the applications [1] and
unnecessary as well.
Fixes: #11139
[1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Josef Schlehofer [Mon, 27 Jan 2020 21:44:00 +0000 (22:44 +0100)]
libredblack: pass CFLAGS properly
Fixes build with enabled ASLR PIE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Mon, 27 Jan 2020 20:58:46 +0000 (22:58 +0200)]
Merge pull request #11141 from lucize/pciutilsup
pciutils: update to 3.6.4
Hannu Nyman [Mon, 27 Jan 2020 20:58:12 +0000 (22:58 +0200)]
Merge pull request #11140 from lucize/nssup
nss: update to 3.49.2
Lucian Cristian [Mon, 27 Jan 2020 20:19:46 +0000 (22:19 +0200)]
pciutils: update to 3.6.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Lucian Cristian [Mon, 27 Jan 2020 20:14:53 +0000 (22:14 +0200)]
nss: update to 3.49.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hannu Nyman [Mon, 27 Jan 2020 15:47:22 +0000 (17:47 +0200)]
Merge pull request #11138 from peter-stadler/django-cors-headers
python3-django-cors-headers: update to version 3.2.1
Waldemar Konik [Wed, 22 Jan 2020 10:38:57 +0000 (11:38 +0100)]
python-curl: update to version 7.43.0.4
+ WolfSSL support from upstream => remove 0001-Add-locking-support-to-wolfSSL.patch
PycURL changeLog:
Version 7.43.0.4 - 2020-01-15
-----------------------------------------------------------------
- Minimum supported Python 3 version is now 3.5.
- Python 2 is no longer officially supported.
- Improved thread safety of multi code.
- Added Python 3.8 support (patch by Michael Treanor).
- Fixed link order when linking statically against OpenSSL (patch by Ashley Whetter).
- Fixed Darwin detection.
- Added support for wolfSSL (patch by Eneas U de Queiroz).
- Added PROXY_SSL_VERIFYHOST (patch by Amir Rossert).
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
Compile tested: mipsel_24kc
Peter Stadler [Tue, 7 Jan 2020 10:56:53 +0000 (11:56 +0100)]
python3-django-cors-headers: update to version 3.2.1
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Josef Schlehofer [Sun, 26 Jan 2020 09:20:18 +0000 (10:20 +0100)]
python: readme: drop from table of contents removed sections
Fixes: 446bc30c527e8c6d24279f21e9e4f7562f98ab67 ("python: Remove
PKG_BUILD_DIR/PKG_UNPACK sections from readme")
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 27 Jan 2020 13:23:07 +0000 (14:23 +0100)]
python-sqlalchemy: update to version 1.3.13
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Zbyněk Kocur [Mon, 27 Jan 2020 08:29:35 +0000 (09:29 +0100)]
javascript-obfuscator_update: update to 0.24.0
New version of node-javascript-obfuscator.
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
Rosen Penev [Mon, 27 Jan 2020 07:49:33 +0000 (23:49 -0800)]
Merge pull request #11086 from michyprima/fix-ser2net
ser2net: fix rpcd reload
Michele Primavera [Tue, 21 Jan 2020 11:39:04 +0000 (12:39 +0100)]
ser2net: fix rpcd reload
ser2net did not get restarted after saving in uci or luci
Signed-off-by: Michele Primavera <primavera@elmod.it>
Rosen Penev [Sun, 26 Jan 2020 22:47:25 +0000 (14:47 -0800)]
Merge pull request #11097 from jempatel/python3-speedtest-cli
python3-speedtest-cli: a new package
Rosen Penev [Sun, 26 Jan 2020 22:42:27 +0000 (14:42 -0800)]
Merge pull request #11133 from micmac1/apache2-cleanup
apache: cleanup, enable LFS and rename server from httpd to apache2
Rosen Penev [Sun, 26 Jan 2020 22:37:05 +0000 (14:37 -0800)]
Merge pull request #11120 from neheb/h6
nsd: update to 4.2.4
Rosen Penev [Sun, 26 Jan 2020 22:36:13 +0000 (14:36 -0800)]
Merge pull request #11130 from BKPepe/dnscrypt-proxy2
dnscrypt-proxy2: update to version 2.0.36
Rosen Penev [Sun, 26 Jan 2020 22:35:24 +0000 (14:35 -0800)]
Merge pull request #11121 from neheb/zdb
libzdb: update to 3.2
Michael Heimpold [Sun, 26 Jan 2020 20:53:14 +0000 (21:53 +0100)]
php7: fix dependencies for mysqlnd (fixes #11113)
When during the build the openssl extension is also selected, then
the mysqlnd extension depends on it, too.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 26 Jan 2020 20:51:48 +0000 (21:51 +0100)]
php7: update to 7.4.2
This fixes:
- CVE-2020-7059
- CVE-2020-7060
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sun, 26 Jan 2020 20:39:07 +0000 (22:39 +0200)]
Merge pull request #11122 from stangri/master-https-dns-proxy
https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
Sebastian Kemper [Sun, 26 Jan 2020 18:09:34 +0000 (19:09 +0100)]
apache: don't load session_crypto mod by default
In OpenWrt this module is available, but not part of the main package.
This commit disables the LoadModule directive for this module. Otherwise
following the installation of the main apache package the start of the
server would fail (due to the absence of this particular module).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Jan 2020 18:06:06 +0000 (19:06 +0100)]
apache: rename bin from httpd to apache2
This way there's no need to worry about overwriting another httpd binary
or symlink from another package, for example busyboxes httpd.
The init script is also renamed to apache2 for consistency.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Jan 2020 17:59:42 +0000 (18:59 +0100)]
apr-util: clean up Makefile and remove patch
- removes 001-automake-compat.patch:
Looks like this was meant as a workaround for a libtool issue. But it
doesn't appear to be needed anymore.
- cleans up installation defines (uses macros, cleans up sed scripts,
removes gratuitous slashes & whitespaces)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Jan 2020 17:50:04 +0000 (18:50 +0100)]
apr: clean up the patches + enable LFS
- removes 001-autoconf-compat.patch:
Looks like this was meant as a workaround for a libtool issue. But it
doesn't appear to be needed anymore.
- removes 101-fix_apr_time_now.patch:
Mentioned in https://dev.openwrt.org/ticket/9287, meant as a fix, but
issue was fixed differently in the end (by activating LFS).
- removes 201-upgrade-and-fix-1.5.1.patch:
This is a cross-compile fix. This patch gets replaced by
001-cross-compile.patch from buildroot project. The latter was sent
upstream by buildroot and is in line with the patch used by OpenWrt
for the apache package.
- adds 002-sys-param-h.patch:
Fix PATH_MAX detection by including sys/param.h if available. Also
from buildroot.
Additionally configure variables found in buildroot package are added.
These also enable LFS support. This was previously done (in OpenWrt) by
defining _LARGEFILE64_SOURCE in TARGET_CPPFLAGS. But the configure
variable is cleaner (and easier to follow).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Jan 2020 17:22:20 +0000 (18:22 +0100)]
apr: clean up the Makefile
- sort configure variables
- clean up installation defines (use macros, improve sed scripts,
remove gratuitous slashes & whitespaces)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 26 Jan 2020 17:07:46 +0000 (18:07 +0100)]
apr: add PKG_LICENSE_FILES and PKG_CPE_ID
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sun, 26 Jan 2020 15:57:44 +0000 (17:57 +0200)]
Merge pull request #11132 from Andy2244/wsdd2-name_change_ksmbd
wsdd2: update for renamed smbd->ksmbd
Hannu Nyman [Sun, 26 Jan 2020 15:57:34 +0000 (17:57 +0200)]
Merge pull request #11131 from Andy2244/smbd-rename_ksmbd_update-3-1-1
smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"
Andy Walsh [Sun, 26 Jan 2020 15:42:13 +0000 (16:42 +0100)]
wsdd2: update for renamed smbd->ksmbd
* update for renamed smbd->ksmbd
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Sun, 26 Jan 2020 15:32:53 +0000 (16:32 +0100)]
smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"
* rename smbd->ksmbd (upstream name change)
* ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb)
* new etc folder location = /etc/ksmbd/smb.conf
* new database name = /etc/ksmbd/ksmbdpwd.db
* fixes "map to guest = Bad User" while userdb is also used
* fixes missing ipv6 support
* update/rename to "luci-app-ksmbd"
* remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global])
* ksmbd: release 3.1.1 version
* ksmbd: does not work if ipv6 module is not loaded or compiled in
* ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes
* ksmbd: release 3.1.0 version
* ksmbd: fix over 80 character warnings
* ksmbd: rename smbd-tools to ksmbd-tools in travis.yml
* ksmbd: fix password db file location in travis.yml
* ksmbd: rename smbd prefix function to ksmbd
* ksmbd: rename smbd prefix source files to ksmbd
* Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory"
* ksmbd: rename smbd to ksmbd in .travis.yml
* smbd: rename module name to ksmbd.ko
* smbd: set connection status with SMBD_SESS_EXITING instead of direct destory
* smbd: previous session with same user and same password should be deleted
* smbd: only use global session table in smb2 session
* smbd: add support for ipv6
* smbd: fix empty macro issue from smbd_debug
* cifsd: fix printing of file names in find_next
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Josef Schlehofer [Sun, 26 Jan 2020 13:52:10 +0000 (14:52 +0100)]
dnscrypt-proxy2: update to version 2.0.36
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sun, 26 Jan 2020 11:28:32 +0000 (03:28 -0800)]
Merge pull request #11114 from Robby-/master-freeradius3_update_3_0_20
freeradius3: Update to 3.0.20
Robby K [Sun, 26 Jan 2020 11:10:00 +0000 (12:10 +0100)]
freeradius3: Update to 3.0.20
Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185).
Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius:
https://github.com/FreeRADIUS/freeradius-server/commit/
bf1a1eda2387745bbe538998f3d2e6514f981bfd
https://github.com/FreeRADIUS/freeradius-server/commit/
a3c46544b38ab46218c385d0ee197538fad5b3da
Signed-off-by: Robby K <robbyke@gmail.com>
Josef Schlehofer [Sun, 26 Jan 2020 10:58:51 +0000 (11:58 +0100)]
Merge pull request #10968 from zokl/node-javascript-obfuscator
node-javascript-obfuscator: add package
Rosen Penev [Sun, 26 Jan 2020 02:32:50 +0000 (18:32 -0800)]
libzdb: update to 3.2
Removed most patches. The last was upstreamed and the others can be worked
around using Makefile.
Removed inactive maintainer.
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Massive reorganization of Makefile for consistency between packages.
Removed --with-sql options. These are totally broken when cross compiling.
Leaving them out works just as well.
Added cpp patch as the test needs a header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stan Grishin [Sun, 26 Jan 2020 04:14:38 +0000 (21:14 -0700)]
https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sun, 26 Jan 2020 01:54:04 +0000 (17:54 -0800)]
nsd: update to 4.2.4
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 26 Jan 2020 01:48:50 +0000 (17:48 -0800)]
radsecproxy: update to 1.8.1
Removed upstreamed OpenSSL patch.
Added PKG_BUILD_PARALLEL for faster compilation.
Cleaned up Makefile slightly.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 25 Jan 2020 23:24:46 +0000 (15:24 -0800)]
Merge pull request #10503 from LoEE/jpc/master/git-macos-cross
git: fix cross compilation on macOS
Rosen Penev [Sat, 25 Jan 2020 23:20:26 +0000 (15:20 -0800)]
Merge pull request #11066 from neheb/botan
botan: remove
Rosen Penev [Sat, 25 Jan 2020 23:19:52 +0000 (15:19 -0800)]
Merge pull request #11082 from neheb/lcdp
lcdproc: add serdisplib dependency
Rosen Penev [Sat, 25 Jan 2020 23:18:02 +0000 (15:18 -0800)]
Merge pull request #11099 from nmav/tmp-libssh-checks
libssh: simplify endianness check
Rosen Penev [Sat, 25 Jan 2020 23:07:59 +0000 (15:07 -0800)]
Merge pull request #9686 from yogo1212/talloc_python3
WIP talloc python3/cross-compilation issues
Leon M. George [Fri, 9 Aug 2019 17:57:54 +0000 (19:57 +0200)]
talloc: update to version 2.3.1
Signed-off-by: Leon M. George <leon@georgemail.eu>
Michael Heimpold [Sat, 25 Jan 2020 21:38:15 +0000 (22:38 +0100)]
Merge pull request #11117 from mhei/libgpiod-python-binding
libgpiod: add package for the Python binding (fixes #11096)
Michael Heimpold [Sat, 25 Jan 2020 14:41:32 +0000 (15:41 +0100)]
libgpiod: add package for the Python binding (fixes #11096)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nikos Mavrogiannopoulos [Thu, 23 Jan 2020 01:44:20 +0000 (02:44 +0100)]
libssh: simplified CMAKE tests
That is endianness check is provided as option, SSP and other
flags are enabled by openwrt global flags to fix issues in unsupported
systems, and unused flags were removed.
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Hannu Nyman [Sat, 25 Jan 2020 13:32:19 +0000 (15:32 +0200)]
Merge pull request #11115 from BKPepe/zeroconf
python-zeroconf: update to version 0.24.4
Josef Schlehofer [Sat, 25 Jan 2020 09:17:00 +0000 (10:17 +0100)]
python-zeroconf: update to version 0.24.4
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 25 Jan 2020 07:59:15 +0000 (23:59 -0800)]
Merge pull request #11058 from BKPepe/jinja2
Jinja2: update to version 2.10.3
Rosen Penev [Sat, 25 Jan 2020 07:50:06 +0000 (23:50 -0800)]
Merge pull request #10669 from LLE8/add-ipfs-client
ipfs-http-client: add package
Rosen Penev [Sat, 25 Jan 2020 07:47:27 +0000 (23:47 -0800)]
Merge pull request #10425 from luizluca/sane-nonroot
sane-backends: run (xinetd) saned as non-root
Rosen Penev [Sat, 25 Jan 2020 07:45:38 +0000 (23:45 -0800)]
Merge pull request #10797 from pymumu/master
smartdns: add new package
Jaymin Patel [Wed, 22 Jan 2020 20:50:58 +0000 (02:20 +0530)]
python3-speedtest-cli: a new package
Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
Josef Schlehofer [Thu, 23 Jan 2020 22:50:40 +0000 (23:50 +0100)]
youtube-dl: update to version 2020.1.24
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Fri, 24 Jan 2020 02:33:28 +0000 (18:33 -0800)]
Merge pull request #11101 from neheb/jj2
modemmanager stuff: don't use autoreconf
Rosen Penev [Thu, 23 Jan 2020 23:39:04 +0000 (15:39 -0800)]
Merge pull request #11089 from neheb/zip
zip: remove host build
Rosen Penev [Thu, 23 Jan 2020 23:33:55 +0000 (15:33 -0800)]
Merge pull request #11110 from srchack/open-vm-tools-bump-11.0.5
open-vm-tools: bump to version 11.0.5
Hannu Nyman [Thu, 23 Jan 2020 18:58:52 +0000 (20:58 +0200)]
Merge pull request #11107 from ja-pa/measurement-kit-0.10.9
measurement-kit: update to version 0.10.9
Hannu Nyman [Thu, 23 Jan 2020 18:58:22 +0000 (20:58 +0200)]
Merge pull request #11105 from ja-pa/python-maxminddb
python-maxminddb: update to version 1.5.2
Jan Pavlinec [Thu, 23 Jan 2020 11:58:30 +0000 (12:58 +0100)]
redis: update to version 5.0.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Thu, 23 Jan 2020 14:06:18 +0000 (15:06 +0100)]
python-more-itertools: update to version 8.1.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Thu, 23 Jan 2020 10:26:38 +0000 (11:26 +0100)]
python-zipp: update to version 2.0.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Thu, 23 Jan 2020 12:38:14 +0000 (13:38 +0100)]
measurement-kit: update to version 0.10.9
Changes:
-enable geoip
-add geoip db package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jan Pavlinec [Thu, 23 Jan 2020 10:58:34 +0000 (11:58 +0100)]
python-maxminddb: update to version 1.5.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Toke Høiland-Jørgensen [Thu, 23 Jan 2020 10:22:12 +0000 (11:22 +0100)]
acme: Include empty 'dns' config option by default
This should hopefully prevent issues with that option not showing up in the
GUI, like in #11095.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Rosen Penev [Thu, 23 Jan 2020 04:08:48 +0000 (20:08 -0800)]
modemmanager: fixed license information
Removed unrecognized configure option.
Small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 23 Jan 2020 04:04:35 +0000 (20:04 -0800)]
libqmi: do not use autoreconf
Autoreconf picks up host git, which breaks compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>