feed/packages.git
5 years agomariadb: bump to major version 10.4
Sebastian Kemper [Sun, 17 Nov 2019 14:41:45 +0000 (15:41 +0100)]
mariadb: bump to major version 10.4

Highlights:

- Bump from 10.2.26 to 10.4.10
- auth_pam got replaced with never version, old one still available as
  auth_pam_v1
- semisync plugins were merged into the core
- Upstream now installs symlinks for binaries with mariadb prefix. To
  accommodate that this commit updates Package/mariadb/install/bin
  accordingly.
- Patches are updated with new ones from Debian and Arch (thanks!)
- libedit patch dropped because it's upstream now.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agoMerge pull request #10562 from dibdot/adblock
Dirk Brenken [Sun, 17 Nov 2019 07:42:37 +0000 (08:42 +0100)]
Merge pull request #10562 from dibdot/adblock

adblock: update 3.8.11

5 years agoMerge pull request #10555 from neheb/boo
Rosen Penev [Sun, 17 Nov 2019 00:10:16 +0000 (16:10 -0800)]
Merge pull request #10555 from neheb/boo

boost: Fix fiber compilation for mips

5 years agoMerge pull request #10561 from Ansuel/nginx
Hannu Nyman [Sat, 16 Nov 2019 19:14:57 +0000 (21:14 +0200)]
Merge pull request #10561 from Ansuel/nginx

nginx: update to 1.17.5

5 years agoadblock: update 3.8.11 10562/head
Dirk Brenken [Sat, 16 Nov 2019 16:36:08 +0000 (17:36 +0100)]
adblock: update 3.8.11

* some more init tweaks
* update/cleanup readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agonginx: update to 1.17.5 10561/head
Ansuel Smith [Sat, 16 Nov 2019 16:07:51 +0000 (17:07 +0100)]
nginx: update to 1.17.5

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #10559 from hnyman/collectd5100
Hannu Nyman [Sat, 16 Nov 2019 15:13:48 +0000 (17:13 +0200)]
Merge pull request #10559 from hnyman/collectd5100

collectd: update to 5.10.0

5 years agocollectd: update to 5.10.0 10559/head
Hannu Nyman [Sat, 16 Nov 2019 12:46:05 +0000 (14:46 +0200)]
collectd: update to 5.10.0

Update collectd to 5.10.0
* leave new plugins as disabled for now (procevent, sysevent)
* refresh patches. Remove unenecessary version fix

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
5 years agodocker-ce: bump to version 19.03.5
Johann Neuhauser [Fri, 15 Nov 2019 22:14:52 +0000 (23:14 +0100)]
docker-ce: bump to version 19.03.5

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
5 years agoMerge pull request #10474 from leonghui/leech
Rosen Penev [Fri, 15 Nov 2019 22:54:51 +0000 (14:54 -0800)]
Merge pull request #10474 from leonghui/leech

leech: add new package

5 years agoMerge pull request #10554 from jefferyto/sysrepo-bindings
Rosen Penev [Fri, 15 Nov 2019 22:36:53 +0000 (14:36 -0800)]
Merge pull request #10554 from jefferyto/sysrepo-bindings

sysrepo: Remove Lua bindings, build Python bindings in separate package

5 years agoboost: Fix fiber compilation for mips 10555/head
Rosen Penev [Fri, 15 Nov 2019 20:34:26 +0000 (12:34 -0800)]
boost: Fix fiber compilation for mips

The issue was that the pause instruction was emitted through an asm
directive which was not correct for some mips platforms.

Simplified boost-fiber-exclude as a result.

Removed uClibc-ng math patch. It was not correct as it broke float and
long double support (std variants use function overloads). A different
solution was applied upstream. As it's quite annoying to backport, just
wait until a new release comes with that change. ARC as a platform is
barely supported anyways.

Swapped asio patch for the upstream submission, which is unfortunately, in
limbo.

Refreshed remaining patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agosysrepo: Remove Lua bindings, build Python bindings in separate package 10554/head
Jeffery To [Fri, 15 Nov 2019 19:47:00 +0000 (03:47 +0800)]
sysrepo: Remove Lua bindings, build Python bindings in separate package

This change:

* Removes building of Lua bindings. These bindings were already removed
  upstream[1].

