Ian Leonard [Tue, 26 Sep 2017 20:04:27 +0000 (13:04 -0700)]
ffmpeg: 3.2.8 update
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Daniel Golle [Thu, 5 Oct 2017 13:40:29 +0000 (15:40 +0200)]
gnunet: update git snapshot
Start building with testing enabled as a preparation to eventually
packaging the testbed components.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 5 Oct 2017 13:40:03 +0000 (15:40 +0200)]
gnurl: update to version 7.55.1-4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Philip Prindeville [Thu, 5 Oct 2017 09:08:39 +0000 (10:08 +0100)]
Merge pull request #4902 from pprindeville/acpica-bump-
20170929
acpica-unix: update to
20170929
Philip Prindeville [Wed, 4 Oct 2017 17:38:06 +0000 (11:38 -0600)]
acpica-unix: update to
20170929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Wed, 4 Oct 2017 19:22:38 +0000 (22:22 +0300)]
Merge pull request #4897 from commodo/python-egg-info-disable
python,python3: add option to keep egg-info dirs for python packages
Peter Wagner [Tue, 3 Oct 2017 22:16:53 +0000 (00:16 +0200)]
less: update to 487
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Michael Heimpold [Tue, 3 Oct 2017 10:54:55 +0000 (12:54 +0200)]
php7: upgrade to 7.1.10
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Alexandru Ardelean [Mon, 2 Oct 2017 12:43:52 +0000 (15:43 +0300)]
python,python3: add option to keep egg-info dirs for python packages
That way some python packages can choose
to keep their egg-info dirs, if they want to, or they're needed.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Hannu Nyman [Tue, 3 Oct 2017 07:20:54 +0000 (10:20 +0300)]
Merge pull request #4894 from StevenHessing/noddos
noddos: bump up to noddos v0.5.1
Steven Hessing [Mon, 2 Oct 2017 12:44:42 +0000 (05:44 -0700)]
noddos: bump up to noddos v0.5.1
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
Hannu Nyman [Mon, 2 Oct 2017 17:39:55 +0000 (20:39 +0300)]
Merge pull request #4892 from fededim/master
lftp: updated to 4.8.2
Hannu Nyman [Mon, 2 Oct 2017 17:39:18 +0000 (20:39 +0300)]
Merge pull request #4891 from zx2c4/patch-10
wireguard: bump to release 0.0.
20171001
Federico Di Marco [Mon, 2 Oct 2017 08:43:23 +0000 (10:43 +0200)]
lftp: updated to 4.8.2
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Jason A. Donenfeld [Mon, 2 Oct 2017 01:15:35 +0000 (03:15 +0200)]
wireguard: bump to release 0.0.
20171001
Simple version bump.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Peter Wagner [Sun, 1 Oct 2017 20:11:30 +0000 (22:11 +0200)]
git: update to 2.14.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Daniel Engberg [Sun, 1 Oct 2017 09:10:54 +0000 (11:10 +0200)]
libs/libevent: Remove from tree (#4886)
libevent(1) is deprecated and superseded by libevent2 (in tree), additionally
we don't have any users (packages) left using libevent(1).
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Stijn Tintel [Fri, 29 Sep 2017 01:28:18 +0000 (04:28 +0300)]
net-snmp: avoid duplicate section names
It seems that UCI can't handle duplicate section names in a single
config file, even if they use different types. After the previous
commit, running `uci export` results in the following error:
uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23
Append a 6 to the com2sec6 section names to solve this.
Fixes: 0e1c8b4ccc2c ("net-snmp: snmpd: listen on IPv6 by default")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 28 Sep 2017 23:42:50 +0000 (02:42 +0300)]
net-snmp: snmpd: listen on IPv6 by default
Closes #4758.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 28 Sep 2017 23:28:23 +0000 (02:28 +0300)]
net-snmp: add snmptrapd packages
Closes #4724.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 28 Sep 2017 22:56:38 +0000 (01:56 +0300)]
net-snmp: use LN macro
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Thu, 28 Sep 2017 22:38:37 +0000 (01:38 +0300)]
net-snmp: improve snmp-utils description
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Michael Heimpold [Wed, 27 Sep 2017 18:45:39 +0000 (20:45 +0200)]
php7: add conditional dependency to libstdcpp for FPM
This should fix buildbot breakage introduced by last commit.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Tue, 26 Sep 2017 20:50:14 +0000 (22:50 +0200)]
php7: drop dependency to cgi for fpm sapi (refs #4522)
The FPM SAPI works fine without the CGI SAPI installed. It seems that
this is a copy & paste error introduced a long time ago, when FPM support
was added - and nobody noticed.
So drop the dependency now to allow smaller footprints on installations
which only use FPM.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
champtar [Tue, 26 Sep 2017 15:19:36 +0000 (08:19 -0700)]
Merge pull request #4575 from benhsmith/netwhere
netwhere: simple packet monitor
Ben Smith [Thu, 29 Jun 2017 06:01:31 +0000 (23:01 -0700)]
netwhere: simple packet monitor
netwhere is a simple packet monitor that serves summarized captured data as a JSON document over a REST endpoint. Once installed
the netwhere example site is available at /netwhere?collector=IP:8080.
Signed-off-by: Ben Smith <le.ben.smith@gmail.com>
Hannu Nyman [Mon, 25 Sep 2017 19:22:34 +0000 (22:22 +0300)]
Merge pull request #4877 from sartura/sysstat_bump_to_11.6.0
sysstat: bump to 11.6.0
Hannu Nyman [Mon, 25 Sep 2017 19:21:42 +0000 (22:21 +0300)]
Merge pull request #4866 from sotux/bugfix
net/ddns-scripts: Fix deSEC update URL
Marko Ratkaj [Mon, 25 Sep 2017 10:00:29 +0000 (12:00 +0200)]
sysstat: bump to 11.6.0
Source URL has changed so it is updated accordingly
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Qian Zheng [Thu, 21 Sep 2017 01:10:45 +0000 (09:10 +0800)]
net/ddns-scripts: Fix deSEC update URL
deSEC update API doesn't support http://[USERNAME]:[PASSWORD]@update.dedyn.io/update authorization.
So we need to pass username & password as get parameters.
API ref: https://desec.io/#!/en/docs/update-api-details
Signed-off-by: Qian Zheng <sotux82@gmail.com>
champtar [Sun, 24 Sep 2017 22:58:36 +0000 (15:58 -0700)]
Merge pull request #4868 from nxhack/CVE-2017-
1000250
bluez: bump to 5.47 fix CVE-2017-
1000250
champtar [Sun, 24 Sep 2017 22:53:27 +0000 (15:53 -0700)]
Merge pull request #3980 from amir-sabbaghi/glog
glog: new package
Hauke Mehrtens [Wed, 20 Sep 2017 18:27:34 +0000 (20:27 +0200)]
tor: update to version 0.2.9.12
This fixes the TROVE-2017-008 (CVE-2017-0380) security problem.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Amir Sabbaghi [Sat, 11 Feb 2017 08:40:23 +0000 (12:10 +0330)]
glog: new package
glog is C++ implementation of the Google logging module
Signed-off-by: Amir Sabbaghi <asaba90@gmail.com>
champtar [Sat, 23 Sep 2017 23:23:38 +0000 (16:23 -0700)]
Merge pull request #4848 from commodo/python-updates3
python: update interpreter to 2.7.14 & update some packages
champtar [Sat, 23 Sep 2017 23:10:23 +0000 (16:10 -0700)]
Merge pull request #4826 from nxhack/node-cylon_fix_PKG_NODE_VERSION
node-cylon: fix PKG_NODE_VERSION
champtar [Sat, 23 Sep 2017 23:09:57 +0000 (16:09 -0700)]
Merge pull request #4824 from nxhack/node-arduino-firmata_fix_depends
node-arduino-firmata: Correct multiple DEPENDS lines
champtar [Sat, 23 Sep 2017 23:09:05 +0000 (16:09 -0700)]
Merge pull request #4855 from sartura/yara_add_package
yara: add package
champtar [Sat, 23 Sep 2017 22:55:16 +0000 (15:55 -0700)]
Merge pull request #4863 from lucize/dovesql
dovecot: add mysql and postgresql modules
champtar [Sat, 23 Sep 2017 22:36:09 +0000 (15:36 -0700)]
Merge pull request #4845 from ClaymorePT/boost_1.65.1_r1
boost: 1.65.1 Update
champtar [Sat, 23 Sep 2017 22:33:36 +0000 (15:33 -0700)]
Merge pull request #4870 from hbl0307106015/ndpi
libndpi: bump to version 2.0
champtar [Sat, 23 Sep 2017 22:28:21 +0000 (15:28 -0700)]
Merge pull request #4842 from pprindeville/pciutils-no-rm-warning
pciutils: don't generate warning if file doesn't exist
champtar [Sat, 23 Sep 2017 22:20:32 +0000 (15:20 -0700)]
Merge pull request #4827 from nxhack/node-serialport_fix_PKG_NODE_VERSION
node-serialport: fix PKG_NODE_VERSION
champtar [Sat, 23 Sep 2017 22:19:35 +0000 (15:19 -0700)]
Merge pull request #4825 from nxhack/node-hid_fix_depends
node-hid: Correct multiple DEPENDS lines
champtar [Sat, 23 Sep 2017 22:16:48 +0000 (15:16 -0700)]
Merge pull request #4853 from StevenHessing/noddos
noddos: Noddos v0.5.0 with mDNS / DNS-SD support
champtar [Sat, 23 Sep 2017 21:00:04 +0000 (14:00 -0700)]
Merge pull request #4872 from champtar/sha256
Fix some PKG_MIRROR_HASH / PKG_HASH
Etienne Champetier [Sat, 23 Sep 2017 20:48:25 +0000 (13:48 -0700)]
build,travis: reduce verbosity
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Hannu Nyman [Sat, 23 Sep 2017 13:40:28 +0000 (16:40 +0300)]
Merge pull request #4836 from hnyman/nano287
nano: update to 2.8.7
Hannu Nyman [Sat, 23 Sep 2017 12:43:36 +0000 (15:43 +0300)]
Merge pull request #4871 from EricLuehrsen/unbound_control
unbound: upstream 1.6.6 and enhance control UCI option
Alexandru Ardelean [Mon, 18 Sep 2017 06:59:03 +0000 (09:59 +0300)]
python-idna: update to version 2.6
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:54:12 +0000 (09:54 +0300)]
python-six: update to version 1.11.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:52:43 +0000 (09:52 +0300)]
python-pyopenssl: update to version 17.3.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:51:21 +0000 (09:51 +0300)]
python-pyasn1-modules: update to version 0.1.4
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:50:03 +0000 (09:50 +0300)]
python-pyasn1: update to version 0.3.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:48:38 +0000 (09:48 +0300)]
python-lxml: update to version 4.0.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:42:23 +0000 (09:42 +0300)]
python-cffi: update to version 1.11.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Mon, 18 Sep 2017 06:40:54 +0000 (09:40 +0300)]
python: bump to version 2.7.14
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
BangLang Huang [Sat, 23 Sep 2017 08:41:24 +0000 (16:41 +0800)]
libndpi: bump to 2.0 version
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:32:49 +0000 (21:32 -0700)]
iotivity: add PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:28:21 +0000 (21:28 -0700)]
mmc-utils: fix PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:27:51 +0000 (21:27 -0700)]
mbtools: fix PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:26:51 +0000 (21:26 -0700)]
cryptodev-linux: fix PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:26:20 +0000 (21:26 -0700)]
canutils: fix PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:23:50 +0000 (21:23 -0700)]
protobuf: fix PKG_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Etienne Champetier [Sat, 23 Sep 2017 04:20:36 +0000 (21:20 -0700)]
shorewall: use sha256 for PKG_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Eric Luehrsen [Mon, 18 Sep 2017 04:12:02 +0000 (00:12 -0400)]
unbound: update options for remote-control
Enhance the 'control' option to allow using SSL
to connect to the server. Add the 'extended_stats'
option to match 'extended-statistics: yes.'
Document the 'extended_luci' option; it does not
control Unbound, but changes the LuCI tabs.
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Hirokazu MORIKAWA [Fri, 22 Sep 2017 06:51:37 +0000 (15:51 +0900)]
bluez: bump to 5.47 fix CVE-2017-
1000250
http://www.bluez.org/release-of-bluez-5-47/
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Eric Luehrsen [Tue, 19 Sep 2017 00:48:36 +0000 (20:48 -0400)]
unbound: update to 1.6.6
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Hannu Nyman [Thu, 21 Sep 2017 16:53:26 +0000 (19:53 +0300)]
Merge pull request #4832 from dedeckeh/pr-coap
libcoap: add coap client and server packages and update libcoap to 1.4.2
Marko Ratkaj [Tue, 18 Apr 2017 13:35:29 +0000 (15:35 +0200)]
yara: add package
YARA is a tool aimed at (but not limited to) helping malware researchers
to identify and classify malware samples. With YARA you can create
descriptions of malware families based on textual or binary patterns.
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Stijn Tintel [Wed, 20 Sep 2017 21:50:33 +0000 (00:50 +0300)]
domoticz: enable GPIO support
When cross-compiling Domoticz on a system without GPIO, the WITH_GPIO
flag is not set by cmake, and GPIO support is disabled as a result.
Enabling GPIO support by adding the flag to TARGET_CXXFLAGS.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Lucian Cristian [Wed, 20 Sep 2017 17:57:15 +0000 (20:57 +0300)]
dovecot: add mysql and postgresql modules
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hamid Ebadi [Wed, 20 Sep 2017 12:04:43 +0000 (14:04 +0200)]
protobuf: Fixing sha256 hash
Signed-off-by: Hamid Ebadi <hamid.ebadi@gmail.com>
champtar [Wed, 20 Sep 2017 13:22:26 +0000 (06:22 -0700)]
Merge pull request #4856 from sartura/file_fix_install
file: fix install section
Luiz Angelo Daros de Luca [Wed, 20 Sep 2017 12:48:28 +0000 (09:48 -0300)]
Merge pull request #4846 from luizluca/ruby-2.4.2
ruby: bump to 2.4.2
Luiz Angelo Daros de Luca [Mon, 18 Sep 2017 04:41:53 +0000 (01:41 -0300)]
ruby: bump to 2.4.2
This release contains some security fixes.
CVE-2017-0898: Buffer underrun vulnerability in Kernel.sprintf
CVE-2017-10784: Escape sequence injection vulnerability in the Basic authentication of WEBrick
CVE-2017-14033: Buffer underrun vulnerability in OpenSSL ASN1 decode
CVE-2017-14064: Heap exposure in generating JSON
Multiple vulnerabilities in RubyGems
Update bundled libyaml to version 0.1.7.
And many other bugfix.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Marko Ratkaj [Fri, 4 Aug 2017 11:40:53 +0000 (13:40 +0200)]
libs: file: install fix
By using $(CP) instead of $(INSTALL_DATA) we preserve symbolic links and
by doing so we dont copy the same file multiple times. This saves some
space.
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Stijn Tintel [Tue, 19 Sep 2017 19:13:44 +0000 (22:13 +0300)]
domitcz: fix dzVents scripts
Domoticz 3.8153 introduced support for dzVents. Unfortunately this was
broken by the 902_add-scripts-path, which attempts to make Domoticz more
FHS-compliant instead of throwing everything under /opt/domoticz.
The problem is that dzVents scripts added via the webinterface will be
generated on the filesystem. With the 902_add-scripts-path patch,
Domoticz tried to write this to "scriptsdir/dzVents/generated_scripts".
As the scriptsdir contains scripts that come with upstream, and are not
meant to be changed, this defaults to /usr/share/domoticz/scripts, which
is not writeable, so Domoticz is unable to write the script to the
filesystem. What is worse is that this silently fails.
Fix this by moving the generated_scripts dir to
"userdatadir/generated_scripts". The userdatadir defaults to
/var/lib/domoticz, which is writeable.
Additionally, since this patch does more than just adding the scripts
path, rename it to something more appropriate.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Philip Prindeville [Tue, 19 Sep 2017 19:23:22 +0000 (13:23 -0600)]
pciutils: fetch pci.ids file deterministically
Instead of using update-pciids from a postinst script, just download
the pci.ids file from its repo the same way that usbutils grabs usb.ids.
Remove the compression since we're going onto a squashfs filesystem
(most likely) anyway.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Hannu Nyman [Tue, 19 Sep 2017 16:33:41 +0000 (19:33 +0300)]
wget: Revert update to 1.19.1
revert the update as the new wget version links to libunistring
that is a rather large library. Better to revert the update now
in order to fix buildbot and then look into solutions.
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
champtar [Tue, 19 Sep 2017 13:02:48 +0000 (06:02 -0700)]
Merge pull request #4854 from diizzyy/patch-91
libs/sqlite3: Update to 3.20.1
Daniel Engberg [Tue, 19 Sep 2017 08:50:01 +0000 (10:50 +0200)]
libs/sqlite3: Update to 3.20.1
Update sqlite to 3.20.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Steven Hessing [Tue, 19 Sep 2017 03:48:48 +0000 (20:48 -0700)]
noddos: Noddos v0.5.0 with mDNS / DNS-SD support
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
champtar [Mon, 18 Sep 2017 23:58:37 +0000 (16:58 -0700)]
Merge pull request #4838 from StevenHessing/noddos
noddos: Don't create /var/lib/noddos in Makefile (#4837)
champtar [Mon, 18 Sep 2017 23:49:55 +0000 (16:49 -0700)]
Merge pull request #4852 from diizzyy/patch-90
net/sngrep: Update to 1.4.4-rc2
champtar [Mon, 18 Sep 2017 23:35:52 +0000 (16:35 -0700)]
Merge pull request #4844 from diizzyy/patch-88
net/inadyn: Update to 2.2
champtar [Mon, 18 Sep 2017 23:32:42 +0000 (16:32 -0700)]
Merge pull request #4851 from diizzyy/patch-89
admin/netdata: Update to 1.8.0
Daniel Engberg [Mon, 18 Sep 2017 22:17:39 +0000 (00:17 +0200)]
net/sngrep: Update to 1.4.4-rc2
Update sngrep to 1.4.4-rc2
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Mon, 18 Sep 2017 22:12:15 +0000 (00:12 +0200)]
admin/netdata: Update to 1.8.0
Update netdata to 1.8.0
Add back python modules, these are tweaked (modified) for netdata
Add additional flags to slim down the binary size
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Hannu Nyman [Mon, 18 Sep 2017 17:40:16 +0000 (20:40 +0300)]
wget: try to fix libunistring dependency
wget 1.91.1 configure script tries to link libunistring
if that is found. That lib is rather large and is not that
essential for normal operations, so instead of depending
on that, try to avoid linking it.
Revert an upstream commit that removed the clearance of
libunistring data in case IRI is explicitly disabled
(like we have it).
Reference to upstream commits:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=
00ae9b4ee2caa6640776e9777e7ef5a374d082c0
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=
990f3d67d340d226bbd4187f5d310a4d2bf2bfe4
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
champtar [Mon, 18 Sep 2017 16:40:47 +0000 (09:40 -0700)]
Merge pull request #4849 from zx2c4/patch-9
wireguard: bump to release 0.0.
20170918
champtar [Mon, 18 Sep 2017 16:34:55 +0000 (09:34 -0700)]
Merge pull request #4744 from sartura/sysrepo_update
Sysrepo update
Jason A. Donenfeld [Mon, 18 Sep 2017 15:59:00 +0000 (17:59 +0200)]
wireguard: bump to release 0.0.
20170918
Simple version bump.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Mislav Novakovic [Fri, 25 Aug 2017 13:00:42 +0000 (15:00 +0200)]
sysrepo: update the sysrepo/netopeer2 stack
Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Mislav Novakovic [Fri, 25 Aug 2017 16:07:21 +0000 (18:07 +0200)]
libredblack: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Hannu Nyman [Mon, 18 Sep 2017 09:40:13 +0000 (12:40 +0300)]
Merge pull request #4847 from mlichvar/chrony-update-3.2
chrony: update to 3.2
Hannu Nyman [Mon, 18 Sep 2017 09:39:11 +0000 (12:39 +0300)]
Merge pull request #4841 from hnyman/wget191
wget: update to 1.19.1
Hans Dedecker [Fri, 15 Sep 2017 12:41:38 +0000 (14:41 +0200)]
libcoap: update to v4.1.2
Update libcoap to latest stable version 4.1.2
While at it switch from tar extension bz2 to xz
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Miroslav Lichvar [Mon, 18 Sep 2017 07:55:16 +0000 (09:55 +0200)]
chrony: update to 3.2
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Yousong Zhou [Mon, 18 Sep 2017 01:16:25 +0000 (09:16 +0800)]
shadowsocks-libev: bump to version 3.1.0
Notable changes since 3.0.8
ede744a: depends on libcares now instead of libudns
1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY
9201619: ss-local: check if client supports socks5 protocol and no-auth-required method
f8283fc: Fix potential buffer overflow when parsing json config
380fddb: redir: fix conversion from DSCP to ToS
The two patches are now in the offical repo