Date: Wed, 14 Feb 2018 18:41:43 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461832 - head/dns/pear-Net_DNS2 Message-ID: <201802141841.w1EIfhM7056520@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802141841.w1EIfhM7056520>