* Fixes building of Python bindings:
  * Fix SWIG_DIR path (note that SWIG_VERSION will need to be updated
    whenever the swig package is upgraded)
  * Fix Python module paths and filenames

* Packages the Python bindings in a new package (python3-sysrepo) and
  builds it by default, instead of depending on a config option.

[1]: https://github.com/sysrepo/sysrepo/pull/1429

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #10550 from dibdot/banip
Dirk Brenken [Fri, 15 Nov 2019 15:38:17 +0000 (16:38 +0100)]
Merge pull request #10550 from dibdot/banip

banip: update 0.3.10

5 years agobanip: update 0.3.10 10550/head
Dirk Brenken [Fri, 15 Nov 2019 11:48:40 +0000 (12:48 +0100)]
banip: update 0.3.10

* add missing logd dependency
* check if logd is enabled during runtime
* some more init tweaks

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoleech: remove empty install defines 10474/head
Leong Hui Wong [Fri, 15 Nov 2019 13:58:38 +0000 (13:58 +0000)]
leech: remove empty install defines

Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
5 years agoMerge pull request #10535 from rs/feature_nextdns
Rosen Penev [Fri, 15 Nov 2019 01:38:55 +0000 (17:38 -0800)]
Merge pull request #10535 from rs/feature_nextdns

nextdns: add DNS over HTTPS with NextDNS integration

5 years agoMerge pull request #10548 from dhewg/pull/mpd
Rosen Penev [Thu, 14 Nov 2019 18:00:45 +0000 (10:00 -0800)]
Merge pull request #10548 from dhewg/pull/mpd

mpd: fix compilation without AUDIO_SUPPORT

5 years agompd: fix compilation without AUDIO_SUPPORT 10548/head
Andre Heider [Thu, 14 Nov 2019 10:26:41 +0000 (11:26 +0100)]
mpd: fix compilation without AUDIO_SUPPORT

Fixes #10541

Signed-off-by: Andre Heider <a.heider@gmail.com>
5 years agomwan3: Fix json_load fails with some data
yurtesen [Tue, 12 Nov 2019 15:53:51 +0000 (17:53 +0200)]
mwan3: Fix json_load fails with some data

Sometimes the return value of `ubus -S call network.interface.wan status`
cause `json_load` to return `Failed to parse message data` error.

To avoid this, the JSON data always should be quoted with double quotes.

Signed-off-by: Evren Yurtesen <eyurtese@abo.fi>
Removed quoatation marks from commit heading
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
5 years agolibtins: Actually remove it...
Rosen Penev [Wed, 13 Nov 2019 23:32:23 +0000 (15:32 -0800)]
libtins: Actually remove it...

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibtins: Remove no-rtti
Rosen Penev [Wed, 13 Nov 2019 23:31:22 +0000 (15:31 -0800)]
libtins: Remove no-rtti

It causes compilation errors with netwhere.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoio: Add TARGET_LDFLAGS to fix PIE
Hauke Mehrtens [Thu, 7 Nov 2019 20:06:04 +0000 (21:06 +0100)]
io: Add TARGET_LDFLAGS to fix PIE

Add the OpenWrt TARGET_LDFLAGS to the compile command to activate PIE support
for the io tool when it is activated globally in OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
5 years agoio: Fix printing 4 bytes memory on 64 bit systems
Hauke Mehrtens [Thu, 7 Nov 2019 21:13:13 +0000 (22:13 +0100)]
io: Fix printing 4 bytes memory on 64 bit systems

On 64 bit Linux systems long is 8 bytes long, on 32 bit Linux systems it
is 4 bytes long. Here we want to print 4 bytes and not 8 bytes, use int
instead of long.

This fixes printing 4 bytes on 64 bit systems.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
5 years agonextdns: add DNS over HTTPS with NextDNS integration 10535/head
Olivier Poitrey [Tue, 5 Nov 2019 20:48:49 +0000 (12:48 -0800)]
nextdns: add DNS over HTTPS with NextDNS integration

Maintainer: @rs

Signed-off-by: Olivier Poitrey <rs@nextdns.io>
5 years agoMerge pull request #10527 from lnslbrty/update/atop
Rosen Penev [Wed, 13 Nov 2019 18:37:49 +0000 (10:37 -0800)]
Merge pull request #10527 from lnslbrty/update/atop

