Merge pull request #11773 from BKPepe/msmtp
[18.06] msmtp: update to version 1.8.7
This commit is contained in:
commit
133f71a2cd
1 changed files with 10 additions and 9 deletions
|
@ -9,16 +9,17 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=msmtp
|
||||
PKG_VERSION:=1.6.6
|
||||
PKG_VERSION:=1.8.7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@SF/msmtp
|
||||
PKG_HASH:=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
||||
PKG_SOURCE_URL:=https://marlam.de/msmtp/releases
|
||||
PKG_HASH:=9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1
|
||||
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_CPE_ID:=cpe:/a:marlam:msmt
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
@ -33,7 +34,7 @@ define Package/msmtp/Default
|
|||
CATEGORY:=Mail
|
||||
DEPENDS:=$(INTL_DEPENDS)
|
||||
TITLE:=Simple sendmail SMTP forwarding
|
||||
URL:=http://msmtp.sourceforge.net/
|
||||
URL:=https://marlam.de/msmtp/
|
||||
endef
|
||||
|
||||
define Package/msmtp/Default/description
|
||||
|
@ -46,7 +47,7 @@ endef
|
|||
|
||||
define Package/msmtp
|
||||
$(call Package/msmtp/Default)
|
||||
DEPENDS+= +libopenssl +ca-bundle
|
||||
DEPENDS+= +libgnutls +ca-bundle
|
||||
TITLE+= (with SSL support)
|
||||
VARIANT:=ssl
|
||||
endef
|
||||
|
@ -110,12 +111,12 @@ MAKE_FLAGS :=
|
|||
|
||||
ifeq ($(BUILD_VARIANT),ssl)
|
||||
CONFIGURE_ARGS += \
|
||||
--with-tls=openssl
|
||||
--with-tls=gnutls
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_VARIANT),nossl)
|
||||
CONFIGURE_ARGS += \
|
||||
--with-tls=no
|
||||
--without-tls
|
||||
endif
|
||||
|
||||
define Package/msmtp/install
|
||||
|
|
Loading…
Reference in a new issue