Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4C2457A140 for ; Tue, 13 Sep 2016 17:24:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B0D8985EAB; Tue, 13 Sep 2016 17:24:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F7C985E83 for ; Tue, 13 Sep 2016 17:24:37 +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 dAbO3BiTLodW for ; Tue, 13 Sep 2016 17:24:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A39D885E2B for ; Tue, 13 Sep 2016 17:24:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57486FBD1; Tue, 13 Sep 2016 17:24:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473787470248200" MIME-Version: 1.0 Date: Tue, 13 Sep 2016 17:24:30 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/net/wpa_gui To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160913172430.57486FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1473787470248200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Sep 13 17:24:30 UTC 2016 Modified Files: pkgsrc/net/wpa_gui: Makefile Log Message: wpa_gui: drop maintainership this package has serious vulnerabilities but has not released a new version to address them, so manual patches from upstream must be applied. I can't address it myself. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/wpa_gui/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1473787470248200 Content-Disposition: inline Content-Length: 701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wpa_gui/Makefile diff -u pkgsrc/net/wpa_gui/Makefile:1.25 pkgsrc/net/wpa_gui/Makefile:1.26 --- pkgsrc/net/wpa_gui/Makefile:1.25 Wed Aug 17 21:48:06 2016 +++ pkgsrc/net/wpa_gui/Makefile Tue Sep 13 17:24:30 2016 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.25 2016/08/17 21:48:06 maya Exp $ +# $NetBSD: Makefile,v 1.26 2016/09/13 17:24:30 maya Exp $ DISTNAME= wpa_supplicant-2.5 PKGNAME= ${DISTNAME:S/supplicant/gui/} CATEGORIES= net MASTER_SITES= http://hostap.epitest.fi/releases/ -MAINTAINER= maya@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://hostap.epitest.fi/wpa_supplicant/ COMMENT= QT GUI for wpa_supplicant(8) LICENSE= gnu-gpl-v2 --_----------=_1473787470248200--