Received: by mail.netbsd.org (Postfix, from userid 605) id 6929A84D84; Mon, 29 Jun 2020 23:35:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5D3C84D6A for ; Mon, 29 Jun 2020 23:35:51 +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 UItzPKDohbes for ; Mon, 29 Jun 2020 23:35:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6BB7B84CE0 for ; Mon, 29 Jun 2020 23:35:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69361FB28; Mon, 29 Jun 2020 23:35:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593473751164590" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 23:35:51 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/chat/loudmouth To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200629233551.69361FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1593473751164590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Jun 29 23:35:51 UTC 2020 Modified Files: pkgsrc/chat/loudmouth: distinfo pkgsrc/chat/loudmouth/patches: patch-loudmouth_lm-resolver.c Log Message: loudmouth: very belatedly add a GitHub pull reference to a patch To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/loudmouth/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593473751164590 Content-Disposition: inline Content-Length: 1890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/loudmouth/distinfo diff -u pkgsrc/chat/loudmouth/distinfo:1.20 pkgsrc/chat/loudmouth/distinfo:1.21 --- pkgsrc/chat/loudmouth/distinfo:1.20 Wed Jan 16 01:36:12 2019 +++ pkgsrc/chat/loudmouth/distinfo Mon Jun 29 23:35:51 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2019/01/16 01:36:12 gutteridge Exp $ +$NetBSD: distinfo,v 1.21 2020/06/29 23:35:51 gutteridge Exp $ SHA1 (loudmouth-1.5.3.tar.bz2) = a69ef9a57e0ae993340921e73ada27979850db04 RMD160 (loudmouth-1.5.3.tar.bz2) = aba3fc803a87e334b09987e27a5f841a46761dd8 SHA512 (loudmouth-1.5.3.tar.bz2) = ab6b16b4e644b69cdb7d8df1753d1bb5b43c2f1e76944e639339169b332e1b5c6a4246053c5b8a579ee9b53c845cef610b0040dfdffeb857180b6bab71adfcce Size (loudmouth-1.5.3.tar.bz2) = 375974 bytes -SHA1 (patch-loudmouth_lm-resolver.c) = 3b59fb67197aeae55d642e061600cac2458c0a92 +SHA1 (patch-loudmouth_lm-resolver.c) = c16eb618dded2158bceac511a96c0b7535177b80 Index: pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c diff -u pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c:1.1 pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c:1.2 --- pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c:1.1 Wed Jan 16 01:36:12 2019 +++ pkgsrc/chat/loudmouth/patches/patch-loudmouth_lm-resolver.c Mon Jun 29 23:35:51 2020 @@ -1,9 +1,9 @@ -$NetBSD: patch-loudmouth_lm-resolver.c,v 1.1 2019/01/16 01:36:12 gutteridge Exp $ +$NetBSD: patch-loudmouth_lm-resolver.c,v 1.2 2020/06/29 23:35:51 gutteridge Exp $ Fix a build breakage on non-x86 NetBSD architectures where arpa/ nameser_compat.h was being unnecessarily included (without additional dependent macros being defined, as nameser.h takes care of when it's -included first). +included first). https://github.com/mcabber/loudmouth/pull/39 --- loudmouth/lm-resolver.c.orig 2016-02-14 17:05:11.000000000 +0000 +++ loudmouth/lm-resolver.c --_----------=_1593473751164590--