X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=e5b5f015f5d1ab80859adfe66f06bd71e2750a95;hp=c1e8dbac14573772675fcf343067414f1e89a569;hb=9204f26188695b8d8c2b68d4516c6090a4607db9;hpb=cff17ae123c66edd9967f0a9b56296198c3c1412 diff --git a/configure.in b/configure.in index c1e8dbac..e5b5f015 100644 --- a/configure.in +++ b/configure.in @@ -76,12 +76,12 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=29 +VERSION_POINT=30 CODE_STATUS="UNRELEASED" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. -SOURCE_DATE_EPOCH=1545411710 +SOURCE_DATE_EPOCH=1605695571 dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED", dnl and will be used for CGI output. Increment version number and @@ -163,7 +163,7 @@ dnl Check for user and group validity dnl ================================================================= -if test "$EMXOS2" = yes || test "$host_os" = haiku; then +if test "$host_os" = haiku; then echo "Skipping user and group validity stuff."; else @@ -1166,14 +1166,14 @@ if test X"$OPT_MBEDTLS" != Xno; then fi AC_SUBST(FEATURE_HTTPS_INSPECTION_ONLY_MBEDTLS) -dnl ======================================================== -dnl check for OpenSSL which is required for https inspection -dnl ======================================================== +dnl ================================================================= +dnl check for OpenSSL/LibreSSL which is required for https inspection +dnl ================================================================= FEATURE_HTTPS_INSPECTION_ONLY_OPENSSL=# OPT_OPENSSL=no AC_ARG_WITH(openssl,dnl -AC_HELP_STRING([--with-openssl], [Enable OpenSSL detection for https inspection.]) -AC_HELP_STRING([--without-openssl], [Disable OpenSSL detection]), +AC_HELP_STRING([--with-openssl], [Enable OpenSSL/LibreSSL detection for https inspection.]) +AC_HELP_STRING([--without-openssl], [Disable OpenSSL/LibreSSL detection]), OPT_OPENSSL=$withval) if test X"$OPT_OPENSSL" != Xno; then @@ -1201,6 +1201,7 @@ if test X"$OPT_OPENSSL" != Xno; then if test "x$FEATURE_HTTPS_INSPECTION_OPENSSL" = "xyes"; then AC_MSG_NOTICE([Detected OpenSSL. Enabling https inspection.]) + AC_MSG_WARN([If you intend to redistribute Privoxy, please make sure the "special exception" from section 3 of the GPLv2 applies.]) LIBS="$LIBS -lssl -lcrypto" old_CFLAGS_nospecial="$old_CFLAGS_nospecial"