head 1.2; access; symbols pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2016.07.20.11.58.40; author nros; state dead; branches; next 1.1; commitid Uk5Cfoc7k3Pbt3fz; 1.1 date 2016.03.09.21.32.41; author nros; state Exp; branches; next ; commitid RIE38PJodwQeV0Yy; desc @@ 1.2 log @Update Qore to version 0.8.12. Qore 0.8.12 is a major new release with many new features and hundreds of bug fixes as well as packaging fixes. Highlights include: * The most significant innovation in this release comes in the form of support for Prompt Collection * Support for Bulk DML (large volume SQL operations in one server round-trip) in the Mapper, TableMapper, SqlUtil and the new BulkSqlUtil modules * Standardized function naming convention, many significant design and implementation fixes and improvements * Numerous new functions, methods, constants, operators, and user modules * Hundreds of bug fixes @ text @$NetBSD: patch-lib_QoreLib.cpp,v 1.1 2016/03/09 21:32:41 nros Exp $ * Fix build with open/libressl releases without evp_SHA https://github.com/qorelanguage/qore/commit/fc181070ad1afbf49af2e8fc968b97328d690a86 --- lib/QoreLib.cpp.orig 2016-03-09 20:30:24.000000000 +0000 +++ lib/QoreLib.cpp @@@@ -185,6 +185,15 @@@@ const qore_option_s qore_option_list_l[] false #endif }, + { QORE_OPT_SHA, + "HAVE_SHA", + QO_ALGORITHM, +#ifdef HAVE_OPENSSL_SHA + true +#else + false +#endif + }, { QORE_OPT_SHA224, "HAVE_SSH224", QO_ALGORITHM, @ 1.1 log @Update qore to build with open/libressl versions that miss evp_SHA. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @