aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Chase libgpg-error shlib version bump (.1 -> .2)Sergei Kolobov2006-05-031-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=161270
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add SHA256 checksums for my portsTilman Keskinoz2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147566
* Update to 1.2.2Tilman Keskinoz2005-10-182-4/+3
| | | | | | | | | | | Noteworthy changes are: * Made the RNG immune against fork without exec. * Minor changes to some function declarations. Buffer arguments are now typed as void pointer. This should not affect any compilation. * A bug in the definition of gcry_cipher_register has been fixed. Notes: svn path=/head/; revision=145780
* Fix build on powerpcTilman Keskinoz2005-05-271-0/+4
| | | | Notes: svn path=/head/; revision=136272
* Bump PORTREVISION for previous change.Tilman Keskinoz2005-04-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=133917
* Remove USE_PERLTilman Keskinoz2005-04-201-1/+0
| | | | | | | | PR: 80046 Submitted by: leeym Notes: svn path=/head/; revision=133766
* Update libgcrypt to 1.2.1. Changes:Tilman Keskinoz2005-01-113-5/+4
| | | | | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports. Notes: svn path=/head/; revision=126139
* Use libtool 15Tilman Keskinoz2004-10-131-1/+1
| | | | Notes: svn path=/head/; revision=119165
* managed to break this just in time for the ports freeze.Tilman Keskinoz2004-09-041-2/+0
| | | | | | | | Submitted by: lofi, eik Approved by: portmgr (eik) Notes: svn path=/head/; revision=118107
* Nuke the gnupg sigchecking code. There are bugs and I don't have the timeTilman Keskinoz2004-09-032-16/+0
| | | | | | | | | | to work on this now. PR: 66417 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> Notes: svn path=/head/; revision=118100
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add EXTRACT_ONLYTilman Keskinoz2004-06-121-0/+1
| | | | | | | Noticed by: bsdtar Notes: svn path=/head/; revision=111339
* Fix pkg-plistTilman Keskinoz2004-05-082-0/+2
| | | | | | | | Reported by: kris, markus Pointy hat (not 216.136.204.22) to: arved Notes: svn path=/head/; revision=108685
* Add dependency on ligpg-errorTilman Keskinoz2004-05-041-0/+2
| | | | | | | | PR: 66228 Submitted by: michael johnson Notes: svn path=/head/; revision=108338
* Update libgcrypt to the new stable version 1.2.0Tilman Keskinoz2004-05-034-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retire libgcrypt-devel Switch back to security/libgcrypt and bump PORTREVISION for - gnutls - gnutls-devel - gsasl - opencdk - vpnc libggz: - Remove dependency on libgcrypt, because the port does not yet work with the new libgcrypt libksba: - Update to 0.9.5 - Pass maintainership to lofi, who already maintains the other aegypten ports. Approved by: lofi wmbiff: Switch to security/libgcrypt but no PORTREVISION bump, because the dependency is optional and the port does not work with the new libgcrypt and needs to be updated. No action, because ports don't work with the new libgcrypt and need to be updated, maintainers informed: security/newpg security/pinentry security/dirmngr emulators/fuse emulators/libspectrum Notes: svn path=/head/; revision=108267
* Add SIZETilman Keskinoz2004-03-181-0/+2
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104476
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Attempt to silence "Annoying Reminder Guy II" by adding NO_LATEST_LINKTilman Keskinoz2004-02-061-1/+1
| | | | Notes: svn path=/head/; revision=100126
* Add CONFLICTSTilman Keskinoz2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99381
* Don't create the default keyring, if gnupg is installed.Tilman Keskinoz2004-01-161-2/+4
| | | | | | | Requested by: Randy Bush Notes: svn path=/head/; revision=98338
* Use new INFO macroTilman Keskinoz2003-08-042-3/+2
| | | | Notes: svn path=/head/; revision=86296
* Verify gpg signature if possible.Tilman Keskinoz2003-07-182-2/+18
| | | | Notes: svn path=/head/; revision=85132
* libtool uber-patchAde Lovett2003-06-261-14/+0
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Update to 1.1.12Tilman Keskinoz2003-02-263-4/+3
| | | | | | | | PR: 48704 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=76496
* de-pkg-commentTilman Keskinoz2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76148
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-5/+2
| | | | Notes: svn path=/head/; revision=75555
* Update to 1.1.11Tilman Keskinoz2003-01-023-8/+6
| | | | Notes: svn path=/head/; revision=72207
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseEdwin Groothuis2002-11-071-0/+1
| | | | | | | | | and french/cups-base) Noticed on: bento Notes: svn path=/head/; revision=69654
* add libgcrypt 1.1.0Ying-Chieh Liao2002-10-147-0/+96
General purpose crypto library based on code used in GnuPG PR: 43894 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=68030