Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] openssl: update to 3.1.3.
Date: Tue, 03 Oct 2023 10:36:21 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46403@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 576 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/openssl
https://github.com/void-linux/void-packages/pull/46403

openssl: update to 3.1.3.
#### Testing the changes
- I tested the changes in this PR: **YES**
    - tested nginx with the new openssl version and confirmed ktls works
    - still testing openssl itself

cc @duncaen (nginx maintainer), @Johnnynator (openssl maintainer)


A patch file from https://github.com/void-linux/void-packages/pull/46403.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/openssl-46403.patch --]
[-- Type: text/x-diff, Size: 2174 bytes --]

From 24b2de21088422fba7cc31c8ea6d32d9c061dce2 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 3 Oct 2023 03:50:51 -0400
Subject: [PATCH 1/2] openssl: update to 3.1.3.

---
 srcpkgs/openssl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/openssl/template b/srcpkgs/openssl/template
index 902c68e264a45..62238328d072a 100644
--- a/srcpkgs/openssl/template
+++ b/srcpkgs/openssl/template
@@ -1,12 +1,12 @@
 # Template file for 'openssl'
 pkgname=openssl
-version=3.1.2
+version=3.1.3
 revision=1
 bootstrap=yes
 build_style=configure
 configure_script="./Configure"
 configure_args="--prefix=/usr --openssldir=/etc/ssl --libdir=lib
- shared no-ssl3-method $(vopt_if asm ' ' 'no-asm')
+ shared enable-ktls $(vopt_if asm ' ' 'no-asm')
  -Wa,--noexecstack"
 make_cmd=make
 make_build_args='MAKEDEPPROG="$(CC)'
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="Apache-2.0"
 homepage="https://www.openssl.org"
 distfiles="https://www.openssl.org/source/openssl-${version}.tar.gz"
-checksum=a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539
+checksum=f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6
 conf_files="/etc/ssl/openssl.cnf"
 replaces="libressl>=0"
 

From 7f27d61cd55590e3762ba3d58bb0a426dc02469e Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 3 Oct 2023 03:55:11 -0400
Subject: [PATCH 2/2] nginx: enable ktls

---
 srcpkgs/nginx/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template
index 3811ea15a9e14..1da8dd90f9db2 100644
--- a/srcpkgs/nginx/template
+++ b/srcpkgs/nginx/template
@@ -4,7 +4,7 @@
 # See comments in mime-types template
 pkgname=nginx
 version=1.24.0
-revision=3
+revision=4
 _tests_commit=36a4563f7f00
 _njs_version=0.7.12
 create_wrksrc=yes
@@ -42,6 +42,7 @@ configure_args="--prefix=${_cfgdir}
  --with-http_xslt_module=dynamic
  --with-http_geoip_module=dynamic
  --with-http_perl_module=dynamic
+ --with-openssl-opt=enable-ktls
  --with-stream=dynamic
  --with-stream_geoip_module=dynamic
  --with-stream_realip_module

             reply	other threads:[~2023-10-03  8:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03  8:36 classabbyamp [this message]
2023-10-09 23:33 ` [PR PATCH] [Updated] " classabbyamp
2023-10-24 19:49 ` dkwo
2023-10-24 19:55 ` [PR PATCH] [Updated] " classabbyamp
2023-10-24 20:33 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46403@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).