Port details |
- libscep Client side SCEP library w/o clients
- 0.09_1 security
=2 0.09_1Version of this port present on the latest quarterly branch. - Maintainer: svysh.fbsd@gmail.com
 - Port Added: 2019-10-13 16:02:09
- Last Update: 2024-05-26 10:52:26
- Commit Hash: 3ee2059
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/openxpki/libscep
- Description:
- A Client Side Simple Certificate Enrollment Protocol (SCEP) Library.
libscep implements the SCEP protocol as a C library. The library
gets initialized, then one or multiple operations can be executed
and then it gets destroyed again.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libscep>0:security/libscep
- To install the port:
- cd /usr/ports/security/libscep/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libscep
- pkg install libscep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libscep
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1629277327
SHA256 (openxpki-libscep-v0.09_GH0.tar.gz) = e2f0ffb07769c20c5e99816b7875f6b4b918ecd8a76a1af68e86a0fe2855b90d
SIZE (openxpki-libscep-v0.09_GH0.tar.gz) = 151321
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:
-
- py39-sphinx>=0,1 : textproc/py-sphinx@py39
- check>=0.12.0 : devel/check
- curl>=7.64 : ftp/curl
- uriparser>=0.9.1 : net/uriparser
- cmake : devel/cmake-core
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- check>=0.12.0 : devel/check
- curl>=7.64 : ftp/curl
- uriparser>=0.9.1 : net/uriparser
- This port is required by:
- for Build
-
- security/p5-Crypt-LibSCEP
- for Run
-
- security/p5-Crypt-LibSCEP
Configuration Options:
- No options to configure
- Options name:
- security_libscep
- USES:
- cmake:noninja gmake pkgconfig python:build ssl
- 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 |
0.09_1 26 May 2024 10:52:26
    |
Daniel Engberg (diizzy)  |
*/*: Remove incorrect libtool dependency
All these ports builds without libtool
Tested using Poudriere
Approved by: portmgr (blanket, build fix) |
0.09_1 21 Jan 2024 22:51:37
    |
Muhammad Moinur Rahman (bofh)  |
security/libscep: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.09 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
0.09 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 ) |
0.09 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.09 28 Aug 2021 13:51:51
    |
Tobias C. Berner (tcberner)  Author: Sergei Vyshenski |
security/libscep: Update to 0.09
Update security/libscep and security/p5-Crypt-LibSCEP to 0.09
PR: 257926 |
0.08_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.08_1 18 Feb 2021 22:43:14
  |
amdmi3  |
security/libscep: allow build with clang, pet portlint
PR: 252444
Submitted by: svysh.fbsd@gmail.com (maintainer) |
0.08 15 Jan 2021 13:25:16
  |
dbaio  |
security/libscep: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket |
0.08 11 May 2020 23:51:58
  |
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
0.08 08 Dec 2019 11:42:20
  |
pi  |
security/{libscep,p5-Crypt-LibSCEP}: upgrade 0.06 -> 0.08
PR: 242461
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Changes: https://github.com/openxpki/libscep/commits/develop |
0.06 13 Oct 2019 16:02:01
  |
rodrigo  |
New ports security/libscep and security/p5-Crypt-LibSCEP
libscep is a client side implementation of the Simple Certificate
Enrollment Protocol (SCEP) library.
p5-Crypt-LibSCEP is a perl module using the libscep library
to generate and read messages for the Simple Certificate Enrollment
Protocol (SCEP) in perl applications.
PR: 241195
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> |