From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A546158086 for ; Thu, 23 Dec 2021 14:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 777252BC014; Thu, 23 Dec 2021 14:53:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D44052BC014 for ; Thu, 23 Dec 2021 14:53:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C23B1342DE7 for ; Thu, 23 Dec 2021 14:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACF7132 for ; Thu, 23 Dec 2021 14:53:39 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1640271213.72e46251ccb5cc11fc27c25d5dd534c5c025c3d4.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/files/, app-crypt/chntpw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/chntpw/chntpw-140201.ebuild app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch app-crypt/chntpw/metadata.xml X-VCS-Directories: app-crypt/chntpw/ app-crypt/chntpw/files/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 72e46251ccb5cc11fc27c25d5dd534c5c025c3d4 X-VCS-Branch: master Date: Thu, 23 Dec 2021 14:53:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a07cfe8b-b484-4dd6-9f8b-8824dc350fc8 X-Archives-Hash: d4592ba502ea085fc42835bf6c59d665 commit: 72e46251ccb5cc11fc27c25d5dd534c5c025c3d4 Author: Jory Pratt gentoo org> AuthorDate: Thu Dec 23 14:53:11 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Dec 23 14:53:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e46251 app-crypt/chntpw: fix missing include stdint.h Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> app-crypt/chntpw/chntpw-140201.ebuild | 10 ++++++--- .../files/chntpw-140201-missing-stdint.patch | 26 ++++++++++++++++++++++ app-crypt/chntpw/metadata.xml | 8 +++---- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 9e452d567995..1daf1b00e051 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -6,12 +6,12 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Offline Windows NT Password & Registry Editor" -HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/" -SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" +HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/" +SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="static" RDEPEND="dev-libs/openssl:0=" @@ -26,6 +26,10 @@ DOCS=( regedit.txt ) +PATCHES=( + "${FILESDIR}"/${P}-missing-stdint.patch +) + src_prepare() { default sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die diff --git a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch new file mode 100644 index 000000000000..de33ebff0659 --- /dev/null +++ b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch @@ -0,0 +1,26 @@ +From c72bedece14b5797b1826e779c7fcb3e3024f820 Mon Sep 17 00:00:00 2001 +From: Jory Pratt +Date: Thu, 11 Jul 2019 14:19:30 -0500 +Subject: [PATCH] include missing stdint header + +Signed-off-by: Jory Pratt +Upstream-Status: Submitted +--- + ntreg.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/ntreg.h b/ntreg.h +index 4b46106..d6fc7cf 100644 +--- a/ntreg.h ++++ b/ntreg.h +@@ -24,6 +24,7 @@ + + #ifndef _INCLUDE_NTREG_H + #define _INCLUDE_NTREG_H 1 ++#include + + #define SZ_MAX 4096 /* Max unicode strlen before we truncate */ + +-- +2.22.0 + diff --git a/app-crypt/chntpw/metadata.xml b/app-crypt/chntpw/metadata.xml index beac02a9af14..040cba5f7c5b 100644 --- a/app-crypt/chntpw/metadata.xml +++ b/app-crypt/chntpw/metadata.xml @@ -1,8 +1,8 @@ - + - - marecki@gentoo.org - Marek Szuba + + crypto@gentoo.org + Crypto