atop: update to version 2.5.0

5 years agoatop: update to version 2.5.0 10527/head
Toni Uhlig [Mon, 11 Nov 2019 19:30:10 +0000 (20:30 +0100)]
atop: update to version 2.5.0

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
5 years agojool: Remove ethtool dependency
Rosen Penev [Wed, 13 Nov 2019 04:13:56 +0000 (20:13 -0800)]
jool: Remove ethtool dependency

Unneeded since jool 4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10529 from BKPepe/sentry
Rosen Penev [Wed, 13 Nov 2019 03:14:29 +0000 (19:14 -0800)]
Merge pull request #10529 from BKPepe/sentry

python-sentry-sdk: Update to version 0.13.2

5 years agoMerge pull request #10530 from BKPepe/pahomqtt
Rosen Penev [Wed, 13 Nov 2019 03:13:10 +0000 (19:13 -0800)]
Merge pull request #10530 from BKPepe/pahomqtt

python-paho-mqtt: Update to version 1.5.0

5 years agoMerge pull request #10523 from wfleurant/ygg-buildver-fix
Rosen Penev [Wed, 13 Nov 2019 03:11:47 +0000 (19:11 -0800)]
Merge pull request #10523 from wfleurant/ygg-buildver-fix

yggdrasil: fixes build name and version #10309

5 years agoMerge pull request #10516 from James-TR/fix/dependency-garbage
Rosen Penev [Wed, 13 Nov 2019 03:09:48 +0000 (19:09 -0800)]
Merge pull request #10516 from James-TR/fix/dependency-garbage

pdns-recursor: add temporary depends to fix build

5 years agoMerge pull request #10469 from peter-stadler/django-etesync-journal
Rosen Penev [Wed, 13 Nov 2019 03:08:30 +0000 (19:08 -0800)]
Merge pull request #10469 from peter-stadler/django-etesync-journal

django-etesync-journal: add python3 package

5 years agoMerge pull request #10526 from cotequeiroz/seafile_libevent2_phtreads
Rosen Penev [Tue, 12 Nov 2019 15:08:02 +0000 (07:08 -0800)]
Merge pull request #10526 from cotequeiroz/seafile_libevent2_phtreads

seafile-server: depend on libevent2-threads

5 years agoMerge pull request #10531 from dengqf6/p11
Nikos Mavrogiannopoulos [Tue, 12 Nov 2019 10:52:14 +0000 (11:52 +0100)]
Merge pull request #10531 from dengqf6/p11

p11-kit: update to 0.23.18.1

5 years agopdns-recursor: add temporary depends to fix build 10516/head
James Taylor [Sun, 10 Nov 2019 12:02:00 +0000 (23:02 +1100)]
pdns-recursor: add temporary depends to fix build

There is an issue with the included build scripts which improperly check for a
requirement on libboost-thread where another implementation is available.

Fixes #10273.

Signed-off-by: James Taylor <james@jtaylor.id.au>
5 years agop11-kit: update to 0.23.18.1 10531/head
DENG Qingfang [Tue, 12 Nov 2019 03:51:53 +0000 (11:51 +0800)]
p11-kit: update to 0.23.18.1

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agopython-paho-mqtt: Update to version 1.5.0 10530/head
Josef Schlehofer [Mon, 11 Nov 2019 22:06:48 +0000 (23:06 +0100)]
python-paho-mqtt: Update to version 1.5.0

Try to fix license according to SPDX.
Add PKG_LICENSE_FILES.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-sentry-sdk: Update to version 0.13.2 10529/head
Josef Schlehofer [Mon, 11 Nov 2019 21:45:14 +0000 (22:45 +0100)]
python-sentry-sdk: Update to version 0.13.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #10528 from jslachta/maintenance/tiff-upgrade-4.1.0
Jiri Slachta [Mon, 11 Nov 2019 21:39:50 +0000 (22:39 +0100)]
Merge pull request #10528 from jslachta/maintenance/tiff-upgrade-4.1.0

tiff: update version to 4.1.0

