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; 2+ 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] 2+ 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; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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

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