Rosen Penev
166b3032a1
Merge pull request #10918 from neheb/sms
smstools3: Run in foreground
5 years ago
Rosen Penev
a3ab7a7931
smstools3: Run in foreground
Allows procd to be able to stop the service.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
48b303fd1e
Merge pull request #10916 from neheb/co
coova-chili: Fix version
5 years ago
Rosen Penev
71f82ad771
luasec: Update to 0.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
df20377ee9
coova-chili: Fix version
Upstream was sloppy when cutting the release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Daniel Engberg
40a7b4ec35
Merge pull request #10914 from BKPepe/youtube
youtube-dl: update to version 2020.1.1
5 years ago
Josef Schlehofer
fc3ced7ddb
youtube-dl: update to version 2020.1.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years ago
Andy Walsh
fbd991aaa2
wsdd2: update init for renamed cifsd->smbd
* update init for renamed cifsd->smbd
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
tripolar
7fb36fb8d0
Merge pull request #10441 from neheb/glib
glib2: Disable Werror
5 years ago
Hannu Nyman
04a03a35b3
Merge pull request #10902 from stangri/master-vpn-policy-routing
vpn-policy-routing: initial release
5 years ago
Rosen Penev
ae23ebdd28
Merge pull request #10652 from gladiac1337/pcre2-jit-co
pcre2: Update to v10.34 & add JIT-support for select architectures
5 years ago
Etienne Champetier
42912ea829
Merge pull request #10878 from neheb/zab
zabbix: Fix compilation with uClibc-ng
5 years ago
Rosen Penev
8bc32479ea
zabbix: Fix compilation with uClibc-ng
This is similar to a patch that was previously carried.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Hannu Nyman
1fd0fee3d1
Merge pull request #10698 from Rixerx/master
zabbix: update to 4.0.16
5 years ago
Rosen Penev
d2733d5b60
Merge pull request #10905 from Andy2244/libtirpc-1.2.5
libtirpc: update to 1.2.5
5 years ago
Rosen Penev
ad5f6be041
Merge pull request #10895 from neheb/h
gst1-plugins-bad: Make HLS crypto explicit
5 years ago
Andy Walsh
f2631db1a5
libtirpc: update to 1.2.5
* update to 1.2.5
* remove upstream merged patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years ago
Stan Grishin
496aa34cb8
vpn-policy-routing: initial release
Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years ago
tripolar
948b7f809f
Merge pull request #10816 from Cynerd/wget-no-self-provide
wget: do not provide itself
5 years ago
tripolar
6b02ed27a1
Merge pull request #10901 from ja-pa/tor-respawn
tor: add respawn to init script
5 years ago
Jan Pavlinec
5bce9c3e1d
tor: add respawn to init script
Note:
In some cases when tor daemon starts before
than the router is connected to the Internet.
Tor will exit and you have to run it manually.
This should fix this case.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
a339e0ede3
tor: update to version 0.4.2.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Hannu Nyman
c62f8962ba
nano: update to 4.7
Update nano to version 4.7
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years ago
Rosen Penev
7b6e55e200
Merge pull request #10896 from jefferyto/golang-format-ldflags
golang: Format TARGET_LDFLAGS for gcc
5 years ago
Stijn Tintel
f8ce6b1045
Merge pull request #10871 from neheb/frfgeg
domoticz: Fix compilation with uClibc-ng
5 years ago
Daniel Golle
b924c3e001
gnunet: update to version 0.12.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years ago
Jeffery To
dbd6f224c3
golang: Format TARGET_LDFLAGS for gcc
go invokes the external linker by calling gcc, so -zxxx options in
TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
Hannu Nyman
c14a88451a
Merge pull request #10784 from antonlacon/ffmpeg-3
ffmpeg: update to 3.4.7
5 years ago
Hannu Nyman
5a18057ea4
Merge pull request #10894 from Ansuel/nginx
nginx: fix missing cgi-exec definition
5 years ago
Rosen Penev
49b5de830e
gst1-plugins-bad: Make HLS crypto explicit
It's normally set to auto. When nettle is missing, it tries to use the
other libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Ansuel Smith
85b09eebb2
nginx: fix missing cgi-exec definition
Add missing cgi-io exec definition to fix broken
luci webui as now it does actually use it.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years ago
Hannu Nyman
4075f4eeb9
Merge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcrypt
radicale2: Document suggested use of passlib and bcrypt
5 years ago
Hannu Nyman
2e3c56f6c4
Merge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2
passlib: Update passlib to 1.7.2
5 years ago
Daniel F. Dickinson
66f9e687c2
radicale2: Document suggested use of passlib and bcrypt
PKG_RELEASE not bumped because this only affects package description.
We document that passlib and bcrypt are needed if one wishes to use
bcrypt encryption of passwords. These have not been added as dependencies
as Radicale2 can have a frontend webserver authenticate users rather than
radicale itself.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years ago
Daniel F. Dickinson
d782e8201e
passlib: Update passlib to 1.7.2
Relevant bits of upstream changelog
New Features
argon2: Support more hashes
scrypt: Now uses python 3.6 stdlib’s hashlib.scrypt() as backend, if present (issue 86).
Bugfixes
Python 3.8 compatibility fixes
passlib.apache.HtpasswdFile: improve compatibility with Apache 2.4's htpasswd
passlib.totp: fix some compatibility issues with older TOTP clients (issue 92)
Fixed error in argon2.parsehash() (issue 97)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years ago
Hannu Nyman
7292a02609
Merge pull request #10648 from micmac1/gdnut
nut: fix cgi/gd setup
5 years ago
Rosen Penev
d38da4e339
Merge pull request #10877 from neheb/dov
dovecot: Disable libunwind support
5 years ago
Rosen Penev
0af6c48070
dovecot: Disable libunwind support
Fixes missing dependency error.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Krystian Kozak
e6303c0290
zabbix: update to 4.0.16
Updated to 4.0.16 LTS version.
Compile tested: Yes, x86_64
Run tested: Yes, x86_64
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
5 years ago
Rosen Penev
4b7e8d8593
Merge pull request #10874 from jefferyto/golang-ldflags-fix
golang: Fix ldflags when GO_PKG_LDFLAGS is set
5 years ago
Luiz Angelo Daros de Luca
92e2eec20a
Merge pull request #10817 from Cynerd/ruby-enable-some-extensions
ruby: activate some of the extensions
5 years ago
Jeffery To
4827bc7509
golang: Fix ldflags when GO_PKG_LDFLAGS is set
go build/install supports multiple -ldflags arguments, but they are not
combined; for each package, the latest match on the command line is
used.[1]
Previously, the main executable would not be affected by the default
ldflags if GO_PKG_LDFLAGS or GO_PKG_LDFLAGS_X were set. (The default
ldflags instructs go to use the external linker.)
This fixes golang-package.mk so that the default ldflags take effect in
all cases.
[1]: https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years ago
Rosen Penev
8b771491c9
Merge pull request #10872 from neheb/rp
rpcsvc-proto: Fix compilation with uClibc-ng
5 years ago
Yousong Zhou
5a25cf86ea
spice: fix building against arc770-uclibc toolchain
Supersedes openwrt/packages#10873
Ref: https://github.com/openwrt/packages/pull/10873
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years ago
Rosen Penev
39d8acb42f
rpcsvc-proto: Fix compilation with uClibc-ng
Also fixed compilation with full iconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
c99cca25a1
domoticz: Fix compilation with uClibc-ng
Added upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Daniel Engberg
8a64d1ff5d
Merge pull request #10869 from BKPepe/youtubedl
youtube-dl: Update to version 2019.12.25
5 years ago
Josef Schlehofer
95843a4f46
youtube-dl: Update to version 2019.12.25
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years ago
Rosen Penev
3dec2f93a3
Merge pull request #10868 from neheb/ar
aria2: Build with MIPS16
5 years ago
Rosen Penev
a5e7d0a904
aria2: Build with MIPS16
All the computationally expensive stuff is in the libraries, not the
package itself.
Saves several kilobytes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago