diff --git a/security/tpm2-abrmd/Makefile b/security/tpm2-abrmd/Makefile --- a/security/tpm2-abrmd/Makefile +++ b/security/tpm2-abrmd/Makefile @@ -1,6 +1,5 @@ PORTNAME= tpm2-abrmd -DISTVERSION= 2.4.1 -PORTREVISION= 1 +DISTVERSION= 3.0.0 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-abrmd/releases/download/${DISTVERSION}/ diff --git a/security/tpm2-abrmd/distinfo b/security/tpm2-abrmd/distinfo --- a/security/tpm2-abrmd/distinfo +++ b/security/tpm2-abrmd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646609115 -SHA256 (tpm2-abrmd-2.4.1.tar.gz) = a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673 -SIZE (tpm2-abrmd-2.4.1.tar.gz) = 577259 +TIMESTAMP = 1694304765 +SHA256 (tpm2-abrmd-3.0.0.tar.gz) = d59aff34164aa705b05155b86607f6b66918a433104f754a3fcf76216dd9f465 +SIZE (tpm2-abrmd-3.0.0.tar.gz) = 576822 diff --git a/security/tpm2-abrmd/files/tpm2-abrmd.in b/security/tpm2-abrmd/files/tpm2-abrmd.in --- a/security/tpm2-abrmd/files/tpm2-abrmd.in +++ b/security/tpm2-abrmd/files/tpm2-abrmd.in @@ -20,7 +20,7 @@ command=%%PREFIX%%/sbin/tpm2-abrmd tpm2_abrmd_user="_tss" -tpm2_abrmd_gropu="_tss" +tpm2_abrmd_group="_tss" pidfile="/var/run/${name}.pid" logfile="/var/log/${name}.log" start_cmd="tpm2_abrmd_start" @@ -40,7 +40,7 @@ touch $logfile chmod 640 $logfile - chown -R ${tpm2_abrmd_user}:${tpm2_abrmd_gropu} ${logfile} + chown -R ${tpm2_abrmd_user}:${tpm2_abrmd_group} ${logfile} /usr/sbin/daemon -P ${pidfile} -u ${tpm2_abrmd_user} ${command} >>${logfile} 2>&1 if is_process_running; then