Github messages for voidlinux
 help / color / mirror / Atom feed
From: meator <meator@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] stunnel: update to 5.65.
Date: Sun, 04 Sep 2022 12:40:29 +0200	[thread overview]
Message-ID: <20220904104029.OWuxJi5Ih9knCzoQNJT6GiIr1SOKBJrQaNAi1AQWKq4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39096@inbox.vuxu.org>

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

There is an updated pull request by meator against master on the void-packages repository

https://github.com/meator/void-packages stunnel
https://github.com/void-linux/void-packages/pull/39096

stunnel: update to 5.65.
The 5.60 distfile no longer exists. This update makes stunnel buildable.

Ping maintainer: @Vaelatern

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

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

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

From db03411a313461a239980005b71ef90bbe761530 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 4 Sep 2022 11:27:38 +0200
Subject: [PATCH] stunnel: update to 5.65.

The 5.60 distfile no longer exists. This update makes stunnel buildable.
---
 srcpkgs/stunnel/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template
index feadf1d1a681..10434223dab4 100644
--- a/srcpkgs/stunnel/template
+++ b/srcpkgs/stunnel/template
@@ -1,19 +1,24 @@
 # Template file for 'stunnel'
 pkgname=stunnel
-version=5.60
+version=5.65
 revision=1
 build_style=gnu-configure
 configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="perl"
 makedepends="openssl-devel"
-checkdepends="nmap procps-ng iproute2"
+checkdepends="nmap procps-ng iproute2 python3"
 short_desc="SSL encryption wrapper"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.stunnel.org/"
 changelog="https://www.stunnel.org/NEWS.html"
 distfiles="https://www.stunnel.org/downloads/stunnel-${version}.tar.gz"
-checksum=c45d765b1521861fea9b03b425b9dd7d48b3055128c0aec673bba5ef9b8f787d
+checksum=60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc
+
+pre_check() {
+	# GitHub's CI doesn't support IPv6
+	rm tests/plugins/p08_ipv6.py
+}
 
 post_install() {
 	rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8

  parent reply	other threads:[~2022-09-04 10:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-04  9:36 [PR PATCH] " meator
2022-09-04  9:42 ` [PR PATCH] [Updated] " meator
2022-09-04 10:38 ` meator
2022-09-04 10:40 ` meator [this message]
2022-09-05 10:02 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220904104029.OWuxJi5Ih9knCzoQNJT6GiIr1SOKBJrQaNAi1AQWKq4@z \
    --to=meator@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).