5 years agotiff: update version to 4.1.0 10528/head
Jiri Slachta [Mon, 11 Nov 2019 20:49:06 +0000 (21:49 +0100)]
tiff: update version to 4.1.0

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
5 years agoMerge pull request #10522 from cotequeiroz/requests-oathlib
Hannu Nyman [Mon, 11 Nov 2019 17:37:31 +0000 (19:37 +0200)]
Merge pull request #10522 from cotequeiroz/requests-oathlib

phython-requests-oauthlib: bump to v1.3.0

5 years agoMerge pull request #10524 from jefferyto/python-six-1.13.0
Hannu Nyman [Mon, 11 Nov 2019 17:36:48 +0000 (19:36 +0200)]
Merge pull request #10524 from jefferyto/python-six-1.13.0

python-six: Update to 1.13.0

5 years agoMerge pull request #10521 from Ansuel/nginx-ubus
Hannu Nyman [Mon, 11 Nov 2019 14:37:08 +0000 (16:37 +0200)]
Merge pull request #10521 from Ansuel/nginx-ubus

nginx: update broken ubus module

5 years agoMerge pull request #10513 from neheb/pf
Rosen Penev [Mon, 11 Nov 2019 14:36:24 +0000 (06:36 -0800)]
Merge pull request #10513 from neheb/pf

PF-RING changes

5 years agoseafile-server: depend on libevent2-threads 10526/head
Eneas U de Queiroz [Mon, 11 Nov 2019 11:40:03 +0000 (08:40 -0300)]
seafile-server: depend on libevent2-threads

seafile-server uses libevhtp pthreads support.  libevhtp needs
libevent2-pthreads for that. However, since there is no installable
package for libevhtp--the library is build static-only--then
seafile-server, its consumer, needs to add the dependecy.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years agopython-requests-oauthlib: bump to 1.3.0 10522/head
Eneas U de Queiroz [Mon, 11 Nov 2019 00:50:48 +0000 (21:50 -0300)]
python-requests-oauthlib: bump to 1.3.0

- Instagram compliance fix
- Added force_querystring argument to fetch_token() method on
  OAuth2Session

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
5 years agopython-six: Update to 1.13.0 10524/head
Jeffery To [Mon, 11 Nov 2019 10:35:38 +0000 (18:35 +0800)]
python-six: Update to 1.13.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #10497 from aleksander0m/aleksander/mm-ipv6
Rosen Penev [Mon, 11 Nov 2019 06:10:11 +0000 (22:10 -0800)]
Merge pull request #10497 from aleksander0m/aleksander/mm-ipv6

modemmanager: add IPv6/IPv4v6 support

5 years agoyggdrasil: fixes build name and version #10309 10523/head
William Fleurant [Mon, 11 Nov 2019 05:10:48 +0000 (00:10 -0500)]
yggdrasil: fixes build name and version #10309

Signed-off-by: William Fleurant <meshnet@protonmail.com>
5 years agonginx: update broken ubus module 10521/head
Ansuel Smith [Mon, 11 Nov 2019 01:23:15 +0000 (02:23 +0100)]
nginx: update broken ubus module

Current version of ubus module have some problem with list method. Update the module to fix this problem.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agobanip: update 0.3.9
Dirk Brenken [Sun, 10 Nov 2019 17:55:21 +0000 (18:55 +0100)]
banip: update 0.3.9

* fix 'enabled' service check

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoadblock: update 3.8.10
Dirk Brenken [Sun, 10 Nov 2019 17:48:54 +0000 (18:48 +0100)]
adblock: update 3.8.10

* fix broken unbound integration

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #10498 from LoEE/jpc/master/perl-macos-fix
Rosen Penev [Sun, 10 Nov 2019 17:25:46 +0000 (09:25 -0800)]
Merge pull request #10498 from LoEE/jpc/master/perl-macos-fix

perl: fixed host compilation of static perl on MacOS

5 years agoperl: fixed host compilation of static perl on MacOS 10498/head
Jakub Piotr Cłapa [Thu, 22 Aug 2019 08:55:03 +0000 (10:55 +0200)]
perl: fixed host compilation of static perl on MacOS

