Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openssl: update to 3.1.3.
@ 2023-10-03  8:36 classabbyamp
  2023-10-09 23:33 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-03  8:36 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] openssl: update to 3.1.3.
  2023-10-03  8:36 [PR PATCH] openssl: update to 3.1.3 classabbyamp
@ 2023-10-09 23:33 ` classabbyamp
  2023-10-24 19:49 ` dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-09 23:33 UTC (permalink / raw)
  To: ml

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

There is an updated 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 (seems fine, only thing in the changelog affects windows)

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 4ba9d878aeb8bdd8b26a0f4f79eb7d5d30690af0 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 8c0822432590b6098d8d6f050233f4b10fd8cb9c 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: openssl: update to 3.1.3.
  2023-10-03  8:36 [PR PATCH] openssl: update to 3.1.3 classabbyamp
  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
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2023-10-24 19:49 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/46403#issuecomment-1777924810

Comment:
3.1.4 is out https://www.openssl.org/news/secadv/20231024.txt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] openssl: update to 3.1.3.
  2023-10-03  8:36 [PR PATCH] openssl: update to 3.1.3 classabbyamp
  2023-10-09 23:33 ` [PR PATCH] [Updated] " classabbyamp
  2023-10-24 19:49 ` dkwo
@ 2023-10-24 19:55 ` classabbyamp
  2023-10-24 20:33 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-24 19:55 UTC (permalink / raw)
  To: ml

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

There is an updated 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 (seems fine, only thing in the changelog affects windows)

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 588c04aef8e90fd00bcf801b9c61c0602266d26a 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.4.

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

diff --git a/srcpkgs/openssl/template b/srcpkgs/openssl/template
index 902c68e264a45..f6acf9249fc71 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.4
 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=840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3
 conf_files="/etc/ssl/openssl.cnf"
 replaces="libressl>=0"
 

From 5cac27c326fb14b683eec503ecb254119b0d91a7 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: openssl: update to 3.1.3.
  2023-10-03  8:36 [PR PATCH] openssl: update to 3.1.3 classabbyamp
                   ` (2 preceding siblings ...)
  2023-10-24 19:55 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-10-24 20:33 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-24 20:33 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
#### 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 (seems fine, only thing in the changelog affects windows)

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-24 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03  8:36 [PR PATCH] openssl: update to 3.1.3 classabbyamp
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

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).