Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=t5GBCZNK; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=v3mMYhuw Received: by mail.netbsd.org (Postfix, from userid 605) id 9636684D67; Sun, 31 Mar 2024 13:35:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711892120; bh=5C3LsZL8YNfd6hq32ugPyGybQVieEoAsxZDM2Dn7DNo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=t5GBCZNKFw7mKT8BslYP+1D6uahm3iOsPs06xf3523WtFSzY8T8X4nVbDKbcpaEgo 328iHwnw1vqjXzYUavoVVQg2p7vvnH/i0a8qeNdhOMpGsn9kUwGhxwed06PP6cC+n8 w8Pm/mbyxJxuqybz7V6XBg68CHovUEOtqUII/0SI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8613684CEB for ; Sun, 31 Mar 2024 13:35:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id V1-pAnhp3A2d for ; Sun, 31 Mar 2024 13:35:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16F8584CD8 for ; Sun, 31 Mar 2024 13:35:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711892119; bh=5C3LsZL8YNfd6hq32ugPyGybQVieEoAsxZDM2Dn7DNo=; h=Date:From:Subject:To:Reply-To; b=v3mMYhuwwK6wgB/YcTb7duL6O4Wn0bvmvvRbc+QCZPjkAVfO94rR/2WgYqChfVQn7 9axEpPh3Oyy+DRbgYzzMdo09iqCffdilkut/SsT31/+7lpCU2vaET2JmDrEnK3nyKI gYjtiq0HaZOdATYtRkXAkN8DFMmukQiBHfWINEXk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CE6CFA2C; Sun, 31 Mar 2024 13:35:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711892109237080" MIME-Version: 1.0 Date: Sun, 31 Mar 2024 13:35:09 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/archivers/libarchive/files/unzip To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20240331133509.2CE6CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711892109237080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Mar 31 13:35:09 UTC 2024 Modified Files: pkgsrc/archivers/libarchive/files/unzip: bsdunzip.c Log Message: archivers/libarchive: Revert fix for QNX bsdzip isn't being built anymore. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711892109237080 Content-Disposition: inline Content-Length: 534 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c diff -u pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.2 pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.3 --- pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c:1.2 Fri Mar 29 00:23:47 2024 +++ pkgsrc/archivers/libarchive/files/unzip/bsdunzip.c Sun Mar 31 13:35:08 2024 @@ -58,9 +58,6 @@ #endif #ifdef HAVE_FNMATCH_H #include -#ifndef FNM_CASEFOLD -#define FNM_CASEFOLD 0 -#endif #endif #ifdef HAVE_STDARG_H #include --_----------=_1711892109237080--