non port: security/opencryptoki/Makefile |
SVNWeb
|
Number of commits found: 43 |
Wed, 17 May 2023
|
[ 16:30 Muhammad Moinur Rahman (bofh) ] 9b178ff (Only the first 10 of 108 ports in this commit are shown above. )
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
|
Sat, 29 Apr 2023
|
[ 22:51 Muhammad Moinur Rahman (bofh) ] e36ae66
security/opencryptoki: Unbreak on HEAD
Approved by: portmgr (blanket)
|
Sat, 11 Feb 2023
|
[ 05:34 Hiroki Sato (hrs) ] e83df13
security/opencryptoki: Update to 3.19.0
|
Wed, 8 Feb 2023
|
[ 10:53 Muhammad Moinur Rahman (bofh) ] 6e1233b (Only the first 10 of 159 ports in this commit are shown above. )
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Sat, 7 May 2022
|
[ 04:28 Hiroki Sato (hrs) ] 0885e31
security/opencryptoki: add missing dependency
|
Fri, 6 May 2022
|
[ 08:32 Hiroki Sato (hrs) ] cd09274 (Only the first 10 of 33 ports in this commit are shown above. )
security/opencryptoki: update to 3.18.0
|
Mon, 2 Aug 2021
|
[ 04:41 Xin LI (delphij) ] 3ba73da (Only the first 10 of 55 ports in this commit are shown above. )
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 7 Apr 2019
|
[ 16:24 linimon ]
Don't use GCC 4.2 on GCC-based architectures; this port requires at
least GCC 4.7, so change USE_GCC=any to USE_GCC=yes.
PR: 236903
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Sun, 3 Mar 2019
|
[ 03:47 hrs ] (Only the first 10 of 46 ports in this commit are shown above. )
Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x.
|
Wed, 14 Mar 2018
|
[ 07:54 tobik ]
security/opencryptoki: Fix typo in pkg-message
Use pw groupmod to add new users to the _pkcs11 group
PR: 217130
Submitted by: Arie Bikker <src-2016@bikker.homeunix.net>
Approved by: hrs (maintainer timeout, 1 year)
|
Sun, 5 Feb 2017
|
[ 21:20 tijl ] (Only the first 10 of 32 ports in this commit are shown above. )
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 6 Nov 2016
|
[ 21:28 hrs ]
Update to 3.6.
|
Tue, 13 Sep 2016
|
[ 01:28 marino ]
security/opencryptoki: Fix build with LIbreSSL (old DES functions)
The referenced PR is related but overcome by the import of the latest
version of opencryptoki.
PR: 198351
Approved by: SSL blanket
|
Sat, 11 Jun 2016
|
[ 22:39 hrs ]
Fix build on 9.x.
|
Fri, 10 Jun 2016
|
[ 18:24 hrs ]
Fix dependency and build of ICSF token support. The configure script
enabled the build when libldap was found.
Spotted by: luca.pizzamiglio@gmail.com
PR: 209992
|
Wed, 18 May 2016
|
[ 17:23 hrs ] (Only the first 10 of 53 ports in this commit are shown above. )
Update to 3.5. Notable changes are as follows:
- No longer required to run pkcs11_startup.
pkcs11_startup and pkcs_slotd were shell scripts that created the
config file, pk_config_data, which was read by pkcsslotd to get
available slot information.
The pk_config_data configuration file has been replaced with
/etc/opencryptoki/opencryptoki.conf.
In version 3, the pkcsslotd daemon reads opencryptoki.conf to get slot
information. The opencryptoki.conf by default contains slot information
for each token currently supported by opencryptoki with the exception of
the ICSF token, which requires some initial setup.
Please see man page for opencryptoki.conf for further information.
Since pk_config_data is no longer required, pkcs11_startup and
pkcs_slotd have been removed.
|
[ 14:11 amdmi3 ] (Only the first 10 of 24 ports in this commit are shown above. )
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 18 Apr 2015
|
[ 12:58 tijl ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert to USES=autoreconf
|
Mon, 20 Oct 2014
|
[ 10:09 marino ] (Only the first 10 of 15 ports in this commit are shown above. )
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
|
Tue, 23 Sep 2014
|
[ 10:26 bapt ]
Simplify plist
Strip binaries
|
Mon, 18 Aug 2014
|
[ 16:43 bdrewery ] (Only the first 10 of 26 ports in this commit are shown above. )
- Move RESETPREFIX to default PLIST_SUB
With hat: portmgr
|
Thu, 17 Jul 2014
|
[ 15:19 tijl ]
- Convert security/trousers to USES=libtool and bump dependent ports
- Use standard USE_AUTOTOOLS
- Add INSTALL_TARGET=install-strip
- Drop PTHREAD_LIBS
|
Sun, 6 Jul 2014
|
[ 18:06 tijl ]
- USES=libtool tar:bzip2
- Set USE_LDCONFIG correctly
- Use standard USE_AUTOTOOLS instead of overriding run-autotools target
- Use /var instead of PREFIX/var
- Create directories under /var from pkg-plist for pkg_install
|
Thu, 5 Dec 2013
|
[ 01:10 hrs ]
- Fix _pkcs11 group entry.
- Add STAGEDIR support.
- Bump PORTREVISION because of pkg-plist change.
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Wed, 31 Jul 2013
|
[ 16:01 hrs ]
Revert LIB_DEPENDS change in the previous commit. This was accidentally
included.
|
[ 15:45 hrs ]
- Fix LIB_DEPENDS.
- Style cleanups.
- Take maintainership.
|
[ 11:48 antoine ]
Unbreak after trousers update
|
Wed, 12 Jun 2013
|
[ 18:04 antoine ]
Add empty directories created by this port to pkg-plist.
|
Fri, 29 Mar 2013
|
[ 19:33 cs ] (Only the first 10 of 94 ports in this commit are shown above. )
- Remove A/An in COMMENT
- Trim Header where applicable
|
Sat, 2 Mar 2013
|
[ 03:55 eadler ] (Only the first 10 of 30 ports in this commit are shown above. )
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
|
Wed, 15 Aug 2012
|
[ 19:26 tabthorpe ] (Only the first 10 of 57 ports in this commit are shown above. )
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 19 Dec 2010
|
[ 03:43 nork ]
o Add a important hack to tpmtoken_init(1).
o Bump PORTREVISION, accordingly.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Tue, 23 Nov 2010
|
[ 17:43 nork ]
Remove a extra directory and file, and bump PORTREVISION.
Pointed out by: QAT
|
[ 13:42 nork ]
o Don't run-autotools-*, twice.
o Don't install extra init.d script. [1]
o Bump PORTREVISION, accordingly.
Pointed out by: ume [1]
|
Sun, 7 Nov 2010
|
[ 12:07 nork ] (Only the first 10 of 44 ports in this commit are shown above. )
Add opencryptoki 2.3.2, is an open PKCS#11 implementation library.
Obtained from: http://bsssd.sourceforge.net/
|
Number of commits found: 43 |