Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20220520_1 15 Oct 2023 13:48:58
    |
Daniel Engberg (diizzy)  |
security/gost-engine: Remove duplicated and incorrect build dependency of CMake
CMake binary is provided by devel/cmake-core not devel/cmake which
is a metaport and we don't need to safeguard for a version that's
over 3 years old
Approved by: portmgr (blanket) |
g20220520_1 03 Jul 2023 09:12:13
    |
Eugene Grosbein (eugen)  |
security/gost-engine: fix build with different instances of OpenSSL 3.0
OpenSSL 3.0 in base of 14-CURRENT and in security/openssl30 port
have different ENGINESDIR (engines-3 vs. engines-12). |
g20220520 24 Jun 2023 16:58:01
    |
Eugene Grosbein (eugen)  |
security/gost-engine: use new OSVERSION == 1400092
Remove temporary hack in favor of OSVERSION check
for base OpenSSL version. |
g20220520 10 Jun 2023 11:42:37
    |
Eugene Grosbein (eugen)  |
security/gost-engine: be ready for OpenSSL 3.0 in base system
This is temporary hack until __FreeBSD_version updated.
PORTREVISION not bumped intentionally. |
g20220520 04 May 2023 15:00:13
    |
Muhammad Moinur Rahman (bofh)  |
security/gost-engine: Fix build with OpenSSL 3.0.0
- Although this ports sets up different flavor for base and openssl30
however it was not checking the SSL_DEFAULT and was always building
with base even though SSL_DEFAULT was openssl30. This commit fixes
this by checking the SSL_DEFAULT and changing the default FLAVOR.
- Add additional pkg-plist for openssl30 flavor
- Remove unused BROKEN_SSL_REASON_* which were not mentioned in
BROKEN_SSL
Approved by: portmgr (blanket) |
g20220520 27 Mar 2023 00:43:44
    |
Eugene Grosbein (eugen)  |
security/gost-engine: mark BROKEN with openssl31
Mark BROKEN with openssl31 for the moment. |
g20220520 26 Mar 2023 20:08:37
    |
Eugene Grosbein (eugen)  |
security/gost-engine: fix incomplete previous commit
Add missing bits to previous commit.
Fixes: c5089dc1723f7793da0c4de44fb3d968679100e0 |
g20220520 26 Mar 2023 19:40:25
    |
Eugene Grosbein (eugen)  |
security/gost-engine: add FLAVORS and openssl30 support
This change introduces FLAVORS support to make it possible
to build gost-engine branch for OpenSSL 3.0.x.
Currently supported FLAVORS=base openssl30
assuming "base" for OpenSSL 1.1.1 branch.
Note that upstream gost-engine for OpenSSL 3.1.x is not ready yet,
so currently no openssl31 flavor for the port, either.
Also note that to build gost-engine for OpenSSL 3.0.x,
one needs to install security/openssl30 beforehand
and set both of ssl=openssl30 and FLAVOR=openssl30 |
g20220520 15 Mar 2023 09:14:16
    |
Bernard Spil (brnrd)  |
security/openssl30: Chase rename in ports CONFLICTS*
Reported by: cperciva, junchoon |
g20220520 06 Mar 2023 17:51:54
    |
Eugene Grosbein (eugen)  |
security/gost-engine: update to g20220520
Update gost-engine to latest commit in its openssl_1_1_1 branch.
Note that this port does not work with OpenSSL 3+,
sources of another gost-engine branch are needed for that.
Explicitly state that cmake>=3.18.1 is needed.
Tested by: Alexander Povolotsky |
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) |
g20190421 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 ) |
g20190421 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 ) |
g20190421 16 May 2022 06:49:43
    |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
g20190421 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
g20190421 01 Sep 2021 11:46:24
    |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
g20190421 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
g20190421 28 Jun 2020 08:07:25
  |
eugen  |
security/gost-engine: unbreak for security/openssl that is 1.1.1 now. |
g20190421 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
g20190421 25 May 2019 11:53:14
  |
tobik  |
security/gost-engine: Fix spelling of BROKEN_SSL_REASON_libressl-devel |
g20190421 24 Apr 2019 05:44:51
  |
eugen  |
openssl/gost-engine: specify OPENSSL_ENGINES_DIR explicitly
because the software does not always determine it automatically
in FreeBSD environment.
No PORTREVISION bump as it unbreaks build. |
g20190421 22 Apr 2019 09:26:37
  |
eugen  |
New port: security/gost-engine
OpenSSL 1.0.2 had built-in implementation of Russian cryptography standards
(GOST) as additional engine, but since then that implementation
moved to distinct repository at Github.
This port presents loadable engine for OpenSSL 1.1.1+ and algorithms:
GOST R 34.10-2001
GOST R 34.10-2012
GOST R 34.11-94
GOST R 34.11-2012
GOST 28147-89
GOST R 34.132015 |