All symbols on MacOS are prefixed with an underscore which
interfered with the filtering mechanism (added in perl 5.28)
for extension libraries to be linked into static perl.

Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
5 years agospice: Fix compilation without deprecated OpenSSL APIs
Yousong Zhou [Sun, 10 Nov 2019 04:46:09 +0000 (04:46 +0000)]
spice: Fix compilation without deprecated OpenSSL APIs

Fixes openwrt/packages#10451

Supersedes openwrt/packages#10461

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(use separate upstreamed patches)
Ref: https://github.com/openwrt/packages/pull/10461
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years agoMerge pull request #10367 from flyn-org/dmapd
Rosen Penev [Sun, 10 Nov 2019 04:29:23 +0000 (20:29 -0800)]
Merge pull request #10367 from flyn-org/dmapd

dmapd: update to 0.0.84

5 years agodmapd: update to 0.0.84 10367/head
W. Michael Petullo [Sat, 26 Oct 2019 19:07:07 +0000 (15:07 -0400)]
dmapd: update to 0.0.84

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agolibpfring: Fix compilation with kernel >= 4.16 10513/head
Rosen Penev [Sun, 10 Nov 2019 03:49:16 +0000 (19:49 -0800)]
libpfring: Fix compilation with kernel >= 4.16

Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibpfring: Merge pfring and libpfring in the same package
Rosen Penev [Sun, 10 Nov 2019 03:37:45 +0000 (19:37 -0800)]
libpfring: Merge pfring and libpfring in the same package

They use the same source. It makes no sense to have them separate.

Also cleaned up the Makefile to modern standards.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7368 from flyn-org/libcap
Rosen Penev [Sun, 10 Nov 2019 02:56:01 +0000 (18:56 -0800)]
Merge pull request #7368 from flyn-org/libcap

libcap: move utilities to a separate package

5 years agoMerge pull request #10430 from gladiac1337/haproxy-2.0.8-up
Rosen Penev [Sun, 10 Nov 2019 02:50:07 +0000 (18:50 -0800)]
Merge pull request #10430 from gladiac1337/haproxy-2.0.8-up

haproxy: Update patches for HAProxy v2.0.8 + migrate to procd

5 years agoperl-www: Update to 6.39
Rosen Penev [Sun, 10 Nov 2019 02:39:54 +0000 (18:39 -0800)]
perl-www: Update to 6.39

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoperl-www-mechanize: Update to 1.92
Rosen Penev [Fri, 20 Sep 2019 18:32:49 +0000 (11:32 -0700)]
perl-www-mechanize: Update to 1.92

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10508 from flyn-org/gcc
Rosen Penev [Sat, 9 Nov 2019 19:39:50 +0000 (11:39 -0800)]
Merge pull request #10508 from flyn-org/gcc

gcc: fix build with 8.3.0

5 years agoMerge pull request #10506 from dibdot/banIP
Dirk Brenken [Sat, 9 Nov 2019 09:48:17 +0000 (10:48 +0100)]
Merge pull request #10506 from dibdot/banIP

banIP: update 0.3.8

5 years agoMerge pull request #10507 from nickberry17/update_libmbim
Hannu Nyman [Sat, 9 Nov 2019 07:29:31 +0000 (09:29 +0200)]
Merge pull request #10507 from nickberry17/update_libmbim

libmbim: bump libmbim to 1.20.2

5 years agogcc: fix build with 8.3.0 10508/head
W. Michael Petullo [Sat, 9 Nov 2019 07:01:53 +0000 (02:01 -0500)]
gcc: fix build with 8.3.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agolibmbim: bump libmbim to 1.20.2 10507/head
Nicholas Smith [Sat, 9 Nov 2019 06:55:10 +0000 (16:55 +1000)]
libmbim: bump libmbim to 1.20.2

Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
5 years agobanIP: update 0.3.8 10506/head
Dirk Brenken [Sat, 9 Nov 2019 05:40:40 +0000 (06:40 +0100)]
banIP: update 0.3.8

* limit firewall hotplug trigger to certain wan 'INTERFACE' as well,
  to prevent possible race conditions during boot

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #10502 from Andy2244/cifsd-2019-10-31
Hannu Nyman [Fri, 8 Nov 2019 19:20:40 +0000 (21:20 +0200)]
Merge pull request #10502 from Andy2244/cifsd-2019-10-31

cifsd: update to git (2019-10-31)

