Received: by mail.netbsd.org (Postfix, from userid 605) id 39F5D84E63; Sat, 15 Oct 2022 12:13:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A0D684DC2 for ; Sat, 15 Oct 2022 12:13:16 +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 YIDQVe8PnVD0 for ; Sat, 15 Oct 2022 12:13:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D2FCF84CEA for ; Sat, 15 Oct 2022 12:13:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCDD1FA90; Sat, 15 Oct 2022 12:13:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1665835995179750" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 12:13:15 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/textproc/erlang-stringprep To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20221015121315.CCDD1FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1665835995179750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat Oct 15 12:13:15 UTC 2022 Modified Files: pkgsrc/textproc/erlang-stringprep: Makefile distinfo Log Message: erlang-stringprep: Update to 1.0.29 upstream changes: ----------------- Version 1.0.29 o Make test more robust Version 1.0.28 o Updating p1_utils to version 1.0.25. Version 1.0.27 o Updating p1_utils to version 1.0.23. o Switch from using Travis to Github Actions as CI Version 1.0.26 o Add tolower_nofilter function o Don't throw errors if nif library is already loaded Version 1.0.25 o Updating p1_utils to version 1.0.22. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/erlang-stringprep/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/erlang-stringprep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1665835995179750 Content-Disposition: inline Content-Length: 1901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/erlang-stringprep/Makefile diff -u pkgsrc/textproc/erlang-stringprep/Makefile:1.11 pkgsrc/textproc/erlang-stringprep/Makefile:1.12 --- pkgsrc/textproc/erlang-stringprep/Makefile:1.11 Fri Jan 15 23:57:16 2021 +++ pkgsrc/textproc/erlang-stringprep/Makefile Sat Oct 15 12:13:15 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/01/15 23:57:16 triaxx Exp $ +# $NetBSD: Makefile,v 1.12 2022/10/15 12:13:15 triaxx Exp $ -DISTNAME= stringprep-1.0.24 +DISTNAME= stringprep-1.0.29 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -11,7 +11,7 @@ LICENSE= apache-2.0 GITHUB_PROJECT= stringprep -DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils +DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils GNU_CONFIGURE= yes USE_LANGUAGES= c c++ Index: pkgsrc/textproc/erlang-stringprep/distinfo diff -u pkgsrc/textproc/erlang-stringprep/distinfo:1.12 pkgsrc/textproc/erlang-stringprep/distinfo:1.13 --- pkgsrc/textproc/erlang-stringprep/distinfo:1.12 Tue Oct 26 11:21:53 2021 +++ pkgsrc/textproc/erlang-stringprep/distinfo Sat Oct 15 12:13:15 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:21:53 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/10/15 12:13:15 triaxx Exp $ -BLAKE2s (stringprep-1.0.24.tar.gz) = 248e3469e59f45c5aa50d1b25a481a38c7948d3533587f9caa663d8b2749f680 -SHA512 (stringprep-1.0.24.tar.gz) = 072377081530a036bdd12b3bfee19a3eb5001aa8de45792107a34b86e78655a3ded0719a39de239ac269cc936d2a32f2510d6264b11a5a1be7c1924a9517125f -Size (stringprep-1.0.24.tar.gz) = 99131 bytes +BLAKE2s (stringprep-1.0.29.tar.gz) = 9b95a12304f81f29e7d9efb3a9205553b50fa7c893f927833d3ad92b5f865a67 +SHA512 (stringprep-1.0.29.tar.gz) = 53b24c166d9328efab8e01b3e7ee7df3d66d240a6ac95f5338d0237ae4e6db20a4f53b487d632cbe6ae46c5f2c62001f7afb77172b27840a824944e51e08ef56 +Size (stringprep-1.0.29.tar.gz) = 100076 bytes --_----------=_1665835995179750--