From owner-svn-ports-all@freebsd.org Fri Dec 11 16:14:00 2020 Return-Path: Delivered-To: svn-ports-all@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 009084B3A4D; Fri, 11 Dec 2020 16:14:00 +0000 (UTC) (envelope-from jbeich@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 4Cswnz6c1bz4Xr4; Fri, 11 Dec 2020 16:13:59 +0000 (UTC) (envelope-from jbeich@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 D57555DAB; Fri, 11 Dec 2020 16:13:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BBGDxms075161; Fri, 11 Dec 2020 16:13:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BBGDxTU075158; Fri, 11 Dec 2020 16:13:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012111613.0BBGDxTU075158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Dec 2020 16:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557748 - in head: net/openntpd net/relayd security/dsniff X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: net/openntpd net/relayd security/dsniff X-SVN-Commit-Revision: 557748 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 16:14:00 -0000 Author: jbeich Date: Fri Dec 11 16:13:58 2020 New Revision: 557748 URL: https://svnweb.freebsd.org/changeset/ports/557748 Log: security/libressl: re-link static library consumers after r557713 Modified: head/net/openntpd/Makefile (contents, props changed) head/net/relayd/Makefile (contents, props changed) head/security/dsniff/Makefile (contents, props changed) Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Fri Dec 11 16:02:34 2020 (r557747) +++ head/net/openntpd/Makefile Fri Dec 11 16:13:58 2020 (r557748) @@ -2,6 +2,7 @@ PORTNAME= openntpd PORTVERSION= 6.8p1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD Modified: head/net/relayd/Makefile ============================================================================== --- head/net/relayd/Makefile Fri Dec 11 16:02:34 2020 (r557747) +++ head/net/relayd/Makefile Fri Dec 11 16:13:58 2020 (r557748) @@ -2,7 +2,7 @@ PORTNAME= relayd PORTVERSION= 5.5.20140810 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= koue@chaosophia.net Modified: head/security/dsniff/Makefile ============================================================================== --- head/security/dsniff/Makefile Fri Dec 11 16:02:34 2020 (r557747) +++ head/security/dsniff/Makefile Fri Dec 11 16:13:58 2020 (r557748) @@ -3,7 +3,7 @@ PORTNAME= dsniff DISTVERSION= 2.4b1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://www.monkey.org/~dugsong/${PORTNAME}/beta/ \ LOCAL/sbz