Received: by mail.netbsd.org (Postfix, from userid 605) id B787B84F7B; Wed, 8 Feb 2023 16:14:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E7D4D84F79 for ; Wed, 8 Feb 2023 16:14:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nbWO_wZbs0f0 for ; Wed, 8 Feb 2023 16:14:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5EA2884D26 for ; Wed, 8 Feb 2023 16:14:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 532FEFA90; Wed, 8 Feb 2023 16:14:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167587285554840" MIME-Version: 1.0 Date: Wed, 8 Feb 2023 16:14:15 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/fehqlibs To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230208161415.532FEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167587285554840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Feb 8 16:14:15 UTC 2023 Modified Files: pkgsrc/net/fehqlibs: Makefile distinfo Log Message: Update to 22. From the changelog: 22: - Changed ipX_bytestring to return correctly the number of bytes processed. 21: - Fixed wrong return code for DNS_COM (tx Franz). - Fixed header and man page for env functions and included fd_coe in man fd. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/fehqlibs/Makefile \ pkgsrc/net/fehqlibs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167587285554840 Content-Disposition: inline Content-Length: 1633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/fehqlibs/Makefile diff -u pkgsrc/net/fehqlibs/Makefile:1.20 pkgsrc/net/fehqlibs/Makefile:1.21 --- pkgsrc/net/fehqlibs/Makefile:1.20 Wed Aug 3 16:31:22 2022 +++ pkgsrc/net/fehqlibs/Makefile Wed Feb 8 16:14:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2022/08/03 16:31:22 schmonz Exp $ +# $NetBSD: Makefile,v 1.21 2023/02/08 16:14:15 schmonz Exp $ -DISTNAME= fehQlibs-20 +DISTNAME= fehQlibs-22 PKGNAME= ${DISTNAME:S/Qlibs-/qlibs-/} CATEGORIES= net MASTER_SITES= https://www.fehcom.de/ipnet/fehQlibs/ Index: pkgsrc/net/fehqlibs/distinfo diff -u pkgsrc/net/fehqlibs/distinfo:1.20 pkgsrc/net/fehqlibs/distinfo:1.21 --- pkgsrc/net/fehqlibs/distinfo:1.20 Wed Aug 3 16:31:22 2022 +++ pkgsrc/net/fehqlibs/distinfo Wed Feb 8 16:14:15 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2022/08/03 16:31:22 schmonz Exp $ +$NetBSD: distinfo,v 1.21 2023/02/08 16:14:15 schmonz Exp $ -BLAKE2s (fehQlibs-20.tgz) = b5f45204d930f55bbfca59b516421a9a135273b32de2f55b8d2dec378b653d33 -SHA512 (fehQlibs-20.tgz) = c497c60e7ce241cc83aedb979079a6e4ff512f1b3e8beccaae2b18066e0a8af43d4a6fb7d51dc49976be58a19e223908c476d00048b8fbbdd7d6e007af85fdb2 -Size (fehQlibs-20.tgz) = 85609 bytes +BLAKE2s (fehQlibs-22.tgz) = c0a14d0160363d7f00d4a640eae5e3ba670255d7a0c42a62a277ec1b0ac0d7ca +SHA512 (fehQlibs-22.tgz) = 935db1139dfbb002ca3a009716ef5501c2d2b16796a520a7fd09ccda5c89c4db3b9cbef6ff2a30e15a5f0d51cc538b42b45b3cd21a153bdd4f7faa1bc2b63c6b +Size (fehQlibs-22.tgz) = 87098 bytes SHA1 (patch-Makefile) = a5e168aa600f49908f3e5e825fe3b649e7a84f2b SHA1 (patch-install) = 860256635a5a19805ec3ed97f11833a35f67d3bb --_----------=_167587285554840--