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

Kyle Keen kkeen at archlinux.org
Tue Mar 27 14:00:17 UTC 2018


    Date: Tuesday, March 27, 2018 @ 14:00:16
  Author: kkeen
Revision: 312861

upgpkg: mbedtls 2.8.0-1

Modified:
  mbedtls/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 13:43:15 UTC (rev 312860)
+++ PKGBUILD	2018-03-27 14:00:16 UTC (rev 312861)
@@ -4,8 +4,8 @@
 # Contributor: carstene1ns <arch carsten-teibes.de>
 
 pkgname=mbedtls
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
 url="https://tls.mbed.org"
@@ -15,7 +15,7 @@
 conflicts=('polarssl')
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz")
 #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz")
-sha1sums=('6c8e62985c5a73318d391e1327830b3ff85f87a0')
+sha1sums=('71f6882bcaf454561c522ed9e1650b48aa38dc7f')
 depends=('glibc')
 options=('staticlibs')
 
@@ -31,9 +31,6 @@
 
   # 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