Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openssl: update to 3.3.0.
@ 2024-04-10 20:15 classabbyamp
  2024-04-14 11:07 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 3+ messages in thread
From: classabbyamp @ 2024-04-10 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages ossl3
https://github.com/void-linux/void-packages/pull/49795

openssl: update to 3.3.0.
* move c_rehash manpage to its package
* move dev docs to their own subpackage. there's a huge amount of them and they don't need to be installed for building packages with openssl-devel

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 32056822685289eda1aef84d098e8957a376886b Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 10 Apr 2024 16:11:41 -0400
Subject: [PATCH] openssl: update to 3.3.0.

* move c_rehash manpage to its package
* move dev docs to their own subpackage. there's a huge amount of them
  and they don't need to be installed for building packages with
  openssl-devel
---
 srcpkgs/openssl-doc      |  1 +
 srcpkgs/openssl/template | 19 ++++++++++++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/openssl-doc

diff --git a/srcpkgs/openssl-doc b/srcpkgs/openssl-doc
new file mode 120000
index 00000000000000..fc538edfef4a65
--- /dev/null
+++ b/srcpkgs/openssl-doc
@@ -0,0 +1 @@
+openssl
\ No newline at end of file
diff --git a/srcpkgs/openssl/template b/srcpkgs/openssl/template
index 51a138eee2002a..9126f5dcd42672 100644
--- a/srcpkgs/openssl/template
+++ b/srcpkgs/openssl/template
@@ -1,6 +1,6 @@
 # Template file for 'openssl'
 pkgname=openssl
-version=3.1.5
+version=3.3.0
 revision=1
 bootstrap=yes
 build_style=configure
@@ -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=6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262
+checksum=53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
 conf_files="/etc/ssl/openssl.cnf"
 replaces="libressl>=0"
 
@@ -57,7 +57,7 @@ pre_build() {
 
 post_install() {
 	if [ ! "$CHROOT_READY" ]; then
-		rm -f "${DESTDIR}/usr/bin/c_rehash"
+		rm -f "${DESTDIR}/usr/bin/c_rehash" "${DESTDIR}/usr/share/man/man1/c_rehash.1ssl"
 	fi
 }
 
@@ -81,6 +81,7 @@ openssl-c_rehash_package() {
 	depends="openssl perl"
 	pkg_install() {
 		vmove usr/bin/c_rehash
+		vmove usr/share/man/man1/c_rehash.1ssl
 	}
 }
 
@@ -89,11 +90,19 @@ openssl-devel_package() {
 	replaces="libressl-devel>=0"
 	short_desc+=" - development files"
 	pkg_install() {
-		vmove usr/share/man/man3
-		vmove usr/share/doc
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
 	}
 }
+
+openssl-doc_package() {
+	short_desc+=" - documentation"
+	pkg_install() {
+		vmove usr/share/man/man3
+		vmove usr/share/man/man7
+		vmove usr/share/doc
+	}
+}

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

* Re: [PR PATCH] [Merged]: openssl: update to 3.3.0.
  2024-04-10 20:15 [PR PATCH] openssl: update to 3.3.0 classabbyamp
@ 2024-04-14 11:07 ` classabbyamp
  0 siblings, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-04-14 11:07 UTC (permalink / raw)
  To: ml

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

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

openssl: update to 3.3.0.
https://github.com/void-linux/void-packages/pull/49795

Description:
* move c_rehash manpage to its package
* move dev docs to their own subpackage. there's a huge amount of them and they don't need to be installed for building packages with openssl-devel

#### Testing the changes
- I tested the changes in this PR: **YES**


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

* [PR PATCH] openssl: update to 3.3.0.
@ 2024-04-10 18:26 iFoundSilentHouse
  0 siblings, 0 replies; 3+ messages in thread
From: iFoundSilentHouse @ 2024-04-10 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages openssl-3.3.0
https://github.com/void-linux/void-packages/pull/49792

openssl: update to 3.3.0.
- I tested the changes in this PR: **briefly**
4 CVEs were patched in versions 3.2.1, 3.2.2
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - armv7l-musl (cross)

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

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

From 533c4f19ed3bcaaacfeeb4ba808200f4ee6bf54d Mon Sep 17 00:00:00 2001
From: IFoundSilentHouse <adeptslab@gmail.com>
Date: Wed, 10 Apr 2024 18:44:06 +0600
Subject: [PATCH] openssl: update to 3.3.0.

---
 common/shlibs            | 4 ++--
 srcpkgs/openssl/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12238cd813cede..c056739ab2b67a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1735,8 +1735,8 @@ libid3.so id3lib-3.8.3_7
 libid3-3.8.so.3 id3lib-3.8.3_7
 libgirara-gtk3.so.3 girara-0.2.8_1
 libjq.so.1 jq-1.6_2
-libcrypto.so.3 libcrypto3-3.1.2_1
-libssl.so.3 libssl3-3.1.2_1
+libcrypto.so.3 libcrypto3-3.3.0_1
+libssl.so.3 libssl3-3.3.0_1
 libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6
 libportmidi.so portmidi-217_1
 libWildMidi.so.2 libwildmidi-0.4.3_1
diff --git a/srcpkgs/openssl/template b/srcpkgs/openssl/template
index 51a138eee2002a..836578ca1d7c52 100644
--- a/srcpkgs/openssl/template
+++ b/srcpkgs/openssl/template
@@ -1,6 +1,6 @@
 # Template file for 'openssl'
 pkgname=openssl
-version=3.1.5
+version=3.3.0
 revision=1
 bootstrap=yes
 build_style=configure
@@ -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=6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262
+checksum=53e66b043322a606abf0087e7699a0e033a37fa13feb9742df35c3a33b18fb02
 conf_files="/etc/ssl/openssl.cnf"
 replaces="libressl>=0"
 

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

end of thread, other threads:[~2024-04-14 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 20:15 [PR PATCH] openssl: update to 3.3.0 classabbyamp
2024-04-14 11:07 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 18:26 [PR PATCH] " iFoundSilentHouse

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