* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2016-06-03 8:55 Anthony G. Basile
0 siblings, 0 replies; 17+ messages in thread
From: Anthony G. Basile @ 2016-06-03 8:55 UTC (permalink / raw
To: gentoo-commits
commit: e56bcaa1f42cf8d7237fb5309d011e9649001069
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 08:52:39 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 08:52:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56bcaa1
app-crypt/chntpw: add libressl support
Package-Manager: portage-2.2.28
app-crypt/chntpw/chntpw-140201.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 97a56ac..ee1858d5 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,9 +13,10 @@ SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static"
+IUSE="libressl static"
-RDEPEND="dev-libs/openssl:0"
+RDEPEND="!libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
DEPEND="${RDEPEND}
app-arch/unzip
static? ( dev-libs/openssl:0[static-libs] )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2016-06-12 13:41 Alon Bar-Lev
0 siblings, 0 replies; 17+ messages in thread
From: Alon Bar-Lev @ 2016-06-12 13:41 UTC (permalink / raw
To: gentoo-commits
commit: e7aebecfa753a0355f4c4e8c2f295de416182151
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 02:53:11 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:22:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7aebecf
app-crypt/chntpw: cleanup
Package-Manager: portage-2.2.28
app-crypt/chntpw/Manifest | 1 -
app-crypt/chntpw/chntpw-110511.ebuild | 47 -----------------------------------
2 files changed, 48 deletions(-)
diff --git a/app-crypt/chntpw/Manifest b/app-crypt/chntpw/Manifest
index 4771872..d3b8857 100644
--- a/app-crypt/chntpw/Manifest
+++ b/app-crypt/chntpw/Manifest
@@ -1,2 +1 @@
-DIST chntpw-source-110511.zip 758936 SHA256 593514ca8601adb4091d951499b916dfdac2bd34b325d307237fa52ca572b5b7 SHA512 2a0b3638df40481d0650a5fb524b37896db253db83eb8e12836a3f59f12df59bea89ae92710e28bd08dc01f6fa806789be118397fd097732f7132571d3057d56 WHIRLPOOL d3a9e61109f8cc2721ee734cfd6f5da914fc6397e762de3a4e9192b568c24c9c7088d77630dfb93e709f043a54244c5344a2b6fbfdc1bd36881ee4299b805812
DIST chntpw-source-140201.zip 1404098 SHA256 96e20905443e24cba2f21e51162df71dd993a1c02bfa12b1be2d0801a4ee2ccc SHA512 a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa WHIRLPOOL 87284c123d2ae1965d069d4d97cda23ce757305b3521f84089e43a9f1fa8aaa48f8fbad5bba19b3a439cfb16d270e0f77f528664fdba895c65c100492eb9e42a
diff --git a/app-crypt/chntpw/chntpw-110511.ebuild b/app-crypt/chntpw/chntpw-110511.ebuild
deleted file mode 100644
index 80037eb..0000000
--- a/app-crypt/chntpw/chntpw-110511.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Offline Windows NT Password & Registry Editor"
-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"
-IUSE="static"
-
-RDEPEND="dev-libs/openssl"
-DEPEND="${RDEPEND}
- app-arch/unzip
- static? ( dev-libs/openssl[static-libs] )"
-
-src_prepare() {
- sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
-
- if ! use static ; then
- sed -i -e "/^all:/s/ \(chntpw\|reged\).static//g" Makefile || die
- fi
-
- emake clean
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -DUSEOPENSSL -Wall" \
- LIBS="-lcrypto"
-}
-
-src_install() {
- dobin chntpw cpnt reged
-
- if use static; then
- dobin {chntpw,reged}.static
- fi
-
- dodoc {HISTORY,README,regedit,WinReg}.txt
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2017-02-04 1:31 Alon Bar-Lev
0 siblings, 0 replies; 17+ messages in thread
From: Alon Bar-Lev @ 2017-02-04 1:31 UTC (permalink / raw
To: gentoo-commits
commit: e0f46b211ae3d3b453285b0b536505536e143526
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 00:35:24 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 01:30:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f46b21
app-crypt/chntpw: eapi bump
Package-Manager: portage-2.3.3
app-crypt/chntpw/chntpw-140201.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index ee1858d5..6ad9ecd 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit toolchain-funcs
@@ -21,7 +21,12 @@ DEPEND="${RDEPEND}
app-arch/unzip
static? ( dev-libs/openssl:0[static-libs] )"
+DOCS=(
+ HISTORY.txt README.txt regedit.txt WinReg.txt
+)
+
src_prepare() {
+ default
sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
if ! use static ; then
@@ -39,11 +44,10 @@ src_compile() {
}
src_install() {
+ einstalldocs
dobin chntpw cpnt reged
if use static; then
dobin {chntpw,reged}.static
fi
-
- dodoc {HISTORY,README,regedit,WinReg}.txt
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2020-01-10 11:30 Marek Szuba
0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2020-01-10 11:30 UTC (permalink / raw
To: gentoo-commits
commit: ff9181d2f15aa8efc3fc89acd9a1e4520a96a335
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 11:26:10 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 11:30:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9181d2
app-crypt/chntpw: add self as maintainer
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/chntpw/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/metadata.xml b/app-crypt/chntpw/metadata.xml
index 7a38bb90096..3e5026ee375 100644
--- a/app-crypt/chntpw/metadata.xml
+++ b/app-crypt/chntpw/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2020-01-20 19:46 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2020-01-20 19:46 UTC (permalink / raw
To: gentoo-commits
commit: e5ad10ce0108a655e9ef1b3d1cf3a3aae99c87e4
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 19:46:27 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 19:46:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ad10ce
app-crypt/chntpw: amd64 stable wrt bug #705920
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 6ac48f86b51..98156824665 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ 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="libressl static"
RDEPEND="!libressl? ( dev-libs/openssl:0= )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2020-01-21 10:33 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2020-01-21 10:33 UTC (permalink / raw
To: gentoo-commits
commit: cd2b344717accf69dd8f29c29f66fe2683e99e51
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 10:33:52 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 10:33:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2b3447
app-crypt/chntpw: ppc stable wrt bug #705920
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 98156824665..32a75a4035e 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -11,7 +11,7 @@ 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="libressl static"
RDEPEND="!libressl? ( dev-libs/openssl:0= )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2020-01-21 10:42 Agostino Sarubbo
0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2020-01-21 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 7ee3b60d714f33f0751ffcd1da5936e73c032ed2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 10:41:12 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 10:41:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee3b60d
app-crypt/chntpw: x86 stable wrt bug #705920
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 32a75a4035e..9dbab9e8fd8 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -11,7 +11,7 @@ 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="libressl static"
RDEPEND="!libressl? ( dev-libs/openssl:0= )
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2020-03-18 17:14 Marek Szuba
0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2020-03-18 17:14 UTC (permalink / raw
To: gentoo-commits
commit: d140d78a68785bd85156ac15d08d79bc80b94059
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 17:00:15 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 17:11:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d140d78a
app-crypt/chntpw: switch to HTTPS URIs
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 9dbab9e8fd8..2f7012a6fa9 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -6,8 +6,8 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="Offline Windows NT Password & Registry Editor"
-HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/"
-SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
+HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/"
+SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2021-05-02 16:40 Mikle Kolyada
0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2021-05-02 16:40 UTC (permalink / raw
To: gentoo-commits
commit: b2f08fb15b42b5f1d6a468be45db9c818851a6d7
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 16:25:24 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 2 16:40:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f08fb1
app-crypt/chntpw: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 2f7012a6fa9..9e452d56799 100644
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ b/app-crypt/chntpw/chntpw-140201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,10 +12,9 @@ SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="libressl static"
+IUSE="static"
-RDEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
+RDEPEND="dev-libs/openssl:0="
DEPEND="${RDEPEND}
app-arch/unzip
static? ( dev-libs/openssl:0[static-libs] )"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2021-12-23 16:39 Jory Pratt
0 siblings, 0 replies; 17+ messages in thread
From: Jory Pratt @ 2021-12-23 16:39 UTC (permalink / raw
To: gentoo-commits
commit: a5558364dcd5282255f0bbcd65f58f55f92cf034
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 16:39:26 2021 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 16:39:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5558364
app-crypt/chntpw: revert metadata change
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
app-crypt/chntpw/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/chntpw/metadata.xml b/app-crypt/chntpw/metadata.xml
index 040cba5f7c5b..3e5026ee3754 100644
--- a/app-crypt/chntpw/metadata.xml
+++ b/app-crypt/chntpw/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>crypto@gentoo.org</email>
- <name>Crypto</name>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2021-12-23 23:02 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-12-23 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 89b5dacd290704f53c52c99bd400b20a52074230
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 23:01:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 23:01:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b5dacd
app-crypt/chntpw: restore dropped stable keywords, fix HOMEPAGE
See: 72e46251ccb5cc11fc27c25d5dd534c5c025c3d4
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
index 1daf1b00e051..31dc499adef3 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="http://pogostick.net/~pnh/ntpasswd/"
-SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip"
+HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/"
+SRC_URI="https://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="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2022-09-07 14:30 Marek Szuba
0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2022-09-07 14:30 UTC (permalink / raw
To: gentoo-commits
commit: b99c9e80ca9e93f9aadb62f2f4eaba84850104cb
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 13:43:52 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 14:30:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99c9e80
app-crypt/chntpw: install sampasswd and samusrgrp
Closes: https://bugs.gentoo.org/840212
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201-r1.ebuild | 58 ++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild
new file mode 100644
index 000000000000..eaba55788b42
--- /dev/null
+++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="static"
+
+RDEPEND="dev-libs/openssl:0="
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ static? ( dev-libs/openssl:0[static-libs] )"
+
+DOCS=(
+ HISTORY.txt
+ README.txt
+ WinReg.txt
+ regedit.txt
+)
+
+PATCHES=(
+ "${FILESDIR}"/${P}-missing-stdint.patch
+)
+
+src_prepare() {
+ default
+ sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
+
+ if ! use static ; then
+ sed -i -e "/^all:/s/ \(chntpw\|reged\).static//g" Makefile || die
+ fi
+
+ emake clean
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS} -DUSEOPENSSL -Wall" \
+ LIBS="-lcrypto"
+}
+
+src_install() {
+ einstalldocs
+ dobin chntpw cpnt reged sampasswd samusrgrp
+
+ if use static; then
+ dobin {chntpw,reged,sampasswd,samusrgrp}.static
+ fi
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2022-11-10 18:18 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2022-11-10 18:18 UTC (permalink / raw
To: gentoo-commits
commit: 51ee5ac8480c28e906d0123c479a9df6ac25a4c2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 18:17:48 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 18:17:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ee5ac8
app-crypt/chntpw: Stabilize 140201-r1 ppc, #880721
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild
index eaba55788b42..c68238d8993a 100644
--- a/app-crypt/chntpw/chntpw-140201-r1.ebuild
+++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://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="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2022-11-11 3:50 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-11-11 3:50 UTC (permalink / raw
To: gentoo-commits
commit: a91b490a3e702e4a796971b60ec79c2674bdfbcf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 03:49:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 03:49:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91b490a
app-crypt/chntpw: Stabilize 140201-r1 x86, #880721
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild
index c68238d8993a..8fc150779178 100644
--- a/app-crypt/chntpw/chntpw-140201-r1.ebuild
+++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://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="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2022-11-11 3:50 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-11-11 3:50 UTC (permalink / raw
To: gentoo-commits
commit: 4cd4398dfedd03bfd4d2935188ba5d2390b6faba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 03:49:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 03:49:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd4398d
app-crypt/chntpw: Stabilize 140201-r1 amd64, #880721
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild
index 8fc150779178..2aeae846a75b 100644
--- a/app-crypt/chntpw/chntpw-140201-r1.ebuild
+++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://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="
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2022-11-12 0:56 Marek Szuba
0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2022-11-12 0:56 UTC (permalink / raw
To: gentoo-commits
commit: 2d9add272ebd7162218c0cc61fc65017bcf6d98c
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 00:35:10 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 00:56:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9add27
app-crypt/chntpw: drop 140201
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201.ebuild | 58 -----------------------------------
1 file changed, 58 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild
deleted file mode 100644
index 31dc499adef3..000000000000
--- a/app-crypt/chntpw/chntpw-140201.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="static"
-
-RDEPEND="dev-libs/openssl:0="
-DEPEND="${RDEPEND}
- app-arch/unzip
- static? ( dev-libs/openssl:0[static-libs] )"
-
-DOCS=(
- HISTORY.txt
- README.txt
- WinReg.txt
- regedit.txt
-)
-
-PATCHES=(
- "${FILESDIR}"/${P}-missing-stdint.patch
-)
-
-src_prepare() {
- default
- sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
-
- if ! use static ; then
- sed -i -e "/^all:/s/ \(chntpw\|reged\).static//g" Makefile || die
- fi
-
- emake clean
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -DUSEOPENSSL -Wall" \
- LIBS="-lcrypto"
-}
-
-src_install() {
- einstalldocs
- dobin chntpw cpnt reged
-
- if use static; then
- dobin {chntpw,reged}.static
- fi
-}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/
@ 2024-01-31 12:55 Marek Szuba
0 siblings, 0 replies; 17+ messages in thread
From: Marek Szuba @ 2024-01-31 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 68c9b8f93ff895caa7bf5aaee085e66ffb7862a4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 12:48:34 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 12:55:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c9b8f9
app-crypt/chntpw: force -std=gnu90
Just a workaround for build errors for now. In the long run, I think
I'd better look at whether how useful exactly (if at all) chntpw is
against modern Windows versions, warrants all the changes required
to make the code C99-compliant.
Nb. It's gnu90 rather than c90 because of the use of // for comments.
Closes: https://bugs.gentoo.org/919172
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-crypt/chntpw/chntpw-140201-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-crypt/chntpw/chntpw-140201-r1.ebuild b/app-crypt/chntpw/chntpw-140201-r1.ebuild
index 2aeae846a75b..8594fba742f8 100644
--- a/app-crypt/chntpw/chntpw-140201-r1.ebuild
+++ b/app-crypt/chntpw/chntpw-140201-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Offline Windows NT Password & Registry Editor"
HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/"
@@ -34,6 +34,9 @@ src_prepare() {
default
sed -i -e '/-o/s:$(CC):$(CC) $(LDFLAGS):' Makefile || die
+ # MANY changes would be required for this code to be c99-compliant
+ append-flags -std=gnu90
+
if ! use static ; then
sed -i -e "/^all:/s/ \(chntpw\|reged\).static//g" Makefile || die
fi
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-01-31 12:55 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 16:40 [gentoo-commits] repo/gentoo:master commit in: app-crypt/chntpw/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2024-01-31 12:55 Marek Szuba
2022-11-12 0:56 Marek Szuba
2022-11-11 3:50 Sam James
2022-11-11 3:50 Sam James
2022-11-10 18:18 Arthur Zamarin
2022-09-07 14:30 Marek Szuba
2021-12-23 23:02 Sam James
2021-12-23 16:39 Jory Pratt
2020-03-18 17:14 Marek Szuba
2020-01-21 10:42 Agostino Sarubbo
2020-01-21 10:33 Agostino Sarubbo
2020-01-20 19:46 Agostino Sarubbo
2020-01-10 11:30 Marek Szuba
2017-02-04 1:31 Alon Bar-Lev
2016-06-12 13:41 Alon Bar-Lev
2016-06-03 8:55 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox