Package Details: fizz 2024.05.06.00-1

Git Clone URL: https://aur.archlinux.org/fizz.git (read-only, click to copy)
Package Base: fizz
Description: C++14 implementation of the TLS-1.3 standard
Upstream URL: https://github.com/facebookincubator/fizz
Keywords: c++ facebook tls
Licenses: BSD-3-Clause
Provides: libfizz.so, libfizz_test_support.so
Submitter: akstrfn
Maintainer: MrAnno (carsme)
Last Packager: carsme
Votes: 2
Popularity: 0.117969
First Submitted: 2018-09-28 11:54 (UTC)
Last Updated: 2024-05-09 17:15 (UTC)

Latest Comments

« First ‹ Previous 1 2

Eremiell commented on 2021-04-23 14:18 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 2119d6b..ff3f4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Aleksandar Trifunović <akstrfn at gmail dot com>

 pkgname=fizz
-pkgver=2021.04.05.00
+pkgver=2021.04.19.00
 pkgrel=1
 pkgdesc="C++14 implementation of the TLS-1.3 standard"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
 depends=('boost' 'boost-libs' 'google-glog' 'folly' 'libevent' 'openssl' 'libsodium' 'fmt' 'double-conversion')
 makedepends=('cmake' 'gtest' 'gmock')
 source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('475fad37573e69c4478e1f7847ac69cdf6838ffb56454f9fe862cba501bec63c')
+sha256sums=('4b9981ee3208d9fba2faa059ed87f90470869f8dc2c07c4773862a5669d88cf7')

 build() {
     cd "$pkgname-$pkgver/$pkgname"

jghodd commented on 2020-01-07 18:08 (UTC)

FYI if anyone is experiencing a build error - add the following def to the main cmake:

-DBoost_NO_BOOST_CMAKE=ON

jghodd commented on 2019-11-27 20:28 (UTC)

Getting a build error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: /distro/repository/fizz/src/fizz-2019.11.11.00/fizz/Boost_INCLUDE_DIR used as include directory in directory /distro/repository/fizz/src/fizz-2019.11.11.00/fizz

MrAnno commented on 2019-08-17 09:25 (UTC)

Done. Thanks.

alienzj commented on 2019-08-17 05:49 (UTC)

https://github.com/facebookincubator/fizz/archive/v2019.08.12.00.tar.gz Please update to v2019.08.12.00