Rosen Penev
7b6e55e200
Merge pull request #10896 from jefferyto/golang-format-ldflags
...
golang: Format TARGET_LDFLAGS for gcc
2019-12-29 04:36:02 -08:00
Stijn Tintel
f8ce6b1045
Merge pull request #10871 from neheb/frfgeg
...
domoticz: Fix compilation with uClibc-ng
2019-12-29 13:24:49 +01:00
Daniel Golle
b924c3e001
gnunet: update to version 0.12.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-29 14:18:45 +02:00
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>
2019-12-29 18:49:06 +08:00
Hannu Nyman
c14a88451a
Merge pull request #10784 from antonlacon/ffmpeg-3
...
ffmpeg: update to 3.4.7
2019-12-29 11:42:17 +02:00
Hannu Nyman
5a18057ea4
Merge pull request #10894 from Ansuel/nginx
...
nginx: fix missing cgi-exec definition
2019-12-29 10:52:40 +02:00
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>
2019-12-28 19:22:53 -08:00
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>
2019-12-29 01:11:26 +01:00
Hannu Nyman
4075f4eeb9
Merge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcrypt
...
radicale2: Document suggested use of passlib and bcrypt
2019-12-28 23:52:13 +02:00
Hannu Nyman
2e3c56f6c4
Merge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2
...
passlib: Update passlib to 1.7.2
2019-12-28 23:21:07 +02:00
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>
2019-12-28 16:11:54 -05:00
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>
2019-12-28 01:48:35 -05:00
Hannu Nyman
7292a02609
Merge pull request #10648 from micmac1/gdnut
...
nut: fix cgi/gd setup
2019-12-27 17:43:20 +02:00
Rosen Penev
d38da4e339
Merge pull request #10877 from neheb/dov
...
dovecot: Disable libunwind support
2019-12-27 07:00:22 -08:00
Rosen Penev
0af6c48070
dovecot: Disable libunwind support
...
Fixes missing dependency error.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-26 16:59:36 -08:00
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>
2019-12-27 00:38:40 +01:00
Rosen Penev
4b7e8d8593
Merge pull request #10874 from jefferyto/golang-ldflags-fix
...
golang: Fix ldflags when GO_PKG_LDFLAGS is set
2019-12-26 13:52:59 -08:00
Luiz Angelo Daros de Luca
92e2eec20a
Merge pull request #10817 from Cynerd/ruby-enable-some-extensions
...
ruby: activate some of the extensions
2019-12-26 17:27:57 -03:00
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>
2019-12-26 20:53:40 +08:00
Rosen Penev
8b771491c9
Merge pull request #10872 from neheb/rp
...
rpcsvc-proto: Fix compilation with uClibc-ng
2019-12-25 10:28:21 -08:00
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>
2019-12-25 19:01:30 +08:00
Rosen Penev
39d8acb42f
rpcsvc-proto: Fix compilation with uClibc-ng
...
Also fixed compilation with full iconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-24 18:03:35 -08:00
Rosen Penev
c99cca25a1
domoticz: Fix compilation with uClibc-ng
...
Added upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-24 17:21:38 -08:00
Daniel Engberg
8a64d1ff5d
Merge pull request #10869 from BKPepe/youtubedl
...
youtube-dl: Update to version 2019.12.25
2019-12-24 23:26:40 +01:00
Josef Schlehofer
95843a4f46
youtube-dl: Update to version 2019.12.25
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-24 21:23:21 +01:00
Rosen Penev
3dec2f93a3
Merge pull request #10868 from neheb/ar
...
aria2: Build with MIPS16
2019-12-23 19:07:46 -08:00
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>
2019-12-23 18:42:30 -08:00
Rosen Penev
662d0d8a8f
pciutils: Use MIPS16
...
There's no real computation going on. Slims the package slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-23 18:12:08 -08:00
Rosen Penev
05e3b1a943
Merge pull request #10849 from neheb/nss
...
nss: Fix compilation with uClibc-ng
2019-12-23 15:42:05 -08:00
Rosen Penev
cc3db407df
Merge pull request #10745 from mstorchak/stubby
...
stubby: switch to ca-bundle
2019-12-23 07:57:46 -08:00
Maxim Storchak
11731c81c3
stubby: switch to ca-bundle
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2019-12-23 17:47:57 +02:00
Rosen Penev
051025eacd
Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_logging
...
https_dns_proxy: Added optional ipv4 resolvers
2019-12-22 21:42:11 -08:00
Rosen Penev
2fbe880d58
Merge pull request #10759 from ynezz/upstream/uledd-1.0.1
...
uledd: bump to 1.0.1
2019-12-22 21:41:41 -08:00
Rosen Penev
608053a5fb
Merge pull request #10788 from neheb/znc
...
znc: Update to 1.7.5
2019-12-22 21:39:45 -08:00
Rosen Penev
c50497dedc
Merge pull request #10815 from Cynerd/zsh-invalid-postrm
...
zsh: fix invalid postrm script and little refactor of scripts
2019-12-22 21:39:18 -08:00
Rosen Penev
d7e265ce29
Merge pull request #10863 from nickberry17/bump_libmbim
...
libmbim: bump libmbim to 1.20.4
2019-12-22 15:34:26 -08:00
Nicholas Smith
8ac36e0755
libmbim: bump libmbim to 1.20.4
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-12-23 08:34:35 +10:00
Hannu Nyman
773f1dc6f5
Merge pull request #10861 from gladiac1337/haproxy-2.0.12
...
haproxy: Update HAProxy to v2.0.12
2019-12-22 14:18:16 +02:00
Christian Lachner
3d7b8647dc
haproxy: Update HAProxy to v2.0.12
...
- Update haproxy download URL and hash
- Remove @neheb's obsolete-ssl patch as it was upstreamed, see:
(http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=6445d988ec8def9d0f80de0eda9c5763d39facc1 )
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-12-22 10:18:07 +01:00
Rosen Penev
8e9a26a8fa
Merge pull request #10850 from neheb/kc
...
kcptun: Fix GO_ARCH_DEPENDS
2019-12-21 23:27:16 -08:00
Rosen Penev
ac100e45f7
boost: Fix embarassing ARC typo
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-21 17:39:19 -08:00
Luiz Angelo Daros de Luca
9c901e1bd1
hplip: bump to 3.19.12
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-12-21 20:44:06 -03:00
Rosen Penev
1858cb5ff5
Merge pull request #10843 from ClaymorePT/boost_1.72.0
...
boost: Package Version Update (1.72.0)
2019-12-21 15:42:22 -08:00
Daniel Engberg
6c3e0a7540
Merge pull request #10860 from mhei/take-maintainership-open-plc-utils
...
open-plc-utils: take maintainership
2019-12-21 23:53:24 +01:00
Michael Heimpold
c35553322c
open-plc-utils: take maintainership
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-12-21 23:31:50 +01:00
Carlos Miguel Ferreira
c8907926cc
boost: Package Version Update (1.72.0)
...
This commit updates Boost to version 1.72.0
There are no new libraries in this release.
Note:
- This commit also adds a post-release patch to fix an issue
with Boost.Coroutine
More info about Boost 1.72.0 can be found at the usual place [1].
[1]: https://www.boost.org/users/history/version_1_72_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2019-12-21 22:19:56 +00:00
Daniel Golle
3751223502
gnunet: remove patches now apparently part of the release
...
That could explain why the hash of the released tarball changed after
the release announcement...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-21 23:59:12 +02:00
Daniel Golle
4eede02f7a
gnunet: fix source hash
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-12-21 23:21:13 +02:00
Florian Fainelli
80f881568f
treewide: Remove self from PKG_MAINTAINER
...
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2019-12-21 12:52:41 -08:00
Josef Schlehofer
d2c997f39e
python3: Updated to version 3.8.1
...
Removed upstream patch: 002-fix-blake2-detection.patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-12-21 20:04:30 +01:00