Commit graph

3576 commits

Author SHA1 Message Date
Peter Wagner
280f764ef8 ntpd: update to 4.2.8p11
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-05 08:26:04 +01:00
Thomas Heil
153b14cbfb
Merge pull request #5710 from gladiac1337/feature-haproxy-1.8
haproxy: Update HAProxy to v1.8.4 (+patches)
2018-03-04 15:53:16 +01:00
Thomas Heil
906dbf43f8
Merge pull request #5708 from gladiac1337/master
haproxy: Fix Lua-support on non-mips(el) targets.
2018-03-04 15:51:35 +01:00
Christian Lachner
d6ff6a97d5 haproxy: Fix non-ssl builds
- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 13:10:53 +01:00
Christian Lachner
02deb12f70 haproxy: Update HAProxy to v1.8.4 (+patches)
- Update haproxy download URL and hash
- Update the haproxy homepage
- Add libatomic to the dependencies as 1.8 needs it
- Make USE_REGPARM an x86-only option as this fixes many warnings and does not do much on non-x86 platforms
- Add USE_GETADDRINFO=1 to use getaddrinfo() to resolve IPv6 host names
- Add USE_TFO=1 to enable TCP fast open
- Unbreak CFLAGS, LD and LDFLAGS by adding the missing backslash after $(ADDON)
- Unbreak IGNOREGIT=1 option (typo)
- Rework LDFLAGS and add libatomic
- Add MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 12:42:10 +01:00
Hannu Nyman
e0e6e5229d
Merge pull request #5704 from wvdakker/master
Shorewall: Bump to version 5.1.12.3
2018-03-04 09:25:41 +02:00
Hannu Nyman
39b11f401b
Merge pull request #5699 from br101/pingcheck
pingcheck: Update to latest version
2018-03-03 20:56:24 +02:00
Peter Wagner
741623d10c tor: update to 0.3.2.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-03 18:37:57 +01:00
Christian Lachner
4012a69514 haproxy: Change download-URLs to https-variants
- change haproxy download-URL to https-variant
- change lua download-URL to https-variant

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 17:07:20 +01:00
Christian Lachner
f66b279d87 haproxy: Fix Lua-support on non-mips(el) targets.
- the Lua-support logic was cleaned up to unbreak Lua-support on non-mips(el) targets. Previously, no target had Lua-support.
- mips and mipsel are both known to currently not build with Lua-support enabled => disable both.
- mips64 and mips64el were tested fine with Lua-support enabled.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 16:14:17 +01:00
Nikos Mavrogiannopoulos
1256498a3c ocserv: updated to 0.11.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-03-03 15:12:29 +01:00
Bruno Randolf
5aa7987876 pingcheck: Update to latest version
Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-03-03 12:30:02 +00:00
W. van den Akker
21f905698c
Shorewall6: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:32:02 +01:00
W. van den Akker
9b48603fc4
Shorewall: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:30:48 +01:00
W. van den Akker
1b29396d71
Shorewall6-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:29:40 +01:00
Dirk Brenken
2e4e7b0487
Merge pull request #5678 from neheb/wifidog
wifidog: Change URL to HTTPS and switch file to .xz
2018-03-03 10:13:20 +01:00
W. van den Akker
7000109be3
Shorewall-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:49:08 +01:00
W. van den Akker
e67677a7b6
Shorewall-core: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:47:37 +01:00
Dirk Brenken
0a8bdb8564
Merge pull request #5700 from dibdot/travelmate
travelmate: update 1.1.3
2018-03-03 08:43:38 +01:00
Dirk Brenken
3eeabf1273
Merge pull request #5698 from TDT-AG/bwm-ng_gcc7x_fix
bwm-ng: add patch to fix GCC 7.x compatibility
2018-03-02 18:25:05 +01:00
Dirk Brenken
fe7d6d7522 travelmate: update 1.1.3
* fix remaining status oddities
* LuCI: show WiFi QR codes from all configured Access Points

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-02 18:09:34 +01:00
Martin Schiller
8c20e7d174 bwm-ng: add patch to fix GCC 7.x compatibility
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-03-02 14:16:31 +01:00
Rosen Penev
abdd061cf4 transmission: Fix HTTPS and mobile devices.
HTTPS verification is totally broken in Transmission. Unclear why. Disabling as a result.

