Port details |
- d0_blind_id Crypto library
- 1.0_2 security =2 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/divVerent/d0_blind_id
- Description:
- Cryptographic library to perform identification using Schnorr
Identification scheme and Blind RSA Signatures.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- d0_blind_id>0: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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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.71 : devel/autoconf
- automake>=1.16.5 : 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_2 20 Oct 2018 19:19:07 |
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 |
1.0_1 14 Oct 2018 23:17:19 |
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. |
1.0_1 14 Oct 2018 23:10:23 |
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) |
1.0_1 21 Oct 2016 15:21:13 |
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 |
1.0_1 11 Sep 2016 01:39:34 |
marino |
security/d0_blind_id: Add SSL flags
Approved by: SSL blanket |
1.0_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.0_1 07 May 2015 20:24:16 |
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 |
1.0_1 18 Apr 2015 12:58:35 |
tijl |
Convert to USES=autoreconf |
1.0_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
1.0_1 17 Jun 2014 13:53:52 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.0 23 Apr 2014 01:04:24 |
amdmi3 |
- Add missing USE_OPENSSL
PR: 187989
Submitted by: amdmi3
Approved by: maintainer timeout |
1.0 23 Mar 2014 12:54:01 |
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> |