pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security mbedtls1: Remove, unmaintained and unused in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a250efd4f063
branches:  trunk
changeset: 425460:a250efd4f063
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 22 07:54:22 2020 +0000

description:
mbedtls1: Remove, unmaintained and unused in pkgsrc

diffstat:

 security/Makefile                                            |    3 +-
 security/mbedtls1/DESCR                                      |    5 -
 security/mbedtls1/Makefile                                   |   39 ---
 security/mbedtls1/PLIST                                      |  118 -----------
 security/mbedtls1/buildlink3.mk                              |   20 -
 security/mbedtls1/distinfo                                   |    9 -
 security/mbedtls1/options.mk                                 |   40 ---
 security/mbedtls1/patches/patch-Makefile                     |   64 -----
 security/mbedtls1/patches/patch-library_Makefile             |   15 -
 security/mbedtls1/patches/patch-programs_test_CMakeLists.txt |   14 -
 10 files changed, 1 insertions(+), 326 deletions(-)

diffs (truncated from 377 to 300 lines):

diff -r 03a3dd9be709 -r a250efd4f063 security/Makefile
--- a/security/Makefile Sun Mar 22 07:52:59 2020 +0000
+++ b/security/Makefile Sun Mar 22 07:54:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.748 2020/03/14 04:42:12 tpaul Exp $
+# $NetBSD: Makefile,v 1.749 2020/03/22 07:54:22 nia Exp $
 #
 
 COMMENT=       Security tools
@@ -207,7 +207,6 @@
 SUBDIR+=       lynis
 SUBDIR+=       mate-polkit
 SUBDIR+=       mbedtls
