Date: Sat, 21 Nov 2020 16:54:25 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555993 - head/sysutils/py-hpilo Message-ID: <202011211654.0ALGsP7j097940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Sat Nov 21 16:54:25 2020 New Revision: 555993 URL: https://svnweb.freebsd.org/changeset/ports/555993 Log: 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> Modified: head/sysutils/py-hpilo/Makefile head/sysutils/py-hpilo/distinfo Modified: head/sysutils/py-hpilo/Makefile ============================================================================== --- head/sysutils/py-hpilo/Makefile Sat Nov 21 16:50:32 2020 (r555992) +++ head/sysutils/py-hpilo/Makefile Sat Nov 21 16:54:25 2020 (r555993) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hpilo -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 PORTREVISION= 0 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,5 +21,13 @@ 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 <bsd.port.mk> Modified: head/sysutils/py-hpilo/distinfo ============================================================================== --- head/sysutils/py-hpilo/distinfo Sat Nov 21 16:50:32 2020 (r555992) +++ head/sysutils/py-hpilo/distinfo Sat Nov 21 16:54:25 2020 (r555993) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011211654.0ALGsP7j097940>