From owner-svn-ports-all@freebsd.org Wed Feb 14 18:41:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B8AFF160F3; Wed, 14 Feb 2018 18:41:44 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD87687484; Wed, 14 Feb 2018 18:41:43 +0000 (UTC) (envelope-from joneum@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 D876A13909; Wed, 14 Feb 2018 18:41:43 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1EIfhQc056522; Wed, 14 Feb 2018 18:41:43 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1EIfhM7056520; Wed, 14 Feb 2018 18:41:43 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802141841.w1EIfhM7056520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 14 Feb 2018 18:41:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461832 - head/dns/pear-Net_DNS2 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/dns/pear-Net_DNS2 X-SVN-Commit-Revision: 461832 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.25 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: Wed, 14 Feb 2018 18:41:44 -0000 Author: joneum Date: Wed Feb 14 18:41:43 2018 New Revision: 461832 URL: https://svnweb.freebsd.org/changeset/ports/461832 Log: dns/pear-Net_DNS2: Update to 1.4.4 Changelog: - bugfix when returning an empty bitmap-type in BitMap.php - added the BIND 9 private record RR (TYPE65534) - added DNSSEC algorithms 13-16 (ECDSAP256SHA256, ECDSAP384SHA384, ED25519, and ED448). - added SSHFP algoritm ED25519. - modified Net_DNS2::sendPacket() to use current()/next() rather than the deprecated each() (deprecated in 7.2). While here, switch to DISTVERSION Approved by: mentors (implicit) Modified: head/dns/pear-Net_DNS2/Makefile head/dns/pear-Net_DNS2/distinfo Modified: head/dns/pear-Net_DNS2/Makefile ============================================================================== --- head/dns/pear-Net_DNS2/Makefile Wed Feb 14 18:39:24 2018 (r461831) +++ head/dns/pear-Net_DNS2/Makefile Wed Feb 14 18:41:43 2018 (r461832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net_DNS2 -PORTVERSION= 1.4.3 +DISTVERSION= 1.4.4 CATEGORIES= dns net pear MAINTAINER= joneum@FreeBSD.org Modified: head/dns/pear-Net_DNS2/distinfo ============================================================================== --- head/dns/pear-Net_DNS2/distinfo Wed Feb 14 18:39:24 2018 (r461831) +++ head/dns/pear-Net_DNS2/distinfo Wed Feb 14 18:41:43 2018 (r461832) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488940232 -SHA256 (PEAR/Net_DNS2-1.4.3.tgz) = 77313fc0cbb1fa91832010b28c85efbbef58956ff2d99f8dbf0adf6593e19404 -SIZE (PEAR/Net_DNS2-1.4.3.tgz) = 82572 +TIMESTAMP = 1518633563 +SHA256 (PEAR/Net_DNS2-1.4.4.tgz) = 7f39784900d3e4d53e499a1340aa544709a8355ab60af28e34f92963843eac50 +SIZE (PEAR/Net_DNS2-1.4.4.tgz) = 83242