5 years agoMerge pull request #10505 from dibdot/banIP
Dirk Brenken [Fri, 8 Nov 2019 18:12:53 +0000 (19:12 +0100)]
Merge pull request #10505 from dibdot/banIP

banip: update 0.3.7

5 years agoMerge pull request #10501 from Andy2244/samba-4-9-15
Hannu Nyman [Fri, 8 Nov 2019 17:57:47 +0000 (19:57 +0200)]
Merge pull request #10501 from Andy2244/samba-4-9-15

samba4: update to 4.9.15

5 years agobanip: update 0.3.7 10505/head
Dirk Brenken [Fri, 8 Nov 2019 17:40:30 +0000 (18:40 +0100)]
banip: update 0.3.7

* fix a logical glitch in the hotplug event handler
* properly handle fatal iptables errors - even in subshells

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agohaproxy: Rework hotplug script for HAProxy 10430/head
Christian Lachner [Fri, 8 Nov 2019 13:38:31 +0000 (14:38 +0100)]
haproxy: Rework hotplug script for HAProxy

- Migrated init-script to procd.
- Removed the old hotplug script as it is unnecessary and
  caused long boot-times for r7800 and possibly others.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agocifsd: update to git (2019-10-31) 10502/head
Andy Walsh [Fri, 8 Nov 2019 12:24:44 +0000 (13:24 +0100)]
cifsd: update to git (2019-10-31)

* update to git (2019-10-31)
* adds config parameters: "durable handle", "smb3 encryption", "cache read buffers", "cache trans buffers", "smb2 max trans"

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agosamba4: update to 4.9.15 10501/head
Andy Walsh [Fri, 8 Nov 2019 12:21:45 +0000 (13:21 +0100)]
samba4: update to 4.9.15

* update to 4.9.15
* fixes CVE-2019-10218, CVE-2019-14833, CVE-2019-14847
* update smb.conf.template (aio, sendfile)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agomodemmanager: add IPv6/IPv4v6 support 10497/head
Aleksander Morgado [Wed, 6 Nov 2019 14:48:30 +0000 (15:48 +0100)]
modemmanager: add IPv6/IPv4v6 support

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agodjango-etesync-journal: add python3 package 10469/head
Peter Stadler [Tue, 29 Oct 2019 15:38:38 +0000 (16:38 +0100)]
django-etesync-journal: add python3 package

This is the reusable django app that implements the server side of EteSync.
There will be another package that makes it available through Nginx using uwsgi.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
5 years agopps-tools: use INSTALL_DATA instead of CP
Wolfgang Breyha [Mon, 21 Oct 2019 12:09:29 +0000 (14:09 +0200)]
pps-tools: use INSTALL_DATA instead of CP

Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
5 years agopps-tools: install timepps.h in location specified by RFC 2783
Wolfgang Breyha [Sat, 19 Oct 2019 18:04:06 +0000 (20:04 +0200)]
pps-tools: install timepps.h in location specified by RFC 2783

This is need by eg. gpsd to build with proper PPS support.
It was already submitted once in #2892 which ended in a stalemate.
Signed-off-by: Wolfgang Breyha <wbreyha@gmx.net>
5 years agoMerge pull request #10487 from aleksander0m/aleksander/mm-fixes
Florian Eckert [Fri, 8 Nov 2019 08:35:13 +0000 (09:35 +0100)]
Merge pull request #10487 from aleksander0m/aleksander/mm-fixes

ModemManager fixes and update to 1.12.0

5 years agoMerge pull request #10468 from peter-stadler/django
Hannu Nyman [Thu, 7 Nov 2019 19:33:15 +0000 (21:33 +0200)]
Merge pull request #10468 from peter-stadler/django

django: bump version to 2.2.7 and fix minor problems

5 years agoMerge pull request #10489 from jefferyto/python-readme-fix
Hannu Nyman [Thu, 7 Nov 2019 19:32:25 +0000 (21:32 +0200)]
Merge pull request #10489 from jefferyto/python-readme-fix

python: Fix filespec example in readme

5 years agoMerge pull request #10040 from neheb/per
Rosen Penev [Thu, 7 Nov 2019 18:47:18 +0000 (10:47 -0800)]
Merge pull request #10040 from neheb/per

