pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  7 23:47:41 UTC 2020

Modified Files:
        pkgsrc/security: Makefile
Removed Files:
        pkgsrc/security/boringssl: DESCR Makefile PLIST distinfo
        pkgsrc/security/boringssl/patches: patch-crypto__bio__bio_test.cc
            patch-crypto__bio__internal.h patch-crypto__bio__socket_helper.c
            patch-crypto__lhash__lhash_test.c patch-crypto__mem.c
            patch-crypto_aes_aes__test.cc patch-include__openssl__thread.h

Log Message:
security: Remove boringssl

This is a really old version that is likely vulnerable.

AFAIK the only consumer of boringssl is Chromium which vendors its
own variant, otherwise the library is just for internal Google use


To generate a diff of this commit:
cvs rdiff -u -r1.771 -r1.772 pkgsrc/security/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/security/boringssl/DESCR \
    pkgsrc/security/boringssl/PLIST
cvs rdiff -u -r1.13 -r0 pkgsrc/security/boringssl/Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/security/boringssl/distinfo
cvs rdiff -u -r1.1.1.1 -r0 \
    pkgsrc/security/boringssl/patches/patch-crypto__bio__bio_test.cc \
    pkgsrc/security/boringssl/patches/patch-crypto__bio__internal.h \
    pkgsrc/security/boringssl/patches/patch-crypto__bio__socket_helper.c \
    pkgsrc/security/boringssl/patches/patch-crypto__lhash__lhash_test.c \
    pkgsrc/security/boringssl/patches/patch-crypto__mem.c \
    pkgsrc/security/boringssl/patches/patch-include__openssl__thread.h
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/boringssl/patches/patch-crypto_aes_aes__test.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.771 pkgsrc/security/Makefile:1.772
--- pkgsrc/security/Makefile:1.771      Thu Jul  2 17:59:02 2020
+++ pkgsrc/security/Makefile    Tue Jul  7 23:47:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.771 2020/07/02 17:59:02 nia Exp $
+# $NetBSD: Makefile,v 1.772 2020/07/07 23:47:40 nia Exp $
 #
 
 COMMENT=       Security tools
@@ -31,7 +31,6 @@ SUBDIR+=      bcrypt
 SUBDIR+=       bearssl
 SUBDIR+=       beecrypt
 SUBDIR+=       bitstir
-SUBDIR+=       boringssl
 SUBDIR+=       botan
 SUBDIR+=       botan-devel
 SUBDIR+=       ca-certificates



Home | Main Index | Thread Index | Old Index