mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
sysutils/py-hpilo: Update to 4.4.2
Add support to python 3.9 Remove RC4-SHA cypher support (not available in openssl any longer) RC4-SHA cypther can be added back via the specific option PR: 250716 Submitted by: Matthias Pfaller <matthias.pfaller@familie-pfaller.de>
This commit is contained in:
parent
2b6e177ad4
commit
e234b05c84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555993
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hpilo
|
||||
PORTVERSION= 4.4.1
|
||||
PORTVERSION= 4.4.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -22,4 +22,12 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= RC4_SHA
|
||||
|
||||
RC4_SHA_DESC= Enable RC4-SHA ciphers, for old iLO, but removed from openssl (custom openssl required)
|
||||
|
||||
# replace "RC4-SHA:" + with nothing
|
||||
post-patch-RC4_SHA-off:
|
||||
${REINPLACE_CMD} -e 's/"RC4-SHA:" + //g' ${WRKSRC}/hpilo.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1602424856
|
||||
SHA256 (seveas-python-hpilo-4.4.1_GH0.tar.gz) = fc6f00effc8caa30eaff403a38a90e43e044880c1f79393736a19a0b6a2dcc18
|
||||
SIZE (seveas-python-hpilo-4.4.1_GH0.tar.gz) = 188924
|
||||
TIMESTAMP = 1605957417
|
||||
SHA256 (seveas-python-hpilo-4.4.2_GH0.tar.gz) = e45f67dfa10ca0291305c7f6c26e45c632da285623130ead13eb10c5833b18a2
|
||||
SIZE (seveas-python-hpilo-4.4.2_GH0.tar.gz) = 189099
|
||||
|
Loading…
Reference in New Issue
Block a user