Massive perl update

5 years agoMerge pull request #9491 from neheb/bundle
Rosen Penev [Thu, 7 Nov 2019 18:45:52 +0000 (10:45 -0800)]
Merge pull request #9491 from neheb/bundle

Netopeer2 Bundle

5 years agoMerge pull request #10470 from neheb/mini
Rosen Penev [Thu, 7 Nov 2019 18:44:08 +0000 (10:44 -0800)]
Merge pull request #10470 from neheb/mini

minisatip: Update to 1.0.2

5 years agoMerge pull request #10486 from neheb/zzz
Rosen Penev [Thu, 7 Nov 2019 18:43:52 +0000 (10:43 -0800)]
Merge pull request #10486 from neheb/zzz

zstd: Update to 1.4.4

5 years agoMerge pull request #10199 from neheb/rs232
Rosen Penev [Thu, 7 Nov 2019 18:43:20 +0000 (10:43 -0800)]
Merge pull request #10199 from neheb/rs232

lua-rs232: Update to latest git version

5 years agolua-rs232: Update to latest git version 10199/head
Rosen Penev [Fri, 11 Oct 2019 03:58:39 +0000 (20:58 -0700)]
lua-rs232: Update to latest git version

Last release was from 2012. Latest git has many additions.

Cleaned up Makefile and eliminated build hacks.

Added InstallDev section.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #10488 from ja-pa/libmaxminddb-1.4.2
Hannu Nyman [Thu, 7 Nov 2019 16:33:19 +0000 (18:33 +0200)]
Merge pull request #10488 from ja-pa/libmaxminddb-1.4.2

libmaxminddb: update to version 1.4.2

5 years agopython: Fix filespec example in readme 10489/head
Jeffery To [Thu, 7 Nov 2019 14:32:57 +0000 (22:32 +0800)]
python: Fix filespec example in readme

While the filespec example is technically correct, the more likely
scenario is that the files to be omitted would be inside of a package
subdirectory.

This adds an example_package directory into the example to illustrate
this case.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agolibmaxminddb: update to version 1.4.2 10488/head
Jan Pavlinec [Thu, 7 Nov 2019 10:14:05 +0000 (11:14 +0100)]
libmaxminddb: update to version 1.4.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agomodemmanager: bump to version 1.12.0 10487/head
Aleksander Morgado [Thu, 7 Nov 2019 09:04:53 +0000 (10:04 +0100)]
modemmanager: bump to version 1.12.0

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agomodemmanager: add proto dynamic defaults on dhcp setup
Aleksander Morgado [Wed, 6 Nov 2019 14:44:29 +0000 (15:44 +0100)]
modemmanager: add proto dynamic defaults on dhcp setup

Also, explicitly close the JSON object.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agomodemmanager: add missing path for PID file
Aleksander Morgado [Tue, 5 Nov 2019 14:19:51 +0000 (15:19 +0100)]
modemmanager: add missing path for PID file

The procd based init setup uses a custom `pidfile` parameter, but the
used MODEMMANAGER_PID_FILE was not being defined anywhere.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agomodemmanager: install carrier mapping configuration files
Aleksander Morgado [Tue, 5 Nov 2019 13:12:29 +0000 (14:12 +0100)]
modemmanager: install carrier mapping configuration files

Since ModemManager 1.10.2, per-device carrier mapping configuration
files may be installed, providing support for automatic carrier config
selection.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agomodemmanager: fix bearer disconnection logic
Aleksander Morgado [Tue, 5 Nov 2019 14:14:17 +0000 (15:14 +0100)]
modemmanager: fix bearer disconnection logic

The bearer status wasn't being loaded in key/value mode, and therefore
would always fail to load the IPv4 config method.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
5 years agoMerge pull request #10484 from dibdot/travelmate
Dirk Brenken [Thu, 7 Nov 2019 04:22:28 +0000 (05:22 +0100)]
Merge pull request #10484 from dibdot/travelmate

travelmate: update 1.5.2

5 years agoMerge pull request #10483 from dibdot/banIP
Dirk Brenken [Thu, 7 Nov 2019 04:21:59 +0000 (05:21 +0100)]
Merge pull request #10483 from dibdot/banIP

banip: update 0.3.6