Safari exposes a JavaScript bug that makes it not load. Fixed.

Portcheck was backported to HTTPS for testing initially. Seems like a good idea.

Makefile was also fixed to use the external libnatpmp. Smaller binary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-01 22:46:07 -08:00
Karl Palsson
60cc1edc75 mosquitto: bump to 1.4.15 for CVE fixes
See
https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/
for full details.

patch for reproducible builds had to be rebuilt based on upstream change.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-03-01 11:18:16 +00:00
Tony Ambardar
8214106013 sqm-scripts: Fix return value bug in postrm script
The script removes the UCI option ucitrack.@sqm[0] if present and then
returns success. If that UCI option is already absent however, the
script incorrectly returns failure, which blocks upgrade of the
luci-app-sqm package.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-03-01 11:57:51 +01:00
Dirk Brenken
5864c2c12d
Merge pull request #5664 from Ansuel/ariang
ariang: add new package
2018-02-28 14:02:13 +01:00
Ansuel Smith
e258415094 ariang: add new package
Modern webui for aria2 package

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-02-27 22:16:42 +01:00
Dirk Brenken
345420f723
Merge pull request #5684 from dibdot/travelmate
travelmate: update 1.1.2
2018-02-27 19:23:17 +01:00
Dirk Brenken
9cc8de86c9 travelmate: update 1.1.2
* validate input timings/ranges
* fix an eap detection issue
* refine re-connection handling in case of an error
* refine debug logging

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-27 14:26:18 +01:00
Peter Wagner
d128f5f6aa irssi: update to 1.1.1
Closes the following CVEs:

CVE-2018-7050
  https://nvd.nist.gov/vuln/detail/CVE-2018-7050

CVE-2018-7051
  https://nvd.nist.gov/vuln/detail/CVE-2018-7051

CVE-2018-7052
  https://nvd.nist.gov/vuln/detail/CVE-2018-7052

CVE-2018-7053
  https://nvd.nist.gov/vuln/detail/CVE-2018-7053

