Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stunnel: update to 5.65.
@ 2022-09-04  9:36 meator
  2022-09-04  9:42 ` [PR PATCH] [Updated] " meator
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: meator @ 2022-09-04  9:36 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1133 bytes --]

From 01a21a3bf11ec8dc58d2eac5ab42376b28805c0d 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template
index feadf1d1a681..13f162373a1c 100644
--- a/srcpkgs/stunnel/template
+++ b/srcpkgs/stunnel/template
@@ -1,6 +1,6 @@
 # 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"
@@ -13,7 +13,7 @@ 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
 
 post_install() {
 	rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8

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

* Re: [PR PATCH] [Updated] stunnel: update to 5.65.
  2022-09-04  9:36 [PR PATCH] stunnel: update to 5.65 meator
@ 2022-09-04  9:42 ` meator
  2022-09-04 10:38 ` meator
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2022-09-04  9:42 UTC (permalink / raw)
  To: ml

[-- 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: 1348 bytes --]

From b9e69109c29dcb0b44e4b25dced1f78d227c0227 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template
index feadf1d1a681..35f5425802f1 100644
--- a/srcpkgs/stunnel/template
+++ b/srcpkgs/stunnel/template
@@ -1,19 +1,19 @@
 # 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
 
 post_install() {
 	rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8

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

* Re: [PR PATCH] [Updated] stunnel: update to 5.65.
  2022-09-04  9:36 [PR PATCH] stunnel: update to 5.65 meator
  2022-09-04  9:42 ` [PR PATCH] [Updated] " meator
@ 2022-09-04 10:38 ` meator
  2022-09-04 10:40 ` meator
  2022-09-05 10:02 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2022-09-04 10:38 UTC (permalink / raw)
  To: ml

[-- 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: 1448 bytes --]

From dff2799a9f65b70149b2a3c1dc1888a014ecf991 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..029cc5a088be 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

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

* Re: [PR PATCH] [Updated] stunnel: update to 5.65.
  2022-09-04  9:36 [PR PATCH] stunnel: update to 5.65 meator
  2022-09-04  9:42 ` [PR PATCH] [Updated] " meator
  2022-09-04 10:38 ` meator
@ 2022-09-04 10:40 ` meator
  2022-09-05 10:02 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2022-09-04 10:40 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: stunnel: update to 5.65.
  2022-09-04  9:36 [PR PATCH] stunnel: update to 5.65 meator
                   ` (2 preceding siblings ...)
  2022-09-04 10:40 ` meator
@ 2022-09-05 10:02 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-09-05 10:02 UTC (permalink / raw)
  To: ml

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

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

stunnel: update to 5.65.
https://github.com/void-linux/void-packages/pull/39096

Description:
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**

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

end of thread, other threads:[~2022-09-05 10:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04  9:36 [PR PATCH] stunnel: update to 5.65 meator
2022-09-04  9:42 ` [PR PATCH] [Updated] " meator
2022-09-04 10:38 ` meator
2022-09-04 10:40 ` meator
2022-09-05 10:02 ` [PR PATCH] [Merged]: " leahneukirchen

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