Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KDWfA2fC; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=L0cF7e8k Received: by mail.netbsd.org (Postfix, from userid 605) id 72E3784EC4; Fri, 26 Apr 2024 15:16:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144614; bh=OWGnvdXrA3/W+kWcC6Q95pkE0+7DmEh/wfDx3pt6k1o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KDWfA2fCnWINhGz7GMraG03ZwcG+f05csS3DdXkPt/2/m3ssgUKYergMnjVjywpyO ST2M07uV0amq/9Ia/jWvctunTMVAe64qsCu0kUAwY14ZokBkS+aMpYZ7PSOWesKtGB 3L0NPjRG93bUAZk4rhN2tqpcAqAJ9LG3TlBYzGis= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6511184EC2 for ; Fri, 26 Apr 2024 15:16:53 +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 bLDfzQcwcvdd for ; Fri, 26 Apr 2024 15:16:52 +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 D452284DB2 for ; Fri, 26 Apr 2024 15:16:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714144612; bh=OWGnvdXrA3/W+kWcC6Q95pkE0+7DmEh/wfDx3pt6k1o=; h=Date:From:Subject:To:Reply-To; b=L0cF7e8kWQFQ4wdQzYirNEoHBYcNECkuO0AmNtcgQn4YsrhGKHXRc/DbnSxvO1NA8 WrVa5lo47EfRuRFFKOEcYKMiHwk9mySRc49Kdknph/OFwutdBwjVgAspE2YAi17BjZ AJJQZ3S+vm4t3SPvgmVipRAjUPx5gF/tmSGHrcXM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF868FA2C; Fri, 26 Apr 2024 15:16:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171414461298750" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 15:16:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240426151652.CF868FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171414461298750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 26 15:16:52 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 pkgsrc/security: Makefile Removed Files: pkgsrc/security/qt4-qtkeychain: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: qt4-qtkeychain: remove Support library for qt4 (obsolete), unused in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.2720 -r1.2721 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.944 -r1.945 pkgsrc/security/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/security/qt4-qtkeychain/DESCR \ pkgsrc/security/qt4-qtkeychain/PLIST \ pkgsrc/security/qt4-qtkeychain/buildlink3.mk cvs rdiff -u -r1.12 -r0 pkgsrc/security/qt4-qtkeychain/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/security/qt4-qtkeychain/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171414461298750 Content-Disposition: inline Content-Length: 1364 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2720 pkgsrc/doc/CHANGES-2024:1.2721 --- pkgsrc/doc/CHANGES-2024:1.2720 Fri Apr 26 15:15:53 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 15:16:52 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2720 2024/04/26 15:15:53 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2721 2024/04/26 15:16:52 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4473,3 +4473,4 @@ Changes to the packages collection and i Removed multimedia/phonon-backend-gstreamer [wiz 2024-04-26] Removed multimedia/phonon-backend-vlc [wiz 2024-04-26] Removed print/scribus-qt4 successor print/scribus-qt5 [wiz 2024-04-26] + Removed security/qt4-qtkeychain [wiz 2024-04-26] Index: pkgsrc/security/Makefile diff -u pkgsrc/security/Makefile:1.944 pkgsrc/security/Makefile:1.945 --- pkgsrc/security/Makefile:1.944 Thu Apr 4 13:38:55 2024 +++ pkgsrc/security/Makefile Fri Apr 26 15:16:52 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.944 2024/04/04 13:38:55 wiz Exp $ +# $NetBSD: Makefile,v 1.945 2024/04/26 15:16:52 wiz Exp $ # COMMENT= Security and cryptography tools and libraries @@ -543,7 +543,6 @@ SUBDIR+= qident SUBDIR+= qoauth SUBDIR+= qore-ssh2-module SUBDIR+= qore-xmlsec-module -SUBDIR+= qt4-qtkeychain SUBDIR+= qt5-qtkeychain SUBDIR+= qt6-qtnetworkauth SUBDIR+= racoon2 --_----------=_171414461298750--