CVE-2018-7054
  https://nvd.nist.gov/vuln/detail/CVE-2018-7054

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-27 12:27:20 +01:00
Stijn Tintel
ec623f6b42 strongswan: bump to 5.6.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-02-27 00:35:47 +01:00
Rosen Penev
c5f4dfe983 wifidog: Change URL to HTTPS and switch file to .xz
HTTPS tends to go through firewalls and xz is smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-25 17:34:42 -08:00
Hannu Nyman
571acce1c2
Merge pull request #5654 from NeoRaider/update-jool
jool: update to latest git version
2018-02-25 10:21:16 +02:00
Hannu Nyman
ff0a30071b
Merge pull request #5659 from neheb/kadnode
kadnode: Change URL to use git.
2018-02-25 10:20:09 +02:00
Hannu Nyman
1b733e8b5f
Merge pull request #5674 from wvdakker/master
Shorewall: Bump to version 5.1.12.2
2018-02-25 10:18:27 +02:00
Felix Fietkau
b3aae97b6f ethtool: remove package (added to OpenWrt main repository)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-02-24 16:13:31 +01:00
W. van den Akker
0f41d7eded
Shorewall6: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:39:13 +01:00
W. van den Akker
fa905aab73
Shorewall: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:38:20 +01:00
W. van den Akker
7a60a0ccf7
Shorewall6-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:37:27 +01:00
W. van den Akker
391834d21e
Shorewall-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:36:50 +01:00
W. van den Akker
348cd96f05
Shorewall-core: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:35:03 +01:00
Dirk Brenken
c06819b67e
Merge pull request #5663 from dibdot/travelmate
travelmate: update 1.1.1
2018-02-22 17:41:48 +01:00
Dirk Brenken
c68ebbec63 travelmate: update 1.1.1
* various backend bugfixes
* refine default connection threshold

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-22 17:32:17 +01:00
Rosen Penev
b27640828b kadnode: Change URL to use git.
Currently the Makefile creates a v---.tar.gz file which can conflict with other packages. Standardize the format.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-22 08:07:37 -08:00
David Mora
dcbeb660dd stubby: Bump to 0.2.2 plus updates to default config
Bump version plus changes to address concerns regarding default config for stubby provided with this package

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-02-21 22:56:02 -05:00
Matthias Schiffer
a331af8d5b
jool: update to latest git version
Fixes build against kernel 4.14.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-02-22 00:36:11 +01:00
dibdot
e4594a3fe7
Merge pull request #5639 from dibdot/adblock
adblock: update 3.5.1
2018-02-20 20:21:56 +01:00
Dirk Brenken
ba6d67883a adblock: update 3.5.1
* maintenance update, just small backend bugfixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-20 15:30:52 +01:00
Matija Amidzic
8feb300d8f sysrepo: add python2 and lua5.1 language bindings
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-02-20 10:52:07 +01:00
dibdot
9df6a01bb1
Merge pull request #5636 from dibdot/travelmate
travelmate: release 1.1.0
2018-02-20 08:54:54 +01:00
Dirk Brenken
76e068dc2d travelmate: release 1.1.0
* checks continuously the signal quality for conditional
  uplink (dis-) connections
* captive portal detection with internet online check and
  a 'heartbeat' function to keep the uplink connection up & running

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-19 21:59:03 +01:00
Karl Palsson
055be639b3 mosquitto: auto-disable TLS-PSK support if not available
OpenSSL grew the ability to turn off TLS-PSK support.  Make sure that
mosquitto turns on/off TLS-PSK support based on this OpenSSL config.

Fixes https://github.com/openwrt/packages/issues/5633
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-02-19 12:04:47 +00:00
Philip Prindeville
4b0ed514de
Merge pull request #5579 from pprindeville/update-isc-dhcp-4.4.0
isc-dhcp: update to 4.4.0
2018-02-18 13:50:12 -07:00
Jonathan McCrohan
c15e57de67 wavemon: Update to 0.8.2
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-18 20:40:57 +00:00
Jonathan McCrohan
28af41c764 sslh: Update to v1.19c
Change PKG_SOURCE_URL to https

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-18 20:08:10 +00:00
Hannu Nyman
a03851766f
Merge pull request #5623 from sartura/sysrepo_v0.7.3
sysrepo: bump to latest version
2018-02-15 22:40:50 +02:00
Daniel Golle
e9e0dd30f4
Merge pull request #5622 from mwarning/kadnode
kadnode: udpate to version 2.2.0
2018-02-15 19:02:25 +01:00
Mislav Novakovic
90f5eeac1f sysrepo: bump to latest version
Sysrepo version 0.7.3 features following improvements:
* possibility to uninstall more modules in one command with sysrepoctl
* several bugfixes

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-02-15 16:55:48 +01:00
Hannu Nyman
e8e827c2c6 Revert "openvswitch: remove dependency on kernel version"
This reverts commit 44df061c48.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-15 09:17:48 +02:00
Hannu Nyman
a576b1d829 Revert "openvswitch: fix breakage due to removed SUPPORTED_KERNELS"
This reverts commit 8f2a9a27fd.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-15 09:17:14 +02:00
Moritz Warning
ad558464b6 kadnode: udpate to version 2.2.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-02-15 01:55:13 +01:00
Hannu Nyman
8f2a9a27fd openvswitch: fix breakage due to removed SUPPORTED_KERNELS
Fix breakage caused by 44df061c48 by removing the leftover
usage of the removed SUPPORTED_KERNELS variable

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-14 21:56:24 +02:00
Hannu Nyman
6716cb9ac5
Merge pull request #5613 from commodo/ovs_remove_kernel_version_dep
openvswitch: remove dependency on kernel version
2018-02-14 21:28:33 +02:00
Rosen Penev
ae3e314674 transmission: Restored config_overwrite due to popular demand.
libnatpmp was added as a dependancy to avoid built-in version.

