Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvpn: rebuild against mbedtls-2.16.7
@ 2020-08-10 14:48 jkoderu-git
  2020-08-10 15:07 ` [PR REVIEW] " ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jkoderu-git @ 2020-08-10 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jkoderu-git/void-packages patch-3
https://github.com/void-linux/void-packages/pull/24199

openvpn: rebuild against mbedtls-2.16.7


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

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

From da1cac86d0feaae0f161843b81aa4dd9e53fece2 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Mon, 10 Aug 2020 14:48:19 +0000
Subject: [PATCH] openvpn: rebuild against mbedtls-2.16.7

---
 srcpkgs/openvpn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index ea91ee802de..95f9efa232b 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
 version=2.4.9
-revision=3
+revision=5
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --enable-iproute2 --disable-systemd
  $(vopt_with mbedtls crypto-library=mbedtls)"

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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
@ 2020-08-10 15:07 ` ericonr
  2020-08-10 15:18 ` jkoderu-git
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-08-10 15:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467970411

Comment:
4, not 5

That said, why is this required? DId `mbedtls` break ABI? This might require a warning on its template to warn about cases like this.

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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
  2020-08-10 15:07 ` [PR REVIEW] " ericonr
@ 2020-08-10 15:18 ` jkoderu-git
  2020-08-10 15:19 ` [PR PATCH] [Updated] " jkoderu-git
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jkoderu-git @ 2020-08-10 15:18 UTC (permalink / raw)
  To: ml

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

New review comment by jkoderu-git on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467978355

Comment:
Revision number is my mistake.

It is required because I see packages rebuild on new version of ssl libraries and mbedtls was updated recently. I am new to void development, I do not know of ABI.

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

* Re: [PR PATCH] [Updated] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
  2020-08-10 15:07 ` [PR REVIEW] " ericonr
  2020-08-10 15:18 ` jkoderu-git
@ 2020-08-10 15:19 ` jkoderu-git
  2020-08-10 15:23 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jkoderu-git @ 2020-08-10 15:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jkoderu-git/void-packages patch-3
https://github.com/void-linux/void-packages/pull/24199

openvpn: rebuild against mbedtls-2.16.7


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

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

From da1cac86d0feaae0f161843b81aa4dd9e53fece2 Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Mon, 10 Aug 2020 14:48:19 +0000
Subject: [PATCH 1/2] openvpn: rebuild against mbedtls-2.16.7

---
 srcpkgs/openvpn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index ea91ee802de..95f9efa232b 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
 version=2.4.9
-revision=3
+revision=5
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --enable-iproute2 --disable-systemd
  $(vopt_with mbedtls crypto-library=mbedtls)"

From dd720a6704bc5365c54c325cd53885b8abac0dab Mon Sep 17 00:00:00 2001
From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com>
Date: Mon, 10 Aug 2020 15:19:13 +0000
Subject: [PATCH 2/2] Fix revision

---
 srcpkgs/openvpn/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 95f9efa232b..ef898a5def8 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -1,7 +1,7 @@
 # Template file for 'openvpn'
 pkgname=openvpn
 version=2.4.9
-revision=5
+revision=4
 build_style=gnu-configure
 configure_args="$(vopt_enable pkcs11) --enable-iproute2 --disable-systemd
  $(vopt_with mbedtls crypto-library=mbedtls)"

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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
                   ` (2 preceding siblings ...)
  2020-08-10 15:19 ` [PR PATCH] [Updated] " jkoderu-git
@ 2020-08-10 15:23 ` ericonr
  2020-08-10 15:28 ` jkoderu-git
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-08-10 15:23 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467981514

Comment:
We rebuild packages on LibreSSL updates when they break binary compatibility (ABI = application binary interface), which means that trying to load the dynamic library simply doesn't work (or worse, has subtle errors). mbedtls, on the other hand, didn't have such a breakage on this last update., so rebuilding openvpn because of it shouldn't be necessary.

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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
                   ` (3 preceding siblings ...)
  2020-08-10 15:23 ` [PR REVIEW] " ericonr
@ 2020-08-10 15:28 ` jkoderu-git
  2020-08-10 15:33 ` ericonr
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jkoderu-git @ 2020-08-10 15:28 UTC (permalink / raw)
  To: ml

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

New review comment by jkoderu-git on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467984966

Comment:
Thank you for explaining.

So security or bugfix release are ignored when rebuilding?

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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
                   ` (4 preceding siblings ...)
  2020-08-10 15:28 ` jkoderu-git
@ 2020-08-10 15:33 ` ericonr
  2020-08-10 15:37 ` [PR PATCH] [Closed]: " jkoderu-git
  2020-08-10 15:40 ` [PR REVIEW] " mobinmob
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2020-08-10 15:33 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467989807

Comment:
Usually yes.

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

* Re: [PR PATCH] [Closed]: openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
                   ` (5 preceding siblings ...)
  2020-08-10 15:33 ` ericonr
@ 2020-08-10 15:37 ` jkoderu-git
  2020-08-10 15:40 ` [PR REVIEW] " mobinmob
  7 siblings, 0 replies; 9+ messages in thread
From: jkoderu-git @ 2020-08-10 15:37 UTC (permalink / raw)
  To: ml

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

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

openvpn: rebuild against mbedtls-2.16.7
https://github.com/void-linux/void-packages/pull/24199

Description:


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

* Re: [PR REVIEW] openvpn: rebuild against mbedtls-2.16.7
  2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
                   ` (6 preceding siblings ...)
  2020-08-10 15:37 ` [PR PATCH] [Closed]: " jkoderu-git
@ 2020-08-10 15:40 ` mobinmob
  7 siblings, 0 replies; 9+ messages in thread
From: mobinmob @ 2020-08-10 15:40 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24199#discussion_r467999122

Comment:
AFAICT mbedTLS does not break ABI in the LTS branch: https://tls.mbed.org/tech-updates/blog/announcing-lts-branch-mbedtls-2.16
That is why I reverted the template to this branch: https://github.com/void-linux/void-packages/pull/20695

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

end of thread, other threads:[~2020-08-10 15:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 14:48 [PR PATCH] openvpn: rebuild against mbedtls-2.16.7 jkoderu-git
2020-08-10 15:07 ` [PR REVIEW] " ericonr
2020-08-10 15:18 ` jkoderu-git
2020-08-10 15:19 ` [PR PATCH] [Updated] " jkoderu-git
2020-08-10 15:23 ` [PR REVIEW] " ericonr
2020-08-10 15:28 ` jkoderu-git
2020-08-10 15:33 ` ericonr
2020-08-10 15:37 ` [PR PATCH] [Closed]: " jkoderu-git
2020-08-10 15:40 ` [PR REVIEW] " mobinmob

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