FreeBSD Bugzilla – Attachment 245569 Details for
Bug 274414
www/lagrange: Update 1.16.5 → 1.17.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update www/lagrange to latest version
0001-Update-www-lagrange-to-1.17.0.patch (text/plain), 3.07 KB, created by
Nathan Fisher
on 2023-10-11 19:37:50 UTC
(
hide
)
Description:
Update www/lagrange to latest version
Filename:
MIME Type:
Creator:
Nathan Fisher
Created:
2023-10-11 19:37:50 UTC
Size:
3.07 KB
patch
obsolete
>From 07457917fe86320289fad56fa1539de03898f684 Mon Sep 17 00:00:00 2001 >From: Nathan Fisher <jeang3nie@hitchhiker-linux.org> >Date: Wed, 11 Oct 2023 15:27:39 -0400 >Subject: [PATCH] Update www/lagrange to 1.17.0 > >--- > www/lagrange/Makefile | 2 +- > www/lagrange/distinfo | 6 ++--- > ...patch-lib_the__Foundation_src_tlsrequest.c | 27 +++---------------- > 3 files changed, 7 insertions(+), 28 deletions(-) > >diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile >index 73dddd1179e1..295702d7dcd3 100644 >--- a/www/lagrange/Makefile >+++ b/www/lagrange/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= lagrange >-DISTVERSION= 1.16.5 >+DISTVERSION= 1.17.0 > CATEGORIES= www > MASTER_SITES= https://git.skyjake.fi/gemini/${PORTNAME}/releases/download/v${DISTVERSION}/ > >diff --git a/www/lagrange/distinfo b/www/lagrange/distinfo >index 75d42456062b..6a85cde2ad4a 100644 >--- a/www/lagrange/distinfo >+++ b/www/lagrange/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1689437065 >-SHA256 (lagrange-1.16.5.tar.gz) = c8d37a32d99ff444e4e61d73269f6244e08a5232c91bb97e2b74823dc6e29d53 >-SIZE (lagrange-1.16.5.tar.gz) = 10141202 >+TIMESTAMP = 1697051596 >+SHA256 (lagrange-1.17.0.tar.gz) = c0f68e7d8d7b4a94eeaaf2c041f08b13abc2a2922b2485d69844b823e710cc8a >+SIZE (lagrange-1.17.0.tar.gz) = 10139918 >diff --git a/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c b/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c >index 4a9b32d99641..64e701bf32db 100644 >--- a/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c >+++ b/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c >@@ -1,18 +1,6 @@ >---- lib/the_Foundation/src/tlsrequest.c.orig 2023-08-07 17:23:22 UTC >-+++ lib/the_Foundation/src/tlsrequest.c >-@@ -72,9 +72,9 @@ static iBool readAllFromBIO_(BIO *bio, iBlock *out) { >- /*----------------------------------------------------------------------------------------------*/ >- >- iDeclareClass(CachedSession) >-- >-+ >- static const int maxSessionAge_CachedSession_ = 10 * 60; /* seconds */ >-- >-+ >- struct Impl_CachedSession { >- iObject object; >- iBlock pemSession; >-@@ -249,7 +249,9 @@ void init_Context(iContext *d) { >+--- lib/the_Foundation/src/tlsrequest.c.orig 2023-10-11 15:18:41.921403000 -0400 >++++ lib/the_Foundation/src/tlsrequest.c 2023-10-11 15:20:53.410524000 -0400 >+@@ -249,7 +249,9 @@ > SSL_load_error_strings(); > ERR_load_crypto_strings(); > #endif >@@ -22,12 +10,3 @@ > d->ctx = SSL_CTX_new(TLS_client_method()); > if (!d->ctx) { > iDebug("[TlsRequest] failed to initialize OpenSSL\n"); >-@@ -1012,7 +1014,7 @@ static iBool readIncoming_TlsRequest_(iTlsRequest *d) >- >- static iThreadResult run_TlsRequest_(iThread *thread) { >- iTlsRequest *d = userData_Thread(thread); >-- /* Thread-local pointer to the current request so it can be accessed in the >-+ /* Thread-local pointer to the current request so it can be accessed in the >- verify callback. */ >- iDebug("[TlsRequest] run_TlsRequest_: %zu bytes to send\n", size_Block(&d->sending)); >- setCurrentRequestForThread_Context_(context_, d); >-- >2.42.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
Actions:
View
|
Diff
Attachments on
bug 274414
: 245569 |
247885