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

Kyle Keen kkeen at archlinux.org
Sat Jul 2 16:38:47 UTC 2016


    Date: Saturday, July 2, 2016 @ 16:38:46
  Author: kkeen
Revision: 181794

upgpkg: mbedtls 2.3.0-2  FS#49914

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-02 16:31:10 UTC (rev 181793)
+++ PKGBUILD	2016-07-02 16:38:46 UTC (rev 181794)
@@ -5,7 +5,7 @@
 
 pkgname=mbedtls
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('i686' 'x86_64')
 url="https://tls.mbed.org"
@@ -29,6 +29,9 @@
   # enable flags for non-embedded systems
   sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
   sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's|<time.h>|"platform.h"|' include/mbedtls/ssl.h
 }
 
 build() {



More information about the arch-commits mailing list