- Sync with privoxy 3.0.34.
- From this release, it is included not only modified files but also unmodified files from official distribution.
- Modified files from official win32 package are
privoxy.exe
, templates/{edit-actions-for-url,forward-class*,show-status}
.
- Along with official distribution, static linking is used.
- Feature configuation is also sync with official distribution. Options specified for
configure
are shown in the following build procedure.
autoheader
autoconf
env CC=i686-w64-mingw32-gcc ./configure --enable-mingw32 --disable-pthread --enable-static-linking --enable-extended-statistics --enable-pcre-host-patterns --enable-strptime-sanity-checks --with-mbedtls --with-brotli
make
- official feature with the above enable options
- FEATURE_BROTLI
- FEATURE_EXTENDED_STATISTICS
- FEATURE_HTTPS_INSPECTION
- FEATURE_PCRE_HOST_PATTERNS
- FEATURE_STRPTIME_SANITY_CHECKS
- feature added by this patch series
- FEATURE_ADD_REFERER
- FEATURE_FORWARD_CLASS
- FEATURE_MANUAL_TAGGER
- FEATURE_REQUIRED_TAG