From nobody Thu Feb 06 11:37:24 2025 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4YpZpW2jLnz5mJ4H; Thu, 06 Feb 2025 11:37:39 +0000 (UTC) (envelope-from kp@krion.cc) Received: from krion.cc (krion.cc [IPv6:2a01:4f8:201:33d6::2]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4YpZpV4QJQz3xLl; Thu, 06 Feb 2025 11:37:38 +0000 (UTC) (envelope-from kp@krion.cc) Authentication-Results: mx1.freebsd.org; none Date: Thu, 6 Feb 2025 12:37:24 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=krion.cc; s=default; t=1738841850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=43CTZ+XHqpH+d4zsM3ZeNVr2gk+73s0EQXT8ldvZB3U=; b=e+tjPk2LqqBWRgfOwGLsvbRlJkoaT+rfR9QO+Q1zk5DesA+WgTgRj/Q+5JO4dopJvrb4a1 vPDtg5pLg7Vg/EhymtQ26eKKag8Frad1R+Zzxb2RZ68PJZuUO4BWh5j1R2XEDSZaRPOG7D HgJqBwQpoRfrCXcuxdxJwXL+xuc4Vao= From: Kirill Ponomarev To: Ronald Klop Cc: Kirill Ponomarev , ports-committers@freebsd.org, dev-commits-ports-main@freebsd.org, dev-commits-ports-all@freebsd.org Subject: Re: git: 754e706fbdf2 - main - devel/pcre2: Update to 10.45 Message-ID: References: <202502060851.5168pcD3046752@gitrepo.freebsd.org> <481180925.4189.1738836536397@localhost> List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="4hl5YkkbQAPHAe61" Content-Disposition: inline In-Reply-To: <481180925.4189.1738836536397@localhost> X-Rspamd-Queue-Id: 4YpZpV4QJQz3xLl X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/32, country:DE] --4hl5YkkbQAPHAe61 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thanks for the pointer but the commit was not based on PR. On 02/06, Ronald Klop wrote: > I noticed you didn't mention the PR in which the work for this was done. >=20 > It is appreciated if you link the commits to the PRs by adding the PR num= ber to the message. That will also automatically register the commit in Bug= zilla. Which helps others to understand what has been done to fix the issue. >=20 > Regards, > Ronald. >=20 >=20 >=20 > Van: Kirill Ponomarev > Datum: donderdag, 6 februari 2025 09:51 > Aan: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev= -commits-ports-main@FreeBSD.org > Onderwerp: git: 754e706fbdf2 - main - devel/pcre2: Update to 10.45 > >=20 > > The branch main has been updated by krion: > >=20 > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D754e706fbdf23204268c14= 5be17a16a70b0424f6 > >=20 > > commit 754e706fbdf23204268c145be17a16a70b0424f6 > > Author: Kirill Ponomarev > > AuthorDate: 2025-02-06 08:51:26 +0000 > > Commit: Kirill Ponomarev > > CommitDate: 2025-02-06 08:51:26 +0000 > >=20 > > devel/pcre2: Update to 10.45 > > --- > > devel/pcre2/Makefile | 4 ++-- > > devel/pcre2/distinfo | 6 +++--- > > devel/pcre2/pkg-plist | 11 +++++++---- > > 3 files changed, 12 insertions(+), 9 deletions(-) > >=20 > > diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile > > index 1574bcd791b4..c8272a644c23 100644 > > --- a/devel/pcre2/Makefile > > +++ b/devel/pcre2/Makefile > > @@ -1,5 +1,5 @@ > > PORTNAME=3D pcre2 > > -DISTVERSION=3D 10.43 > > +DISTVERSION=3D 10.45 > > CATEGORIES=3D devel > > MASTER_SITES=3D https://github.com/PCRE2Project/${PORTNAME}/releases/= download/${PORTNAME}-${DISTVERSION}/ > > @@ -8,7 +8,7 @@ COMMENT=3D Perl Compatible Regular Expressions libra= ry, version 2 > > WWW=3D https://www.pcre.org/ > > LICENSE=3D BSD3CLAUSE > > -LICENSE_FILE=3D ${WRKSRC}/LICENCE > > +LICENSE_FILE=3D ${WRKSRC}/LICENCE.md > > USES=3D autoreconf cpe libtool pkgconfig tar:bz2 > > CPE_VENDOR=3D pcre > > diff --git a/devel/pcre2/distinfo b/devel/pcre2/distinfo > > index ce230c0d39cd..b168a4197d70 100644 > > --- a/devel/pcre2/distinfo > > +++ b/devel/pcre2/distinfo > > @@ -1,3 +1,3 @@ > > -TIMESTAMP =3D 1708425567 > > -SHA256 (pcre2-10.43.tar.bz2) =3D e2a53984ff0b07dfdb5ae4486bbb9b21cca8e= 7df2434096cc9bf1b728c350bcb > > -SIZE (pcre2-10.43.tar.bz2) =3D 1905255 > > +TIMESTAMP =3D 1738825989 > > +SHA256 (pcre2-10.45.tar.bz2) =3D 21547f3516120c75597e5b30a992e27a592a3= 1950b5140e7b8bfde3f192033c4 > > +SIZE (pcre2-10.45.tar.bz2) =3D 2072403 > > diff --git a/devel/pcre2/pkg-plist b/devel/pcre2/pkg-plist > > index 56a7cd258cd1..f783f2072d73 100644 > > --- a/devel/pcre2/pkg-plist > > +++ b/devel/pcre2/pkg-plist > > @@ -6,19 +6,19 @@ include/pcre2posix.h > > lib/libpcre2-16.a > > lib/libpcre2-16.so > > lib/libpcre2-16.so.0 > > -lib/libpcre2-16.so.0.12.0 > > +lib/libpcre2-16.so.0.14.0 > > lib/libpcre2-32.a > > lib/libpcre2-32.so > > lib/libpcre2-32.so.0 > > -lib/libpcre2-32.so.0.12.0 > > +lib/libpcre2-32.so.0.14.0 > > lib/libpcre2-8.a > > lib/libpcre2-8.so > > lib/libpcre2-8.so.0 > > -lib/libpcre2-8.so.0.12.0 > > +lib/libpcre2-8.so.0.14.0 > > lib/libpcre2-posix.a > > lib/libpcre2-posix.so > > lib/libpcre2-posix.so.3 > > -lib/libpcre2-posix.so.3.0.5 > > +lib/libpcre2-posix.so.3.0.6 > > libdata/pkgconfig/libpcre2-16.pc > > libdata/pkgconfig/libpcre2-32.pc > > libdata/pkgconfig/libpcre2-8.pc > > @@ -82,14 +82,17 @@ share/man/man3/pcre2_set_glob_escape.3.gz > > share/man/man3/pcre2_set_glob_separator.3.gz > > share/man/man3/pcre2_set_heap_limit.3.gz > > share/man/man3/pcre2_set_match_limit.3.gz > > +share/man/man3/pcre2_set_max_pattern_compiled_length.3.gz > > share/man/man3/pcre2_set_max_pattern_length.3.gz > > share/man/man3/pcre2_set_max_varlookbehind.3.gz > > share/man/man3/pcre2_set_newline.3.gz > > share/man/man3/pcre2_set_offset_limit.3.gz > > +share/man/man3/pcre2_set_optimize.3.gz > > share/man/man3/pcre2_set_parens_nest_limit.3.gz > > share/man/man3/pcre2_set_recursion_limit.3.gz > > share/man/man3/pcre2_set_recursion_memory_management.3.gz > > share/man/man3/pcre2_set_substitute_callout.3.gz > > +share/man/man3/pcre2_set_substitute_case_callout.3.gz > > share/man/man3/pcre2_substitute.3.gz > > share/man/man3/pcre2_substring_copy_byname.3.gz > > share/man/man3/pcre2_substring_copy_bynumber.3.gz > >=20 > >=20 > >=20 >=20 >=20 --4hl5YkkbQAPHAe61 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEJCHRFhEAQujKni1pDyI9/LMCykUFAmeknvQACgkQDyI9/LMC ykUyjgf/ch/U/ez9+MB5oXQq/Vz6idn5rR2NmdpRFmPpYnfioQBRvNDPGHQeQoGb 1HAQ0emXNUBzzIuY6sj4h8yxwFcUNgjUffh6riMwjS22hFZbl4uZdP4oc9ZMT6gT aSejKa5K2bVCwcJJzTa0t4Sn1HrdaYM8rIMkxZMh1tXw595fuXzT0Sq5E7oYHqY3 uJHdwVIHrQQXVHn01Qu3C5HFFzGjZp7A0ZjVb5Lwa+LezhZXwO6fFp2k4QZidqka AfrdVBY9KcsKxUtfofEvK0+VNsr51yejOhqYw3p3i0aBENT60QDmouAcouKMZXYm Bc/IeUJuHz9lxCNRzX+rVgKeGmc01g== =zCnd -----END PGP SIGNATURE----- --4hl5YkkbQAPHAe61--