1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

sysutils/openvox-agent8: Update to 8.25.0

ChangeLog:
https://github.com/OpenVoxProject/openvox/blob/main/CHANGELOG.md#8250-2026-02-16

With hat:	puppet
This commit is contained in:
Romain Tartière
2026-03-13 17:02:11 -10:00
parent 4b1f15e606
commit 385c551845
3 changed files with 4 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= openvox-agent
PORTVERSION= 8.24.2
PORTVERSION= 8.25.0
CATEGORIES= sysutils
MASTER_SITES= https://forge.puppet.com/v3/files/:forge
PKGNAMESUFFIX= 8
+3 -3
View File
@@ -1,4 +1,4 @@
TIMESTAMP = 1766859627
TIMESTAMP = 1771380942
SHA256 (puppetlabs-augeas_core-1.5.0.tar.gz) = 470406981b7638869acb4ecc75e2fd079b5999b5aeeb8324b9b475fe07bca935
SIZE (puppetlabs-augeas_core-1.5.0.tar.gz) = 26311
SHA256 (puppetlabs-cron_core-1.3.0.tar.gz) = 2a7be4004acc3881357b2e11db1a8937f4d64d37d8ce38872cefe1c7c4a2a6ef
@@ -19,5 +19,5 @@ SHA256 (puppetlabs-zfs_core-1.5.0.tar.gz) = 54ddfee4aeea028ed4269cd9ffd89f8491cb
SIZE (puppetlabs-zfs_core-1.5.0.tar.gz) = 20163
SHA256 (puppetlabs-zone_core-1.2.0.tar.gz) = 7c722015b3d16b6a48bec1b6f79dd7369cfd0de70731f17b94c27553f7e08096
SIZE (puppetlabs-zone_core-1.2.0.tar.gz) = 22000
SHA256 (OpenVoxProject-openvox-8.24.2_GH0.tar.gz) = f5fef9a2e4337030aec5aacca6a8b62f13a45d028b119af052852d8dad62dc2a
SIZE (OpenVoxProject-openvox-8.24.2_GH0.tar.gz) = 3740967
SHA256 (OpenVoxProject-openvox-8.25.0_GH0.tar.gz) = daa29c5a722eda78e37d01f68750cf8ad5fe16ffd6ab4bef1ecf3c741d17026d
SIZE (OpenVoxProject-openvox-8.25.0_GH0.tar.gz) = 3740863
@@ -1,15 +0,0 @@
--- lib/puppet/util/monkey_patches.rb.orig 2025-12-22 21:26:30 UTC
+++ lib/puppet/util/monkey_patches.rb
@@ -52,12 +52,6 @@ unless Puppet::Util::Platform.jruby_fips?
require_relative '../../puppet/ssl/openssl_loader'
unless Puppet::Util::Platform.jruby_fips?
class OpenSSL::SSL::SSLContext
- if DEFAULT_PARAMS[:options]
- DEFAULT_PARAMS[:options] |= OpenSSL::SSL::OP_NO_SSLv3
- else
- DEFAULT_PARAMS[:options] = OpenSSL::SSL::OP_NO_SSLv3
- end
-
alias __original_initialize initialize
private :__original_initialize