diff --git a/srcpkgs/cbang/patches/libressl.patch b/srcpkgs/cbang/patches/libressl.patch deleted file mode 100644 index 5fbc78edb61..00000000000 --- a/srcpkgs/cbang/patches/libressl.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src/cbang/openssl/Digest.h 2020-01-20 01:56:06.000000000 +0100 -+++ src/cbang/openssl/Digest.h 2020-04-06 07:35:58.290900681 +0200 -@@ -41,13 +41,17 @@ - - #include - -+#if defined(LIBRESSL_VERSION_NUMBER) -+#include -+#else - #if OPENSSL_VERSION_NUMBER < 0x1010000fL - typedef struct env_md_st EVP_MD; - typedef struct env_md_ctx_st EVP_MD_CTX; --#else -+#else // !defined(LIBRESSL_VERSION_NUMBER) - typedef struct evp_md_st EVP_MD; - typedef struct evp_md_ctx_st EVP_MD_CTX; - #endif // OPENSSL_VERSION_NUMBER < 0x1010000fL -+#endif // !defined(LIBRESSL_VERSION_NUMBER) - typedef struct engine_st ENGINE; - - namespace cb { diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template index 1041ba5bf2b..3e1d8e2c215 100644 --- a/srcpkgs/cbang/template +++ b/srcpkgs/cbang/template @@ -1,6 +1,6 @@ # Template file for 'cbang' pkgname=cbang -version=1.3.3 +version=1.4.0 revision=1 build_style=scons make_build_args="prefix=/usr sharedlib=1 staticlib=1" @@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller " license="LGPL-2.1-only" homepage="https://github.com/CauldronDevelopmentLLC/cbang" distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=05099fa47d83aa3012b4f8e0b3d69d334aa21a43dd6750f8e306832a9245b814 +checksum=332a776ab026c30aa1666ad2482e1bf77fa5c41e3e2f7cde9ff2d98cfd3b4026 nocross="Cannot cross build with scons" do_install() {