Makefile went through a few adjustments to make it simpler.

CMake support is not happening since Travis is using a broken Ubuntu install.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-13 11:59:20 -08:00
Alexandru Ardelean
44df061c48 openvswitch: remove dependency on kernel version
For a while now OVS has been using the kernel's kmod.
So it doesn't make sense to limit the package build for a specific set of
kernels anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-02-13 21:24:51 +02:00
Hannu Nyman
6540390d63
Merge pull request #5606 from salzmdan/master
knot: update to 2.6.5
2018-02-12 22:32:25 +02:00
Othmar Truniger
c60d59c4f6 knxd: bump to upstream version 0.14.24
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-02-12 19:26:32 +01:00
Daniel Salzman
9867a6a491 knot: update to 2.6.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-02-12 16:25:16 +01:00
W. van den Akker
97a058d87d
Shorewall6: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:33:00 +01:00
W. van den Akker
fabb1682b5
Shorewall: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:31:30 +01:00
W. van den Akker
0685d49a6e
Shorewall6-lite: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:29:43 +01:00
W. van den Akker
574e2db61d
Shorewall-lite: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:27:52 +01:00
W. van den Akker
86b347bc09
Shorewall-core: Bump to version 5.1.12.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-11 17:25:30 +01:00
Yousong Zhou
90843cff63 pixiewps: use compiler, linker options of the build system
pixiewps has its own CFLAGS setting and uses LDFLAGS from
environment variable.  When PKG_ALSR_PIE was enabled, objects were not
compiled with -fPIC supplied from the build system and the final link
step would fail because of the -pie option

