aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme/files
Commit message (Collapse)AuthorAgeFilesLines
* Patch for "Multiple Messages Problem in GnuPG and GPGME"Michael Nottebrock2007-03-061-0/+65
| | | | | | | Security: http://lists.gnupg.org/pipermail/gnupg-announce/2007q1/000251.html Notes: svn path=/head/; revision=186682
* From the "Sometimes-you-can-send-patches-upstream-all-you-want-the-bugs-Michael Nottebrock2007-02-101-0/+471
| | | | | | | | | | | come-back-anyway" dept.: Fix build WITH_PTH on 6.x Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua> Notes: svn path=/head/; revision=184744
* Update to 1.1.3Michael Nottebrock2007-02-062-16/+16
| | | | Notes: svn path=/head/; revision=184389
* Fix build on 4.xMichael Nottebrock2006-09-132-0/+30
| | | | Notes: svn path=/head/; revision=172985
* Update gpgme to 1.1.2, chase dependencies.Michael Nottebrock2006-09-134-30/+37
| | | | Notes: svn path=/head/; revision=172981
* Update gpgme to 1.0.3 and chase shared library version bump.Michael Nottebrock2005-11-052-106/+11
| | | | Notes: svn path=/head/; revision=147343
* Fix compilation on FreeBSD 6 or later in the WITH_PTH case.Michael Nottebrock2005-08-082-3/+117
| | | | | | | | Reported by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (clement) Notes: svn path=/head/; revision=140818
* Update to 1.0.2Michael Nottebrock2005-01-262-452/+3
| | | | Notes: svn path=/head/; revision=127413
* Fix the self-tests instead of just omitting them.Michael Nottebrock2004-12-111-0/+10
| | | | Notes: svn path=/head/; revision=123734
* Remove obsolete patch.Michael Nottebrock2004-12-111-27/+0
| | | | Notes: svn path=/head/; revision=123719
* Fix dependencies, enable pth-library, respect PTHREAD_LIBS,Michael Nottebrock2004-12-112-0/+460
| | | | | | | fix build on 4.x, bump PORTREVISION, take maintainership. Notes: svn path=/head/; revision=123711
* Update to 1.0.1.Joe Marcus Clarke2004-12-114-45/+0
| | | | Notes: svn path=/head/; revision=123690
* - Update to 0.3.16Pav Lucistnik2004-01-061-0/+15
| | | | | | | | PR: ports/60711 Submitted by: ijliao Notes: svn path=/head/; revision=97476
* o Fix gpgsm support so that conditional WITH_GPGSM really worksMario Sergio Fujikawa Ferreira2003-05-223-0/+47
| | | | | | | | | | | o Bump PORTREVISION PR: 52459 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Approved by: maintainer Notes: svn path=/head/; revision=81649
* Update to 0.3.12Tilman Keskinoz2003-01-021-11/+0
| | | | | | | | | PR: 46566 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=72269
* upgrade to 0.3.9Ying-Chieh Liao2002-09-201-0/+10
| | | | | | | | | PR: 42212 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: maintainer Notes: svn path=/head/; revision=66788
* Update to 0.3.6Patrick Li2002-05-221-10/+0
| | | | | | | | PR: 38369 Submitted by: maintainer Notes: svn path=/head/; revision=59725
* update to 0.2.3.FUJISHIMA Satsuki2002-01-221-0/+10
| | | | | | | | PR: 34164 Submitted by: maintainer Notes: svn path=/head/; revision=53566
* - Update to 0.2.3.Akinori MUSHA2001-10-121-0/+11
- Update the URL in the package description. - The author hacks a LIBTOOL path into their Makefiles that doesn't work under the ports system. Make it work by a small patch to aclocal.m4 (which requires the addition of USE_AUTOCONF) and passing in the port system's value of LIBTOOL (using a different variable name since they already use LIBTOOL themselves). This was simpler than patching all their Makefiles. PR: ports/30999 Submitted by: Dave Chapeskie <bsdport@ddm.wox.org> Approved by: MAINTAINER Notes: svn path=/head/; revision=48711