commit: e8010cd0ff69c0c0b701a0fc745876244df97eec Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 19:23:45 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 19:23:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=e8010cd0
app-crypt/chntpw: Convert patch to git format, sent upstream Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> app-crypt/chntpw/Manifest | 2 +- .../chntpw/files/chntpw-140201-missing-stdint.patch | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest index d3b8857..a17c6ae 100644 --- a/app-crypt/chntpw/Manifest +++ b/app-crypt/chntpw/Manifest @@ -1 +1 @@ -DIST chntpw-source-140201.zip 1404098 SHA256 96e20905443e24cba2f21e51162df71dd993a1c02bfa12b1be2d0801a4ee2ccc SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa WHIRLPOOL 87284c123d2ae1965d069d4d97cda23ce757305b3521f84089e43a9f1fa8aaa48f8fbad5bba19b3a439cfb16d270e0f77f528664fdba895c65c100492eb9e42a +DIST chntpw-source-140201.zip 1404098 BLAKE2B 86c93861983613496fcd82879a5b000537d4a7ee2add466aa26c67feabefdb5363f610234f99615139997a04aedb448468ef8b29cc6c4bf49b2e295f41308644 SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa diff --git a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch index e6b4902..de33ebf 100644 --- a/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch +++ b/app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch @@ -1,6 +1,18 @@ -diff -Naur chntpw-140201.orig/ntreg.h chntpw-140201/ntreg.h ---- chntpw-140201.orig/ntreg.h 2014-02-01 08:54:37.000000000 -0800 -+++ chntpw-140201/ntreg.h 2016-03-02 18:26:33.820980981 -0800 +From c72bedece14b5797b1826e779c7fcb3e3024f820 Mon Sep 17 00:00:00 2001 +From: Jory Pratt <[email protected]> +Date: Thu, 11 Jul 2019 14:19:30 -0500 +Subject: [PATCH] include missing stdint header + +Signed-off-by: Jory Pratt <[email protected]> +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 @@ -9,3 +21,6 @@ diff -Naur chntpw-140201.orig/ntreg.h chntpw-140201/ntreg.h #define SZ_MAX 4096 /* Max unicode strlen before we truncate */ +-- +2.22.0 +
