Port details |
- d0_blind_id Crypto library
- 1.0_2 security
=0 1.0_2Version of this port present on the latest quarterly branch. - Maintainer: freebsd@jonathanprice.org
 - Port Added: 2014-03-23 12:54:14
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: devel
- License: BSD3CLAUSE
- Description:
- Cryptographic library to perform identification using Schnorr
Identification scheme and Blind RSA Signatures.
WWW: https://github.com/divVerent/d0_blind_id
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- d0_blind_id>0:security/d0_blind_id
- For LIB depends:
- libd0_blind_id.so:security/d0_blind_id
- libd0_rijndael.so:security/d0_blind_id
- To install the port:
- cd /usr/ports/security/d0_blind_id/ && make install clean
- To add the package, run one of these commands:
- pkg install security/d0_blind_id
- pkg install d0_blind_id
- PKGNAME: d0_blind_id
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1395227453
SHA256 (divVerent-d0_blind_id-v1.0_GH0.tar.gz) = e9edcc55af1b322a5e51832f4a95b456a368d527b34ff31ebe88340728eca5a1
SIZE (divVerent-d0_blind_id-v1.0_GH0.tar.gz) = 49110
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Libraries
-
- games/xonotic
- Configuration Options:
- No options to configure
- Options name:
- security_d0_blind_id
- USES:
- autoreconf libtool localbase pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.0_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Oct 2018 19:19:07
1.0_2
|
jbeich  |
security/d0_blind_id: unbreak with OpenSSL 1.1.x
checking for library containing BN_init... no
configure: error: OpenSSL not found, see http://www.openssl.org/, or try
--without-openssl
===> Script "configure" failed unexpectedly.
d0_bignum-openssl.c:58:9: error: field has incomplete type 'BIGNUM' (aka 'struct
bignum_st')
BIGNUM z;
^
/usr/include/openssl/ossl_typ.h:80:16: note: forward declaration of 'struct
bignum_st'
typedef struct bignum_st BIGNUM;
^
Reported by: pkg-fallout |
14 Oct 2018 23:17:19
1.0_1
|
jbeich  |
security/d0_blind_id: pacify portlint after r482123
Tools/scripts/bump-revision.sh doesn't handle PORTVERSION +
DISTVERSIONPREFIX well, so switch to DISTVERSION.
$ portlint -C
FATAL: Makefile: PORTVERSION appears out-of-order.
FATAL: Makefile: order must be
PORTNAME/PORTVERSION/DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX/PORTREVISION/PORTEPOCH/CATEGORIES/MASTER_SITES/MASTER_SITE_SUBDIR/PROJECTHOST/PKGNAMEPREFIX/PKGNAMESUFFIX/DISTNAME/EXTRACT_SUFX/DISTFILES/DIST_SUBDIR/EXTRACT_ONLY. |
14 Oct 2018 23:10:23
1.0_1
|
jbeich  |
security/d0_blind_id: switch to actual 1.0 release
Changes: https://github.com/divVerent/d0_blind_id/compare/ff1ce7e...v1.0
Tested by: readelf -a (no difference) |
21 Oct 2016 15:21:13
1.0_1
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
11 Sep 2016 01:39:34
1.0_1
|
marino  |
security/d0_blind_id: Add SSL flags
Approved by: SSL blanket |
19 May 2016 10:53:06
1.0_1
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
07 May 2015 20:24:16
1.0_1
|
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
18 Apr 2015 12:58:35
1.0_1
|
tijl  |
Convert to USES=autoreconf |
13 Nov 2014 09:02:57
1.0_1
|
antoine  |
Cleanup plist |
17 Jun 2014 13:53:52
1.0_1
|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
23 Apr 2014 01:04:24
1.0
|
amdmi3  |
- Add missing USE_OPENSSL
PR: 187989
Submitted by: amdmi3
Approved by: maintainer timeout |
23 Mar 2014 12:54:01
1.0
|
pawel  |
Cryptographic library to perform identification using Schnorr
Identification scheme and Blind RSA Signatures.
WWW: https://github.com/divVerent/d0_blind_id
PR: ports/187716
Submitted by: Jonathan Price <freebsd@jonathanprice.org> |