Rosen Penev [Sat, 14 Dec 2019 22:42:36 +0000 (14:42 -0800)]
usbmuxd: Update to latest master
usbmuxd must be ran for many of the idevice tools. Added an init
script to make this easier.
Added myself as maintainer.
Fix PKG_CVE_ID.
Added config directory.
Placed in a submenu for easier readability.
Add extra tool
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 14 Dec 2019 07:00:06 +0000 (23:00 -0800)]
idevicerestore: Add package
Allows to flash an iOS device without using iTunes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 14 Dec 2019 06:37:34 +0000 (22:37 -0800)]
libirecovery: Add package
Needed for idevicerestore
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 14 Dec 2019 05:53:01 +0000 (21:53 -0800)]
libimobiledevice: Update to latest master
Added patch to fix Wformat warning.
Fixed license information.
Removed outdated iconv dependency
Placed in a submenu for readability.
Added myself as maintainer.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 16 Dec 2019 05:02:22 +0000 (21:02 -0800)]
Merge pull request #10794 from mhei/add-libconfig
libzip: add package
Yousong Zhou [Mon, 16 Dec 2019 02:49:30 +0000 (02:49 +0000)]
qemu: bump to version 4.2.0
Daniel Engberg [Sun, 15 Dec 2019 22:22:40 +0000 (23:22 +0100)]
Merge pull request #10798 from Andy2244/wsdd2-(2019-12-14)
wsdd2: update to git (2019-12-15), bind to 'lan' only
Alexander Couzens [Sun, 15 Dec 2019 19:46:15 +0000 (20:46 +0100)]
libmicrohttpd: update to version 0.9.69
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Andy Walsh [Sun, 15 Dec 2019 16:11:25 +0000 (17:11 +0100)]
wsdd2: update to git (2019-12-15), bind to 'lan' only
* update to git (2019-12-15)
* bind to 'lan' interface only
* make cifsd compatible (avoid testparm dependency)
* only start if needed
* add meta data (vendor, model, sku)
* update smb.conf procd location
* lower restart delay
* remove outdated patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Daniel Golle [Sun, 15 Dec 2019 17:35:53 +0000 (19:35 +0200)]
gnurl: update to version 7.67.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Michael Heimpold [Mon, 2 Dec 2019 23:07:42 +0000 (00:07 +0100)]
libzip: add package
This introduces libzip which is e.g. a dependency for upcoming upgrade
of PHP to version 7.4.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Sat, 14 Dec 2019 21:33:00 +0000 (13:33 -0800)]
Merge pull request #10791 from micmac1/protobuf-host-libs
protobuf: fix libdir handling for host build
Rosen Penev [Sat, 14 Dec 2019 19:24:40 +0000 (11:24 -0800)]
Merge pull request #10790 from tru7/libfmt
libfmt: bump to version 6.1.2
Sebastian Kemper [Sat, 14 Dec 2019 11:21:32 +0000 (12:21 +0100)]
protobuf: fix libdir handling for host build
On some host machines (example: Gentoo amd64 no-multilib) by default
cmake will install libraries to lib64. But in OpenWrt the correct libdir
is lib (for instance the RPATH is set to lib). So you may end up with
libraries in lib64 while RPATH points to lib:
sk@darth ~/tmp/openwrt $ ldd staging_dir/hostpkg/bin/protoc
linux-vdso.so.1 (0x00007ffc741ea000)
libprotoc.so.3.8.0.0 => not found
libprotobuf.so.3.8.0.0 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0a8f7ea000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libstdc++.so.6 (0x00007f0a8f572000)
libm.so.6 => /lib64/libm.so.6 (0x00007f0a8f427000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libgcc_s.so.1 (0x00007f0a8f40d000)
libc.so.6 => /lib64/libc.so.6 (0x00007f0a8f23c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f0a8f827000)
sk@darth ~/tmp/openwrt $
Fix this by specifying the libdir during host builds.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Othmar Truniger [Sat, 14 Dec 2019 09:28:35 +0000 (10:28 +0100)]
libfmt: bump to version 6.1.2
Signed-off-by: Othmar Truniger <github@truniger.ch>
Rosen Penev [Sat, 14 Dec 2019 08:48:25 +0000 (00:48 -0800)]
Merge pull request #10774 from James-TR/James-TR-patch-1
dnsdist: fix missing quote in menu
Rosen Penev [Sat, 14 Dec 2019 08:26:36 +0000 (00:26 -0800)]
Merge pull request #10782 from dengqf6/ariang
ariang: update to 1.1.4
Rosen Penev [Sat, 14 Dec 2019 05:54:01 +0000 (21:54 -0800)]
mosh: Fix compilation with libcxx
Partial backport of upstream patch.``
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 01:06:18 +0000 (17:06 -0800)]
libwebp: Fix compilation with mips16
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 17:00:03 +0000 (09:00 -0800)]
Merge pull request #10764 from neheb/bf
bfdd: Fix compilation with uClibc-ng
DENG Qingfang [Fri, 13 Dec 2019 16:28:03 +0000 (00:28 +0800)]
ariang: update to 1.1.4
Update ariang to 1.1.4
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Fri, 13 Dec 2019 15:20:39 +0000 (07:20 -0800)]
Merge pull request #10775 from rs/nextdns-1.3.1
nextdns: update to version 1.3.1
Jo-Philipp Wich [Fri, 13 Dec 2019 08:08:51 +0000 (09:08 +0100)]
cgi-io: implement exec action
Implement a new "cgi-exec" applet which allows to invoke remote commands
and stream their stdandard output back to the client via HTTP. This is
needed in cases where large amounts of data or binary encoded contents
such as tar archives need to be transferred, which are unsuitable to be
transported via ubus directly.
The exec call is guarded by the same ACL semantics as rpcd's file plugin,
means in order to be able to execute a command remotely, the ubus session
identified by the given session ID must have read access to the "exec"
function of the "cgi-io" scope and an explicit "exec" permission rule for
the invoked command in the "file" scope.
In order to initiate a transfer, a POST request in x-www-form-urlencoded
format must be sent to the applet, with one field "sessionid" holding
the login session and another field "command" specifiying the commandline
to invoke.
Further optional fields are "filename" which - if present - will cause
the download applet to set a Content-Dispostition header and "mimetype"
which allows to let the applet respond with a specific type instead of
the default "application/octet-stream".
Below is an example for the required ACL rules to grant exec access to
both the "date" and "iptables" commands. The "date" rule specifies the
base name of the executable and thus allows invocation with arbitrary
parameters while the latter "iptables" rule merely allows one specific
set of arguments which must appear exactly in the given order.
ubus call session grant '{
"ubus_rpc_session": "...",
"scope": "cgi-io",
"objects": [
[ "exec", "read" ]
]
}'
ubus call session grant '{
"ubus_rpc_session": "...",
"scope": "file",
"objects": [
[ "/bin/date", "exec" ],
[ "/usr/sbin/iptables -n -v -L", "exec" ]
]
}'
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jan Pavlinec [Wed, 11 Dec 2019 11:44:19 +0000 (12:44 +0100)]
git: update to version 2.24.1 (security fix)
Fixes
CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
CVE-2019-19604
And fix deprecated PKG_CPE_ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Olivier Poitrey [Fri, 13 Dec 2019 08:49:21 +0000 (00:49 -0800)]
nextdns: update to version 1.3.1
- IPv6 support
- Fix HTTP/2 negociation
- Improve endpoint fallback
- Add support for unencrypted DNS
- Many other fixes and features
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
James Taylor [Fri, 13 Dec 2019 08:03:53 +0000 (19:03 +1100)]
dnsdist: fix missing quote in menu
Fixes missing double quote in menu
Signed off by: James Taylor <james@jtaylor.id.au>
Rosen Penev [Fri, 13 Dec 2019 07:37:39 +0000 (23:37 -0800)]
ibrdtnd: Remove c++03 option
Needed for libcxx compatibility. It probably generates bigger code.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 07:36:40 +0000 (23:36 -0800)]
bonnie++: Remove several pointless options
Needed for libcxx compatibility.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 07:03:40 +0000 (23:03 -0800)]
Merge pull request #10773 from James-TR/h2o/wslay-linking
h2o: update wslay link patch to upstream
James Taylor [Fri, 13 Dec 2019 04:55:12 +0000 (15:55 +1100)]
h2o: update wslay link patch to upstream
Update wslay link patch with upstream fix from h2o/h2o#2196
Signed-off-by: James Taylor <james@jtaylor.id.au>
Rosen Penev [Fri, 13 Dec 2019 03:42:47 +0000 (19:42 -0800)]
Merge pull request #10746 from aleksander0m/aleksander/mm-1-12-2
modemmanager: release 1.12.2
Rosen Penev [Fri, 13 Dec 2019 03:19:34 +0000 (19:19 -0800)]
Merge pull request #10771 from nxhack/serialport_bindings_8
node-serialport-bindings: update to 8.0.4
Rosen Penev [Fri, 13 Dec 2019 03:19:23 +0000 (19:19 -0800)]
Merge pull request #10772 from nxhack/serialport_8
node-serialport: update to 8.0.5
Hirokazu MORIKAWA [Fri, 13 Dec 2019 02:32:25 +0000 (11:32 +0900)]
node-serialport: update to 8.0.5
support node v12
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Fri, 13 Dec 2019 00:15:07 +0000 (16:15 -0800)]
Merge pull request #10723 from neheb/sha
shairport-sync: Update to 3.3.5
Rosen Penev [Fri, 13 Dec 2019 00:11:51 +0000 (16:11 -0800)]
Merge pull request #10717 from WeekendSoftware/safe-search
net/safe-search Update Google host list.
Rosen Penev [Fri, 13 Dec 2019 00:10:09 +0000 (16:10 -0800)]
Merge pull request #10766 from aleksander0m/aleksander/libqmi-1-24-2
libqmi: update to version 1.24.2
Rosen Penev [Fri, 13 Dec 2019 00:09:51 +0000 (16:09 -0800)]
Merge pull request #10767 from James-TR/dnsdist/libcap
dnsdist: add missing dependency on libcap
Rosen Penev [Thu, 12 Dec 2019 15:48:56 +0000 (07:48 -0800)]
Merge pull request #10713 from dengqf6/mtr
mtr: update to 0.93
DENG Qingfang [Tue, 10 Dec 2019 12:04:47 +0000 (20:04 +0800)]
mtr: update to 0.93
Update mtr to 0.93
Add size optimization options
ath79 ipk size: 31.9k -> 31.4k
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Rosen Penev [Thu, 12 Dec 2019 15:08:36 +0000 (07:08 -0800)]
Merge pull request #10765 from nxhack/node_hid_1_1_0
node-hid: update to 1.1.0
James Taylor [Thu, 12 Dec 2019 09:25:43 +0000 (20:25 +1100)]
dnsdist: add missing dependency on libcap
When present on the build system dnsdist will try to make use of libcap. This
change adds an explicit dependency to ensure it's present at build time, to
prevent build failures when another package brings the dependency in.
Signed-off-by: James Taylor <james@jtaylor.id.au>
Aleksander Morgado [Thu, 12 Dec 2019 09:16:57 +0000 (10:16 +0100)]
libqmi: update to version 1.24.2
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Hirokazu MORIKAWA [Thu, 12 Dec 2019 08:24:19 +0000 (17:24 +0900)]
node-serialport-bindings: update to 8.0.4
support node v12
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Hirokazu MORIKAWA [Thu, 12 Dec 2019 06:00:02 +0000 (15:00 +0900)]
node-hid: update to 1.1.0
Up to Node v12, v13
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Thu, 12 Dec 2019 03:54:51 +0000 (19:54 -0800)]
bfdd: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 12 Dec 2019 03:46:50 +0000 (19:46 -0800)]
Merge pull request #10704 from neheb/coo
coova-chilli: Update to 1.5
Rosen Penev [Wed, 4 Dec 2019 03:40:14 +0000 (19:40 -0800)]
coova-chilli: Update to 1.5
Remove upstreamed patches.
Added patch to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 11 Dec 2019 22:29:20 +0000 (14:29 -0800)]
Merge pull request #10725 from neheb/idn
libidn2: Update to 2.3.0
Rosen Penev [Wed, 11 Dec 2019 22:29:00 +0000 (14:29 -0800)]
Merge pull request #10724 from neheb/ical
libical: Update to 3.0.6
Rosen Penev [Wed, 11 Dec 2019 22:27:26 +0000 (14:27 -0800)]
Merge pull request #10693 from neheb/nn
p11-kit: Fix uClibc-ng compile failure
Rosen Penev [Wed, 11 Dec 2019 22:24:22 +0000 (14:24 -0800)]
Merge pull request #10721 from James-TR/update/dnsdist
dnsdist: update to 1.4.0 w/ new dependencies
Rosen Penev [Wed, 11 Dec 2019 22:20:06 +0000 (14:20 -0800)]
Merge pull request #10727 from neheb/fhfgiehi
opensc: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Wed, 11 Dec 2019 22:19:38 +0000 (14:19 -0800)]
Merge pull request #10726 from neheb/pro
prosody: Update to 0.11.3
Rosen Penev [Wed, 4 Dec 2019 18:49:11 +0000 (10:49 -0800)]
libidn2: Update to 2.3.0
Fixed license information.
Several Makefile cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 4 Dec 2019 19:04:45 +0000 (11:04 -0800)]
libical: Update to 3.0.6
Replace InstallDev with CMAKE_INSTALL.
Add PKG_BUILD_PARALLEL for faster compilation.
Fixed license info.
Refreshed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Karl Palsson [Mon, 3 Jun 2019 12:05:55 +0000 (12:05 +0000)]
net/pagekitec: Update to
20191211 version
Pulls in various bugfixes from the last two years, including changes for
openssl deprecation.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Hannu Nyman [Wed, 11 Dec 2019 16:15:30 +0000 (18:15 +0200)]
Merge pull request #10756 from marcin1j/pr/
20191210-collectd-uci-vmem
collectd: add vmem uci config
Dirk Brenken [Wed, 11 Dec 2019 15:27:57 +0000 (16:27 +0100)]
Merge pull request #10758 from dibdot/adblock
adblock: bugfix 3.8.14
Dirk Brenken [Wed, 11 Dec 2019 09:39:10 +0000 (10:39 +0100)]
adblock: bugfix 3.8.14
* fix some whitelist issues (see
https://forum.openwrt.org/t/adblock-support-thread/507/1101)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Wed, 11 Dec 2019 07:53:30 +0000 (23:53 -0800)]
Merge pull request #10737 from mstorchak/tmux
tmux: update to 3.0a
Rosen Penev [Wed, 11 Dec 2019 00:29:16 +0000 (16:29 -0800)]
usbmuxd: Update to latest git version
Fixes compilation with libimobiledevice.
Small cleanups for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Marcin Jurkowski [Tue, 10 Dec 2019 23:20:51 +0000 (00:20 +0100)]
collectd: add vmem uci config
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
Rosen Penev [Tue, 10 Dec 2019 21:48:31 +0000 (13:48 -0800)]
Merge pull request #10735 from ysc3839/vpnbypass
vpnbypass: add procd reload trigger for vpnbypass config
Dirk Brenken [Tue, 10 Dec 2019 19:14:27 +0000 (20:14 +0100)]
Merge pull request #10747 from dibdot/adblock
adblock: bugfix 3.8.13
Dirk Brenken [Tue, 10 Dec 2019 14:01:16 +0000 (15:01 +0100)]
adblock: bugfix 3.8.13
* remove 'ransomware' blocklist by abbuse.ch (discontinued)
from default adblock config
* fix/switch 'someonewhocares' config to https only
* fix curl download parameters to follow redirects and
suppress needless output
* made the tmp directory of sort operations configurable,
set 'adb_sorttmp' accordingly (only supported by 'coreutils-sort')
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Tue, 10 Dec 2019 15:17:17 +0000 (07:17 -0800)]
Merge pull request #10738 from eglooca/master
netifyd: Updated to v2.98
Richard Yu [Mon, 9 Dec 2019 12:25:50 +0000 (20:25 +0800)]
vpnbypass: add procd reload trigger for vpnbypass config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
Aleksander Morgado [Tue, 10 Dec 2019 13:12:44 +0000 (14:12 +0100)]
modemmanager: release 1.12.2
This new release also installs additional 'shared utils' loadable
libraries in /usr/lib/ModemManager, so make sure we include them in
the packaging.
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
James Taylor [Mon, 9 Dec 2019 01:54:47 +0000 (12:54 +1100)]
dnsdist: update to 1.4.0
Update dnsdist to next major release 1.4.0. This release introduces
dependencies on libh2o-evloop and libwslay for support of DNS over
HTTPS.
Release Blog Post: https://blog.powerdns.com/2019/11/20/dnsdist-1-4-0/
Changelog: https://dnsdist.org/changelog.html#change-1.4.0
Also removes compatibility patches required for previous release that have
been incorporated upstream.
Signed-off-by: James Taylor <james@jtaylor.id.au>
James Taylor [Mon, 9 Dec 2019 01:49:19 +0000 (12:49 +1100)]
h2o: add package
H2O is a new generation HTTP server that provides quicker response to users
with less CPU utilization when compared to older generation of web servers.
Designed from ground-up, the server takes full advantage of HTTP/2 features
including prioritized content serving and server push, promising outstanding
experience to the visitors of your web site.
Signed-off-by: James Taylor <james@jtaylor.id.au>
Rosen Penev [Mon, 9 Dec 2019 22:37:29 +0000 (14:37 -0800)]
Merge pull request #10742 from lucize/nssup
nss: update to 3.48
Lucian Cristian [Mon, 9 Dec 2019 22:29:35 +0000 (00:29 +0200)]
nss: update to 3.48
also package libnssckbi.so
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Josef Schlehofer [Sun, 8 Dec 2019 23:41:56 +0000 (00:41 +0100)]
golang: Update to 1.13.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Wed, 4 Dec 2019 18:34:45 +0000 (10:34 -0800)]
shairport-sync: Update to 3.3.5
Rebased patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 9 Dec 2019 22:25:17 +0000 (14:25 -0800)]
Merge pull request #10729 from BKPepe/dnscrypt-proxy2-update
dnscrypt-proxy2: Update to version 2.0.34
Rosen Penev [Mon, 9 Dec 2019 22:25:06 +0000 (14:25 -0800)]
Merge pull request #10736 from commodo/python-lxml-update
python-lxml: bump to version 4.4.2
Rosen Penev [Mon, 9 Dec 2019 22:24:50 +0000 (14:24 -0800)]
Merge pull request #10733 from James-TR/update/pdns
pdns-recursor: update to 4.2.1
Rosen Penev [Mon, 9 Dec 2019 22:24:08 +0000 (14:24 -0800)]
Merge pull request #10730 from BKPepe/sentrysdkupdate
python-sentry-sdk: Update to version 0.13.5
Rosen Penev [Mon, 9 Dec 2019 22:17:23 +0000 (14:17 -0800)]
Merge pull request #10743 from lucize/doveup
dovecot: update to 2.3.9
Rosen Penev [Mon, 9 Dec 2019 22:17:06 +0000 (14:17 -0800)]
Merge pull request #10741 from lucize/nsprup
nspr: update to 4.24
Rosen Penev [Mon, 9 Dec 2019 22:16:52 +0000 (14:16 -0800)]
Merge pull request #10722 from neheb/ghghrh
google-authenticator-libpam: Update to 1.07
Lucian Cristian [Mon, 9 Dec 2019 22:04:10 +0000 (00:04 +0200)]
dovecot: update to 2.3.9
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Lucian Cristian [Mon, 9 Dec 2019 21:50:16 +0000 (23:50 +0200)]
nspr: update to 4.24
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Darryl Sokoloski [Mon, 9 Dec 2019 17:03:25 +0000 (12:03 -0500)]
netifyd: Updated to v2.98
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600
Change log for v2.98:
[FIX] OpenWrt: Silence ABI warnings.
[FIX] Fixed socket buffer dead-lock (pop < 0 bytes).
[FIX] Silenced site UUID errors (moved to debug level).
[FIX] Updated to SPDX identifier for GPL license.
[IMP] Migrated from libjson-c to nlohmann JSON for Modern C++.
[IMP] Updated agent status with CPU utilization and sink service status.
[IMP] Reformatted sink queue utilization status output.
[IMP] Support OS-specific restarting.
[IMP] Added payload upload and update frequency control.
[IMP] Added MAC addresses to JSON interface list.
[IMP] Added option to send established flows to connecting clients.
[IMP] Added offline capture processing script.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Maxim Storchak [Mon, 9 Dec 2019 15:26:52 +0000 (17:26 +0200)]
tmux: update to 3.0a
- switch to codeload
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Jo-Philipp Wich [Mon, 9 Dec 2019 13:34:53 +0000 (14:34 +0100)]
Merge pull request #10734 from ysc3839/nlbwmon
nlbwmon: add procd reload trigger for nlbwmon config
Richard Yu [Mon, 9 Dec 2019 12:23:29 +0000 (20:23 +0800)]
nlbwmon: add procd reload trigger for nlbwmon config
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
James Taylor [Mon, 9 Dec 2019 12:00:28 +0000 (23:00 +1100)]
pdns-recursor: update to 4.2.1
Updates pdns-recursor to current stable 4.2.1. Also includes more complete fix
for boost.m4 BOOST::THREAD detection, removing dependency on boost-thread.
Signed-off-by: James Taylor <james@jtaylor.id.au>
Alexandru Ardelean [Mon, 9 Dec 2019 07:36:03 +0000 (09:36 +0200)]
python-lxml: bump to version 4.4.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Mon, 9 Dec 2019 03:09:19 +0000 (04:09 +0100)]
python-sentry-sdk: Update to version 0.13.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
James Taylor [Mon, 9 Dec 2019 01:47:05 +0000 (12:47 +1100)]
libwslay: add package
Wslay is a WebSocket library written in C. It implements the protocol version 13
described in RFC 6455. This library offers 2 levels of API: event-based API and
frame-based low-level API. For event-based API, it is suitable for non-blocking
reactor pattern style. You can set callbacks in various events. For frame-based
API, you can send WebSocket frame directly. Wslay only supports data transfer
part of WebSocket protocol and does not perform opening handshake in HTTP.
Signed-off-by: James Taylor <james@jtaylor.id.au>
Josef Schlehofer [Sun, 8 Dec 2019 23:56:49 +0000 (00:56 +0100)]
dnscrypt-proxy2: Update to version 2.0.34
Repository was renamed to github.com/DNSCrypt/dnscrypt-proxy
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sun, 8 Dec 2019 23:07:58 +0000 (15:07 -0800)]
opencv: Update to 4.1.2
Removed upstreamed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 2 Dec 2019 04:47:58 +0000 (20:47 -0800)]
opensc: Fix compilation without deprecated OpenSSL APIs
Based on upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 4 Dec 2019 18:39:58 +0000 (10:39 -0800)]
prosody: Update to 0.11.3
Several Makefile rearrangements for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 6 Dec 2019 06:26:44 +0000 (22:26 -0800)]
libimobiledevice: Update to 2019-11-29
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 8 Dec 2019 22:37:19 +0000 (14:37 -0800)]
google-authenticator-libpam: Update to 1.07
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 8 Dec 2019 22:33:37 +0000 (14:33 -0800)]
geth: Update to 1.9.9
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 8 Dec 2019 21:42:07 +0000 (13:42 -0800)]
Merge pull request #10706 from neheb/ss
sstp-client: Update to 1.0.13