Fixes #5590

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-11 12:10:07 +08:00
Hannu Nyman
e95edc9142
Merge pull request #5589 from mwarning/kadnode
kadnode: update to version 2.1.0
2018-02-10 18:11:17 +02:00
Moritz Warning
428c661a35 kadnode: update to version 2.1.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-02-10 16:26:28 +01:00
Jonathan McCrohan
d305f1144d sslh: Update to v1.19b
Refresh patches
Update upstream URLs

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-10 13:16:15 +00:00
Daniel Golle
4cf0f36ca6 gnunet: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-07 20:57:33 +01:00
Philip Prindeville
db74475702 isc-dhcp: update to 4.4.0
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-07 07:52:02 -07:00
Peter Wagner
faa8ce7690 tor: update to 0.3.2.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-05 22:57:52 +01:00
Hannu Nyman
be1012d242
Merge pull request #5568 from lucize/clamup
clamav: update to 0.99.3
2018-02-05 17:47:22 +02:00
Hannu Nyman
fed12673b2
Merge pull request #5491 from TDT-AG/pr/20180123-mwan3-add-service
mwan3: add init script to enable/disable mwan3
2018-02-05 17:43:33 +02:00
Florian Eckert
40f66cf432 net/mwan3: update to version 2.6.10
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:30 +01:00
Florian Eckert
8fa2101ea3 net/mwan3: add mwan3_init function
Move all shell commands which are executed during /lib/mwan3/mwan3.sh
sourceing into a seperate init function which must be called at first.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:28 +01:00
Florian Eckert
7cf9d9ec20 net/mwan3: send SIGKILL to mwan3track
In some situation it is not enough to send a SIGTERM to mwan3track to
ask service to stop accurate. If this does not work send him a SIGKILL
to prevent mwan3track running more then once per interface.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:25 +01:00
Florian Eckert
f9a787e8df net/mwan3: add init script to enable/disable mwan3 globally
Adding a init script to "/etc/init.d/" introduce the possibility to
enable/disable mwan3 globally.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-02-05 10:29:23 +01:00
Lucian Cristian
0531bac6da clamav: update to 0.99.3
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-02-04 19:10:07 +02:00
Hannu Nyman
a819724776
Merge pull request #5551 from yangfl/master
i2pd: Update to 2.18.0, fix #5511
2018-02-04 13:46:45 +02:00
Jo-Philipp Wich
d8aab3467b
Merge pull request #5557 from pprindeville/xtables-addons-xtgeoip-dir
xtables-addons: don't forget database dir
2018-02-04 12:42:57 +01:00
Hannu Nyman
f85ffb54f1
Merge pull request #5560 from neheb/port-trans
transmission: Fix port test + other fixes.
2018-02-02 23:42:53 +02:00
David Yang
b4e06b5805 i2pd: Update to 2.18.0, fix #5511
Signed-off-by: David Yang <mmyangfl@gmail.com>
2018-02-03 02:50:05 +08:00
Stijn Tintel
8941bd7869
Merge pull request #5272 from dedeckeh/pr-strongswan-1
Fix ipsec reload and extend uci
2018-02-02 18:48:02 +01:00
Yousong Zhou
805c6b0ecf shadowsocks-libev: remove unnecessary curly braces
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:26:53 +08:00
Yousong Zhou
4d211674ce shadowsocks-libev: bump to version 3.1.3
Notable changes since 3.1.2

    afce1b3 eliminate timered delay between handshake and data stream #1572
    539bf6e sni in redir removed and no disable_sni option #1876
    1d94442..29ff5d3 udprelay fix (no idea what's the problem...) #1883

Now disable_sni=true is the default.  Existing uci configs setting it
will be a nop

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-02 17:24:45 +08:00
Philip Prindeville
36105be50e xtables-addons: don't forget database dir
Don't /usr/share/xt_geoip/ which is needed to build database into.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-02-01 22:29:22 -07:00
Rosen Penev
e0a5ed9f76 transmission: Fix port test + other fixes.
Ran the transmission init script through shellcheck and fixed errors. Also cleaned up a bit.

Removed ionice support. Will reintroduce if procd adds support.

Removed config_overwrite debugging variable. No need for it.

Enabled TLS verify by default. Added a dependancy to ca-bundle as a result. This is a default in current trunk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-01 20:27:07 -08:00
dibdot
5040f5721f
Merge pull request #5547 from dibdot/adblock
adblock: update 3.5.0
2018-01-31 20:28:29 +01:00
Dirk Brenken
c44e40809e adblock: update 3.5.0
* major performance boost: add a flexible 'Download Queue' to handle
  downloads & list processing in parallel, default queue size is '4',
  you can raise this e.g. to '8' or '16' to get it really fast
* replace former 'whitelist mode': the new 'Jail' option
  builds an additional 'adb_list.jail' list in parallel
  which can be used manually for guest wifi or kidsafe configurations
* regex parser & query function now fully support IDN domains
  with non-ASCII characters
* add error handling in tld compression,
  to handle OOM conditions better
* adblock.notify sends now html emails,
  to get a better look & feel, even on mobile devices
* add czech regional blocklist maintained by turris omnia users
* LuCI: Support new 'Download Queue' & 'Jail' options
* LuCI: fix field width in "Runtime Information" section

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-01-31 13:13:32 +01:00
Maxim Storchak
c2743dee80 rsync: update to 3.1.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-01-31 12:45:08 +02:00
Hannu Nyman
dfcb2ca77c
Merge pull request #5527 from neheb/tra-upnp
transmission: Use external libminiupnpc instead of internal.
2018-01-29 13:54:28 +02:00