From nobody Wed Dec 15 17:32:01 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C493218EA417; Wed, 15 Dec 2021 17:32:01 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JDj3j3jtzz4vPn; Wed, 15 Dec 2021 17:32:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F27F204C0; Wed, 15 Dec 2021 17:32:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BFHW1e8092006; Wed, 15 Dec 2021 17:32:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BFHW1Gg092005; Wed, 15 Dec 2021 17:32:01 GMT (envelope-from git) Date: Wed, 15 Dec 2021 17:32:01 GMT Message-Id: <202112151732.1BFHW1Gg092005@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 6a5dfca9f560 - main - security/openvpn: bugfix update to 2.5.5 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6a5dfca9f56080a45627bb4ba0b02039abd36aa5 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639589521; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7v5gTdnpSfs/dvPONJpWOTOYngWDOfQvEx7YoPFPICo=; b=vJToOPpSceaFC/B+NvSJc2Gff1Lt005S9Y8FuVUJEUzkX6/lSh9D99MKT3Y40+HkuvmfPt WoVu8fM9tTMV9chfRnwDXxUuRrrcW6lCYkmvc3S41pKnl391IhZOUXXfwMqDD5k8WvDrVi NF1zg9+V2fWa0BZ0tRpwbuYttkYnCVAYrZRE4X1CfcXA3Q24yaDj6wj1Jx6c+vPEjXixGC 6opz9JXylucefIOT5bKwK2RPMxZMowcgqWyYfJ2XQp9Vt1CQwE5SkkTd1hNAr22r0mai4Q bD5WMX9Ze22yTA1Z+G/AV0u8r6bMTI80yl4BXrukSsOB3wTypqAqsalVmV0WDA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639589521; a=rsa-sha256; cv=none; b=HX8KxT2CuGy/gAvlKW+5dxy1vtcVrHbw7gZJ/TOQ217ifUtoDZY9tUsRoZSfPlEuxkmo/C mOdudW9iQWYzE+dyGtZp8FolutDAzgayReVbr1C8gcMEopc/+WsQfsCW3uUc8JUUWYIcKC ju5YLMH/bkLKd9u6gWSaWPH5Tn6rpYOKVROjAasE0aQU5iwDN0fZngOisqQYCeAJ4wOpi5 dF/B6Ub7wSDqsDOGt5og84DaupZH71c3vWfnnJufA/FqLoBpIYdo3LbF/KuYW1c0F97Mz3 3gvEbBPam4UMAoKCx+NLO4utl/oq6SxIy4CPu8EdoMnS4KUx9IY19ntJeNqTXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5dfca9f56080a45627bb4ba0b02039abd36aa5 commit 6a5dfca9f56080a45627bb4ba0b02039abd36aa5 Author: Matthias Andree AuthorDate: 2021-12-15 17:29:40 +0000 Commit: Matthias Andree CommitDate: 2021-12-15 17:31:52 +0000 security/openvpn: bugfix update to 2.5.5 Bugfixes (FreeBSD-specific): * improve "make check" to notice if "openvpn --show-cipher" crashes * improve argv unit tests * ensure unit tests work with mbedTLS builds without BF-CBC ciphers * include "--push-remove" in the output of "openvpn --help" * fix "resolvconf -p" invocation in example "up" script * fix "common_name" environment for script calls when "--username-as-common-name" is in effect (Trac #1434) Documentation: * move "push-peer-info" documentation from "server options" to "client" (where it belongs) * correct "foreign_option_{n}" typo in manpage * update IRC information in CONTRIBUTING.rst (libera.chat) * README.down-root: fix plugin module name --- security/openvpn/Makefile | 4 ++-- security/openvpn/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index ae8ba2f5fe16..c2a7d0ea7321 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -1,8 +1,8 @@ # Created by: Matthias Andree PORTNAME= openvpn -DISTVERSION= 2.5.4 -PORTREVISION?= 3 +DISTVERSION= 2.5.5 +PORTREVISION?= 0 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index 52de3f3f856e..24944d4bf171 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633456661 -SHA256 (openvpn-2.5.4.tar.xz) = 56c0dcd27ab938c4ad07469c86eb8b7408ef64c3e68f98497db8c03f11792436 -SIZE (openvpn-2.5.4.tar.xz) = 1150604 +TIMESTAMP = 1639588596 +SHA256 (openvpn-2.5.5.tar.xz) = 119bd69fa0210838f6cdaa273696dc738efa200f454dbe11eb6dfb75dfb6003b +SIZE (openvpn-2.5.5.tar.xz) = 1147184