Thu Aug 11 06:46:43 2022 UTC ()
mbedtls: mark this as the 'old stable 2.x branch'


(wiz)
diff -r1.1 -r1.2 pkgsrc/security/mbedtls/DESCR
diff -r1.22 -r1.23 pkgsrc/security/mbedtls/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/security/mbedtls/DESCR (expand / switch to unified diff)

--- pkgsrc/security/mbedtls/DESCR 2015/06/12 09:05:05 1.1
+++ pkgsrc/security/mbedtls/DESCR 2022/08/11 06:46:43 1.2
@@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
1mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers 1mbed TLS (formerly known as PolarSSL) makes it trivially easy for
2to include cryptographic and SSL/TLS capabilities in their (embedded) 2developers to include cryptographic and SSL/TLS capabilities in
3products, facilitating this functionality with a minimal coding footprint. 3their (embedded) products, facilitating this functionality with a
 4minimal coding footprint.
 5
 6This package contains the old stable major 2 version of the library.

cvs diff -r1.22 -r1.23 pkgsrc/security/mbedtls/Makefile (expand / switch to unified diff)

--- pkgsrc/security/mbedtls/Makefile 2022/08/11 06:40:38 1.22
+++ pkgsrc/security/mbedtls/Makefile 2022/08/11 06:46:43 1.23
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.22 2022/08/11 06:40:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2022/08/11 06:46:43 wiz Exp $
2 2
3DISTNAME= mbedtls-2.28.1 3DISTNAME= mbedtls-2.28.1
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ${MASTER_SITE_GITHUB:=ARMmbed/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=ARMmbed/}
6GITHUB_TAG= ${DISTNAME} 6GITHUB_TAG= ${DISTNAME}
7 7
8MAINTAINER= nia@NetBSD.org 8MAINTAINER= nia@NetBSD.org
9HOMEPAGE= https://tls.mbed.org/ 9HOMEPAGE= https://tls.mbed.org/
10COMMENT= Lightweight, modular cryptographic and SSL/TLS library 10COMMENT= Lightweight, modular cryptographic and SSL/TLS library (2.x branch)
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
 13CONFLICTS+= mbedtls3-[0-9]*
13CONFLICTS+= polarssl-[0-9]* 14CONFLICTS+= polarssl-[0-9]*
14SUPERSEDES+= polarssl-[0-9]* 15SUPERSEDES+= polarssl-[0-9]*
15 16
16USE_CMAKE= yes 17USE_CMAKE= yes
17USE_LANGUAGES= c99 18USE_LANGUAGES= c99
18USE_TOOLS+= pkg-config 19USE_TOOLS+= pkg-config
19 20
20GCC_REQD+= 4.4 21GCC_REQD+= 4.4
21 22
22CMAKE_ARGS+= -Wno-dev 23CMAKE_ARGS+= -Wno-dev
23CMAKE_ARGS+= -DUSE_SHARED_MBEDTLS_LIBRARY=ON 24CMAKE_ARGS+= -DUSE_SHARED_MBEDTLS_LIBRARY=ON
24CMAKE_ARGS+= -DENABLE_PROGRAMS=ON 25CMAKE_ARGS+= -DENABLE_PROGRAMS=ON
25 26