NetExec: require the latest winacl inderectly, https://github.com/pentoo/pentoo-overlay/issues/2324

This commit is contained in:
Anton Bolshakov 2025-05-22 11:50:09 +08:00
parent 0acfc75ede
commit a3762beb91
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
5 changed files with 9 additions and 6 deletions

View file

@ -1,2 +1,2 @@
DIST msldap-0.5.10.tar.gz 132376 BLAKE2B b389005417abc6f786bcae8b9bb841b605c75a9b48e5e41d42e6b3674198f69d65bfc9473d9a3914c2342f89f9bf3a043a0c1901a80904cefaefbbd6f6c10b4a SHA512 8a5afe4060a8bda0ab16e04b681d6b3270526c6113d911731d8ab5c7930404a1dfc552644533cc8faddd3919972d4130815eceb2c47736399d41f45434b465b6
DIST msldap-0.5.9.tar.gz 132024 BLAKE2B 41538cf24c2d8853e884bbfba82be0e77f01fc254916ee7292fedcbc8a8fcfc5b941360ef31ded923b0553b2b0b9a44569c72198ec9362ac12ff7ec4bd8eb0f4 SHA512 2c5798535a33480dfe10cfb525adcaa225e8a800b94d18869946069bcddd83e46e57201e72a9a25f59d3ee1220715810228d747b30e1d4c0f7681561be831dfb
DIST msldap-0.5.14.tar.gz 138720 BLAKE2B 7cefd942c9e8bb123a723a517dcd63a53a6c3710c56a0a29de323475869af5f1fb18da6d2985e5dfb301e61853a83a9ca35edfac08bb768d6a8ff333cbc324e4 SHA512 cbc7cd5e2d3a6263facbeff6f86834670ec5fa5f37dbeb7bcdc44c4c30ac735993e36a564317d2e646e76187336c62d876f470fef66e6ed3d8120f36982bfeec

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">skelsec/msldap</remote-id>
MissingRemoteId: missing <remote-id type="pypi">msldap</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/skelsec/msldap"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE=""
#'winsspi;platform_system=="Windows"',
# the last two (aiocmd and asciitree) are "Prerequisites"

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -24,7 +24,7 @@ RDEPEND="
>=dev-python/asyauth-0.0.18[${PYTHON_USEDEP}]
>=dev-python/asysocks-0.2.11[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-1.3.0[${PYTHON_USEDEP}]
>=dev-python/winacl-0.1.8[${PYTHON_USEDEP}]
>=dev-python/winacl-0.1.9[${PYTHON_USEDEP}]
>=dev-python/prompt-toolkit-3.0.2[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]

View file

@ -32,7 +32,7 @@ RDEPEND="
>=dev-python/lsassy-3.1.11[${PYTHON_USEDEP}]
>=dev-python/masky-0.2.0[${PYTHON_USEDEP}]
>=dev-python/minikerberos-0.4.1[${PYTHON_USEDEP}]
>=dev-python/msldap-0.5.10[${PYTHON_USEDEP}]
>=dev-python/msldap-0.5.14[${PYTHON_USEDEP}]
>=dev-python/neo4j-5.0.0[${PYTHON_USEDEP}]
>=dev-python/paramiko-3.3.1[${PYTHON_USEDEP}]
>=dev-python/pyasn1-modules-0.3.0[${PYTHON_USEDEP}]