Jeffery To [Thu, 26 Dec 2019 12:53:40 +0000 (20:53 +0800)]
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>
Rosen Penev [Wed, 25 Dec 2019 18:28:21 +0000 (10:28 -0800)]
Merge pull request #10872 from neheb/rp
rpcsvc-proto: Fix compilation with uClibc-ng
Yousong Zhou [Wed, 25 Dec 2019 10:58:59 +0000 (18:58 +0800)]
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>
Rosen Penev [Wed, 25 Dec 2019 01:56:10 +0000 (17:56 -0800)]
rpcsvc-proto: Fix compilation with uClibc-ng
Also fixed compilation with full iconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Tue, 24 Dec 2019 22:26:40 +0000 (23:26 +0100)]
Merge pull request #10869 from BKPepe/youtubedl
youtube-dl: Update to version 2019.12.25
Josef Schlehofer [Tue, 24 Dec 2019 20:21:58 +0000 (21:21 +0100)]
youtube-dl: Update to version 2019.12.25
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 24 Dec 2019 03:07:46 +0000 (19:07 -0800)]
Merge pull request #10868 from neheb/ar
aria2: Build with MIPS16
Rosen Penev [Tue, 24 Dec 2019 02:42:30 +0000 (18:42 -0800)]
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>
Rosen Penev [Mon, 23 Dec 2019 23:42:05 +0000 (15:42 -0800)]
Merge pull request #10849 from neheb/nss
nss: Fix compilation with uClibc-ng
Rosen Penev [Mon, 23 Dec 2019 15:57:46 +0000 (07:57 -0800)]
Merge pull request #10745 from mstorchak/stubby
stubby: switch to ca-bundle
Maxim Storchak [Tue, 10 Dec 2019 12:39:20 +0000 (14:39 +0200)]
stubby: switch to ca-bundle
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Rosen Penev [Mon, 23 Dec 2019 05:42:11 +0000 (21:42 -0800)]
Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_logging
https_dns_proxy: Added optional ipv4 resolvers
Rosen Penev [Mon, 23 Dec 2019 05:41:41 +0000 (21:41 -0800)]
Merge pull request #10759 from ynezz/upstream/uledd-1.0.1
uledd: bump to 1.0.1
Rosen Penev [Mon, 23 Dec 2019 05:39:45 +0000 (21:39 -0800)]
Merge pull request #10788 from neheb/znc
znc: Update to 1.7.5
Rosen Penev [Mon, 23 Dec 2019 05:39:18 +0000 (21:39 -0800)]
Merge pull request #10815 from Cynerd/zsh-invalid-postrm
zsh: fix invalid postrm script and little refactor of scripts
Rosen Penev [Sun, 22 Dec 2019 23:34:26 +0000 (15:34 -0800)]
Merge pull request #10863 from nickberry17/bump_libmbim
libmbim: bump libmbim to 1.20.4
Nicholas Smith [Sun, 22 Dec 2019 21:15:35 +0000 (07:15 +1000)]
libmbim: bump libmbim to 1.20.4
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
Hannu Nyman [Sun, 22 Dec 2019 12:18:16 +0000 (14:18 +0200)]
Merge pull request #10861 from gladiac1337/haproxy-2.0.12
haproxy: Update HAProxy to v2.0.12
Christian Lachner [Sun, 22 Dec 2019 09:18:07 +0000 (10:18 +0100)]
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>
Rosen Penev [Sun, 22 Dec 2019 07:27:16 +0000 (23:27 -0800)]
Merge pull request #10850 from neheb/kc
kcptun: Fix GO_ARCH_DEPENDS
Rosen Penev [Sun, 22 Dec 2019 01:39:19 +0000 (17:39 -0800)]
boost: Fix embarassing ARC typo
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Luiz Angelo Daros de Luca [Thu, 19 Dec 2019 05:38:07 +0000 (02:38 -0300)]
hplip: bump to 3.19.12
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Sat, 21 Dec 2019 23:42:22 +0000 (15:42 -0800)]
Merge pull request #10843 from ClaymorePT/boost_1.72.0
boost: Package Version Update (1.72.0)
Daniel Engberg [Sat, 21 Dec 2019 22:53:24 +0000 (23:53 +0100)]
Merge pull request #10860 from mhei/take-maintainership-open-plc-utils
open-plc-utils: take maintainership
Michael Heimpold [Sat, 21 Dec 2019 22:31:47 +0000 (23:31 +0100)]
open-plc-utils: take maintainership
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Carlos Miguel Ferreira [Thu, 19 Dec 2019 22:16:04 +0000 (22:16 +0000)]
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>
Daniel Golle [Sat, 21 Dec 2019 21:58:19 +0000 (23:58 +0200)]
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>
Daniel Golle [Sat, 21 Dec 2019 21:20:52 +0000 (23:20 +0200)]
gnunet: fix source hash
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Florian Fainelli [Sat, 21 Dec 2019 20:52:41 +0000 (12:52 -0800)]
treewide: Remove self from PKG_MAINTAINER
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Josef Schlehofer [Sat, 21 Dec 2019 18:07:34 +0000 (19:07 +0100)]
python3: Updated to version 3.8.1
Removed upstream patch: 002-fix-blake2-detection.patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Michael Heimpold [Sat, 14 Dec 2019 22:32:55 +0000 (23:32 +0100)]
php7-pecl-redis: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:32:42 +0000 (23:32 +0100)]
php7-pecl-raphf: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:32:25 +0000 (23:32 +0100)]
php7-pecl-propro: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:32:13 +0000 (23:32 +0100)]
php7-pecl-mcrypt: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:31:30 +0000 (23:31 +0100)]
php7-pecl-libevent: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:31:19 +0000 (23:31 +0100)]
php7-pecl-krb5: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:31:08 +0000 (23:31 +0100)]
php7-pecl-http: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 14 Dec 2019 22:30:54 +0000 (23:30 +0100)]
php7-pecl-dio: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Mon, 2 Dec 2019 23:08:21 +0000 (00:08 +0100)]
php7: major upgrade to 7.4.1
- remove obsolete patches and update other ones
- filter support is now available as an extension module
- php7-mod-hash: this extension is now part of the core binary
and cannot be built as an extension module anymore
- php7-mod-gd:
- do not use bundled libgd, but rely on external one
- this also obsoletes dependencies and configuration options
- php7-mod-zip: requires external libzip now
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Fri, 20 Dec 2019 21:36:49 +0000 (13:36 -0800)]
kcptun: Fix GO_ARCH_DEPENDS
Right now, the buildbots are trying to build this on ARC, which is totally
unsupported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 20 Dec 2019 21:10:43 +0000 (13:10 -0800)]
nss: Fix compilation with uClibc-ng
_GNU_SOURCE is needed for fdopen, sigaction, and probably more.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Fri, 20 Dec 2019 20:27:38 +0000 (22:27 +0200)]
gnunet-fuse: update to version 0.12.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 20 Dec 2019 11:24:51 +0000 (13:24 +0200)]
gnunet: update to version 0.12.0
Also include a bunch of upstream patches to make things build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Fri, 20 Dec 2019 00:25:17 +0000 (16:25 -0800)]
Merge pull request #10839 from neheb/pig
pigeonhole: Update to 0.5.9
Rosen Penev [Fri, 20 Dec 2019 00:25:03 +0000 (16:25 -0800)]
Merge pull request #10842 from neheb/icu
icu: Backport C++11 math patch
Rosen Penev [Fri, 20 Dec 2019 00:24:45 +0000 (16:24 -0800)]
Merge pull request #10845 from James-TR/h2o/backtrace-detection
h2o: backport backtrace detection
James Taylor [Thu, 19 Dec 2019 23:57:10 +0000 (10:57 +1100)]
h2o: backport backtrace detection
backport patch for backtrace detection in h2o.
This patch solves the issue of uclibc pretending to be glibc
Signed-off-by: James Taylor <james@jtaylor.id.au>
Rosen Penev [Thu, 19 Dec 2019 21:29:41 +0000 (13:29 -0800)]
icu: Backport C++11 math patch
Fixes compilation with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 20 Dec 2019 00:01:55 +0000 (16:01 -0800)]
Merge pull request #10844 from Andy2244/samba4-pam-fix
samba4: fix libpam deps
Andy Walsh [Thu, 19 Dec 2019 23:20:23 +0000 (00:20 +0100)]
samba4: fix libpam deps
* use old workaround for broken unbundle pam patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Thu, 19 Dec 2019 21:00:39 +0000 (13:00 -0800)]
pigeonhole: Update to 0.5.9
Dovecot was updated but not pigeonhole. This is important as the API broke
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 19 Dec 2019 20:46:12 +0000 (12:46 -0800)]
Merge pull request #10786 from neheb/fis
fish: Fix compilation with libcxx
Rosen Penev [Thu, 19 Dec 2019 20:44:50 +0000 (12:44 -0800)]
Merge pull request #10824 from gekmihesg/restic-rest-server
restic-rest-server: add package
Rosen Penev [Thu, 19 Dec 2019 20:44:43 +0000 (12:44 -0800)]
Merge pull request #10823 from gekmihesg/restic
restic: add package
Rosen Penev [Thu, 19 Dec 2019 20:42:05 +0000 (12:42 -0800)]
Merge pull request #10836 from aleksander0m/aleksander/modemmanager-ppp
modemmanager: depend on ppp explicitly
Daniel Engberg [Thu, 19 Dec 2019 19:24:42 +0000 (20:24 +0100)]
Merge pull request #10828 from BKPepe/netdata
netdata: Update to version 1.19.0
Rosen Penev [Thu, 19 Dec 2019 18:33:33 +0000 (10:33 -0800)]
Merge pull request #10825 from BKPepe/meson-update
meson: Update to version 0.52.1
Rosen Penev [Thu, 19 Dec 2019 18:31:59 +0000 (10:31 -0800)]
Merge pull request #10818 from Cynerd/shadow-default-encryption-method
shadow: change default encryption method from DES to SHA512
Markus Weippert [Wed, 18 Dec 2019 17:42:56 +0000 (18:42 +0100)]
restic-rest-server: add package
Signed-off-by: Markus Weippert <markus@gekmihesg.de>
Markus Weippert [Wed, 18 Dec 2019 17:43:35 +0000 (18:43 +0100)]
restic: add package
Signed-off-by: Markus Weippert <markus@gekmihesg.de>
Stijn Tintel [Thu, 19 Dec 2019 18:04:38 +0000 (20:04 +0200)]
net-snmp: do not exit if files cannot be opened
If snmpd fails to open files, like /dev/kmem or /dev/mem, it exits.
Avoid this by adding the -r argument.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Josef Schlehofer [Wed, 18 Dec 2019 21:46:02 +0000 (22:46 +0100)]
btrfs-progs: Update to version 5.4
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Karel Kočí [Thu, 19 Dec 2019 09:32:25 +0000 (10:32 +0100)]
zsh: drop bash syntax in postinst
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Aleksander Morgado [Thu, 19 Dec 2019 08:41:40 +0000 (09:41 +0100)]
modemmanager: depend on ppp explicitly
The ModemManager protocol handler checks for the pppd daemon during
the initialization, and if it doesn't exist, the protocol handler is
not even loaded by netifd.
This is because the IP method to use on the connection of a given
modem is not known until ModemManager reports via its interfaces how
the modem should be connected (either using PPP, with DHCP, or with
explicit IP settings).
Fixes https://github.com/openwrt/packages/issues/10802
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Luiz Angelo Daros de Luca [Thu, 19 Dec 2019 05:09:39 +0000 (02:09 -0300)]
ruby: openssl requires digest
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Thu, 19 Dec 2019 00:18:45 +0000 (16:18 -0800)]
Merge pull request #10061 from ynezz/upstream/service-status-fix
treewide: fix service status
Rosen Penev [Thu, 19 Dec 2019 00:10:33 +0000 (16:10 -0800)]
Merge pull request #10781 from Andy2244/samba-4.11-python3-new
samba4: update to 4.11.4 (python3 version), add rpcsvc-proto, add libasn1 host build
Rosen Penev [Thu, 19 Dec 2019 00:09:35 +0000 (16:09 -0800)]
Merge pull request #10813 from EricLuehrsen/unbound_196
unbound: update to 1.9.6
Rosen Penev [Wed, 18 Dec 2019 23:59:27 +0000 (15:59 -0800)]
Merge pull request #10785 from neheb/apple
[WIP]Add idevicerestore
Rosen Penev [Wed, 18 Dec 2019 23:58:14 +0000 (15:58 -0800)]
Merge pull request #10826 from BKPepe/urllib
python-urllib3: Update to version 1.25.7
Rosen Penev [Wed, 18 Dec 2019 23:58:01 +0000 (15:58 -0800)]
Merge pull request #10827 from BKPepe/syslog
syslog-ng: Update to version 3.25.1
Rosen Penev [Wed, 18 Dec 2019 23:56:17 +0000 (15:56 -0800)]
Merge pull request #10821 from cshoredaniel/pr-remove-msmtp-scripts
msmtp-scripts: Remove as abandoning upstream; msmtp-queue works
Daniel Golle [Wed, 18 Dec 2019 21:32:06 +0000 (23:32 +0200)]
gnunet: revert accidentally committed version bump
0.12.0 tarballs aren't out yet, I accidentally committed the changed
version in commit
b6a9bd3bf3a748bda8272eb639f0ea8a7fd8c57c
("gnurl: update to version 7.67.0").
Revert gnunet back to 0.11.8.
Reported-by: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Josef Schlehofer [Wed, 18 Dec 2019 21:05:33 +0000 (22:05 +0100)]
netdata: Update to version 1.19.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 18 Dec 2019 20:46:05 +0000 (21:46 +0100)]
python-urllib3: Update to version 1.25.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 18 Dec 2019 20:44:34 +0000 (21:44 +0100)]
syslog-ng: Update to version 3.25.1
Bump version in config
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Nikos Mavrogiannopoulos [Wed, 18 Dec 2019 20:24:45 +0000 (21:24 +0100)]
vpnc-script: bumped release version
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Nikos Mavrogiannopoulos [Wed, 18 Dec 2019 20:21:37 +0000 (21:21 +0100)]
vpnc-script: enable reconnect
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Sat, 14 Dec 2019 05:51:29 +0000 (21:51 -0800)]
fish: Fix compilation with libcxx
cxxabi.h is a useless header that libcxx does not include.
Remove indent on postint script. It should be on the same as the above
section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Wed, 18 Dec 2019 19:57:14 +0000 (20:57 +0100)]
php7: update to 7.2.26
This fixes:
- CVE-2019-11046
- CVE-2019-11044
- CVE-2019-11045
- CVE-2019-11050
- CVE-2019-11047
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Wed, 18 Dec 2019 15:12:35 +0000 (07:12 -0800)]
Merge pull request #10819 from ja-pa/lmdb-fix-ar
lmdb: use toolchain AR for compilation
Daniel F. Dickinson [Wed, 18 Dec 2019 12:33:53 +0000 (07:33 -0500)]
msmtp-scripts: Remove as abandoning upstream; msmtp-queue works
I am upstream for msmtp-scripts and have decided to abandon the project. Therefore
remove msmtp-scripts from OpenWrt -- there is already msmtp-queue which is 'good enough'
for the use cases where msmtp-scripts had any relevance.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Jan Pavlinec [Wed, 18 Dec 2019 10:57:53 +0000 (11:57 +0100)]
lmdb: use toolchain AR for compilation
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Karel Kočí [Mon, 13 May 2019 11:38:04 +0000 (13:38 +0200)]
shadow: change default encryption method from DES to SHA512
Busybox in default uses SHA512 as well.
On big ditribution this default is sourced from PAM. That means that
shadow reads pam settings and uses that. OpenWrt in most cases does not
have PAM installed and in such case shadow fallbacks to its own default
which is DES. This just changes that default to SHA512 which is
consistent with rest of the system.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Jo-Philipp Wich [Wed, 18 Dec 2019 08:32:38 +0000 (09:32 +0100)]
cgi-io: close pipe descriptors early
In the command read side, close the superfluous write end of the pipe
early to ensure that EOF is reliably detected. Without that change, splice
calls to read from the pipe will occasionally hang until the CGI process
is eventually killed due to timeout.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Gerard Ryan [Sun, 15 Dec 2019 06:04:44 +0000 (16:04 +1000)]
https_dns_proxy: Added optional ipv4 resolvers
* Added optional ipv4 resolvers UCI config option
* Added logging to logd
* Refactored verbosity UCI config option
* Filtered out any address from being added to dnsmasq
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Karel Kočí [Wed, 18 Dec 2019 08:57:23 +0000 (09:57 +0100)]
zsh: fix invalid postrm script and little refactor of scripts
The postrm script was missing shebang. Postrm scripts are packaged and
executed directly and not sourced by default script (as in case of prerm
and postinst).
Also move some indents around to not confuse reader. The section in
postinst was indented to same level as grep "condition" but is on same
level as initial grep (not part of that "condition").
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Eric Luehrsen [Wed, 18 Dec 2019 05:06:26 +0000 (00:06 -0500)]
unbound: update to 1.9.6
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Hannu Nyman [Wed, 18 Dec 2019 05:41:42 +0000 (07:41 +0200)]
Merge pull request #10754 from stangri/master-https-dns-proxy
https-dns-proxy: switch to https-dns-proxy package name
Stan Grishin [Tue, 10 Dec 2019 22:48:45 +0000 (15:48 -0700)]
https-dns-proxy: switch to https-dns-proxy package name
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Tue, 17 Dec 2019 20:59:46 +0000 (12:59 -0800)]
Merge pull request #10810 from tru7/knxd
knxd: adjust startup files to better comply with procd
Michael Heimpold [Tue, 17 Dec 2019 19:28:57 +0000 (20:28 +0100)]
Merge pull request #10806 from micmac1/libzip-fts
libzip: fix musl-fts failure
Rosen Penev [Tue, 17 Dec 2019 16:50:19 +0000 (08:50 -0800)]
Merge pull request #10804 from br101/pingcheck-update
pingcheck: Update to latest version
Othmar Truniger [Tue, 17 Dec 2019 14:49:15 +0000 (15:49 +0100)]
knxd: adjust startup files to better comply with procd
Signed-off-by: Othmar Truniger <github@truniger.ch>
Bruno Randolf [Mon, 16 Dec 2019 13:46:09 +0000 (13:46 +0000)]
pingcheck: Update to latest version
Signed-off-by: Bruno Randolf <br1@einfach.org>
Andy Walsh [Fri, 13 Dec 2019 16:22:33 +0000 (17:22 +0100)]
samba4: update to 4.11.4
* update to 4.11.4 (python3 version)
* re-enable AD-DC option
* add 'samba_nice' UCI option via "config procd 'extra'"
* restructure buildsteps (don't rely on waf --targets logic)
* move quota option into VFS
* move ACL option into AC-DC
* add more admin-tools
* use rpath_install for libs
* fix rpath + rstrip
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Tue, 17 Dec 2019 06:00:18 +0000 (22:00 -0800)]
Merge pull request #10778 from bobafetthotmail/minidlna-fix
minidlna: add static uuid in config
Rosen Penev [Tue, 17 Dec 2019 05:58:05 +0000 (21:58 -0800)]
Merge pull request #10795 from neheb/l
lua-rs232: Update to latest master
Sebastian Kemper [Mon, 16 Dec 2019 22:33:30 +0000 (23:33 +0100)]
libzip: fix musl-fts failure
musl doesn't support fts. But with the extra package musl-fts installed,
libzip picks up the fts header and fails at the linking stage:
zipcmp.c:(.text.startup+0x130): undefined reference to `fts_open'
/home/sk/tmp/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.3.0_musl/lib/gcc/mips-openwrt-linux-musl/8.3.0/../../../../mips-openwrt-linux-musl/bin/ld: zipcmp.c:(.text.startup+0x172): undefined reference to `fts_read'
So with musl-fts we need to link in libfts. To address that this commits
patches the cmake setup to check if fts is available in libc itself or
in any external libfts.
So when musl-fts is installed on the system the setup will be the
following:
musl: use libfts
uclibc: use fts from libc
glibc: like uclibc
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Sun, 15 Dec 2019 03:09:43 +0000 (19:09 -0800)]
lua-rs232: Update to latest master
Should fix the no previous prototype errors.
Also fixed the install paths. Now running this should be correct.
Signed-off-by: Rosen Penev <rosenp@gmail.com>