Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EE7091A923A for ; Sat, 11 Dec 2021 10:41:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 31B0784EAF; Sat, 11 Dec 2021 10:41:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B4F984E76 for ; Sat, 11 Dec 2021 10:40:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fiFoX1DrmrkB for ; Sat, 11 Dec 2021 10:40:58 +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 D358684D3A for ; Sat, 11 Dec 2021 10:40:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2A21FAEC; Sat, 11 Dec 2021 10:40:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639219258160370" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 10:40:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/python310 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211211104058.C2A21FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639219258160370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 11 10:40:58 UTC 2021 Modified Files: pkgsrc/lang/python310: distinfo pkgsrc/lang/python310/patches: patch-Python_thread__pthread.h Log Message: python310: add upstream bug report URL To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/python310/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639219258160370 Content-Disposition: inline Content-Length: 2008 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/python310/distinfo diff -u pkgsrc/lang/python310/distinfo:1.6 pkgsrc/lang/python310/distinfo:1.7 --- pkgsrc/lang/python310/distinfo:1.6 Fri Dec 10 23:14:49 2021 +++ pkgsrc/lang/python310/distinfo Sat Dec 11 10:40:58 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2021/12/10 23:14:49 wiz Exp $ +$NetBSD: distinfo,v 1.7 2021/12/11 10:40:58 wiz Exp $ BLAKE2s (Python-3.10.1.tar.xz) = a7004c16f0c40d927424d512cd5130cd2955315f50d804c289fc10d48f5a1d5c SHA512 (Python-3.10.1.tar.xz) = 1c559e33f1252e51bafb941c380de16f142c0735858363c84cb8dbed6767843de3af126889c2826ffb94bd4777d7cdfc31040301c8c74de56af52b80b1aa9e76 @@ -11,7 +11,7 @@ SHA1 (patch-Lib_sysconfig.py) = bc6d91bf SHA1 (patch-Makefile.pre.in) = 932a89313e8f26c435675f2487eb2141876a5f5a SHA1 (patch-Modules_socketmodule.c) = 4529c487b33d19b87106a0c006520cc5c45b9dfd SHA1 (patch-Modules_socketmodule.h) = 8761c7238bc74e45adefb6e647dc3b39b7bdd81c -SHA1 (patch-Python_thread__pthread.h) = 64a710bdb3eea135f63db86f0ff3b8d514a0277a +SHA1 (patch-Python_thread__pthread.h) = bf1aeab011b3afedc02e68fcf5cef091b3e0aefa SHA1 (patch-configure) = db79c9e00f2f804ff8497dbad0874658cc363db6 SHA1 (patch-pyconfig.h.in) = 1ab77914315acbf0352d242ed66200bea54548f6 SHA1 (patch-setup.py) = b91c42fca28f13a1ef765e35b21d8fe28d86b941 Index: pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h diff -u pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h:1.1 pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h:1.2 --- pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h:1.1 Tue Oct 5 19:07:13 2021 +++ pkgsrc/lang/python310/patches/patch-Python_thread__pthread.h Sat Dec 11 10:40:58 2021 @@ -1,4 +1,6 @@ -$NetBSD: patch-Python_thread__pthread.h,v 1.1 2021/10/05 19:07:13 adam Exp $ +$NetBSD: patch-Python_thread__pthread.h,v 1.2 2021/12/11 10:40:58 wiz Exp $ + +https://bugs.python.org/issue46045 --- Python/thread_pthread.h.orig 2013-05-15 16:33:00.000000000 +0000 +++ Python/thread_pthread.h --_----------=_1639219258160370--