Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,3 +1,6 @@
# From http://sourceforge.net/projects/msmtp/files/msmtp/1.6.5/
md5 50a8c9bb72f8222779db6b4aae2965e0 msmtp-1.6.5.tar.xz
sha1 27d1fc609cd453a7e4c55c4ec55d455949bc53f1 msmtp-1.6.5.tar.xz
# From http://sourceforge.net/projects/msmtp/files/msmtp/1.6.6/
md5 82b0520b57db4b2cf05333d11fb5974d msmtp-1.6.6.tar.xz
sha1 f997f40dfb3f882df837cfd9a63bd4d271dcdc41 msmtp-1.6.6.tar.xz
# Locally calculated after checking signature
# http://downloads.sourceforge.net/project/msmtp/msmtp/1.6.6/msmtp-1.6.6.tar.xz.sig
sha256 da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e msmtp-1.6.6.tar.xz

View File

@@ -4,7 +4,7 @@
#
################################################################################
MSMTP_VERSION = 1.6.5
MSMTP_VERSION = 1.6.6
MSMTP_SITE = http://downloads.sourceforge.net/project/msmtp/msmtp/$(MSMTP_VERSION)
MSMTP_SOURCE = msmtp-$(MSMTP_VERSION).tar.xz
MSMTP_DEPENDENCIES = host-pkgconf
@@ -12,7 +12,7 @@ MSMTP_CONF_OPTS = \
--without-libidn \
--disable-gai-idn \
--without-libgsasl
MSMTP_LICENSE = GPLv3+
MSMTP_LICENSE = GPL-3.0+
MSMTP_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_LIBSECRET),y)