Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mbedtls: revert to 2.16.x LTS release, update to 2.16.5
@ 2020-04-06 10:10 mobinmob
  2020-04-06 10:11 ` [PR PATCH] [Updated] " mobinmob
  2020-04-06 13:25 ` [PR PATCH] [Merged]: mbedtls: revert to 2.16 LTS branch, " xtraeme
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2020-04-06 10:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mbedtls
https://github.com/void-linux/void-packages/pull/20695

mbedtls: revert to 2.16.x LTS release, update to 2.16.5
https://tls.mbed.org/tech-updates/blog/announcing-lts-branch-mbedtls-2.16

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

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

From 91fadae0effbaa3a99e3158344f470ee5ae63a18 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 6 Apr 2020 13:06:07 +0300
Subject: [PATCH] mbedtls: revert to 2.16.x LTS release, update to 2.16.5

---
 srcpkgs/mbedtls/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mbedtls/template b/srcpkgs/mbedtls/template
index 8025eba9f65..a5723e1ac5d 100644
--- a/srcpkgs/mbedtls/template
+++ b/srcpkgs/mbedtls/template
@@ -1,6 +1,7 @@
 # Template file for 'mbedtls'
 pkgname=mbedtls
-version=2.17.0
+reverts="2.17.0_1"
+version=2.16.5
 revision=1
 wrksrc="mbedtls-mbedtls-${version}"
 build_style=cmake
@@ -12,7 +13,8 @@ license="Apache-2.0"
 homepage="https://tls.mbed.org/"
 changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/development/ChangeLog"
 distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
-checksum=321a2c0220d9f75703e929c01dabba7b77da4cf2e39944897fc41d888bb1ef0d
+checksum=d8894abcaa23fe55d684ec73b2cd42cafe965eb162c993041fccfe68e3ef73c3
+
 
 pre_configure() {
 	sed -i include/mbedtls/config.h \
@@ -38,4 +40,3 @@ mbedtls-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-

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

* Re: [PR PATCH] [Updated] mbedtls: revert to 2.16.x LTS release, update to 2.16.5
  2020-04-06 10:10 [PR PATCH] mbedtls: revert to 2.16.x LTS release, update to 2.16.5 mobinmob
@ 2020-04-06 10:11 ` mobinmob
  2020-04-06 13:25 ` [PR PATCH] [Merged]: mbedtls: revert to 2.16 LTS branch, " xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2020-04-06 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mbedtls
https://github.com/void-linux/void-packages/pull/20695

mbedtls: revert to 2.16.x LTS release, update to 2.16.5
https://tls.mbed.org/tech-updates/blog/announcing-lts-branch-mbedtls-2.16

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

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

From c1a415bd045801020c351e9ff08d15c758fa032c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 6 Apr 2020 13:06:07 +0300
Subject: [PATCH] mbedtls: revert to 2.16 LTS branch, update to 2.16.5

---
 srcpkgs/mbedtls/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mbedtls/template b/srcpkgs/mbedtls/template
index 8025eba9f65..a5723e1ac5d 100644
--- a/srcpkgs/mbedtls/template
+++ b/srcpkgs/mbedtls/template
@@ -1,6 +1,7 @@
 # Template file for 'mbedtls'
 pkgname=mbedtls
-version=2.17.0
+reverts="2.17.0_1"
+version=2.16.5
 revision=1
 wrksrc="mbedtls-mbedtls-${version}"
 build_style=cmake
@@ -12,7 +13,8 @@ license="Apache-2.0"
 homepage="https://tls.mbed.org/"
 changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/development/ChangeLog"
 distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
-checksum=321a2c0220d9f75703e929c01dabba7b77da4cf2e39944897fc41d888bb1ef0d
+checksum=d8894abcaa23fe55d684ec73b2cd42cafe965eb162c993041fccfe68e3ef73c3
+
 
 pre_configure() {
 	sed -i include/mbedtls/config.h \
@@ -38,4 +40,3 @@ mbedtls-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-

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

* Re: [PR PATCH] [Merged]: mbedtls: revert to 2.16 LTS branch, update to 2.16.5
  2020-04-06 10:10 [PR PATCH] mbedtls: revert to 2.16.x LTS release, update to 2.16.5 mobinmob
  2020-04-06 10:11 ` [PR PATCH] [Updated] " mobinmob
@ 2020-04-06 13:25 ` xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: xtraeme @ 2020-04-06 13:25 UTC (permalink / raw)
  To: ml

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

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

mbedtls: revert to 2.16 LTS branch, update to 2.16.5
https://github.com/void-linux/void-packages/pull/20695

Description:
https://tls.mbed.org/tech-updates/blog/announcing-lts-branch-mbedtls-2.16

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

end of thread, other threads:[~2020-04-06 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 10:10 [PR PATCH] mbedtls: revert to 2.16.x LTS release, update to 2.16.5 mobinmob
2020-04-06 10:11 ` [PR PATCH] [Updated] " mobinmob
2020-04-06 13:25 ` [PR PATCH] [Merged]: mbedtls: revert to 2.16 LTS branch, " xtraeme

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