1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/foreman-proxy: update to 3.10.0

PR:		278015
Approved by:	maintainer
This commit is contained in:
Frank Wall 2024-03-29 00:01:56 +01:00 committed by Matthias Fechner
parent cfc2b75170
commit 2c7ceb567f
4 changed files with 5 additions and 21 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= foreman-proxy PORTNAME= foreman-proxy
PORTVERSION= 3.4.0 PORTVERSION= 3.10.0
CATEGORIES= net CATEGORIES= net
MASTER_SITES= https://downloads.theforeman.org/foreman-proxy/ MASTER_SITES= https://downloads.theforeman.org/foreman-proxy/
@ -24,9 +24,8 @@ RUN_DEPENDS= rubygem-bundler_ext>=0.4:sysutils/rubygem-bundler_ext \
USES= ruby shebangfix tar:bzip2 USES= ruby shebangfix tar:bzip2
OPTIONS_DEFINE= BMC PUPPET7 OPTIONS_DEFINE= BMC
BMC_DESC= Depend on rubyipmi and redfish_client for BMC support BMC_DESC= Depend on rubyipmi and redfish_client for BMC support
PUPPET7_DESC= Depend on Puppet 7
NO_ARCH= yes NO_ARCH= yes
NO_BUILD= yes NO_BUILD= yes
@ -52,8 +51,6 @@ SHEBANG_FILES= extra/foreman-debug-proxy
BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.10.0:sysutils/rubygem-rubyipmi \ BMC_RUN_DEPENDS= rubygem-rubyipmi>=0.10.0:sysutils/rubygem-rubyipmi \
rubygem-redfish_client>=0.5.1:sysutils/rubygem-redfish_client rubygem-redfish_client>=0.5.1:sysutils/rubygem-redfish_client
PUPPET7_RUN_DEPENDS= puppet:sysutils/puppet7 \
rubygem-ruby-augeas>=0.5:textproc/rubygem-ruby-augeas
post-patch: post-patch:
@${REINPLACE_CMD} \ @${REINPLACE_CMD} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1667679385 TIMESTAMP = 1711664645
SHA256 (foreman-proxy-3.4.0.tar.bz2) = 5846625b59ee0c0da4b9af4eac97f5f5d7020b48b31ee0b28b2946f1b94181cf SHA256 (foreman-proxy-3.10.0.tar.bz2) = 422d52ece95af93a9e9fc04db4cad0c7b1ccadc9678783d723953d5576bac00a
SIZE (foreman-proxy-3.4.0.tar.bz2) = 195061 SIZE (foreman-proxy-3.10.0.tar.bz2) = 195667

View File

@ -1,11 +0,0 @@
--- lib/proxy/http_download.rb.orig 2022-09-08 13:50:11 UTC
+++ lib/proxy/http_download.rb
@@ -10,7 +10,7 @@ module Proxy
logger.warn('Deprecated: HttpDownload read_timeout is deprecated and will be removed in 3.5') if read_timeout
logger.warn('Deprecated: HttpDownload dns_timeout is deprecated and will be removed in 3.5') if dns_timeout
connect_timeout ||= DEFAULT_CONNECT_TIMEOUT
- args = [which('curl')]
+ args = ["%%LOCALBASE%%/bin/curl"]
# no cert verification if set
args << "--insecure" unless verify_server_cert

View File

@ -81,7 +81,6 @@ sbin/smart-proxy
%%DATADIR%%/lib/proxy/plugin_validators.rb %%DATADIR%%/lib/proxy/plugin_validators.rb
%%DATADIR%%/lib/proxy/plugins.rb %%DATADIR%%/lib/proxy/plugins.rb
%%DATADIR%%/lib/proxy/provider.rb %%DATADIR%%/lib/proxy/provider.rb
%%DATADIR%%/lib/proxy/provider_factory.rb
%%DATADIR%%/lib/proxy/request.rb %%DATADIR%%/lib/proxy/request.rb
%%DATADIR%%/lib/proxy/request_id_middleware.rb %%DATADIR%%/lib/proxy/request_id_middleware.rb
%%DATADIR%%/lib/proxy/settings.rb %%DATADIR%%/lib/proxy/settings.rb
@ -148,7 +147,6 @@ sbin/smart-proxy
%%DATADIR%%/modules/dns/dns_api.rb %%DATADIR%%/modules/dns/dns_api.rb
%%DATADIR%%/modules/dns/dns_plugin.rb %%DATADIR%%/modules/dns/dns_plugin.rb
%%DATADIR%%/modules/dns/http_config.ru %%DATADIR%%/modules/dns/http_config.ru
%%DATADIR%%/modules/dns_common/dependency_injection/dependencies.rb
%%DATADIR%%/modules/dns_common/dns_common.rb %%DATADIR%%/modules/dns_common/dns_common.rb
%%DATADIR%%/modules/dns_dnscmd/dns_dnscmd.rb %%DATADIR%%/modules/dns_dnscmd/dns_dnscmd.rb
%%DATADIR%%/modules/dns_dnscmd/dns_dnscmd_main.rb %%DATADIR%%/modules/dns_dnscmd/dns_dnscmd_main.rb