Skip to content

Commit dbdc1c8

Browse files
committed
msktutil-1.2.2 (untested)
1 parent 181418f commit dbdc1c8

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

msktutil/README

+20-15
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,46 @@ Kerberos keytabs on Unix/Linux systems, adds and removes principals to and from
55
keytabs and changes the user or computer account's password.
66

77
Runtime requirements:
8-
cygwin-3.5.0-0.394.g90d3b16d2b93
8+
cygwin-3.6.0-1
99
libcom_err2-1.44.5-1
10-
libgcc1-11.4.0-1
10+
libgcc1-12.4.0-3
1111
libk5crypto3-1.15.2-2
1212
libkrb5_3-1.15.2-2
13-
libopenldap2-2.6.6-1
14-
libstdc++6-11.4.0-1
13+
libopenldap2-2.6.9-1
14+
libstdc++6-12.4.0-3
15+
libudns0-0.6-1bl1
1516

1617
Build requirements:
1718
(besides corresponding -devel packages)
18-
autoconf-15-1
19-
binutils-2.41-3
20-
cygport-0.36.6-1
21-
gcc-core-11.4.0-1
22-
gcc-g++-11.4.0-1
19+
autoconf-15-2
20+
binutils-2.44-1
21+
cygport-0.36.9-1
22+
gcc-core-12.4.0-3
23+
gcc-g++-12.4.0-3
2324
libcom_err-devel-1.44.5-1
2425
libkrb5-devel-1.15.2-2
26+
libudns-devel-0.6-1bl1
2527
make-4.4.1-2
26-
openldap-devel-2.6.6-1
28+
openldap-devel-2.6.9-1
2729

2830
Canonical website:
2931
https://github.com/msktutil/msktutil
3032

3133
Canonical download:
32-
https://github.com/msktutil/msktutil/archive/refs/tags/1.2.1.tar.gz
34+
https://github.com/msktutil/msktutil/archive/refs/tags/1.2.2.tar.gz
3335

3436
-------------------------------------------
3537

3638
Build instructions:
37-
1. unpack msktutil-1.2.1-X-src.tar.xz
39+
1. unpack msktutil-1.2.2-X-src.tar.xz
3840
2. if you use setup to install this src package,
3941
it will be unpacked under /usr/src automatically
4042
% cd /usr/src
41-
% cygport ./msktutil-1.2.1-X.cygport all
43+
% cygport ./msktutil-1.2.2-X.cygport all
4244

4345
This will create:
44-
/usr/src/msktutil-1.2.1-X-src.tar.xz
45-
/usr/src/msktutil-1.2.1-X.tar.xz
46+
/usr/src/msktutil-1.2.2-X-src.tar.xz
47+
/usr/src/msktutil-1.2.2-X.tar.xz
4648

4749
-------------------------------------------
4850

@@ -61,6 +63,9 @@ Files included in the binary package:
6163

6264
Port Notes:
6365

66+
----- version 1.2.2-1bl1 -----
67+
Version bump.
68+
6469
----- version 1.2.1-1bl1 -----
6570
Version bump.
6671

msktutil/msktutil-1.2.1-1bl1.cygport msktutil/msktutil-1.2.2-1bl1.cygport

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
HOMEPAGE="https://github.com/${PN}/${PN}"
22
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz"
3+
PATCH_URI="
4+
https://sources.debian.org/data/main/m/msktutil/1.2.2-1/debian/patches/msktutil_typo.patch
5+
"
36

47
CATEGORY="Utils"
58
SUMMARY="Active Directory Keytab Management"
@@ -11,7 +14,7 @@ LICENSE="GPL-2.0-or-later"
1114
LICENSE_SPDX="SPDX-License-Identifier: GPL-2.0-or-later"
1215
LICENSE_URI="LICENSE"
1316

14-
BUILD_REQUIRES="libcom_err-devel libkrb5-devel openldap-devel"
17+
BUILD_REQUIRES="libcom_err-devel libkrb5-devel libudns-devel openldap-devel"
1518

1619
export CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE"
1720

0 commit comments

Comments
 (0)