Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 07:11:03 +0000 (UTC)
From:      Rainer Hurling <rhurlin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559345 - head/mail/mpop
Message-ID:  <202012270711.0BR7B3dV022693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rhurlin
Date: Sun Dec 27 07:11:03 2020
New Revision: 559345
URL: https://svnweb.freebsd.org/changeset/ports/559345

Log:
  mail/mpop: Update to 1.4.12
  
  Adds support for the libtls library (provided by the
  LibreSSL project).
  
  Changelog: https://marlam.de/mpop/news/
  
  PR:		252145
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27779

Modified:
  head/mail/mpop/Makefile
  head/mail/mpop/distinfo

Modified: head/mail/mpop/Makefile
==============================================================================
--- head/mail/mpop/Makefile	Sun Dec 27 07:08:23 2020	(r559344)
+++ head/mail/mpop/Makefile	Sun Dec 27 07:11:03 2020	(r559345)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mpop
-DISTVERSION=	1.4.11
+DISTVERSION=	1.4.12
 CATEGORIES=	mail
 MASTER_SITES=	https://marlam.de/mpop/releases/
 
@@ -20,7 +20,7 @@ INFO=		mpop
 
 OPTIONS_DEFINE=		GSASL IDN LIBSECRET NLS
 OPTIONS_RADIO=		TLS
-OPTIONS_RADIO_TLS=	GNUTLS OPENSSL
+OPTIONS_RADIO_TLS=	GNUTLS LIBTLS OPENSSL
 OPTIONS_DEFAULT=	GNUTLS IDN
 OPTIONS_SUB=		yes
 
@@ -34,6 +34,9 @@ IDN_CONFIGURE_WITH=	libidn
 LIBSECRET_DESC=		GNOME password management
 LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
 LIBSECRET_CONFIGURE_WITH=	libsecret
+LIBTLS_DESC=		SSL/TLS support via libtls
+LIBTLS_LIB_DEPENDS=	libtls.so:security/libressl
+LIBTLS_CONFIGURE_ON=	--with-tls=libtls
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 OPENSSL_USES=		ssl

Modified: head/mail/mpop/distinfo
==============================================================================
--- head/mail/mpop/distinfo	Sun Dec 27 07:08:23 2020	(r559344)
+++ head/mail/mpop/distinfo	Sun Dec 27 07:11:03 2020	(r559345)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606889448
-SHA256 (mpop-1.4.11.tar.xz) = 9b53df519d47b5e709aa066b54b97f0cdca84a06c92dbcf52118f86223dc9dbd
-SIZE (mpop-1.4.11.tar.xz) = 341752
+TIMESTAMP = 1608945943
+SHA256 (mpop-1.4.12.tar.xz) = 5f6355b52d9c360619623a40c66c1a5571e393b43fe58375c0de35429ac3480a
+SIZE (mpop-1.4.12.tar.xz) = 346316



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012270711.0BR7B3dV022693>