aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pkcs7-context.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-211-15/+26
* Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-201-5/+156
* Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-201-7/+288
* New source files to handle Pkcs7 encryption, decryption, signing, andJeffrey Stedfast2001-04-181-0/+249
ge
path: root/databases/postgresql-prefix/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-151-1/+1
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169
* databases/postgresql-prefix: Update to 1.2.9Kai Knoblich2019-07-291-2/+1
| | | | | | | | | | | * Pet portlint by fixing whitespace issues in pkg-plist while I'm here. Changelog: * Add support for PostgreSQL 12 PR: 239452 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-271-0/+1
| | | | | | | | | | | | | | | 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