FreeBSD Bugzilla – Attachment 246978 Details for
Bug 275694
net-p2p/sonarr-devel: Select correct openssl runtime version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-net-p2p-sonarr-devel-Set-correct-openssl-runtime-ver.patch
0001-net-p2p-sonarr-devel-Set-correct-openssl-runtime-ver.patch (text/plain), 1.70 KB, created by
Michiel van Baak Jansen
on 2023-12-11 14:08:05 UTC
(
hide
)
Description:
0001-net-p2p-sonarr-devel-Set-correct-openssl-runtime-ver.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2023-12-11 14:08:05 UTC
Size:
1.70 KB
patch
obsolete
>From 550719dd7cd386e0c0b4bfed2c96061fef39eeb6 Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Sat, 9 Dec 2023 22:37:28 +0100 >Subject: [PATCH] net-p2p/sonarr-devel: Set correct openssl runtime version to > use on FreeBSD 14 > >--- > net-p2p/sonarr-devel/Makefile | 6 +++--- > net-p2p/sonarr-devel/files/sonarr.in | 4 ++++ > 2 files changed, 7 insertions(+), 3 deletions(-) > >diff --git a/net-p2p/sonarr-devel/Makefile b/net-p2p/sonarr-devel/Makefile >index fd873fb28985..f39af0e51b90 100644 >--- a/net-p2p/sonarr-devel/Makefile >+++ b/net-p2p/sonarr-devel/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= sonarr > DISTVERSION= 4.0.0.733 >+PORTREVISION= 1 > CATEGORIES= net-p2p > MASTER_SITES= https://download.sonarr.tv/v4/develop/${PORTVERSION}/ > PKGNAMESUFFIX= -devel >@@ -18,10 +19,9 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ > krb5>0:security/krb5 \ > libiconv>0:converters/libiconv \ > libinotify>0:devel/libinotify \ >- libunwind>0:devel/libunwind \ >- openssl111>0:security/openssl111 >+ libunwind>0:devel/libunwind > >-USES= sqlite:3 >+USES= sqlite:3 ssl:run > USE_RC_SUBR= sonarr > > CONFLICTS_INSTALL= sonarr >diff --git a/net-p2p/sonarr-devel/files/sonarr.in b/net-p2p/sonarr-devel/files/sonarr.in >index 261037cf517a..7d43d8e22f95 100644 >--- a/net-p2p/sonarr-devel/files/sonarr.in >+++ b/net-p2p/sonarr-devel/files/sonarr.in >@@ -48,6 +48,10 @@ start_precmd=${name}_precmd > export DOTNET_SYSTEM_NET_DISABLEIPV6=1 > fi > >+ if [ `uname -K` -ge 1400092 ]; then >+ export CLR_OPENSSL_VERSION_OVERRIDE=30 >+ fi >+ > rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Sonarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}" > } > >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
michiel
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 275694
: 246978