aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-hpilo
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2020-11-21 16:54:25 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2020-11-21 16:54:25 +0000
commite234b05c844dd09ba40783d689eb82cde0f2fc3e (patch)
treea3084de9a5e373eca10460abd46d320d3affc8e7 /sysutils/py-hpilo
parent2b6e177ad47f24e2168ef62940a86b7816f6d575 (diff)
downloadports-e234b05c844dd09ba40783d689eb82cde0f2fc3e.tar.gz
ports-e234b05c844dd09ba40783d689eb82cde0f2fc3e.zip
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>
Notes
Notes: svn path=/head/; revision=555993
Diffstat (limited to 'sysutils/py-hpilo')
-rw-r--r--sysutils/py-hpilo/Makefile10
-rw-r--r--sysutils/py-hpilo/distinfo6
2 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/py-hpilo/Makefile b/sysutils/py-hpilo/Makefile
index 456534ecde79..91fd0793227a 100644
--- a/sysutils/py-hpilo/Makefile
+++ b/sysutils/py-hpilo/Makefile
@@ -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>
diff --git a/sysutils/py-hpilo/distinfo b/sysutils/py-hpilo/distinfo
index 335e34437b0b..96f3e77dbe15 100644
--- a/sysutils/py-hpilo/distinfo
+++ b/sysutils/py-hpilo/distinfo
@@ -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