Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ca-certificates: Fix busybox compat
@ 2021-11-30  5:39 the-maldridge
  2021-11-30  5:48 ` NOMERGE " the-maldridge
  2021-11-30  7:27 ` [PR PATCH] [Closed]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: the-maldridge @ 2021-11-30  5:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages bb-certs
https://github.com/void-linux/void-packages/pull/34323

ca-certificates: Fix busybox compat
This PR also updates the NSS dependency.  I can change the commit
message if desired, it wasn't clear what was more important.

Ideally we'd also try to get this patch upstreamed.


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

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

From 8723ca98f0d50c7c6bc47b04903746773e357345 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Mon, 29 Nov 2021 23:36:34 -0600
Subject: [PATCH] ca-certificates: Fix busybox compat

---
 srcpkgs/ca-certificates/patches/busybox-flags.patch | 13 +++++++++++++
 srcpkgs/ca-certificates/template                    |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/ca-certificates/patches/busybox-flags.patch

diff --git a/srcpkgs/ca-certificates/patches/busybox-flags.patch b/srcpkgs/ca-certificates/patches/busybox-flags.patch
new file mode 100644
index 000000000000..96d0816dd38d
--- /dev/null
+++ b/srcpkgs/ca-certificates/patches/busybox-flags.patch
@@ -0,0 +1,13 @@
+--- a/work/sbin/update-ca-certificates	2021-11-29 23:24:29.772537834 -0600
++++ b/work/sbin/update-ca-certificates	2021-11-29 23:26:49.158620616 -0600
+@@ -81,8 +81,8 @@
+ # Helper files.  (Some of them are not simple arrays because we spawn
+ # subshells later on.)
+ TEMPBUNDLE="${ETCCERTSDIR}/${CERTBUNDLE}.new"
+-ADDED="$(mktemp --tmpdir "ca-certificates.tmp.XXXXXX")"
+-REMOVED="$(mktemp --tmpdir "ca-certificates.tmp.XXXXXX")"
++ADDED="$(mktemp -p "ca-certificates.tmp.XXXXXX")"
++REMOVED="$(mktemp -p "ca-certificates.tmp.XXXXXX")"
+ 
+ # Adds a certificate to the list of trusted ones.  This includes a symlink
+ # in /etc/ssl/certs to the certificate file and its inclusion into the
diff --git a/srcpkgs/ca-certificates/template b/srcpkgs/ca-certificates/template
index d328fae1eb72..30b2c68d95db 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.71
+version=20211016+3.72
 revision=1
 _nss_version=${version#*+}
 bootstrap=yes
@@ -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
- 99acd315d9af35419cda4a6960f00a7d446bd231bd407174a7b07cb3dba0c253"
+ 6ea60a9ff113e493ea2ab25f41ea75a9fbd10af7903f26f703dac8680732d02e"
 
 post_extract() {
 	cp ${FILESDIR}/* $build_wrksrc/mozilla

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

* Re: NOMERGE ca-certificates: Fix busybox compat
  2021-11-30  5:39 [PR PATCH] ca-certificates: Fix busybox compat the-maldridge
@ 2021-11-30  5:48 ` the-maldridge
  2021-11-30  7:27 ` [PR PATCH] [Closed]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2021-11-30  5:48 UTC (permalink / raw)
  To: ml

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

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/34323#issuecomment-982307890

Comment:
This appears to break things.  @sgn I have to take care of some other stuff this evening.  Feel free to take over this PR if you have some time.

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

* Re: [PR PATCH] [Closed]: NOMERGE ca-certificates: Fix busybox compat
  2021-11-30  5:39 [PR PATCH] ca-certificates: Fix busybox compat the-maldridge
  2021-11-30  5:48 ` NOMERGE " the-maldridge
@ 2021-11-30  7:27 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2021-11-30  7:27 UTC (permalink / raw)
  To: ml

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

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

NOMERGE ca-certificates: Fix busybox compat
https://github.com/void-linux/void-packages/pull/34323

Description:
This PR also updates the NSS dependency.  I can change the commit
message if desired, it wasn't clear what was more important.

Ideally we'd also try to get this patch upstreamed.


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

end of thread, other threads:[~2021-11-30  7:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30  5:39 [PR PATCH] ca-certificates: Fix busybox compat the-maldridge
2021-11-30  5:48 ` NOMERGE " the-maldridge
2021-11-30  7:27 ` [PR PATCH] [Closed]: " sgn

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