[arch-commits] Commit in mbedtls/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Feb 8 23:26:43 UTC 2018


    Date: Thursday, February 8, 2018 @ 23:26:38
  Author: kkeen
Revision: 290418

upgpkg: mbedtls 2.7.0-2 backport bugfix 129f5083

Modified:
  mbedtls/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 22:20:42 UTC (rev 290417)
+++ PKGBUILD	2018-02-08 23:26:38 UTC (rev 290418)
@@ -5,7 +5,7 @@
 
 pkgname=mbedtls
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
 url="https://tls.mbed.org"
@@ -31,6 +31,9 @@
 
   # FS#49914 (2.3.0-2)
   sed -i 's|<time.h>|"platform.h"|' include/mbedtls/ssl.h
+
+  # https://github.com/ARMmbed/mbedtls/pull/1362/commits/129f508
+  sed -i 's/#define MBEDTLS_DHM_RFC5114_MODP_P/#define MBEDTLS_DHM_RFC5114_MODP_2048_P/' include/mbedtls/dhm.h
 }
 
 build() {



More information about the arch-commits mailing list