[arch-commits] Commit in mbedtls/repos (4 files)
Kyle Keen
kkeen at archlinux.org
Wed Oct 18 04:28:51 UTC 2017
Date: Wednesday, October 18, 2017 @ 04:28:50
Author: kkeen
Revision: 263179
archrelease: copy trunk to community-i686, community-x86_64
Added:
mbedtls/repos/community-i686/PKGBUILD
(from rev 263178, mbedtls/trunk/PKGBUILD)
mbedtls/repos/community-x86_64/PKGBUILD
(from rev 263178, mbedtls/trunk/PKGBUILD)
Deleted:
mbedtls/repos/community-i686/PKGBUILD
mbedtls/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 100 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 50 ----------------------
community-x86_64/PKGBUILD | 50 ----------------------
3 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-18 04:28:20 UTC (rev 263178)
+++ community-i686/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Mihai Militaru <mihai militaru at xmpp dot ro>
-# Contributor: carstene1ns <arch carsten-teibes.de>
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org"
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz")
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz")
-sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
-depends=('glibc')
-options=('staticlibs')
-
-# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
- cd "$pkgname-$pkgver"
- # 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() {
- cd "$pkgname-$pkgver"
- LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make SHARED=1 check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/usr" install
-}
Copied: mbedtls/repos/community-i686/PKGBUILD (from rev 263178, mbedtls/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Mihai Militaru <mihai militaru at xmpp dot ro>
+# Contributor: carstene1ns <arch carsten-teibes.de>
+
+pkgname=mbedtls
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org"
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz")
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz")
+sha1sums=('0e657805b5dc9777e0e0333a95d7886ae8f0314e')
+depends=('glibc')
+options=('staticlibs')
+
+# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # 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() {
+ cd "$pkgname-$pkgver"
+ LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make SHARED=1 check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/usr" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-18 04:28:20 UTC (rev 263178)
+++ community-x86_64/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Mihai Militaru <mihai militaru at xmpp dot ro>
-# Contributor: carstene1ns <arch carsten-teibes.de>
-
-pkgname=mbedtls
-pkgver=2.4.2
-pkgrel=2
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('i686' 'x86_64')
-url="https://tls.mbed.org"
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz")
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz")
-sha1sums=('011a8072b64e86b9e2ae4abeb5839f466e427c83')
-depends=('glibc')
-options=('staticlibs')
-
-# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
- cd "$pkgname-$pkgver"
- # 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() {
- cd "$pkgname-$pkgver"
- LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make SHARED=1 check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/usr" install
-}
Copied: mbedtls/repos/community-x86_64/PKGBUILD (from rev 263178, mbedtls/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-18 04:28:50 UTC (rev 263179)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Mihai Militaru <mihai militaru at xmpp dot ro>
+# Contributor: carstene1ns <arch carsten-teibes.de>
+
+pkgname=mbedtls
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('i686' 'x86_64')
+url="https://tls.mbed.org"
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=("https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz"
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz")
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz")
+sha1sums=('0e657805b5dc9777e0e0333a95d7886ae8f0314e')
+depends=('glibc')
+options=('staticlibs')
+
+# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # 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() {
+ cd "$pkgname-$pkgver"
+ LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make SHARED=1 check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/usr" install
+}
More information about the arch-commits
mailing list