Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.12_1 23 Jan 2024 11:23:30 |
Gleb Popov (arrowd) |
security/{libp11,pkcs11-helper}: Only use gmake if DOXYGEN is set.
Sponsored by: Serenity Cybersecurity, LLC |
0.4.12_1 23 Jan 2024 11:23:30 |
Gleb Popov (arrowd) |
security/libp11: Actually build docs and hide it behind DOXYGEN option
Sponsored by: Serenity Cybersecurity, LLC |
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.4.12 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.4.12 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.4.12 18 Jul 2022 11:12:50 |
Alex Dupre (ale) |
security/libp11: update to 0.4.12 release. |
0.4.11 23 Oct 2021 21:02:14 |
Stefan Eßer (se) |
security/libp11: Add CPE information
Approved by: portmgr (blanket) |
0.4.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.11 12 Oct 2020 07:26:17 |
ale |
Update to 0.4.11 release. |
0.4.10_1 02 Sep 2020 14:42:40 |
ale |
Fix soname version generation and bump port revisions.
PR: 249052
Submitted by: Ole <ole@free.de> |
0.4.10 04 Apr 2019 08:02:10 |
ale |
Update to 0.4.10 release and unbreak with libressl. |
0.4.9 06 Sep 2018 10:54:17 |
ale |
Update to 0.4.9 release. |
0.4.8 07 Aug 2018 07:04:27 |
ale |
Update to 0.4.8 release. |
0.4.7 07 Jul 2017 09:56:06 |
ale |
Update to 0.4.7 release. |
0.4.5 12 Apr 2017 16:41:24 |
ale |
Update to 0.4.5 release. |
0.4.4 26 Mar 2017 18:55:21 |
brnrd |
security/libp11: Fix build with LibreSSL
- Fix-up OPENSSL_VERSION_NUMBER checks
PR: 217006
Approved by: maintainer timeout |
0.4.4 06 Feb 2017 08:25:05 |
ale |
Update to 0.4.4 release. |
0.4.3 05 Dec 2016 08:24:25 |
ale |
Update to 0.4.3 release. |
0.4.2 27 Sep 2016 12:47:39 |
ale |
Update to 0.4.2 release. |
0.4.0 16 Sep 2016 14:35:16 |
marino |
security/libp11: Mark IGNORE if SSL_DEFAULT matchs libressl
This port has numerous OPENSSL_VERSION_NUMBER preprocessor checks which
are nontrivial to modify for LibreSSL support. Mark the port IGNOREd
for LibreSSL case until somebody manages to support libressl.
Approved by: SSL blanket |
0.4.0 12 May 2016 13:13:36 |
mat |
Cleanup github bits.
Sponsored by: Absolight |
0.4.0 20 Apr 2016 09:08:03 |
ale |
Update libp11 to 0.4.0 release.
engine_pkcs11 has been merged into libp11. |
0.2.8_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.2.8_2 03 Sep 2015 12:57:12 |
amdmi3 |
- Switch to options helpers
- Make EXAMPLES option actually do some job
Approved by: portmgr blanket |
0.2.8_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.2.8_1 12 Jul 2015 23:03:17 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.2.8_1 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
0.2.8_1 15 May 2014 07:46:38 |
tijl |
Bump PORTREVISION for previous change. |
0.2.8 13 May 2014 12:21:03 |
ale |
Stagify. |
0.2.8 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.2.8 31 Aug 2013 00:11:07 |
bapt |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |
0.2.8 09 Jun 2013 13:01:20 |
miwi |
- Unbreak build on HEAD |
0.2.8 03 May 2013 13:45:41 |
bapt |
Fix build with bmake as make |
0.2.8 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.2.8 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.2.8 22 Apr 2011 08:50:37 |
ale |
Update to 0.2.8 release. |
0.2.7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.2.7 20 Oct 2009 15:04:21 |
ale |
Update to 0.2.7 release. |
0.2.5_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.2.5 16 Jun 2009 05:53:50 |
ale |
Update to 0.2.5 release. |
0.2.4 27 Aug 2008 08:30:38 |
ale |
Update to 0.2.4 release. |
0.2.3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.2.3 18 Sep 2007 12:36:58 |
ale |
Add COMMENT escaping. |
0.2.3 17 Jul 2007 09:23:21 |
ale |
Update to 0.2.3 release. |
0.2.2 12 Jun 2006 16:58:38 |
ale |
Libp11 is a library implementing a small layer
on top of PKCS#11 API to make using PKCS#11
implementations easier.
WWW: http://www.opensc-project.org/libp11/ |