Index: head/dns/powerdns/Makefile =================================================================== --- head/dns/powerdns/Makefile (revision 481284) +++ head/dns/powerdns/Makefile (revision 481285) @@ -1,129 +1,130 @@ # $FreeBSD$ PORTNAME= powerdns DISTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS server with multiple backends including SQL LICENSE= GPLv2 BROKEN_powerpc64= Does not build: undefined reference to std::__throw_out_of_range_fmt BROKEN_sparc64= Does not compile: error: to_string is not a member of std LIB_DEPENDS= libboost_serialization.so:devel/boost-libs USES= compiler:c++11-lib cpe gmake libtool localbase:ldflags pathfix pkgconfig ssl \ tar:bzip2 USE_LDCONFIG= YES USE_SUBMAKE= YES GNU_CONFIGURE= YES INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-static \ --with-modules="" \ --with-dynmodules="pipe bind ${MODULES}" \ --docdir="${PREFIX}/share/doc/powerdns" \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ DISTNAME="${DISTNAME}" \ POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" SUB_FILES= pkg-message USE_RC_SUBR= pdns OPTIONS_DEFINE= DOCS EXAMPLES GEOIP LUAJIT MYDNS MYSQL OPENDBX OPENLDAP OPTALGO PGSQL PROTOBUF REMOTE SQLITE3 TINYDNS TOOLS UNIXODBC OPTIONS_GROUP= EXPERIMENTAL REMOTEOPT OPTIONS_GROUP_EXPERIMENTAL= LUABACKEND OPTIONS_GROUP_REMOTEOPT= ZEROMQ ZEROMQ_IMPLIES= REMOTE OPTIONS_DEFAULT= MYSQL PGSQL SQLITE3 OPTIONS_SUB= yes GEOIP_LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp \ libGeoIP.so:net/GeoIP GEOIP_VARS= MODULES+=geoip LUABACKEND_VARS= MODULES+=lua LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit LUAJIT_USES_OFF= lua MYDNS_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYDNS_USES= mysql MYDNS_VARS= MODULES+=mydns MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql MYSQL_USES= mysql MYSQL_VARS= MODULES+=gmysql OPENDBX_LIB_DEPENDS= libopendbx.so:databases/opendbx OPENDBX_VARS= MODULES+=opendbx OPENLDAP_CXXFLAGS= -DLDAP_DEPRECATED=1 OPENLDAP_USE= OPENLDAP=YES OPENLDAP_VARS= MODULES+=ldap OPTALGO_CONFIGURE_ON= --enable-botan \ --enable-libdecaf \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium PGSQL_CONFIGURE_ON= --with-pg-config=${LOCALBASE}/bin/pg_config PGSQL_USES= pgsql PGSQL_VARS= MODULES+=gpgsql PROTOBUF_CONFIGURE_WITH= protobuf PROTOBUF_LIB_DEPENDS= libprotobuf.so:devel/protobuf REMOTE_VARS= MODULES+=remote SQLITE3_USES= sqlite:3 SQLITE3_VARS= MODULES+=gsqlite3 TINYDNS_CONFIGURE_ON= CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include" TINYDNS_LIB_DEPENDS= libcdb.so:databases/tinycdb TINYDNS_VARS= MODULES+=tinydns TOOLS_CONFIGURE_ENABLE= tools UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC UNIXODBC_VARS= MODULES+=godbc ZEROMQ_CONFIGURE_ARGS= --enable-remotebackend-zeromq ZEROMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 GEOIP_DESC= GeoIP backend LUABACKEND_DESC= Lua backend LUAJIT_DESC= Use LuaJIT instead of Lua MYDNS_DESC= MyDNS backend MYSQL_DESC= MySQL backend OPENDBX_DESC= OpenDBX backend OPENLDAP_DESC= OpenLDAP backend OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) PGSQL_DESC= PostgreSQL backend PROTOBUF_DESC= Protobuf support REMOTE_DESC= Remote backend REMOTEOPT_DESC= Remote backend connectors SQLITE3_DESC= SQLite 3 backend TINYDNS_DESC= TinyDNS backend TOOLS_DESC= Build extra tools ZEROMQ_DESC= Enable ZeroMQ connector (Implies REMOTE enabled) post-install:: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${STAGEDIR}${LOCALBASE}/sbin/pdns_server --module-dir=${STAGEDIR}${LOCALBASE}/lib/pdns --launch="pipe bind ${MODULES}" --config > ${STAGEDIR}${EXAMPLESDIR}/pdns.conf @${REINPLACE_CMD} -e 's;${STAGEDIR};;' -i '' ${STAGEDIR}${EXAMPLESDIR}/pdns.conf .include Index: head/dns/powerdns-recursor/Makefile =================================================================== --- head/dns/powerdns-recursor/Makefile (revision 481284) +++ head/dns/powerdns-recursor/Makefile (revision 481285) @@ -1,57 +1,58 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= recursor DISTVERSION= 4.1.4 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- DISTNAME= pdns-${PORTNAME}-${DISTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor LICENSE= GPLv2 BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libprotobuf.so:devel/protobuf CONFLICTS_INSTALL= powerdns-recursor40 USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ --with-protobuf \ --without-net-snmp CPE_VENDOR= powerdns USE_RC_SUBR= pdns-recursor OPTIONS_DEFINE= LUAJIT OPTALGO SETUID OPTIONS_DEFAULT= SETUID LUAJIT_CONFIGURE_WITH= luajit LUAJIT_DESC= Use LuaJIT instead of Lua LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit LUAJIT_USES_OFF= lua OPTALGO_CONFIGURE_ON= --enable-botan \ --enable-libdecaf \ --enable-libsodium OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium SETUID_DESC= Run as pdns_recursor user SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid SETUID_VARS= USERS=pdns_recursor GROUPS=pdns SUB_FILES= pkg-message .include Index: head/dns/powerdns-recursor40/Makefile =================================================================== --- head/dns/powerdns-recursor40/Makefile (revision 481284) +++ head/dns/powerdns-recursor40/Makefile (revision 481285) @@ -1,66 +1,66 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= recursor DISTVERSION= 4.0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- PKGNAMESUFFIX= 40 DISTNAME= pdns-${PORTNAME}-${DISTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor LICENSE= GPLv2 BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs \ libprotobuf.so:devel/protobuf CONFLICTS_INSTALL= powerdns-recursor USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ --with-protobuf CPE_VENDOR= powerdns USE_RC_SUBR= pdns-recursor OPTIONS_DEFINE= OPTALGO SETUID OPTIONS_DEFAULT= LUA SETUID OPTIONS_RADIO= LUA_RG OPTIONS_RADIO_LUA_RG= LUA LUAJIT LUAJIT_DESC= Enable LuaJIT LUA_RG_DESC= Lua Engine OPTALGO_DESC= Enable optional algorithms (12, 15 & 16) SETUID_DESC= Run as pdns_recursor user LUA_CONFIGURE_WITH= lua LUA_USES= lua LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit OPTALGO_CONFIGURE_ON= --enable-botan \ --enable-libdecaf \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ libdecaf.so:security/libdecaf \ libsodium.so:security/libsodium SETUID_VARS= USERS=pdns_recursor GROUPS=pdns SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid SUB_FILES= pkg-message .include Index: head/editors/encryptpad/Makefile =================================================================== --- head/editors/encryptpad/Makefile (revision 481284) +++ head/editors/encryptpad/Makefile (revision 481285) @@ -1,53 +1,54 @@ # Created by: Dmitri Goutnik # $FreeBSD$ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.4 +PORTREVISION= 1 CATEGORIES= editors security MAINTAINER= dg@syrec.org COMMENT= Minimalist secure text editor and binary encryptor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libbotan-2.so:security/botan2 USES= desktop-file-utils gl gmake pkgconfig qt:5 shared-mime-info shebangfix USE_GL= gl USE_QT= core gui widgets buildtools_build qmake_build SHEBANG_FILES= deps/libencryptmsg/configure USE_GITHUB= yes GH_ACCOUNT= evpo GH_PROJECT= EncryptPad OPTIONS_DEFINE= DOCS PORTDOCS= * do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} MAKE=${MAKE_CMD} \ ./configure.sh --all --use-system-libs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/release/* ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/encryptpad.desktop \ ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${WRKSRC}/encryptpad.xml \ ${STAGEDIR}${PREFIX}/share/mime/packages .for sz in 16 32 128 256 512 @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps ${INSTALL_DATA} ${WRKSRC}/images/icns.iconset/icon_${sz}x${sz}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${sz}x${sz}/apps/encryptpad.png .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}/${DOCSDIR} .include Index: head/security/botan2/Makefile =================================================================== --- head/security/botan2/Makefile (revision 481284) +++ head/security/botan2/Makefile (revision 481285) @@ -1,67 +1,65 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.7.0 +DISTVERSION= 2.8.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 DISTNAME= Botan-${PORTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Portable, easy to use and efficient C++ crypto library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" BROKEN_armv7= fails to package: pkg-static: Unable to access file stage/usr/local/include/botan-2/botan/rdrand_rng.h:No such file or directory LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -OPTIONS_DEFINE= SQLITE3 SSL DOCS -OPTIONS_DEFAULT= SSL -OPTIONS_SUB= yes - USES= compiler:c++11-lang gmake python:build shebangfix tar:tgz +SHEBANG_FILES= configure.py src/scripts/install.py HAS_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --with-external-includedir=${PREFIX}/include \ --with-external-libdir=${PREFIX}/lib \ --with-boost --with-bzip2 --with-lzma --with-zlib LDFLAGS+= -pthread -SHEBANG_FILES= configure.py src/scripts/install.py DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * +OPTIONS_DEFINE= DOCS SQLITE3 SSL +OPTIONS_DEFAULT= SSL +OPTIONS_SUB= yes + SQLITE3_USES= sqlite SQLITE3_CONFIGURE_WITH= sqlite3 SSL_USES= ssl SSL_CONFIGURE_WITH= openssl SSL_VARS= BROKEN_SSL= openssl-devel .include .if ${ARCH} == aarch64 CONFIGURE_ARGS+= --cc-abi="-march=armv8-a+crypto" .endif .if ${ARCH} == i386 || ${ARCH} == amd64 PLIST_SUB+= HAS_RDRAND_RNG="" .else PLIST_SUB+= HAS_RDRAND_RNG="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|^optimization_flags .*|optimization_flags "${CXXFLAGS}"|' \ ${WRKSRC}/src/build-data/cc/clang.txt post-install: -.for i in bin/botan lib/libbotan-2.so.7.7.0 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i} -.endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.8.8.0 .include Index: head/security/botan2/distinfo =================================================================== --- head/security/botan2/distinfo (revision 481284) +++ head/security/botan2/distinfo (revision 481285) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530602195 -SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90 -SIZE (Botan-2.7.0.tgz) = 7021654 +TIMESTAMP = 1538471024 +SHA256 (Botan-2.8.0.tgz) = e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960 +SIZE (Botan-2.8.0.tgz) = 7152674 Index: head/security/botan2/pkg-plist =================================================================== --- head/security/botan2/pkg-plist (revision 481284) +++ head/security/botan2/pkg-plist (revision 481285) @@ -1,311 +1,313 @@ bin/botan include/botan-2/botan/adler32.h include/botan-2/botan/aead.h include/botan-2/botan/aes.h include/botan-2/botan/alg_id.h include/botan-2/botan/aria.h include/botan-2/botan/asn1_alt_name.h include/botan-2/botan/asn1_attribute.h include/botan-2/botan/asn1_obj.h include/botan-2/botan/asn1_oid.h include/botan-2/botan/asn1_print.h include/botan-2/botan/asn1_str.h include/botan-2/botan/asn1_time.h include/botan-2/botan/assert.h include/botan-2/botan/atomic.h include/botan-2/botan/auto_rng.h include/botan-2/botan/b64_filt.h include/botan-2/botan/base32.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h include/botan-2/botan/ber_dec.h include/botan-2/botan/bigint.h include/botan-2/botan/blake2b.h include/botan-2/botan/blinding.h include/botan-2/botan/block_cipher.h include/botan-2/botan/blowfish.h include/botan-2/botan/botan.h include/botan-2/botan/bswap.h include/botan-2/botan/buf_comp.h include/botan-2/botan/buf_filt.h include/botan-2/botan/build.h include/botan-2/botan/bzip2.h include/botan-2/botan/calendar.h include/botan-2/botan/camellia.h include/botan-2/botan/cascade.h include/botan-2/botan/cast128.h include/botan-2/botan/cast256.h include/botan-2/botan/cbc.h include/botan-2/botan/cbc_mac.h include/botan-2/botan/ccm.h include/botan-2/botan/cecpq1.h include/botan-2/botan/cert_status.h include/botan-2/botan/certstor.h include/botan-2/botan/certstor_sql.h %%SQLITE3%%include/botan-2/botan/certstor_sqlite.h include/botan-2/botan/cfb.h include/botan-2/botan/chacha.h include/botan-2/botan/chacha20poly1305.h include/botan-2/botan/chacha_rng.h include/botan-2/botan/charset.h include/botan-2/botan/cipher_filter.h include/botan-2/botan/cipher_mode.h include/botan-2/botan/cmac.h include/botan-2/botan/comb4p.h include/botan-2/botan/comp_filter.h include/botan-2/botan/compiler.h include/botan-2/botan/compression.h include/botan-2/botan/cpuid.h include/botan-2/botan/crc24.h include/botan-2/botan/crc32.h include/botan-2/botan/credentials_manager.h include/botan-2/botan/crl_ent.h include/botan-2/botan/cryptobox.h include/botan-2/botan/ctr.h include/botan-2/botan/curve25519.h include/botan-2/botan/curve_gfp.h include/botan-2/botan/curve_nistp.h include/botan-2/botan/data_snk.h include/botan-2/botan/data_src.h include/botan-2/botan/database.h include/botan-2/botan/datastor.h include/botan-2/botan/der_enc.h include/botan-2/botan/des.h include/botan-2/botan/desx.h include/botan-2/botan/dh.h include/botan-2/botan/divide.h include/botan-2/botan/dl_algo.h include/botan-2/botan/dl_group.h include/botan-2/botan/dlies.h include/botan-2/botan/dsa.h include/botan-2/botan/dyn_load.h include/botan-2/botan/eax.h include/botan-2/botan/ec_group.h include/botan-2/botan/ecc_key.h include/botan-2/botan/ecdh.h include/botan-2/botan/ecdsa.h include/botan-2/botan/ecgdsa.h include/botan-2/botan/ecies.h include/botan-2/botan/eckcdsa.h include/botan-2/botan/ed25519.h include/botan-2/botan/elgamal.h include/botan-2/botan/eme.h include/botan-2/botan/eme_pkcs.h include/botan-2/botan/eme_raw.h include/botan-2/botan/emsa.h include/botan-2/botan/emsa1.h include/botan-2/botan/emsa_pkcs1.h include/botan-2/botan/emsa_raw.h include/botan-2/botan/emsa_x931.h include/botan-2/botan/entropy_src.h include/botan-2/botan/exceptn.h include/botan-2/botan/fd_unix.h include/botan-2/botan/ffi.h include/botan-2/botan/filter.h include/botan-2/botan/filters.h include/botan-2/botan/fpe_fe1.h include/botan-2/botan/gcm.h include/botan-2/botan/gf2m_small_m.h include/botan-2/botan/ghash.h include/botan-2/botan/gmac.h include/botan-2/botan/gost_28147.h include/botan-2/botan/gost_3410.h include/botan-2/botan/gost_3411.h include/botan-2/botan/hash.h include/botan-2/botan/hash_id.h include/botan-2/botan/hex.h include/botan-2/botan/hex_filt.h include/botan-2/botan/hkdf.h include/botan-2/botan/hmac.h include/botan-2/botan/hmac_drbg.h include/botan-2/botan/hotp.h include/botan-2/botan/http_util.h include/botan-2/botan/idea.h include/botan-2/botan/init.h include/botan-2/botan/iso9796.h include/botan-2/botan/kasumi.h include/botan-2/botan/kdf.h include/botan-2/botan/kdf1.h include/botan-2/botan/kdf1_iso18033.h include/botan-2/botan/kdf2.h include/botan-2/botan/keccak.h include/botan-2/botan/key_constraint.h include/botan-2/botan/key_filt.h include/botan-2/botan/key_spec.h include/botan-2/botan/keypair.h include/botan-2/botan/lion.h include/botan-2/botan/loadstor.h include/botan-2/botan/locking_allocator.h include/botan-2/botan/lookup.h include/botan-2/botan/lzma.h include/botan-2/botan/mac.h include/botan-2/botan/mceies.h include/botan-2/botan/mceliece.h include/botan-2/botan/md4.h include/botan-2/botan/md5.h include/botan-2/botan/mdx_hash.h include/botan-2/botan/mem_ops.h include/botan-2/botan/mgf1.h include/botan-2/botan/misty1.h include/botan-2/botan/mode_pad.h include/botan-2/botan/monty.h include/botan-2/botan/mul128.h include/botan-2/botan/mutex.h include/botan-2/botan/name_constraint.h include/botan-2/botan/newhope.h include/botan-2/botan/nist_keywrap.h include/botan-2/botan/noekeon.h include/botan-2/botan/numthry.h include/botan-2/botan/oaep.h include/botan-2/botan/ocb.h include/botan-2/botan/ocsp.h include/botan-2/botan/ocsp_types.h include/botan-2/botan/ofb.h include/botan-2/botan/oids.h include/botan-2/botan/p11.h include/botan-2/botan/p11_ecc_key.h include/botan-2/botan/p11_ecdh.h include/botan-2/botan/p11_ecdsa.h include/botan-2/botan/p11_module.h include/botan-2/botan/p11_object.h include/botan-2/botan/p11_randomgenerator.h include/botan-2/botan/p11_rsa.h include/botan-2/botan/p11_session.h include/botan-2/botan/p11_slot.h include/botan-2/botan/p11_x509.h include/botan-2/botan/package.h include/botan-2/botan/par_hash.h include/botan-2/botan/parsing.h include/botan-2/botan/passhash9.h include/botan-2/botan/pbes2.h include/botan-2/botan/pbkdf.h include/botan-2/botan/pbkdf1.h include/botan-2/botan/pbkdf2.h include/botan-2/botan/pem.h include/botan-2/botan/pgp_s2k.h include/botan-2/botan/pipe.h include/botan-2/botan/pk_algs.h include/botan-2/botan/pk_keys.h include/botan-2/botan/pk_ops.h include/botan-2/botan/pk_ops_fwd.h include/botan-2/botan/pkcs10.h include/botan-2/botan/pkcs11.h include/botan-2/botan/pkcs11f.h include/botan-2/botan/pkcs11t.h include/botan-2/botan/pkcs8.h include/botan-2/botan/point_gfp.h include/botan-2/botan/poly1305.h include/botan-2/botan/polyn_gf2m.h include/botan-2/botan/pow_mod.h include/botan-2/botan/prf_tls.h include/botan-2/botan/prf_x942.h include/botan-2/botan/psk_db.h include/botan-2/botan/psk_db_sql.h include/botan-2/botan/pssr.h include/botan-2/botan/pubkey.h +include/botan-2/botan/pwdhash.h include/botan-2/botan/rc4.h %%HAS_RDRAND_RNG%%include/botan-2/botan/rdrand_rng.h include/botan-2/botan/reducer.h include/botan-2/botan/rfc3394.h include/botan-2/botan/rfc6979.h include/botan-2/botan/rmd160.h include/botan-2/botan/rng.h include/botan-2/botan/rotate.h include/botan-2/botan/rsa.h include/botan-2/botan/salsa20.h include/botan-2/botan/scan_name.h include/botan-2/botan/scrypt.h include/botan-2/botan/secmem.h include/botan-2/botan/secqueue.h include/botan-2/botan/seed.h include/botan-2/botan/serpent.h include/botan-2/botan/sha160.h include/botan-2/botan/sha2_32.h include/botan-2/botan/sha2_64.h include/botan-2/botan/sha3.h include/botan-2/botan/shacal2.h include/botan-2/botan/shake.h include/botan-2/botan/shake_cipher.h include/botan-2/botan/siphash.h include/botan-2/botan/siv.h include/botan-2/botan/skein_512.h include/botan-2/botan/sm2.h include/botan-2/botan/sm2_enc.h include/botan-2/botan/sm3.h include/botan-2/botan/sm4.h include/botan-2/botan/sp800_108.h include/botan-2/botan/sp800_56a.h include/botan-2/botan/sp800_56c.h %%SQLITE3%%include/botan-2/botan/sqlite3.h include/botan-2/botan/srp6.h include/botan-2/botan/stateful_rng.h include/botan-2/botan/stl_compatibility.h include/botan-2/botan/stream_cipher.h include/botan-2/botan/stream_mode.h include/botan-2/botan/streebog.h include/botan-2/botan/sym_algo.h include/botan-2/botan/symkey.h include/botan-2/botan/system_rng.h include/botan-2/botan/threefish.h include/botan-2/botan/threefish_512.h include/botan-2/botan/tiger.h include/botan-2/botan/tls_alert.h include/botan-2/botan/tls_algos.h include/botan-2/botan/tls_blocking.h include/botan-2/botan/tls_callbacks.h include/botan-2/botan/tls_channel.h include/botan-2/botan/tls_ciphersuite.h include/botan-2/botan/tls_client.h include/botan-2/botan/tls_exceptn.h include/botan-2/botan/tls_extensions.h include/botan-2/botan/tls_handshake_msg.h include/botan-2/botan/tls_magic.h include/botan-2/botan/tls_messages.h include/botan-2/botan/tls_policy.h include/botan-2/botan/tls_server.h include/botan-2/botan/tls_server_info.h include/botan-2/botan/tls_session.h include/botan-2/botan/tls_session_manager.h include/botan-2/botan/tls_session_manager_sql.h %%SQLITE3%%include/botan-2/botan/tls_session_manager_sqlite.h include/botan-2/botan/tls_version.h include/botan-2/botan/totp.h include/botan-2/botan/tss.h include/botan-2/botan/twofish.h include/botan-2/botan/types.h +include/botan-2/botan/uuid.h include/botan-2/botan/version.h include/botan-2/botan/whrlpool.h include/botan-2/botan/workfactor.h include/botan-2/botan/x509_ca.h include/botan-2/botan/x509_crl.h include/botan-2/botan/x509_dn.h include/botan-2/botan/x509_ext.h include/botan-2/botan/x509_key.h include/botan-2/botan/x509_obj.h include/botan-2/botan/x509cert.h include/botan-2/botan/x509path.h include/botan-2/botan/x509self.h include/botan-2/botan/x919_mac.h include/botan-2/botan/xmss.h include/botan-2/botan/xmss_address.h include/botan-2/botan/xmss_common_ops.h include/botan-2/botan/xmss_hash.h include/botan-2/botan/xmss_index_registry.h include/botan-2/botan/xmss_key_pair.h include/botan-2/botan/xmss_parameters.h include/botan-2/botan/xmss_privatekey.h include/botan-2/botan/xmss_publickey.h include/botan-2/botan/xmss_tools.h include/botan-2/botan/xmss_wots_parameters.h include/botan-2/botan/xmss_wots_privatekey.h include/botan-2/botan/xmss_wots_publickey.h include/botan-2/botan/xtea.h include/botan-2/botan/xts.h include/botan-2/botan/zlib.h lib/libbotan-2.a lib/libbotan-2.so -lib/libbotan-2.so.7 -lib/libbotan-2.so.7.7.0 +lib/libbotan-2.so.8 +lib/libbotan-2.so.8.8.0 %%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc