From owner-svn-ports-head@freebsd.org Sun Dec 27 07:11:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CC4F84B133D; Sun, 27 Dec 2020 07:11:03 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3X075TRlz3n6w; Sun, 27 Dec 2020 07:11:03 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEF7E22F97; Sun, 27 Dec 2020 07:11:03 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BR7B3kT022694; Sun, 27 Dec 2020 07:11:03 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BR7B3dV022693; Sun, 27 Dec 2020 07:11:03 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202012270711.0BR7B3dV022693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sun, 27 Dec 2020 07:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559345 - head/mail/mpop X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/mail/mpop X-SVN-Commit-Revision: 559345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2020 07:11:03 -0000 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 (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