Rosen Penev [Wed, 15 Jan 2020 07:39:41 +0000 (23:39 -0800)]
Merge pull request #11002 from neheb/tiny
tinyproxy: update to 1.10.0
Rosen Penev [Wed, 15 Jan 2020 04:13:22 +0000 (20:13 -0800)]
Merge pull request #10780 from Andy2244/glib2-mips16
glib2: fix mips16 build, add size reducing static link, fpic CFLAGS
Rosen Penev [Wed, 15 Jan 2020 00:51:05 +0000 (16:51 -0800)]
Merge pull request #11018 from pffmachado/issue-canutils
canutils: fix canutils makefile dependency
Paulo Machado [Wed, 15 Jan 2020 00:36:10 +0000 (00:36 +0000)]
canutils: fix canutils makefile dependency
PKG_RELEASE bumped
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
Rosen Penev [Tue, 14 Jan 2020 22:30:24 +0000 (14:30 -0800)]
Merge pull request #11019 from aleksander0m/aleksander/mm-1-12-4
modemmanager: release 1.12.4
Josef Schlehofer [Tue, 14 Jan 2020 21:45:39 +0000 (22:45 +0100)]
youtube-dl: update to version 2020.1.15
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 14 Jan 2020 22:01:29 +0000 (14:01 -0800)]
Merge pull request #11025 from jefferyto/python-pyasn1-modules-0.2.8
python-pyasn1-modules: Update to 0.2.8
Rosen Penev [Tue, 14 Jan 2020 22:00:55 +0000 (14:00 -0800)]
Merge pull request #11013 from nmav/tmp-update-libssh
libssh: updated to 0.9.3
Nikos Mavrogiannopoulos [Mon, 13 Jan 2020 22:12:35 +0000 (23:12 +0100)]
libssh: updated to 0.9.3
This updates the library to address several CVEs, add modern
crypto, and eliminate legacy patches.
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Jeffery To [Tue, 14 Jan 2020 21:06:21 +0000 (05:06 +0800)]
python-pyasn1-modules: Update to 0.2.8
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 14 Jan 2020 20:10:33 +0000 (12:10 -0800)]
Merge pull request #11020 from jefferyto/golang-updates
golang: More updates
Rosen Penev [Tue, 14 Jan 2020 20:08:43 +0000 (12:08 -0800)]
Merge pull request #11006 from commodo/evdev
python-evdev: bump to version 1.3.0
Jeffery To [Tue, 14 Jan 2020 14:34:07 +0000 (22:34 +0800)]
golang: Update to 1.13.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Aleksander Morgado [Tue, 14 Jan 2020 14:27:29 +0000 (15:27 +0100)]
modemmanager: release 1.12.4
New stable release with lots of fixes, including some severe memory
leaks happening when GPS management is used in QMI-based devices.
https://lists.freedesktop.org/archives/modemmanager-devel/2020-January/007670.html
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Jeffery To [Tue, 14 Jan 2020 14:17:21 +0000 (22:17 +0800)]
golang: Add support for ASLR/PIE for Go packages
This adds support to compile position-independent executables for
packages that use golang-package.mk.
Go packages will have PIE enabled if:
* Go supports PIE on the target platform;
* CONFIG_PKG_ASLR_PIE is selected; and
* PKG_ASLR_PIE (for the package) is not set to 0
Go 1.13 supports PIE for x86 and arm targets; mips support is in
progress[1].
[1]: https://github.com/golang/go/issues/21222#issuecomment-
542064462
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 9 Jan 2020 21:51:36 +0000 (05:51 +0800)]
golang: Fix selection of GOARM value
This fixes how GOARM is selected for arm platforms, based on support for
VFP/VFPv3 rather than CPU version.
Fixes #10967.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Paulo Machado [Tue, 14 Jan 2020 10:57:49 +0000 (10:57 +0000)]
canutils: fix canutils makefile dependency
DEPENDS attribute makes canutils fail on installation procedure
Removing it makes a successful build
Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
Jose Olivera [Fri, 8 Nov 2019 06:51:59 +0000 (14:51 +0800)]
xtables-addons: Support IPTV Timeshift
Solves Issue #10373 and PR #10428
Signed-off-by: Jose Olivera <oliverajeo@gmail.com>
(bumped PKG_RELEASE)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 13 Jan 2020 22:53:29 +0000 (14:53 -0800)]
Merge pull request #11011 from micmac1/apache-2
apache: fix build + remove BROKEN from dbd-mysql
Nikos Mavrogiannopoulos [Mon, 13 Jan 2020 21:56:20 +0000 (22:56 +0100)]
Merge pull request #10994 from BKPepe/libseccomp
libseccomp: update to version 2.4.2
Sebastian Kemper [Mon, 13 Jan 2020 20:43:42 +0000 (21:43 +0100)]
apache: fix depends
- helps build system to locate zlib
- adds depend on libgdbm if libaprutil-dbm-gdbm is selected
This fixes the two different build failures that can currently be
observed.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 13 Jan 2020 20:39:42 +0000 (21:39 +0100)]
apr-util: add mariadb patch
Patch by Kris Karas from
https://bz.apache.org/bugzilla/attachment.cgi?id=35326&action=diff
This patch is also used by Debian.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Mon, 13 Jan 2020 20:04:19 +0000 (22:04 +0200)]
Merge pull request #11010 from flyn-org/cyrus-sasl
cyrus-sasl: install module symbolic links of form libX.so
W. Michael Petullo [Mon, 13 Jan 2020 18:57:57 +0000 (13:57 -0500)]
cyrus-sasl: install module symbolic links of form libX.so
I was too aggressive in recommending that we remove the module symbolic
links of form libX.so as part of commit
c9ce769b. It turns out that at
least Postfix relies on these, and I suspect any application that makes
use of libsasl2 will require them too.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Hannu Nyman [Mon, 13 Jan 2020 16:08:42 +0000 (18:08 +0200)]
Merge pull request #11005 from commodo/pymysql
pymysql: add new package (only Py3 variant)
Hannu Nyman [Mon, 13 Jan 2020 15:06:20 +0000 (17:06 +0200)]
Merge pull request #10935 from janh/vnstat2
vnstat2: add package
Alexandru Ardelean [Mon, 13 Jan 2020 07:49:23 +0000 (09:49 +0200)]
python-evdev: bump to version 1.3.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 30 Dec 2019 14:22:41 +0000 (16:22 +0200)]
pymysql: add new package (only Py3 variant)
This change adds support for the pymysql package, which is a pure Python
MySQL client. This package will replace the current python-mysqlclient.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Yousong Zhou [Mon, 13 Jan 2020 02:14:20 +0000 (10:14 +0800)]
shadowsocks-libev: bump to version 3.3.4
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Mon, 13 Jan 2020 00:39:13 +0000 (16:39 -0800)]
tinyproxy: update to 1.10.0
Added license information.
Added PKG_BUILD_PARALLEL for faster compilation.
Refreshed patches.
Updated URLs.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 12 Jan 2020 23:35:13 +0000 (15:35 -0800)]
Merge pull request #11000 from neheb/can
canutils: Switch to autotools instead of regular Makefile
Rosen Penev [Sun, 12 Jan 2020 23:28:58 +0000 (15:28 -0800)]
canutils: Switch to autotools instead of regular Makefile
The regular Makefile is totally broken and does not pass CFLAGS. This
breaks compilation with PKG_ASLR_PIE and also does not pass -Os.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 12 Jan 2020 23:19:44 +0000 (15:19 -0800)]
Merge pull request #10787 from neheb/z
zsh: Update to 5.7.1
Rosen Penev [Sun, 12 Jan 2020 23:07:50 +0000 (15:07 -0800)]
Merge pull request #10980 from bobafetthotmail/master
minidlna: create UUID in config if it is empty
Rosen Penev [Sun, 12 Jan 2020 22:55:11 +0000 (14:55 -0800)]
Merge pull request #10971 from jefferyto/golang-pie-misc-updates
golang: ASLR/PIE support and misc updates
Rosen Penev [Sun, 12 Jan 2020 22:46:29 +0000 (14:46 -0800)]
Merge pull request #10976 from jefferyto/asu-python3
asu: Change Python 2 dependencies to Python 3
Hannu Nyman [Sun, 12 Jan 2020 21:52:25 +0000 (23:52 +0200)]
Merge pull request #10898 from micmac1/master-apache
apache: bump version plus brush up
Hannu Nyman [Sun, 12 Jan 2020 21:50:27 +0000 (23:50 +0200)]
Merge pull request #10906 from micmac1/apr-master
apr + apr-util: cleanups + add drivers
Sebastian Kemper [Sun, 12 Jan 2020 20:34:49 +0000 (21:34 +0100)]
apr/apr-util: add myself as maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 12 Jan 2020 20:36:30 +0000 (21:36 +0100)]
apache: add myself as maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Toke Høiland-Jørgensen [Sun, 12 Jan 2020 18:59:01 +0000 (19:59 +0100)]
acme: Correctly handle domain state dir for ECC certificates
When issuing an ECC certificate, acme.sh for some reason changes the name
of the directory used for the certificate state. Handle this correctly when
moving directories and updating config files.
Fixes #7941.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Josef Schlehofer [Sun, 12 Jan 2020 11:28:37 +0000 (12:28 +0100)]
libseccomp: update to version 2.4.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Michael Heimpold [Sun, 12 Jan 2020 10:25:34 +0000 (11:25 +0100)]
Merge branch 'libgd-fix' (fixes #10970)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
W. Michael Petullo [Thu, 9 Jan 2020 01:47:13 +0000 (20:47 -0500)]
php7: update the gd module to depend on libgd-full
The php7-mod-gd package requires that freetype support exist in libgd. The
libgd-full package provides this, whereas the libgd package does only
if explicitly configured.
Ref: https://github.com/openwrt/packages/issues/10944
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Hannu Nyman [Sat, 11 Jan 2020 20:57:08 +0000 (22:57 +0200)]
Merge pull request #10986 from EricLuehrsen/unbound_tls_fix
unbound: fix TLS forwards with optional suffix
Eric Luehrsen [Sat, 11 Jan 2020 19:13:56 +0000 (14:13 -0500)]
unbound: fix TLS forwards with optional suffix
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Rosen Penev [Sat, 11 Jan 2020 18:49:18 +0000 (10:49 -0800)]
Merge pull request #10984 from dhewg/pull/meson
meson: fix building host binaries with ccache
Andre Heider [Sat, 11 Jan 2020 17:40:41 +0000 (18:40 +0100)]
meson: fix building host binaries with ccache
With CONFIG_CCACHE, $HOSTCC is 'ccache gcc' while $TARGET_CC points to a
single wrapper script. Compiling target binaries with ccache works, but
doesn't for host binaries, because we need to supply an argv array for
argc > 1 in the meson cross file.
Always pass an array for the c and c++ compiler, and while at it, do it
for the target as well - just to be on the safe side if that ever
changes.
Fixes #10982.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Alberto Bursi [Sat, 11 Jan 2020 10:40:37 +0000 (11:40 +0100)]
minidlna: create UUID in config if it is empty
better solution than using a static UUID by default
keep the default uuid empty then generate and save
a unique UUID on first start of minidlna service.
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
Rosen Penev [Sat, 11 Jan 2020 07:17:01 +0000 (23:17 -0800)]
Merge pull request #10973 from dengqf6/xt3.7
xtables-addons: update to 3.7
Rosen Penev [Sat, 11 Jan 2020 03:04:32 +0000 (19:04 -0800)]
Merge pull request #10978 from neheb/cifs
smbd: Update to 3.0.2
Rosen Penev [Sat, 11 Jan 2020 02:36:33 +0000 (18:36 -0800)]
libcap: Fix compilation with uClibc-ng
The test does not compile with --static.
As this does not touch binaries, not bumping the package release.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 11 Jan 2020 02:18:59 +0000 (18:18 -0800)]
smbd: Update to 3.0.2
Fixes a nasty stack corruption issue and a big endian fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 11 Jan 2020 02:13:05 +0000 (18:13 -0800)]
spi-tools: Disable PIE
Causes compilation failure.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Mirko Vogt [Fri, 10 Jan 2020 17:38:43 +0000 (18:38 +0100)]
Merge pull request #10975 from paulfertser/bump-openocd
openocd: update to current master, allow building without USB
Jeffery To [Fri, 10 Jan 2020 12:40:50 +0000 (20:40 +0800)]
asu: Change Python 2 dependencies to Python 3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Paul Fertser [Fri, 10 Jan 2020 11:20:05 +0000 (12:20 +0100)]
openocd: update to current master, allow building without USB
The last OpenOCD release was 3 years ago, plenty of new functionality
was added since then. Two security-related patches went in too.
While at it, add a menuconfig option to allow building without any USB
dependencies, useful for devices counting on sysfsgpio to access
targets.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Karl Palsson [Thu, 2 Jan 2020 13:47:54 +0000 (13:47 +0000)]
lua-penlight: bump to 1.7.0
Maintainership upstream has changed: https://github.com/Tieske/Penlight/issues/306#issuecomment-
536194901
Various fixes across the project, nothing individually standout.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Thu, 2 Jan 2020 13:38:29 +0000 (13:38 +0000)]
libwebsockets: move to 3.2.1
3.2.x is formally "not maintained" and people should stick with 3.1.x
until a new release of the master branch occurs. However, in reality,
3.2.1 has been released, with performance improvements and fixes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Thu, 2 Jan 2020 13:31:40 +0000 (13:31 +0000)]
libev: bump to 4.31
Very minor changes: http://cvs.schmorp.de/libev/Changes?revision=1.355&view=markup
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Thu, 9 Jan 2020 12:14:21 +0000 (04:14 -0800)]
Merge pull request #10974 from TDT-AG/pr/
20200109-ipvsadm
ipvsadm: update version to 1.31
Florian Eckert [Wed, 8 Jan 2020 13:51:03 +0000 (14:51 +0100)]
ipvsadm: update version to 1.31
Update ipvsadm to new upstream version.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Thu, 9 Jan 2020 03:40:15 +0000 (19:40 -0800)]
Merge pull request #10945 from neheb/jjb
transmission: Fix message_level setting
Rosen Penev [Sun, 5 Jan 2020 01:01:46 +0000 (17:01 -0800)]
transmission: Fix message_level setting
--log-error in the init script was overriding it.
Added several optimizations to the init script for speed and correctness.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
DENG Qingfang [Thu, 9 Jan 2020 03:03:42 +0000 (11:03 +0800)]
xtables-addons: update to 3.7
Update xtables-addons to 3.7
Remove linux 4.9 compatible patch as OpenWrt master no longer supports it
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Thu, 9 Jan 2020 02:41:56 +0000 (18:41 -0800)]
Merge pull request #10969 from ja-pa/measurement-kit-0.10.8
measurement-kit: update to version 0.10.8
W. Michael Petullo [Thu, 9 Jan 2020 01:46:46 +0000 (20:46 -0500)]
libgd: provide a -full variant
The php7-mod-gd package requires that freetype support exist in libgd,
but this is not included in the default libgd build. In order to allow
a working php7-mod-gd package while keeping the default libgd package
as small as possible, this commit introduces a -full variant of the
libgd package.
Ref: https://github.com/openwrt/packages/issues/10944
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Daniel Golle [Thu, 9 Jan 2020 00:31:21 +0000 (02:31 +0200)]
transmission: fix typo in jail setup
Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jan Pavlinec [Thu, 9 Jan 2020 00:22:26 +0000 (01:22 +0100)]
measurement-kit: update to version 0.10.8
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Thu, 9 Jan 2020 00:19:33 +0000 (16:19 -0800)]
Merge pull request #10934 from neheb/tc
tcsh: Update to 6.22.02
Rosen Penev [Thu, 9 Jan 2020 00:11:31 +0000 (16:11 -0800)]
Merge pull request #10933 from neheb/cap
libcap: Update to 2.30
Rosen Penev [Thu, 9 Jan 2020 00:10:05 +0000 (16:10 -0800)]
Merge pull request #10930 from neheb/jj
spi-tools: Update to 0.8.4
Rosen Penev [Fri, 3 Jan 2020 06:17:18 +0000 (22:17 -0800)]
libcap: Update to 2.29
Fixed PKG_LICENSE.
Added PKG_BUILD_PARALLEL for faster compilation.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 03:52:00 +0000 (19:52 -0800)]
zsh: Update to 5.7.1
Remove --disable-dynamic. It disables regex support.
Installed extra lib files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 8 Jan 2020 23:54:24 +0000 (15:54 -0800)]
Merge pull request #10867 from neheb/pci
pciutils: Use MIPS16
Rosen Penev [Wed, 8 Jan 2020 23:53:03 +0000 (15:53 -0800)]
Merge pull request #10941 from neheb/knot
knot: Do not try to build under ARC
Rosen Penev [Sat, 4 Jan 2020 03:08:21 +0000 (19:08 -0800)]
knot: Do not try to build under ARC
liburcu does not support ARC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 8 Jan 2020 18:19:38 +0000 (10:19 -0800)]
Merge pull request #10962 from zokl/mjpg-streamer-libpath
mjpg-streamer: Fix of the mjpg-streamer modules path
Jeffery To [Wed, 8 Jan 2020 11:13:44 +0000 (19:13 +0800)]
golang: Add support for ASLR/PIE for host and target Go
This adds support to compile host and target Go as position-independent
executables.
Host Go will have PIE enabled if Go supports PIE on the host platform.
Target Go will have PIE enabled if Go supports PIE on the target
platform and CONFIG_PKG_ASLR_PIE is selected.
Go 1.13 supports PIE for x86 and arm targets; mips support is in
progress[1].
[1]: https://github.com/golang/go/issues/21222#issuecomment-
542064462
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 7 Jan 2020 18:15:59 +0000 (02:15 +0800)]
golang: Make golang-values.mk more readable
This replaces conditional functions with conditional directives to make
golang-values.mk more readable.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 7 Jan 2020 17:22:05 +0000 (01:22 +0800)]
golang: Strip whitespace when using Go package variables
This adds calls to the strip function in golang-package.mk when using
variables expected to be set by Go packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 2 Jan 2020 21:18:49 +0000 (05:18 +0800)]
golang: Update valid os/arch combinations for host Go
The list is updated for Go 1.13.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 2 Jan 2020 20:56:42 +0000 (04:56 +0800)]
golang: Update variables unexported in golang-values.mk
The lists of variables are updated for Go 1.13.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Thu, 2 Jan 2020 19:48:19 +0000 (03:48 +0800)]
golang: Re-format environment variable unexports
This changes the formatting of environment variable unexports in
golang-values.mk to be more maintainable, and to document the sources of
variables.
There should be no change to the actual list of variables unexported.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Wed, 8 Jan 2020 10:55:54 +0000 (02:55 -0800)]
Merge pull request #10958 from Ansuel/wsdd2
wsdd2: fix install warning on compile
Mathew McBride [Wed, 8 Jan 2020 05:17:33 +0000 (16:17 +1100)]
libwebsockets: enable unix socket support in the full build
This functionality can be used by downstream applications such as
ttyd to present their HTTP service as a unix domain socket rather
than a TCP server.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Yousong Zhou [Wed, 8 Jan 2020 03:41:40 +0000 (11:41 +0800)]
openvswitch: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 8 Jan 2020 03:40:50 +0000 (11:40 +0800)]
openvswitch: fix building failure caused by dst_ops api change
Ref: https://github.com/openwrt/packages/issues/10961
Reported-by: Sven Roederer <devel-sven@geroedel.de>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 8 Jan 2020 03:05:28 +0000 (11:05 +0800)]
openvswitch: configure with --disable-silent-rules
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Zbyněk Kocur [Tue, 7 Jan 2020 22:42:44 +0000 (23:42 +0100)]
mjpg-streamer: Fix of the mjpg-streamer modules path
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
Rosen Penev [Tue, 7 Jan 2020 21:42:59 +0000 (13:42 -0800)]
Merge pull request #10835 from TDT-AG/pr/
20191219-net-tools-route
net-tools: add route utility
Ansuel Smith [Tue, 7 Jan 2020 18:36:17 +0000 (19:36 +0100)]
wsdd2: fix install warning on compile
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Martin Schiller [Thu, 19 Dec 2019 08:02:20 +0000 (09:02 +0100)]
net-tools: add route utility
Extend (and rename) the existing mii-tool package to also support
the net-tools route command.
This may be needed if you want to support other address families than
inet/inet6 like x.25.
Also bump to version 2018-11-03.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Daniel Golle [Tue, 7 Jan 2020 07:40:36 +0000 (09:40 +0200)]
postgresql: fix PKG_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:26:06 +0000 (01:26 +0200)]
opensc: update to version 0.20.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:25:45 +0000 (01:25 +0200)]
ccid: update to version 1.4.31
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:25:23 +0000 (01:25 +0200)]
pcsc-lite: update to version 1.8.26
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:23:55 +0000 (01:23 +0200)]
cryptsetup: update to version 2.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:23:32 +0000 (01:23 +0200)]
lvm2: update to version 2.03.05
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Mon, 6 Jan 2020 23:22:56 +0000 (01:22 +0200)]
debootstrap: update to version 1.0.116
Signed-off-by: Daniel Golle <daniel@makrotopia.org>