Rosen Penev [Thu, 12 Sep 2019 20:18:36 +0000 (13:18 -0700)]
libgee: Update to 0.20.2
Eliminate patch in favor of configure argument.
Shuffled some stuff around for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 12 Sep 2019 15:53:27 +0000 (08:53 -0700)]
Merge pull request #9705 from commodo/python-mysqlclient
python-mysql[client]: rename to python-mysqlclient & bump to version 1.4.4
Josef Schlehofer [Wed, 11 Sep 2019 22:20:11 +0000 (00:20 +0200)]
btrfs-progs: Update to version 5.2.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Thu, 12 Sep 2019 05:48:40 +0000 (22:48 -0700)]
Merge pull request #9952 from neheb/rt
rtorrent: Switch to static linking
Yousong Zhou [Tue, 27 Aug 2019 03:42:34 +0000 (03:42 +0000)]
cgroups-mount,docker-ce,lxc: rework kernel feature dependency
Fix that KERNEL_CGROUPS is enabled (selected) automatically along with
cgroups-mount
Replace "if PACKAGE_docker-ce" with a menu to avoid circular denpendency
issue involving PACKAGE_docker-ce, PACKAGE_cgroups-mount and
KERNEL_CGRUOPS
docker-ce, lxc: replace KERNEL_LXC_MISC with more specific options
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Daniel Engberg [Wed, 11 Sep 2019 22:21:41 +0000 (00:21 +0200)]
Merge pull request #9967 from BKPepe/ytdl
youtube-dl: Update to version 2019.9.12.1
Josef Schlehofer [Wed, 11 Sep 2019 21:52:17 +0000 (23:52 +0200)]
youtube-dl: Update to version 2019.9.12.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 10 Sep 2019 19:58:23 +0000 (12:58 -0700)]
Merge pull request #9838 from ClaymorePT/boost_1.71.0_r1
boost: Package Version Update (1.71.0) + bugfixes
Dirk Brenken [Tue, 10 Sep 2019 17:48:55 +0000 (19:48 +0200)]
Merge pull request #9959 from dibdot/banIP
banip: update 0.2.1
Dirk Brenken [Tue, 10 Sep 2019 17:34:49 +0000 (19:34 +0200)]
banip: update 0.2.1
* fix for #9954
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Tue, 10 Sep 2019 17:25:15 +0000 (10:25 -0700)]
Merge pull request #9906 from ecsv/gpl-or-later-spdx-identifier
treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
Rosen Penev [Tue, 10 Sep 2019 16:51:19 +0000 (09:51 -0700)]
Merge pull request #9957 from BKPepe/dovecot
dovecot: Update to version 2.3.7.2
Carlos Miguel Ferreira [Mon, 26 Aug 2019 22:39:24 +0000 (23:39 +0100)]
boost: Package Version Update (1.71.0) + bugfixes
This commit updates Boost to version 1.71.0 and disables Boost.Context
for arc and mips64 architectures, since either jump_fcontext or
getcontext are undefined for those architectures.
It also fixes a bug were Boost.Fiber was not properly disabled for
mips32 and mips64 architectures.
Boost.Coroutine2 option was removed since it was redundant. By selecting
the Coroutine package, Coroutine2 is also installed.
Boost.Fiber has been disabled for target brcm47xx_generic and brcm47xx_legacy
due to misssing opcode support from instruction set.
Boost 1.71.0 brings a new header-only library
- Boost.Variant2 [1]
-> A never-valueless, strong guarantee implementation of
std::variant, from Peter Dimov.
More info about Boost 1.71.0 can be found at the usual place [2].
[1]: https://www.boost.org/doc/libs/1_71_0/libs/variant2/doc/html/variant2.html
[2]: https://www.boost.org/users/history/version_1_71_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Josef Schlehofer [Sun, 8 Sep 2019 21:57:37 +0000 (23:57 +0200)]
dovecot: Update to version 2.3.7.2
Fix CVE-2019-11500
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Sven Eckelmann [Mon, 2 Sep 2019 13:15:08 +0000 (15:15 +0200)]
treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Rosen Penev [Tue, 10 Sep 2019 05:20:05 +0000 (22:20 -0700)]
Merge pull request #9947 from eglooca/master
netifyd: Updated to v2.92.
Rosen Penev [Tue, 10 Sep 2019 05:13:39 +0000 (22:13 -0700)]
Merge pull request #9956 from neheb/wan
libwangle: Update to 2019.09.02
Rosen Penev [Mon, 12 Aug 2019 04:44:07 +0000 (21:44 -0700)]
libwangle: Update to 2019.09.02
Several size optimizations. Savings of ~68KB.
Remove shared build. libwangle is only used by fbthrift. Just use the
static version.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Sep 2019 22:51:23 +0000 (15:51 -0700)]
Merge pull request #9950 from neheb/fizz
libfizz: Update to 2019.09.09.00
Rosen Penev [Mon, 9 Sep 2019 22:16:08 +0000 (15:16 -0700)]
rtorrent: Switch to using static libtorrent
rtorrent is the only user of libtorrent. Statically link to save space.
Added usleep patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Sep 2019 22:00:42 +0000 (15:00 -0700)]
libtorrent: Switch to static library.
libtorrent is only used by rtorrent. Switch to a static library to save
space.
Removed libsigc++ dependency. It seems it's not needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Sep 2019 21:58:53 +0000 (14:58 -0700)]
libsigcxx: Remove
It's no longer needed with libtorrent. No other package depends on it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 12 Aug 2019 02:53:10 +0000 (19:53 -0700)]
libfizz: Update to 2019.09.09.00
Several size optimizations. ~76KB savings.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dirk Brenken [Mon, 9 Sep 2019 19:25:25 +0000 (21:25 +0200)]
Merge pull request #9948 from dibdot/banIP
banip: update 0.2.0
Rosen Penev [Mon, 9 Sep 2019 19:21:49 +0000 (12:21 -0700)]
Merge pull request #9949 from neheb/folly
libfolly: Update to 2019.09.02
Dirk Brenken [Mon, 9 Sep 2019 15:12:52 +0000 (17:12 +0200)]
banip: update 0.2.0
* remove 'http-only' mode, all sources are now fetched from https sites
* the backup mode is now mandatory ('/tmp' is the default backup
directory), always create and re-use backups if available.
To force a re-download take the 'reload' action.
* support 'sshd' in addition to 'dropbear' for logfile parsing
to detect break-in events
* always update the black-/whitelist with logfile parsing results
in 'refresh' mode (no new downloads)
* rework the return code handling
* tweak procd trigger
* various small fixes
* (s)hellsheck cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Mon, 12 Aug 2019 02:30:43 +0000 (19:30 -0700)]
libfolly: Update to 2019.09.02
Several optimizations to reduce size. ~35KB. Mostly because of LTO.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Darryl Sokoloski [Mon, 9 Sep 2019 14:22:32 +0000 (10:22 -0400)]
netifyd: Updated to v2.92.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Yousong Zhou [Mon, 9 Sep 2019 03:05:15 +0000 (03:05 +0000)]
acme: depends on gnu-wget
Fixes openwrt/packages#9456
Ref: https://github.com/openwrt/packages/issues/9456
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 9 Sep 2019 02:59:50 +0000 (02:59 +0000)]
wget: provides gnu-wget
So that packages like acme requiring features from it can depend on it
explicitly, not the more basic "wget" which is also provided by
"uclient-fetch"
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Sebastian Kemper [Sun, 8 Sep 2019 09:59:00 +0000 (11:59 +0200)]
glib2: don't use libelf during host build
Since commit
d3f86c9cc3e465fbca51aaadbb274856831ba56c tools/libelf
installs a pkgconfig file, which in turn is picked up during the glib2
host build. On the build bots the same occurs, although it so happens
that (sometimes?) libelf.h is not found and the host build fails. This
may be a timing issue specific to the build bots, as the header is in
fact installed by tools/libelf and I can't reproduce this here on my own
computer.
In any case, libelf (if detected) is only used by gresource. gresource
can be used without it. gresource is not used by OpenWrt's build system
(also not in openwrt/packages). So adding "--disable-libelf" to the host
configure args is not detrimental in any way and works around the issue
described above.
Resolves #9927
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Sun, 8 Sep 2019 21:53:44 +0000 (14:53 -0700)]
Revert "libmstch: Remove boost dependency"
This reverts commit
cb78291982b7fe615a28132f6d8d2c927ad5ae28.
The buildbots have GCC6. GCC7 is needed for C++17.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Michael Heimpold [Sun, 8 Sep 2019 21:03:46 +0000 (23:03 +0200)]
php7-pecl-libevent: update to latest commit
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 8 Sep 2019 21:01:18 +0000 (23:01 +0200)]
php7-pecl-redis: update to 5.0.2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 8 Sep 2019 21:00:38 +0000 (23:00 +0200)]
php7-pecl-http: update to 3.2.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 8 Sep 2019 19:30:31 +0000 (21:30 +0200)]
php7-pecl-dio: update SPDX id to most recent format
Also the source package contains a LICENSE file, so
we can refer to it.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 8 Sep 2019 19:27:18 +0000 (21:27 +0200)]
php7: update to 7.2.22
While at, update the SPDX license id to most recent format.
Compile and run tested on mxs platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sat, 7 Sep 2019 02:59:58 +0000 (19:59 -0700)]
Merge pull request #9930 from lucize/nssup
nss: update to 3.46
Rosen Penev [Sat, 7 Sep 2019 02:51:05 +0000 (19:51 -0700)]
softethervpn: Fix openssl header patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dirk Brenken [Fri, 6 Sep 2019 18:53:58 +0000 (20:53 +0200)]
Merge pull request #9929 from dibdot/adblock
adblock: update 3.8.5
Rosen Penev [Fri, 6 Sep 2019 18:19:46 +0000 (11:19 -0700)]
Merge pull request #9931 from sebastian-de/ipfix
ulogd2: Build IPFIX module
Rosen Penev [Tue, 3 Sep 2019 04:45:45 +0000 (21:45 -0700)]
pulseaudio: Add glib2/host dependency
This was implicit with glib2 but got removed with
170ef79393aabc7cfbe3cd4625dc01f0fcc25221
Fixed license tag to newer SPDX.
Removed PKG_BUILD_DIR as that is now default with upstream's
e545fac8d968864a965edb9e50c6f90940b0a6c9
Minor reorganization for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 6 Sep 2019 17:18:05 +0000 (10:18 -0700)]
lcdgrilo: Depend on vala/host instead
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 6 Sep 2019 17:17:14 +0000 (10:17 -0700)]
lcdringer: Depend on vala/host instead
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Sebastian Fleer [Fri, 6 Sep 2019 16:35:51 +0000 (18:35 +0200)]
ulogd2: Build IPFIX module
add ulogd_output_IPFIX.so to ulogd-mod-extra
Signed-off-by: Sebastian Fleer <dev@dwurp.de>
Lucian Cristian [Fri, 6 Sep 2019 15:53:15 +0000 (18:53 +0300)]
nss: update to 3.46
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Dirk Brenken [Fri, 6 Sep 2019 08:18:05 +0000 (10:18 +0200)]
adblock: update 3.8.5
* use raw procd interface trigger as last resort, if the
adblock config is not available during startup
* fix selective subdomain whitelisting for dnsmasq
* fix a kresd restart issue with 'DNS File Reset'
* fix a suspend/resume cornercase
* disable the tld compression, if the number of blocked domains
is greater than 'adb_maxtld' (default: 100000)
* made the fw portlist configurable (default '53 853 5353')
* preliminary support for inotify-like autoload features
of dns backends like kresd in future Turris OS. If 'adb_dnsinotify'
is set to 'true', all adblock related restarts and the
'DNS File Reset' will be disabled
Signed-off-by: Dirk Brenken <dev@brenken.org>
Xingwang Liao [Fri, 6 Sep 2019 03:00:58 +0000 (11:00 +0800)]
golang: Update to 1.13
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
Rosen Penev [Thu, 5 Sep 2019 20:40:15 +0000 (13:40 -0700)]
Merge pull request #9922 from neheb/ul
ulogd2: Backport upstream patches
Rosen Penev [Wed, 4 Sep 2019 23:36:04 +0000 (16:36 -0700)]
ulogd2: Backport upstream patches
IPFIX support was requested.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Thu, 5 Sep 2019 10:58:38 +0000 (12:58 +0200)]
Merge pull request #9891 from BKPepe/lighttpd
lighttpd: Update to version 1.4.54
Rosen Penev [Wed, 4 Sep 2019 22:17:43 +0000 (15:17 -0700)]
Merge pull request #9920 from PolynomialDivision/fix/libuwifi_devinstall
libuwifi: fix dev installation
Nick Hainke [Wed, 4 Sep 2019 15:41:27 +0000 (17:41 +0200)]
libuwifi: fix dev installation
The ccan needs config.h file. This commit fixes the includes
and copies the config.h file to the correct position.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Matthias Schiffer [Wed, 4 Sep 2019 20:49:12 +0000 (22:49 +0200)]
fastd: fix init script for multiple VPN instances
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Josef Schlehofer [Wed, 4 Sep 2019 17:36:02 +0000 (19:36 +0200)]
Merge pull request #9919 from ja-pa/samba4-security-fix
samba4: update to version 4.9.13 (security fix)
Jan Pavlinec [Wed, 4 Sep 2019 10:58:06 +0000 (12:58 +0200)]
samba4: update to version 4.9.13 (security fix)
Fixes CVE-2019-10197
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Oever González [Sun, 1 Sep 2019 05:02:04 +0000 (23:02 -0600)]
samba4: remove double quotes for renice
The double quote thells the shell that the list returned from `pidof` is a
single argument, therefore, `renice` will cry about a malformed input.
With this commit, `renice` will be applied correctly to all the returned PIDs
from `pidof`.
The output of `renice` for the quoted list is as follows:
`renice: invalid number '6592 6587 6586 6574'`
`renice` does not show and does apply the nice value if the list is unquoted.
Signed-off-by: Oever González <notengobattery@gmail.com>
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Wed, 4 Sep 2019 07:13:25 +0000 (00:13 -0700)]
Merge pull request #9845 from ja-pa/fix-aslr-pie
Disable ASLR PIE in selected packages
Jan Pavlinec [Tue, 27 Aug 2019 11:21:33 +0000 (13:21 +0200)]
usbip: disable ASLR PIE
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Wed, 4 Sep 2019 00:13:41 +0000 (17:13 -0700)]
Merge pull request #9917 from neheb/msm3
libmstch: Remove boost dependency
Rosen Penev [Tue, 3 Sep 2019 23:10:22 +0000 (16:10 -0700)]
libmstch: Remove boost dependency
Added patches that convert Boost functionality to C++17.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 3 Sep 2019 20:15:18 +0000 (23:15 +0300)]
Merge pull request #9915 from ejurgensen/forked-daapd_upgrade_265
forked-daapd: update to 26.5
Rosen Penev [Sun, 11 Aug 2019 23:21:51 +0000 (16:21 -0700)]
softethervpn: Add missing OpenSSL header
Fixes compilation without OpenSSL deprecated APIs as well as
-Werror=implicit-function-declaration.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 15 Aug 2019 17:39:07 +0000 (10:39 -0700)]
libdouble-conversion: Size optimizations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 15 Aug 2019 17:43:33 +0000 (10:43 -0700)]
bonnie++: Size optimizations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 3 Sep 2019 19:24:54 +0000 (12:24 -0700)]
Merge pull request #9902 from neheb/mosh5
mosh: add package
Rosen Penev [Tue, 3 Sep 2019 19:24:24 +0000 (12:24 -0700)]
Merge pull request #9885 from BKPepe/voluptuous
Voluptuous & Voluptuous Serialize: update to their latest versions
Espen Jürgensen [Tue, 3 Sep 2019 19:02:26 +0000 (21:02 +0200)]
forked-daapd: update to 26.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Rosen Penev [Tue, 3 Sep 2019 18:57:13 +0000 (11:57 -0700)]
Merge pull request #9887 from BKPepe/sqlalchemy
python-sqlalchemy: Update to version 1.3.7
Rosen Penev [Tue, 3 Sep 2019 18:56:59 +0000 (11:56 -0700)]
Merge pull request #9895 from BKPepe/sentry
python-sentry-sdk: Update to version 0.11.2
Rosen Penev [Tue, 3 Sep 2019 18:56:16 +0000 (11:56 -0700)]
Merge pull request #9903 from mwarning/zerotier
zerotier: update to 1.4.4
Rosen Penev [Tue, 3 Sep 2019 18:46:56 +0000 (11:46 -0700)]
Merge pull request #9901 from neheb/als
alsa-utils: Update to 1.1.9
Rosen Penev [Fri, 30 Aug 2019 21:46:42 +0000 (14:46 -0700)]
alsa-libs: Update to 1.1.9
Fixed license information.
Removed older unnecessary stuff.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 3 Sep 2019 17:56:30 +0000 (10:56 -0700)]
Merge pull request #9875 from neheb/mneas
measurement-kit: Fix compilation with uClibc-ng
Rosen Penev [Tue, 3 Sep 2019 17:18:51 +0000 (10:18 -0700)]
Merge pull request #9849 from neheb/pbc
libpbc: Pass CFLAGS properly
Rosen Penev [Tue, 3 Sep 2019 17:18:21 +0000 (10:18 -0700)]
Merge pull request #9867 from neheb/v42
v4l2rtspserver: Update to 0.1.8
Moritz Warning [Mon, 2 Sep 2019 01:48:44 +0000 (03:48 +0200)]
zerotier: update to release 1.4.4
Also allow path to local.conf to be set and enable linker optimisations
to save a few bytes.
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Florian Eckert [Tue, 3 Sep 2019 10:36:25 +0000 (12:36 +0200)]
Merge pull request #9773 from
805447391/master
DockerCE: Fix can't mapping large range ports (too many open files)
Daniel Engberg [Tue, 3 Sep 2019 06:44:53 +0000 (08:44 +0200)]
Merge pull request #9884 from BKPepe/yt
youtube-dl: Update to version 2019.9.1
Daniel Engberg [Tue, 3 Sep 2019 06:44:30 +0000 (08:44 +0200)]
Merge pull request #9888 from BKPepe/slugify
python-slugify: Update to version 3.0.3
Daniel Engberg [Tue, 3 Sep 2019 06:43:18 +0000 (08:43 +0200)]
Merge pull request #9892 from BKPepe/syslogng
syslog-ng: Update to version 3.23.1
Daniel Engberg [Tue, 3 Sep 2019 06:41:47 +0000 (08:41 +0200)]
Merge pull request #9909 from ejurgensen/mxml_upgrade_31
mxml: update to 3.1
Hannu Nyman [Mon, 2 Sep 2019 20:12:48 +0000 (23:12 +0300)]
Merge pull request #9910 from jefferyto/python-pyasn1-0.4.7
python-pyasn1: Update to 0.4.7
Espen Jürgensen [Mon, 2 Sep 2019 18:28:32 +0000 (20:28 +0200)]
mxml: update to 3.1
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Jeffery To [Mon, 2 Sep 2019 18:50:10 +0000 (02:50 +0800)]
python-pyasn1: Update to 0.4.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Mon, 12 Aug 2019 07:06:48 +0000 (10:06 +0300)]
python-mysql: rename to python-mysqlclient & bump to version 1.4.4
The package on PyPi is named `mysqlclient`.
This should have been named `python-mysqlclient` from the start.
There is a `mysql` package on PyPi already but that's a different
code/package.
Doing this should avoid any future confusion.
There is no good time to do this rename; at least 19.07 has been branched
already and this can go into the next release [in a year or so].
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 2 Sep 2019 08:58:46 +0000 (01:58 -0700)]
Merge pull request #9900 from neheb/api
apinger: Fix PKG_SOURCE_VERSION
Rosen Penev [Mon, 2 Sep 2019 08:58:05 +0000 (01:58 -0700)]
Merge pull request #9850 from neheb/crc
crconf: Pass CFLAGS properly
Rosen Penev [Mon, 2 Sep 2019 03:54:15 +0000 (20:54 -0700)]
Merge pull request #9890 from ecsv/ap51-flash-2019.0
ap51-flash: upgrade package to latest release 2019.0
Jakub Tymejczyk [Mon, 26 Feb 2018 17:44:53 +0000 (18:44 +0100)]
mosh: add package
Maintainer: Jakub Tymejczyk <jakub@tymejczyk.pl>
Compile tested: ramips, Xiaomi Router 3G,
fc54256
Run tested: ramips, Xiaomi Router 3G,
0f54d96
Description:
Mosh is "Remote terminal application that allows roaming, supports
intermittent connectivity, and provides intelligent local echo and line
editing of user keystrokes".
Project's site: https://mosh.org
Makefile and patch taken from: https://github.com/mchwalisz/mosh-openwrt
updated by me
Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
(Makefile cleanup and size optimizations)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 2 Sep 2019 00:28:25 +0000 (17:28 -0700)]
alsa-utils: Update to 1.1.9
Added license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Change URLs to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 2 Sep 2019 00:09:20 +0000 (17:09 -0700)]
apinger: Fix PKG_SOURCE_VERSION
Too short
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 2 Sep 2019 00:01:28 +0000 (17:01 -0700)]
Merge pull request #9899 from RussellSenior/master
patch: rename CVE-2019-13638 patch to mollify uscan
Russell Senior [Sun, 1 Sep 2019 22:50:25 +0000 (15:50 -0700)]
patch: rename CVE-2019-13638 patch to mollify uscan
Signed-off-by: Russell Senior <russell@personaltelco.net>
Hannu Nyman [Sun, 1 Sep 2019 20:56:57 +0000 (23:56 +0300)]
haveged: update to 1.9.6
Update haveged to 1.9.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Rosen Penev [Fri, 30 Aug 2019 18:19:24 +0000 (11:19 -0700)]
measurement-kit: Fix compilation with uClibc-ng
nextafter is not included in std with uClibc-ng. Don't use the std version
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 1 Sep 2019 19:52:23 +0000 (12:52 -0700)]
Merge pull request #9886 from BKPepe/pyyaml
python-yaml: Update to version 5.1.2
Rosen Penev [Sun, 1 Sep 2019 19:33:40 +0000 (12:33 -0700)]
Merge pull request #9694 from neheb/clas
classpath: Add jamvm/host build dependency
Rosen Penev [Sun, 11 Aug 2019 21:08:50 +0000 (14:08 -0700)]
classpath: Add jamvm/host build dependency
This is needed for compilation. A Java compiler is also needed but that
must be handled elsewhere.
Fixed up license information.
URLs to HTTPS.
Other Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 1 Sep 2019 18:34:33 +0000 (11:34 -0700)]
Merge pull request #9881 from aparcar/ipsec-tools
remove ipsec-tools and opennhrp