FreeBSD Bugzilla – Attachment 247885 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]
www/lagrange: Update to 1.17.6
0001-www-lagrange-Update-to-1.17.6.patch (text/plain), 3.49 KB, created by
Alastair Hogge
on 2024-01-23 11:55:37 UTC
(
hide
)
Description:
www/lagrange: Update to 1.17.6
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2024-01-23 11:55:37 UTC
Size:
3.49 KB
patch
obsolete
>From 880ee03db808e07fda46820a2a77d95fd77f52da Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Tue, 23 Jan 2024 19:46:23 +0800 >Subject: [PATCH] www/lagrange: Update to 1.17.6 > >Update to 1.17.6: >https://git.skyjake.fi/gemini/lagrange/src/tag/v1.17.6 > >Original patch by Nathan Fisher <jeang3nie@hitchhiker-linux.org> > >PR: 274414 >--- > www/lagrange/Makefile | 6 ++--- > www/lagrange/distinfo | 6 ++--- > ...patch-lib_the__Foundation_src_tlsrequest.c | 23 +------------------ > 3 files changed, 7 insertions(+), 28 deletions(-) > >diff --git a/www/lagrange/Makefile b/www/lagrange/Makefile >index 73dddd1179e1..4fc6a162c51f 100644 >--- a/www/lagrange/Makefile >+++ b/www/lagrange/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= lagrange >-DISTVERSION= 1.16.5 >+DISTVERSION= 1.17.6 > CATEGORIES= www > MASTER_SITES= https://git.skyjake.fi/gemini/${PORTNAME}/releases/download/v${DISTVERSION}/ > >@@ -19,13 +19,13 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ > libwebp.so:graphics/webp > > USES= cmake compiler:c11 desktop-file-utils pkgconfig sdl ssl xorg >- > BROKEN_SSL= libressl > BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL >- > USE_SDL= sdl2 > USE_XORG= ice sm x11 xext > >+CMAKE_ARGS+= -DTFDN_ENABLE_WARN_ERROR=OFF >+ > OPTIONS_DEFINE= SSE41 > > SSE41_DESC= Enable SSE4.1 support >diff --git a/www/lagrange/distinfo b/www/lagrange/distinfo >index 75d42456062b..285a0bac2644 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 = 1705993805 >+SHA256 (lagrange-1.17.6.tar.gz) = b9d0982617fec495565ac9c09fb788a0be207d6fdf2324edc390e5cac8b1523b >+SIZE (lagrange-1.17.6.tar.gz) = 10212490 >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..02b7295616b0 100644 >--- a/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c >+++ b/www/lagrange/files/patch-lib_the__Foundation_src_tlsrequest.c >@@ -1,17 +1,5 @@ >---- lib/the_Foundation/src/tlsrequest.c.orig 2023-08-07 17:23:22 UTC >+--- lib/the_Foundation/src/tlsrequest.c.orig 2024-01-23 07:23:46 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) { > SSL_load_error_strings(); > ERR_load_crypto_strings(); >@@ -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.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
Actions:
View
|
Diff
Attachments on
bug 274414
:
245569
| 247885