Daniel Golle [Sun, 30 Sep 2018 21:01:35 +0000 (23:01 +0200)]
gnurl: update to version 7.61.1
No release tarball has been published yet, use v7.61.1 git tag instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Philip Prindeville [Sun, 30 Sep 2018 20:25:16 +0000 (14:25 -0600)]
Merge pull request #7124 from pprindeville/acpica-unix-update-
20180927
acpica-unix: update to
20180929
Philip Prindeville [Sun, 30 Sep 2018 19:55:50 +0000 (13:55 -0600)]
acpica-unix: update to
20180929
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Eneas U de Queiroz [Mon, 4 Jun 2018 02:51:37 +0000 (23:51 -0300)]
openssh: add openssl 1.1.0 compatibility
Five commits from upstream were applied to v. 7.8-p1:
482d23bc upstream: hold our collective noses and use the openssl-1.1.x
API in
48f54b9d adapt -portable to OpenSSL 1.1x API
86e0a9f3 upstream: use only openssl-1.1.x API here too
a3fd8074 upstream: missed a bit of openssl-1.0.x API in this unittest
d64e7852 add compat header
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Daniel Golle [Sun, 30 Sep 2018 15:22:24 +0000 (17:22 +0200)]
gnunet: update to gnunet 0.11 release candidate source as of
20180929
* break-out basic TCP and UDP transports
* add xt and xu experimental transports
* add zoneimport tool
* add abe, credential and reclaim components to gnunet-social package
* add new REST plugins
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 14:40:35 +0000 (16:40 +0200)]
libgabe: add package
only static library builds for now, seems to be sufficient for GNUnet.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 30 Sep 2018 14:39:24 +0000 (16:39 +0200)]
libpbc: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
W. Michael Petullo [Sun, 23 Sep 2018 11:59:09 +0000 (07:59 -0400)]
nfs-kernel-server: add support for NFSv4
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Guo Li [Sat, 29 Sep 2018 08:07:34 +0000 (08:07 +0000)]
bandwidthd: fix undefined references to inline functions
gcc-7 with -Os makes inline functions disappeard. It are caused by
the new C11 inline semantics. pass option -fgnu89-inline to gcc let
it use gnu inline semantics.
see https://wiki.debian.org/GCC7#Porting_help
bandwidthd.o: In function `RCDF_Load':
bandwidthd.c:(.text+0xb33): undefined reference to `FindIp'
bandwidthd.o: In function `PacketCallback':
bandwidthd.c:(.text+0x11d0): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11e2): undefined reference to `Credit'
bandwidthd.c:(.text+0x11ea): undefined reference to `FindIp'
bandwidthd.c:(.text+0x11fc): undefined reference to `Credit'
bandwidthd.c:(.text+0x1218): undefined reference to `FindIp'
bandwidthd.c:(.text+0x122a): undefined reference to `Credit'
bandwidthd.c:(.text+0x1232): undefined reference to `FindIp'
bandwidthd.c:(.text+0x1244): undefined reference to `Credit'
collect2: error: ld returned 1 exit status
Makefile:20: recipe for target 'bandwidthd' failed
make[4]: *** [bandwidthd] Error 1
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Dirk Brenken [Sat, 29 Sep 2018 16:19:48 +0000 (18:19 +0200)]
Merge pull request #7115 from dibdot/ddns-fix
ddns-scripts: multiple fixes
Deng Qingfang [Wed, 18 Jul 2018 07:53:44 +0000 (15:53 +0800)]
libev: update to 4.24
Compile & runtime tested: ar71xx, ramips, mvebu
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
Ted Hess [Sat, 29 Sep 2018 15:04:34 +0000 (11:04 -0400)]
CONTRIBUTING.md: Update documentation links
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Sat, 29 Sep 2018 14:41:58 +0000 (10:41 -0400)]
Merge pull request #7104 from thess/master
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
Ted Hess [Wed, 26 Sep 2018 14:38:51 +0000 (10:38 -0400)]
CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.
Add description of preferred archive formats and download methods.
Encourage multiple maintainers.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Nikos Mavrogiannopoulos [Sat, 29 Sep 2018 08:03:20 +0000 (10:03 +0200)]
gnutls: updated to 3.5.19
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Rosen Penev [Mon, 6 Aug 2018 21:03:07 +0000 (14:03 -0700)]
hamlib: Update to 3.3
Rearranged Makefile for consistency.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Andy Walsh [Sat, 29 Sep 2018 00:05:19 +0000 (02:05 +0200)]
samba4: fix missing busybox 'hostname -f' command
* busybox does not have 'hostname' by default so replaced it with uci calls
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Jianhui Zhao [Sat, 8 Sep 2018 18:03:42 +0000 (02:03 +0800)]
rtty: Update to 6.2.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Dirk Brenken [Fri, 28 Sep 2018 06:11:17 +0000 (08:11 +0200)]
Merge pull request #7111 from Andy2244/wsdd2-fix-triggers
wsdd2: fix missing triggers
Dirk Brenken [Fri, 28 Sep 2018 06:10:45 +0000 (08:10 +0200)]
Merge pull request #7110 from Andy2244/samba4-fix-netbiosname
samba4: fix netbios_name
Dirk Brenken [Thu, 13 Sep 2018 12:45:44 +0000 (14:45 +0200)]
ddns-scripts: multiple fixes
* replace shell based urlencoder with an awk variant
* fix write_log function/syslog output in case of an error
* protect answer string with double quotes in update_route53
* remove bogus set/IFS options in update_route53
* clean-up update_route53 a little bit
This patchset finally fix #6977
Many thanks to @mark0n & @a-bali for testing & debugging
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Fri, 28 Sep 2018 05:24:32 +0000 (07:24 +0200)]
Merge pull request #7112 from EricLuehrsen/unbound_leak
unbound: add patches for leaks during TLS query
Yousong Zhou [Thu, 27 Sep 2018 03:48:53 +0000 (03:48 +0000)]
jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 27 Sep 2018 03:39:12 +0000 (03:39 +0000)]
treewide: remove obsolete references to avr32
This is a long overdue followup commit to openwrt/openwrt@
5d9eeab
("build: remove obsolete references to cris and avr32")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Jianhui Zhao [Sat, 8 Sep 2018 13:10:51 +0000 (21:10 +0800)]
libuwsc: Update to 3.0.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Eric Luehrsen [Tue, 18 Sep 2018 01:10:33 +0000 (21:10 -0400)]
unbound: add patches for leaks during TLS query
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
Luiz Angelo Daros de Luca [Thu, 27 Sep 2018 19:13:20 +0000 (16:13 -0300)]
libcups: fix build for x86
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Andy Walsh [Thu, 27 Sep 2018 15:08:33 +0000 (17:08 +0200)]
wsdd2: fix missing triggers
* add triggers so changes can be picked up
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Thu, 27 Sep 2018 14:54:06 +0000 (16:54 +0200)]
samba4: fix netbios_name
* fixes: error 0x80070035
* add triggers to catch hostname changes
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Karl Palsson [Wed, 26 Sep 2018 10:42:46 +0000 (10:42 +0000)]
mosquitto: bump to 1.5.3
Full changelog at https://github.com/eclipse/mosquitto/blob/v1.5.3/ChangeLog.txt
Primary change:
CVE fix for CVE-2018-12543 - prevent crash on topics that begin with $
but are not $SYS
Selected other fixes relevant to OpenWrt since 1.5.1:
- Fix retained messages not sent by bridges on outgoing topics at the first
connection. Closes #701.
- Fix duplicate clients being added to by_id hash before the old client was
removed. Closes #645.
- Fix excessive CPU usage when the number of sockets exceeds the system limit.
Closes #948.
- Fix for bridge connections when using WITH_ADNS=yes.
- Fix round_robin false behaviour. Closes #481.
- Fix segfault on HUP when bridges and security options are configured.
Closes #965.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Guo Li [Wed, 26 Sep 2018 04:14:10 +0000 (12:14 +0800)]
sendmail: fix confLIBSEARCHPATH to $(STAGING_DIR)
This fix issue 'cannot find -lnsl' on build server which has libnsl.so in
/usr/lib
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Peter Wagner [Tue, 25 Sep 2018 20:29:32 +0000 (22:29 +0200)]
glib2: update to 2.58.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Tue, 25 Sep 2018 15:48:45 +0000 (11:48 -0400)]
Merge pull request #7100 from thess/boost-work
boost: Makefile and package changes to support builds with both Python versions selected
Guo Li [Mon, 10 Sep 2018 08:00:48 +0000 (16:00 +0800)]
getdns: add note for remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Guo Li [Mon, 10 Sep 2018 03:59:23 +0000 (11:59 +0800)]
getdns: remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Guo Li [Thu, 6 Sep 2018 05:42:22 +0000 (13:42 +0800)]
getdns: fix missing libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Ted Hess [Mon, 24 Sep 2018 21:14:54 +0000 (17:14 -0400)]
Merge pull request #7089 from pprindeville/perlmod-fix-include-perlver.mk
perlmod: fix ability to build module out-of-feed
Hannu Nyman [Mon, 24 Sep 2018 19:14:59 +0000 (22:14 +0300)]
Merge pull request #7097 from tru7/libfmt
libfmt: upgrade to version 5.2.1
Hannu Nyman [Mon, 24 Sep 2018 19:14:45 +0000 (22:14 +0300)]
Merge pull request #7094 from Andy2244/master
samba4: update to 4.9.1
Hannu Nyman [Mon, 24 Sep 2018 19:14:31 +0000 (22:14 +0300)]
Merge pull request #7093 from TDT-AG/pr/
20180924-net-mwan3-update
net/mwan3: some fixes
Ted Hess [Mon, 24 Sep 2018 18:33:39 +0000 (14:33 -0400)]
boost: Makefile and package changes to support builds with both Python 2.x and Python 3.x versions.
Python versioning is automatically configured from lang/python repository xxx-version.mk files.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Othmar Truniger [Mon, 24 Sep 2018 17:48:24 +0000 (19:48 +0200)]
libfmt: upgrade to version 5.2.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
Andy Walsh [Mon, 24 Sep 2018 09:02:47 +0000 (11:02 +0200)]
samba4: update to 4.9.1
fixes: nmbd: Stop nmbd network announce storm (bug #13620).
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Florian Eckert [Mon, 24 Sep 2018 08:21:37 +0000 (10:21 +0200)]
net/mwan3: update version to 2.7.2
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 29 Aug 2018 07:19:05 +0000 (09:19 +0200)]
net/mwan3: fix start/stop/restart execution
Move setting global enabled flag from /etc/init.d/mwan3 to mwan3
command. So we could start mwan3 from the cmd mwan3 as well.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 21 Jun 2018 11:14:12 +0000 (13:14 +0200)]
net/mwan3: mwan3track should also send disconnected action on signal USR1
Also send disconnected action on system signal USR1.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 8 May 2018 11:52:21 +0000 (13:52 +0200)]
net/mwan3: add ttl check
Add the additional optional ttl check to test the connection.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Thomas Heil [Sun, 23 Sep 2018 21:34:49 +0000 (23:34 +0200)]
Merge pull request #6995 from neheb/odbc
unixodbc: Update to 2.3.7
Thomas Heil [Sun, 23 Sep 2018 21:29:09 +0000 (23:29 +0200)]
Merge pull request #7074 from neheb/patch-41
apr: Update to 1.6.5
Thomas Heil [Sun, 23 Sep 2018 21:28:26 +0000 (23:28 +0200)]
Merge pull request #7086 from gladiac1337/feature-haproxy-v1.8.14
haproxy: Update HAProxy to v1.8.14
Philip Prindeville [Sun, 23 Sep 2018 19:36:37 +0000 (13:36 -0600)]
perlmod: fix ability to build module out-of-feed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Michael Heimpold [Sun, 23 Sep 2018 19:35:04 +0000 (21:35 +0200)]
php7: update to 7.2.10
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Peter Wagner [Sun, 23 Sep 2018 18:28:08 +0000 (20:28 +0200)]
glib2: update to 2.56.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
champtar [Sun, 23 Sep 2018 17:07:55 +0000 (10:07 -0700)]
Merge pull request #6899 from diizzyy/patch-12
libs/sqlite: Update to 3.24.0
Hannu Nyman [Sun, 23 Sep 2018 16:51:02 +0000 (19:51 +0300)]
Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12
libftdi1: Fix compilation with cmake 3.12
Hannu Nyman [Sun, 23 Sep 2018 16:22:38 +0000 (19:22 +0300)]
Merge pull request #6538 from FireCulex/bonnie++
bonnie++ 1.97.3
Hannu Nyman [Sun, 23 Sep 2018 15:42:29 +0000 (18:42 +0300)]
nano: update to 3.1
* Update nano editor to 3.1
* Apply a post-release upstream patch to fix compilation
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Dirk Brenken [Sun, 23 Sep 2018 12:42:25 +0000 (14:42 +0200)]
Merge pull request #7025 from Andy2244/krb5-keyutil-fix
krb5: fix keyutils dependency
Dirk Brenken [Sat, 22 Sep 2018 19:01:53 +0000 (21:01 +0200)]
Merge pull request #6796 from MikePetullo/syslog-ng
syslog-ng: update to 3.17.2
Christian Lachner [Sat, 22 Sep 2018 14:51:36 +0000 (16:51 +0200)]
haproxy: Update HAProxy to v1.8.14
- Update haproxy download URL and hash
- Removed all obsolete patches
- This fixes CVE-2018-14645 (See: https://nvd.nist.gov/vuln/detail/CVE-2018-14645)
Signed-off-by: Christian Lachner <gladiac@gmail.com>
W. Michael Petullo [Sat, 22 Sep 2018 12:39:38 +0000 (08:39 -0400)]
syslog-ng: update to 3.17.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Dirk Brenken [Sat, 22 Sep 2018 05:21:49 +0000 (07:21 +0200)]
Merge pull request #7079 from valdi74/update_package_aria2
aria2: handle check_certificate=false config option
Dirk Brenken [Sat, 22 Sep 2018 05:20:12 +0000 (07:20 +0200)]
Merge pull request #7008 from TDT-AG/pr/
20180912-keepalived-enable-ipvs
net/keepalived: update to version 2.0.7 and enable ipvs support
Dirk Brenken [Sat, 22 Sep 2018 05:14:44 +0000 (07:14 +0200)]
Merge pull request #6990 from ptpt52/mwan3-fix
mwan3: optimize the process of copying routing tables
Dirk Brenken [Sat, 22 Sep 2018 05:05:49 +0000 (07:05 +0200)]
Merge pull request #7030 from jonathanunderwood/stubby_ca_certificates_dependency
stubby: add missing dependency on ca-certificates
Dirk Brenken [Sat, 22 Sep 2018 04:53:50 +0000 (06:53 +0200)]
Merge pull request #7046 from neheb/patch-27
python-pcapy: Update to 0.11.4
Peter Wagner [Sat, 22 Sep 2018 01:15:11 +0000 (03:15 +0200)]
git: simplify install code
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Sat, 22 Sep 2018 00:41:12 +0000 (02:41 +0200)]
git: don't hard link to symlinks, to avoid ending up with a git executeable with 0777 access rights
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Fri, 21 Sep 2018 15:43:22 +0000 (11:43 -0400)]
boost: Bump PKG_RELEASE to force buildbot re-builds
Signed-off-by: Ted Hess <thess@kitschensync.net>
Chen Minqiang [Mon, 10 Sep 2018 12:07:03 +0000 (20:07 +0800)]
mwan3: optimize the process of copying routing tables
- The original copy process is to delete all routing tables first,
then add new routing table. This process is too slow and very dirty.
- We use grep to identify the changes and apply them.
- ignore ipv6 unreachable routes
- update version number
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Ted Hess [Thu, 20 Sep 2018 20:08:41 +0000 (16:08 -0400)]
Merge pull request #7081 from thess/boost-work
boost: Fix mips32r1 cpu builds (exclude Boost.fiber)
Ted Hess [Thu, 20 Sep 2018 18:24:54 +0000 (14:24 -0400)]
boost: Fix mips32r1 cpu builds (exclude Boost.fiber)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Thu, 20 Sep 2018 16:35:36 +0000 (19:35 +0300)]
Merge pull request #7068 from neheb/jool
jool: Update to 3.5.7 and switch to tarballs
Hannu Nyman [Thu, 20 Sep 2018 16:34:33 +0000 (19:34 +0300)]
Merge pull request #7076 from mlichvar/chrony-update-3.4
chrony: update to 3.4
Waldemar Konik [Thu, 20 Sep 2018 10:37:58 +0000 (12:37 +0200)]
aria2: handle check_certificate=false config option
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
Hannu Nyman [Wed, 19 Sep 2018 19:25:54 +0000 (22:25 +0300)]
Merge pull request #7069 from sartura/geth_1.8.15
geth: Update to 1.8.15
Toke Høiland-Jørgensen [Wed, 19 Sep 2018 15:57:22 +0000 (17:57 +0200)]
acme: Fix arithmetic syntax
Thanks to @jow- for pointing out the mistake.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Miroslav Lichvar [Wed, 19 Sep 2018 15:43:26 +0000 (17:43 +0200)]
chrony: update to 3.4
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Toke Høiland-Jørgensen [Wed, 19 Sep 2018 14:30:35 +0000 (16:30 +0200)]
Merge branch 'acme-nginx'
Closes #6513
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen [Wed, 19 Sep 2018 14:29:55 +0000 (16:29 +0200)]
acme: Fix whitespace and long lines, bump package rev
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Ansuel Smith [Wed, 18 Jul 2018 01:02:11 +0000 (03:02 +0200)]
acme: add support for nginx webserver
This adds a metapakcge for acme luci ap without uhttpd dependency and adds entities and check to stop handle nginx server and modify the certificate set automatically.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Jo-Philipp Wich [Wed, 19 Sep 2018 05:39:13 +0000 (07:39 +0200)]
Merge pull request #6981 from neheb/png
libpng: Update to l.6.35
Rosen Penev [Wed, 19 Sep 2018 02:45:49 +0000 (19:45 -0700)]
apr: Update to 1.6.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Philip Prindeville [Wed, 19 Sep 2018 02:09:37 +0000 (22:09 -0400)]
Merge pull request #6869 from pprindeville/syslog-ng-disable-tests
syslog-ng: disable tests as Travis is timing out
Ted Hess [Tue, 18 Sep 2018 16:14:18 +0000 (12:14 -0400)]
Merge pull request #7067 from ClaymorePT/boost_1.68_r2
boost: Package Makefile Revision
Carlos Miguel Ferreira [Tue, 18 Sep 2018 02:46:23 +0000 (03:46 +0100)]
boost: Package Makefile Revision
Boost.Fiber is now disabled for Targets which use mips32 or mips64 cpu type.
This commit fixes issue [1]
[1]: https://github.com/openwrt/packages/issues/6987
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
Mislav Novakovic [Tue, 18 Sep 2018 07:56:04 +0000 (09:56 +0200)]
geth: Update to 1.8.15
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Rosen Penev [Mon, 16 Jul 2018 17:55:56 +0000 (10:55 -0700)]
jool: Update to 3.5.7 and switch to tarballs
Should be faster.
Rearranged Makefile slightly for consistency with other packages.
Version 3.5.6 and above are relicensed to GPL-2.0.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 17 Sep 2018 19:49:15 +0000 (22:49 +0300)]
Merge pull request #6820 from notnyt/update_cshark
cshark: update to latest git HEAD
Peter Wagner [Mon, 17 Sep 2018 19:29:02 +0000 (21:29 +0200)]
git: update to 2.19.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Mon, 17 Sep 2018 19:28:15 +0000 (21:28 +0200)]
tor: update to 0.3.4.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Rosen Penev [Sun, 19 Aug 2018 23:09:03 +0000 (16:09 -0700)]
glib2: Update to 2.56.2
Adjusted some configure flags. Disabled some documentation to save on
build time. It seems to have also fixed parallel building on mvebu at
least.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 17 Sep 2018 19:16:44 +0000 (22:16 +0300)]
Merge pull request #7054 from tru7/libfmt
libfmt: bump to version 5.2.0
Othmar Truniger [Mon, 17 Sep 2018 18:10:55 +0000 (20:10 +0200)]
libfmt: bump to version 5.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
Hannu Nyman [Mon, 17 Sep 2018 15:34:45 +0000 (18:34 +0300)]
Merge pull request #7050 from mlichvar/chrony-fix-ipv6-allow
chrony: fix configuration of IPv6 client access
Miroslav Lichvar [Mon, 17 Sep 2018 09:11:25 +0000 (11:11 +0200)]
chrony: fix configuration of IPv6 client access
Fix the init script to allow access from IPv6 subnets of the interface
specified in allow section in /etc/config/chrony.
Fixes issue #7039.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Hannu Nyman [Mon, 17 Sep 2018 15:02:52 +0000 (18:02 +0300)]
Merge pull request #7048 from neheb/patch-32
python-lxml: Update to 4.2.5
Hannu Nyman [Mon, 17 Sep 2018 15:02:19 +0000 (18:02 +0300)]
Merge pull request #7041 from neheb/patch-18
jdcal: Update to 1.4
Hannu Nyman [Mon, 17 Sep 2018 15:01:26 +0000 (18:01 +0300)]
Merge pull request #7049 from neheb/patch-35
pytz: Update to 2018.5
Hannu Nyman [Mon, 17 Sep 2018 15:01:04 +0000 (18:01 +0300)]
Merge pull request #7045 from neheb/patch-11
python-dateutil: Update to 2.7.3