Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] disklow: workaround distfiles cert error.
@ 2023-04-27 15:19 yoshiyoshyosh
  2023-04-27 19:07 ` Duncaen
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: yoshiyoshyosh @ 2023-04-27 15:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages disklow-distfiles
https://github.com/void-linux/void-packages/pull/43648

disklow: workaround distfiles cert error.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Addresses #42403.
I tried finding any precedence for an alive distfile but with broken certs and could only find #7512. Don't know if this is still the right way to workaround this 4 years later.

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

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

From 28b2b4b64c58ce4febe984509efb9d4c7d3a5630 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Thu, 27 Apr 2023 11:09:03 -0400
Subject: [PATCH] disklow: workaround distfiles cert error.

---
 srcpkgs/disklow/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/disklow/template b/srcpkgs/disklow/template
index 1e0ccd108ffc..1f67f23732a7 100644
--- a/srcpkgs/disklow/template
+++ b/srcpkgs/disklow/template
@@ -1,7 +1,7 @@
 # Template file for 'disklow'
 pkgname=disklow
 version=1.2
-revision=1
+revision=2
 depends="perl-Filesys-Df perl-Config-General perl-Mail-Sendmail
  perl-Net-SMTP-SSL perl-Authen-SASL"
 short_desc="Fine grained disk space reporting with emphasis on mail functionality"
@@ -10,6 +10,7 @@ license="Artistic-1.0-Perl"
 homepage="https://loomsday.co.nz/development?id=linuxutils"
 distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
 checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
+export SSL_NO_VERIFY_PEER=yes
 
 do_install() {
 	vbin  disklow

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

end of thread, other threads:[~2023-04-30  0:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 15:19 [PR PATCH] disklow: workaround distfiles cert error yoshiyoshyosh
2023-04-27 19:07 ` Duncaen
2023-04-27 19:07 ` Duncaen
2023-04-27 19:08 ` Duncaen
2023-04-27 19:32 ` yoshiyoshyosh
2023-04-27 19:32 ` yoshiyoshyosh
2023-04-27 19:54 ` yoshiyoshyosh
2023-04-28 17:39 ` classabbyamp
2023-04-28 17:39 ` classabbyamp
2023-04-28 17:40 ` classabbyamp
2023-04-28 18:38 ` [PR PATCH] [Updated] " yoshiyoshyosh
2023-04-30  0:34 ` [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).