-SUBDIR+=       mbedtls1
 SUBDIR+=       mcrypt
 SUBDIR+=       md4-collision
 SUBDIR+=       md5-collision
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/DESCR
--- a/security/mbedtls1/DESCR   Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-mbed TLS (formerly known as PolarSSL) makes it trivially easy for developers
-to include cryptographic and SSL/TLS capabilities in their (embedded)
-products, facilitating this functionality with a minimal coding footprint.
-
-This package holds the maintenance 1.3.x branch of mbedtls.
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/Makefile
--- a/security/mbedtls1/Makefile        Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:50:40 jperkin Exp $
-#
-
-DISTNAME=              mbedtls-1.3.17-gpl
-PKGNAME=               ${DISTNAME:-gpl=}
-PKGREVISION=           3
-CATEGORIES=            security devel
-MASTER_SITES=          https://tls.mbed.org/download/
-EXTRACT_SUFX=          .tgz
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://tls.mbed.org/
-COMMENT=               Lightweight, modular cryptographic and SSL/TLS library
-LICENSE=               gnu-gpl-v2
-
-CONFLICTS+=            polarssl-[0-9]*
-SUPERSEDES+=           polarssl-[0-9]*
-
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_CMAKE=             yes
-USE_LANGUAGES=         c
-USE_TOOLS+=            gmake perl pkg-config
-
-GCC_REQD+=             4.4
-REPLACE_PERL=          tests/scripts/*.pl
-
-.include "options.mk"
-
-CMAKE_ARGS+=           -DUSE_SHARED_MBEDTLS_LIBRARY=ON
-MAKE_ENV+=             RANLIB=${RANLIB:Q}
-
-LDFLAGS.SunOS+=                -lsocket
-
-post-install:
-       ${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libmbedtls.a
-       ${SETENV} ${SH} ${WRKSRC}/scripts/polarssl_symlinks.sh ${DESTDIR}${PREFIX}/lib
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/PLIST
--- a/security/mbedtls1/PLIST   Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,118 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2016/06/16 09:21:11 fhajny Exp $
-${PLIST.tools}bin/aescrypt2
-${PLIST.tools}bin/benchmark
-${PLIST.tools}bin/cert_app
-${PLIST.tools}bin/cert_req
-${PLIST.tools}bin/cert_write
-${PLIST.tools}bin/crl_app
-${PLIST.tools}bin/crypt_and_hash
-${PLIST.tools}bin/dh_client
-${PLIST.tools}bin/dh_genprime
-${PLIST.tools}bin/dh_server
-${PLIST.tools}bin/gen_entropy
-${PLIST.tools}bin/gen_key
-${PLIST.tools}bin/gen_random_ctr_drbg
-${PLIST.tools}bin/gen_random_havege
-${PLIST.tools}bin/generic_sum
-${PLIST.tools}bin/hello
-${PLIST.tools}bin/key_app
-${PLIST.tools}bin/md5sum
-${PLIST.tools}bin/mini_client
-${PLIST.tools}bin/mpi_demo
-${PLIST.tools}${PLIST.tests}bin/o_p_test
-${PLIST.tools}bin/pem2der
-${PLIST.tools}bin/pk_decrypt
-${PLIST.tools}bin/pk_encrypt
-${PLIST.tools}bin/pk_sign
-${PLIST.tools}bin/pk_verify
-${PLIST.tools}bin/req_app
-${PLIST.tools}bin/rsa_decrypt
-${PLIST.tools}bin/rsa_encrypt
-${PLIST.tools}bin/rsa_genkey
-${PLIST.tools}bin/rsa_sign
-${PLIST.tools}bin/rsa_verify
-${PLIST.tools}bin/selftest
-${PLIST.tools}bin/sha1sum
-${PLIST.tools}bin/sha2sum
-${PLIST.tools}bin/ssl_cert_test
-${PLIST.tools}bin/ssl_client1
-${PLIST.tools}bin/ssl_client2
-${PLIST.tools}bin/ssl_fork_server
-${PLIST.tools}bin/ssl_mail_client
-${PLIST.tools}bin/ssl_pthread_server
-${PLIST.tools}bin/ssl_server
-${PLIST.tools}bin/ssl_test
-${PLIST.tools}bin/strerror
-include/polarssl/aes.h
-include/polarssl/aesni.h
-include/polarssl/arc4.h
-include/polarssl/asn1.h
-include/polarssl/asn1write.h
-include/polarssl/base64.h
-include/polarssl/bignum.h
-include/polarssl/blowfish.h
-include/polarssl/bn_mul.h
-include/polarssl/camellia.h
-include/polarssl/ccm.h
-include/polarssl/certs.h
-include/polarssl/check_config.h
-include/polarssl/cipher.h
-include/polarssl/cipher_wrap.h
-include/polarssl/compat-1.2.h
-include/polarssl/config.h
-include/polarssl/ctr_drbg.h
-include/polarssl/debug.h
-include/polarssl/des.h
-include/polarssl/dhm.h
-include/polarssl/ecdh.h
-include/polarssl/ecdsa.h
-include/polarssl/ecp.h
-include/polarssl/entropy.h
-include/polarssl/entropy_poll.h
-include/polarssl/error.h
-include/polarssl/gcm.h
-include/polarssl/havege.h
-include/polarssl/hmac_drbg.h
-include/polarssl/md.h
-include/polarssl/md2.h
-include/polarssl/md4.h
-include/polarssl/md5.h
-include/polarssl/md_wrap.h
-include/polarssl/memory.h
-include/polarssl/memory_buffer_alloc.h
-include/polarssl/net.h
-include/polarssl/oid.h
-include/polarssl/openssl.h
-include/polarssl/padlock.h
-include/polarssl/pbkdf2.h
-include/polarssl/pem.h
-include/polarssl/pk.h
-include/polarssl/pk_wrap.h
-include/polarssl/pkcs11.h
-include/polarssl/pkcs12.h
-include/polarssl/pkcs5.h
-include/polarssl/platform.h
-include/polarssl/ripemd160.h
-include/polarssl/rsa.h
-include/polarssl/sha1.h
-include/polarssl/sha256.h
-include/polarssl/sha512.h
-include/polarssl/ssl.h
-include/polarssl/ssl_cache.h
-include/polarssl/ssl_ciphersuites.h
-include/polarssl/threading.h
-include/polarssl/timing.h
-include/polarssl/version.h
-include/polarssl/x509.h
-include/polarssl/x509_crl.h
-include/polarssl/x509_crt.h
-include/polarssl/x509_csr.h
-include/polarssl/xtea.h
-lib/libmbedtls.a
-lib/libmbedtls.so
-lib/libmbedtls.so.${PKGVERSION}
-lib/libmbedtls.so.9
-lib/libpolarssl.a
-lib/libpolarssl.so
-lib/libpolarssl.so.${PKGVERSION}
-lib/libpolarssl.so.9
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/buildlink3.mk
--- a/security/mbedtls1/buildlink3.mk   Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2016/06/16 09:21:11 fhajny Exp $
-
-BUILDLINK_TREE+=       mbedtls
-
-.if !defined(MBEDTLS_BUILDLINK3_MK)
-MBEDTLS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.mbedtls+=        mbedtls>=0.10.0<2
-BUILDLINK_PKGSRCDIR.mbedtls?=  ../../security/mbedtls1
-
-pkgbase := mbedtls
-.include "../../mk/pkg-build-options.mk"
-
-.if !empty(PKG_BUILD_OPTIONS.mbedtls:Mzlib)
-.include "../../devel/zlib/buildlink3.mk"
-.endif
-
-.endif # MBEDTLS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -mbedtls
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/distinfo
--- a/security/mbedtls1/distinfo        Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.2 2016/09/15 10:48:01 fhajny Exp $
-
-SHA1 (mbedtls-1.3.17-gpl.tgz) = f6e6d0e08e4425e0cbd141dd007541fedfff2a3e
-RMD160 (mbedtls-1.3.17-gpl.tgz) = e923a83cc73a3f9a0e529921394417e60dbf5df8
-SHA512 (mbedtls-1.3.17-gpl.tgz) = d8ca5c0f5550c9384b5ec9602aca314f6b95b8d320017217f6a66fee5e25989dc8ef8aeb046e887a478b12e0df879a3399a4ab99fc21b091888f30ab1ad2b2ea
-Size (mbedtls-1.3.17-gpl.tgz) = 1766596 bytes
-SHA1 (patch-Makefile) = 80698e16a397133de134ab582016b9e91ad652f0
-SHA1 (patch-library_Makefile) = a3dcd83fb1cc74f59745f2168f14926c077a5289
-SHA1 (patch-programs_test_CMakeLists.txt) = 94ce731d81f1584c406e3b295c84fd6a5c327a50
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/options.mk
--- a/security/mbedtls1/options.mk      Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/04 21:12:55 rillig Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.mbedtls
-PKG_SUPPORTED_OPTIONS= mbedtls-tools tests zlib
-PKG_SUGGESTED_OPTIONS+=        # XXX: blank, though the package has "tests" by default
-
-PLIST_VARS+=           tests tools
-
-.if defined(PKG_OPTIONS.polarssl)
-PKG_LEGACY_OPTIONS+=                   ${PKG_OPTIONS.polarssl}
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated variable PKG_OPTIONS.polarssl used, use "${PKG_OPTIONS_VAR:Q}" instead."
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mmbedtls-tools)
-CMAKE_ARGS+=           -DENABLE_PROGRAMS=ON
-PLIST.tools=           yes
-.else
-CMAKE_ARGS+=           -DENABLE_PROGRAMS=OFF
-.endif
-
-.if !empty(PKG_OPTIONS:Mtests)
-.  if !empty(PKG_OPTIONS:Mmbedtls-tools)
-.    include "../../security/openssl/buildlink3.mk"
-CMAKE_ARGS+=           -DENABLE_TESTING=ON
-PLIST.tests=           yes
-.  else
-PKG_FAIL_REASON+=      "option tests needs option mbedtls-tools"
-.  endif
-.else
-CMAKE_ARGS+=           -DENABLE_TESTING=OFF
-.endif
-
-.if !empty(PKG_OPTIONS:Mzlib)
-.include "../../devel/zlib/buildlink3.mk"
-CMAKE_ARGS+=           -DENABLE_ZLIB_SUPPORT=ON
-.else
-CMAKE_ARGS+=           -DENABLE_ZLIB_SUPPORT=OFF
-.endif
diff -r 03a3dd9be709 -r a250efd4f063 security/mbedtls1/patches/patch-Makefile
--- a/security/mbedtls1/patches/patch-Makefile  Sun Mar 22 07:52:59 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1 2016/06/16 09:21:11 fhajny Exp $
-
-Fix DESTDIR for pkgsrc.
-
---- Makefile.orig      2015-06-04 12:49:19.000000000 +0000
-+++ Makefile
-@@ -1,6 +1,5 @@
- 
--DESTDIR=/usr/local
--PREFIX=mbedtls_
-+APPPREFIX=mbedtls_
- OLDPREFIX=polarssl_
- 
- .SILENT:
-@@ -19,35 +18,35 @@ tests:     lib
-       $(MAKE) -C tests
- 
- install:
--      mkdir -p $(DESTDIR)/include/polarssl
--      cp -r include/polarssl $(DESTDIR)/include
-+      mkdir -p $(DESTDIR)$(PREFIX)/include/polarssl
-+      cp -r include/polarssl $(DESTDIR)$(PREFIX)/include
-       
--      mkdir -p $(DESTDIR)/lib



Home | Main Index | Thread Index | Old Index