Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ca-certificates: update to 3.79, drop versioned dependence on openssl
@ 2022-06-25 19:00 dkwo
  2022-06-26  0:51 ` sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2022-06-25 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages cacert
https://github.com/void-linux/void-packages/pull/37682

ca-certificates: update to 3.79, drop versioned dependence on openssl
tested on x86_64-musl, useful for openssl update.

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

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

From 9141ac1a6eed9e01a31f9b028c9a79986ef475a5 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 25 Jun 2022 20:58:43 +0200
Subject: [PATCH] ca-certificates: update to 3.79, drop versioned dependence on
 openssl

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

diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template
index eaa70fc7a22b..559ad6906967 100644
--- a/srcpkgs/ca-certificates/template
+++ b/srcpkgs/ca-certificates/template
@@ -1,6 +1,6 @@
 # Template file for 'ca-certificates'
 pkgname=ca-certificates
-version=20211016+3.77
+version=20211016+3.79
 revision=1
 _nss_version=${version#*+}
 bootstrap=yes
@@ -8,7 +8,7 @@ conf_files="/etc/ca-certificates.conf"
 create_wrksrc=yes
 build_wrksrc="work"
 hostmakedepends="openssl"
-depends="openssl<=2.0_1 run-parts"
+depends="openssl run-parts"
 short_desc="Common CA certificates for SSL/TLS from Mozilla"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MPL-2.0"
@@ -16,7 +16,7 @@ homepage="https://wiki.mozilla.org/NSS:Root_certs"
 distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version%+*}.tar.xz
  ${MOZILLA_SITE}/security/nss/releases/NSS_${_nss_version//\./_}_RTM/src/nss-${_nss_version}.tar.gz"
 checksum="2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88
- 825edf5a2fd35b788a23ff80face591f82919ae3ad2b8f77d424a450d618dedd"
+ ebdf2d6a96613b6fe70ad579e9f983e0e94e0110171cfb2999db633d3394a514"
 
 post_extract() {
 	cp ${FILESDIR}/* $build_wrksrc/mozilla

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

* Re: ca-certificates: update to 3.79, drop versioned dependence on openssl
  2022-06-25 19:00 [PR PATCH] ca-certificates: update to 3.79, drop versioned dependence on openssl dkwo
@ 2022-06-26  0:51 ` sgn
  2022-06-26  6:55 ` dkwo
  2022-06-26  6:55 ` [PR PATCH] [Closed]: " dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-06-26  0:51 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/37682#issuecomment-1166388796

Comment:
I'll update it to 3.80 soon, with new certs. Version limitation was because of libressl.

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

* Re: ca-certificates: update to 3.79, drop versioned dependence on openssl
  2022-06-25 19:00 [PR PATCH] ca-certificates: update to 3.79, drop versioned dependence on openssl dkwo
  2022-06-26  0:51 ` sgn
@ 2022-06-26  6:55 ` dkwo
  2022-06-26  6:55 ` [PR PATCH] [Closed]: " dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2022-06-26  6:55 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/37682#issuecomment-1166432959

Comment:
Perfect.

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

* Re: [PR PATCH] [Closed]: ca-certificates: update to 3.79, drop versioned dependence on openssl
  2022-06-25 19:00 [PR PATCH] ca-certificates: update to 3.79, drop versioned dependence on openssl dkwo
  2022-06-26  0:51 ` sgn
  2022-06-26  6:55 ` dkwo
@ 2022-06-26  6:55 ` dkwo
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2022-06-26  6:55 UTC (permalink / raw)
  To: ml

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

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

ca-certificates: update to 3.79, drop versioned dependence on openssl
https://github.com/void-linux/void-packages/pull/37682

Description:
tested on x86_64-musl, useful for openssl update.

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

end of thread, other threads:[~2022-06-26  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25 19:00 [PR PATCH] ca-certificates: update to 3.79, drop versioned dependence on openssl dkwo
2022-06-26  0:51 ` sgn
2022-06-26  6:55 ` dkwo
2022-06-26  6:55 ` [PR PATCH] [Closed]: " dkwo

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