Index: head/sysutils/py-hpilo/Makefile =================================================================== --- head/sysutils/py-hpilo/Makefile (revision 555992) +++ head/sysutils/py-hpilo/Makefile (revision 555993) @@ -1,25 +1,33 @@ # $FreeBSD$ PORTNAME= hpilo -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 PORTREVISION= 0 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= pizzamig@FreeBSD.org COMMENT= Python cli to interact with HP iLO management interface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_GITHUB= yes GH_ACCOUNT= seveas GH_PROJECT= python-hpilo 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 Index: head/sysutils/py-hpilo/distinfo =================================================================== --- head/sysutils/py-hpilo/distinfo (revision 555992) +++ head/sysutils/py-hpilo/distinfo (revision 555993) @@ -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