The NetBSD Project

CVS log for pkgsrc/security/libgcrypt/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / security / libgcrypt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.53 / (download) - annotate - [select for diffs], Tue Apr 3 15:00:30 2012 UTC (7 weeks, 3 days ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.52: +5 -1 lines
Diff to previous 1.52 (colored)

Fix building with clang on i386 (PR#46177)

Revision 1.52 / (download) - annotate - [select for diffs], Fri Jul 15 20:58:56 2011 UTC (10 months, 1 week ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

disable AESNI support for now, until we have a method to tell whether
the assembler supports the needed SSE commands, to allow building
on NetBSD-5, in response to a report by Marc Baudoin to pkgsrc-users

Revision 1.51 / (download) - annotate - [select for diffs], Wed Jul 13 21:21:52 2011 UTC (10 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored)

Changes 1.5.0:
* New function gcry_kdf_derive implementing OpenPGP S2K algorithms
  and PBKDF2.
* Support for WindowsCE.
* Support for ECDH.
* Support for OAEP and PSS methods as described by RFC-3447.
* Fixed PKCS v1.5 code to always return the leading zero.
* New format specifiers "%M" and "%u" for gcry_sexp_build.
* Support opaque MPIs with "%m" and "%M" in gcry_sexp_build.
* New functions gcry_pk_get_curve and gcry_pk_get_param to map ECC
  parameters to a curve name and to retrieve parameter values.
* gcry_mpi_cmp applied to opaque values has a defined semantic now.
* Uses the Intel AES-NI instructions if available.
* The use of the deprecated Alternative Public Key Interface
  (gcry_ac_*) will now print compile time warnings.
* The module register subsystem has been deprecated.  This subsystem
  is not flexible enough and would always require ABI changes to
  extend the internal interfaces.  It will eventually be removed.
  Please contact us on the gcrypt-devel mailing list to discuss
  whether you really need this feature or how it can be replaced by
  an internal plugin mechanism.
* CTR mode may now be used with data chunks of arbitrary length.

Revision 1.50 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:47 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 19 00:55:31 2011 UTC (15 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

don't enable padlock support on NetBSD by default, it crashes on padlock
capable CPUs

Revision 1.48 / (download) - annotate - [select for diffs], Sat Nov 13 21:09:02 2010 UTC (18 months, 1 week ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Jul 23 06:39:03 2010 UTC (22 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Changes in version 1.4.6:
* New variants of the TIGER algorithm.
* New cipher algorithm mode for AES-WRAP.
* Interface changes relative to the 1.4.2 release:
  GCRY_MD_TIGER1             NEW.
  GCRY_MD_TIGER2             NEW.
  GCRY_CIPHER_MODE_AESWRAP   NEW.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Dec 18 18:54:24 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.45: +4 -1 lines
Diff to previous 1.45 (colored)

put back the (non-default) "idea" option which got lost a while ago

Revision 1.45 / (download) - annotate - [select for diffs], Tue Dec 15 10:40:11 2009 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.44: +3 -4 lines
Diff to previous 1.44 (colored)

Update to 1.4.5:

Noteworthy changes in version 1.4.5 (2009-12-11)
------------------------------------------------

 * Fixed minor memory leak in DSA key generation.

 * No more switching to FIPS mode if /proc/version is not readable.

 * Fixed a sigill during Padlock detection on old CPUs.

 * Fixed a hang on some W2000 machines.

 * Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
   SHA-256 went up by 25%.

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 19 08:59:31 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Jan 31 08:53:14 2009 UTC (3 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Changes 1.4.4:
* Publish GCRY_MODULE_ID_USER and GCRY_MODULE_ID_USER_LAST constants.
  This functionality has been in Libgcrypt since 1.3.0.
* MD5 may now be used in non-enforced fips mode.
* Fixed HMAC for SHA-384 and SHA-512 with keys longer than 64 bytes.
* In fips mode, RSA keys are now generated using the X9.31 algorithm
  and DSA keys using the FIPS 186-2 algorithm.
* The transient-key flag is now also supported for DSA key
  generation.  DSA domain parameters may be given as well.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Oct 14 11:33:13 2008 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored)

Changes 1.4.3:
* Try to auto-initialize Libgcrypt to minimize the effect of
  applications not doing that correctly.  This is not a perfect
  solution but given that many applicationion would totally fail
  without such a hack, we try to help at least with the most common
  cases.  Folks, please read the manual to learn how to properly
  initialize Libgcrypt!
* Auto-initialize the secure memory to 32k instead of aborting the
  process.
* Log fatal errors via syslog.
* Changed the name and the semantics of the fips mode config file.
* Add convenience macro gcry_fips_mode_active.
* More self-tests.
* Documentation cleanups.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Apr 29 11:03:50 2008 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Update to 1.4.1:

Noteworthy changes in version 1.4.1 (2008-04-25)
------------------------------------------------

 * Fixed a bug introduced by 1.3.1 which led to the comsumption of far
   too much entropy for the intial seeding.

 * Improved AES performance for CFB and CBC modes.

 * Removed build problems for the Padlock support.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Mar 7 16:16:22 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.39: +4 -2 lines
Diff to previous 1.39 (colored)

Update to 1.4.0:

Noteworthy changes in version 1.4.0 (2007-12-10)
------------------------------------------------

 * New configure option --disable-padlock-support which is mostly
   useful in case of build problems.


Noteworthy changes in version 1.3.2 (2007-12-03)
------------------------------------------------

 * The visibility attribute is now used if supported by the toolchain.

 * The ACE engine of VIA processors is now used for AES-128.

 * The ASN.1 DER template for SHA-224 has been fixed.


Noteworthy changes in version 1.3.1 (2007-10-26)
------------------------------------------------

 * The entire library is now under the LGPL. The helper programs and
   the manual are under the GPL.  Kudos to Peter Gutmann for giving
   permissions to relicense the rndw32 and rndunix modules.

 * The Camellia cipher is now under the LGPL and included by default.

 * Fixed a bug in the detection of symbol prefixes which inhibited the
   build of optimzied assembler code on certain systems.

 * Updated the entropy gatherer for W32.


Noteworthy changes in version 1.3.0 (2007-05-04)
------------------------------------------------

 * Changed the way the RNG gets initialized. This allows to keep it
   uninitialized as long as no random numbers are used.  To override
   this, the new macro gcry_fast_random_poll may be used.  It is in
   general a good idea to spread this macro into the application code
   to make sure that these polls happen often enough.

 * Made the RNG immune against fork without exec.

 * Reading and writing the random seed file is now protected by a
   fcntl style file lock on systems that provide this function.

 * Support for SHA-224 and HMAC using SHA-384 and SHA-512.

 * Support for the SEED cipher.

 * Support for the Camellia cipher.  Note that Camellia is disabled by
   default, and that enabling it changes the license of libgcrypt from
   LGPL to GPL.

 * Support for OFB encryption mode.

 * gcry_mpi_rshift does not anymore truncate the shift count.

 * Reserved algorithm ranges for use by applications.

 * Support for DSA2.

 * The new function gcry_md_debug should be used instead of the
   gcry_md_start_debug and gcry_md_stop_debug macros.

 * New configure option --enable-random-daemon to support a system
   wide random daemon.  The daemon code is experimental and not yet
   very well working.  It will eventually allow to keep a global
   random pool for the sake of short living processes.

 * Non executable stack support is now used by default on systems
   supporting it.

 * Support for Microsoft Windows.

 * Assembler support for the AMD64 architecture.

 * New configure option --enable-mpi-path for optimized builds.

 * Experimental support for ECDSA; should only be used for testing.

 * New control code GCRYCTL_PRINT_CONFIG to print the build
   configuration.

 * Minor changes to some function declarations.  Buffer arguments are
   now typed as void pointer.  This should not affect any compilation.
   Fixed two bugs in return values and clarified documentation.

 * Interface changes relative to the 1.2.0 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gcry_fast_random_poll	 NEW
 gcry_md_debug           NEW
 gcry_sexp_nth_string    NEW
 GCRY_MD_SHA224          NEW
 GCRY_PK_USAGE_CERT      NEW
 GCRY_PK_USAGE_AUTH      NEW
 GCRY_PK_USAGE_UNKN      NEW
 GCRY_PK_ECDSA           NEW
 GCRY_CIPHER_SEED        NEW
 GCRY_CIPHER_CAMELLIA128 NEW
 GCRY_CIPHER_CAMELLIA192 NEW
 GCRY_CIPHER_CAMELLIA256 NEW
 GCRYCTL_FAKED_RANDOM_P  NEW
 GCRYCTL_PRINT_CONFIG    NEW
 GCRYCTL_SET_RNDEGD_SOCKET  NEW.
 gcry_mpi_scan           CHANGED: Argument BUFFER is now void*.
 gcry_pk_algo_name       CHANGED: Returns "?" instead of NULL.
 gcry_cipher_algo_name   CHANGED: Returns "?" instead of "".
 gcry_pk_spec_t          CHANGED: Element ALIASES is now const ptr.
 gcry_md_write_t         CHANGED: Argument BUF is now a const void*.
 gcry_md_ctl             CHANGED: Argument BUFFER is now void*.
 gcry_cipher_encrypt     CHANGED: Arguments IN and OUT are now void*.
 gcry_cipher_decrypt     CHANGED: Arguments IN and OUT are now void*.
 gcry_sexp_sprint        CHANGED: Argument BUFFER is now void*.
 gcry_create_nonce       CHANGED: Argument BUFFER is now void*.
 gcry_randomize          CHANGED: Argument BUFFER is now void*.
 gcry_cipher_register    CHANGED: Argument ALGORITHM_ID is now int*.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Aug 29 23:11:37 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)

Add support for idea option. From Blair Sadewitz in private mail, with
some cleanup.

Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 28 17:46:21 2007 UTC (5 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

PR 36233: Make libgcrypt build on NetBSD/hp700. From David H. Gutteridge.
Also makes it build on HP-UX and Linux/hppa, tested by me.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Feb 3 00:08:51 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.36: +3 -4 lines
Diff to previous 1.36 (colored)

Update to 1.2.4:

Noteworthy changes in version 1.2.4 (2007-02-01)
------------------------------------------------

 * Fixed a bug in the memory allocator which could have been the
   reason for some of non-duplicable bugs.

 * Other minor bug fixes.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Jan 30 06:53:32 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Put macro argument in parentheses. From Naoto Morishima in PR 35519.
Bump PKGREVISION.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Nov 5 17:35:58 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

DESTDIR support.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 4 21:58:14 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Sep 6 11:41:41 2006 UTC (5 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

libgcrypt 1.2.3 may have fixed the name of the random device on NetBSD but
it broke the name of the urandom device.  Bump PKGREVISION

Revision 1.32 / (download) - annotate - [select for diffs], Sun Sep 3 09:03:01 2006 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -3 lines
Diff to previous 1.31 (colored)

Update to 1.2.3:

Noteworthy changes in version 1.2.3 (2006-08-28)
------------------------------------------------

 * Rewrote gcry_mpi_rshift to allow arbitrary shift counts.

 * Minor bug fixes.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Aug 27 14:23:23 2006 UTC (5 years, 8 months ago) by jdc
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored)

Also enable assembler files for NetBSD-*-sparc.
Makes this package build on NetBSD/sparc.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 31 23:56:29 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:34 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:44 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Oct 6 12:20:41 2005 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Update to 1.2.2:

Noteworthy changes in version 1.2.2 (2005-10-05}
------------------------------------------------

 * 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.

 * Interface changes relative to the 1.2.1 release:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 gcry_cipher_encrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_cipher_decrypt    CHANGED: Arguments IN and OUT are now void*.
 gcry_create_nonce      CHANGED: Argument BUFFER is now void*.
 gcry_md_ctl            CHANGED: Argument BUFFER is now void*.
 gcry_sexp_sprint       CHANGED: Argument BUFFER is now void*.
 gcry_mpi_scan          CHANGED: Argument BUFFER is now void*.
 gcry_cipher_register   CHANGED: Argument ALGORITHM_ID is now int*.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:13 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.25: +1 -2 lines
Diff to previous 1.25 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Jan 14 11:26:34 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.24: +6 -7 lines
Diff to previous 1.24 (colored)

Changes 1.2.1:
 * Portability fixes, memory allocation fixes and other minor things.
 * Support to build as a W32 static library.
 * Changed the way the RNG gets initialized. This allows to keep it
   uninitialized as long as no random numbers are used.  To override
   this, the new macro gcry_fast_random_poll may be used.  It is in
   general a good idea to spread this macro into the application code
   to make sure that these polls happen often enough.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Oct 23 08:57:33 2004 UTC (7 years, 7 months ago) by shannonjr
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Re: pkg/27317 The header gcrypt.h references struct timeval without
including sys/time.h. Added the patch summitted with PR that adds
an include for sys/time.h. Bumped PKGREVISION.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 19 17:43:23 2004 UTC (7 years, 7 months ago) by minskim
Branch: MAIN
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored)

This package never uses the gettext library directly.  The dependency
on gettext-lib should be taken care of by libgpg-error.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 19 03:24:38 2004 UTC (7 years, 7 months ago) by ben
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

Add dependency on gettext-lib to provide libintl for platforms that do
not have it built in.  May address PR#27292.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:09 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 2 13:14:27 2004 UTC (7 years, 10 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

When exec'ing child processes (netstat and vmstat), make sure the standard
file descriptors (0, 1, 2) are open.  This avoids multiple warnings issued
under NetBSD about running set[ug]id programs with those descriptors closed.

Fixes PR pkg/26079; although it talks about gaim, the problem is here, in
libgcrypt.  Bump PKGREVISION to 1.

Revision 1.19 / (download) - annotate - [select for diffs], Wed May 26 05:42:28 2004 UTC (8 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Remove me as maintainer of this package.

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 23 04:07:41 2004 UTC (8 years ago) by snj
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Fix MASTER_SITES.  From Robert Elz in PR pkg/25681.

Revision 1.17 / (download) - annotate - [select for diffs], Sat May 22 10:07:48 2004 UTC (8 years ago) by adam
Branch: MAIN
Changes since 1.16: +5 -13 lines
Diff to previous 1.16 (colored)

Changes 1.2.0
 * First stable release.

Changes 1.1.94
 * The support for multi-threaded users goes into its third
   incarnation.  We removed compile time support for thread libraries.
   To support the thread library of your choice, you have to set up
   callback handlers at initialization time.  New data structures, a
   new control command, and default initializers are provided for this
   purpose.

 * Interface changes relative to the 1.1.93 release:
libgcrypt-config --thread       OBSOLETE
libgcrypt-pth.la                REMOVED
libgcrypt-pthread.la            REMOVED
GCRYCTL_SET_THREAD_CBS          NEW
struct gcrypt_thread_cbs        NEW
enum gcry_thread_option         NEW
GCRY_THREAD_OPTION_PTH_IMPL     NEW
GCRY_THREAD_OPTION_PTHREAD_IMPL NEW

Changes 1.1.93
 * The automatic thread library detection has finally been removed.
   From now on, only linking explicitely to libgcrypt, libgcrypt-pth
   or libgcrypt-pthread is supported.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 29 15:03:47 2004 UTC (8 years ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Disable the pth-test, since it doesn't work correctly (bl3 problem?)
on systems still needing pth.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Mar 29 07:42:16 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.14: +3 -9 lines
Diff to previous 1.14 (colored)

Nuke the special libtool handling since the version of libgcrypt in
pkgsrc does the right thing with assembler source files.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 25 15:51:51 2004 UTC (8 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

Update libgcrypt to 1.1.92.

Changes since 1.1.90:
  - Included a limited implementation of RFC2268.
  - Changed API of the gcry_ac_ functions.
  - Code cleanups and minor bug fixes.
  - Interface changes:
	GCRY_CIPHER_RFC2268_40          NEW.
	gcry_ac_data_set                CHANGED: New argument FLAGS.
	gcry_ac_data_get_name           CHANGED: New argument FLAGS.
	gcry_ac_data_get_index          CHANGED: New argument FLAGS.
	cry_ac_key_pair_generate        CHANGED: New and reordered arguments.
	gcry_ac_key_test                CHANGED: New argument HANDLE.
	gcry_ac_key_get_nbits           CHANGED: New argument HANDLE.
	gcry_ac_key_get_grip            CHANGED: New argument HANDLE.
	gcry_ac_data_search             REMOVED.
	gcry_ac_data_add                REMOVED.
	GCRY_AC_DATA_FLAG_NO_BLINDING   REMOVED.
	GCRY_AC_FLAG_NO_BLINDING        NEW: Replaces above.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:52 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Feb 10 00:13:24 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.11: +8 -9 lines
Diff to previous 1.11 (colored)

bl3ify and remove libiconv and gettext-lib buildlink files.  This package
really only needs gettext-lib through libgpg-error, and doesn't need
libiconv at all unless it uses the pkgsrc gettext-lib.  The gettext-lib
buildlink3.mk file combined with the buildlink3 framework is considerably
better at detecting this than the buildlink2.mk, which broke in a lot of
instances.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 5 00:09:51 2004 UTC (8 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

this needs libintl, so explicitly include gettext-lib/buildlink2.mk.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 21 09:57:14 2003 UTC (8 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)

This needs libiconv's buildlink, reported by David Griffith PR pkg/23811.
Bump PKGREVISION.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 6 00:26:59 2003 UTC (8 years, 5 months ago) by xtraeme
Branch: MAIN
Changes since 1.8: +9 -3 lines
Diff to previous 1.8 (colored)

Updated to 1.1.90, provided by Min Sik Kim PR pkg/23322.

Changes:

 * The use of the GCRY_WEAK_RANDOM level is now deprecated in favor of
   the new gcry_create_nonce function.
 * gcry_sexp_build now supports a "%b" format to include a memory buffer.
 * Minor configuration fixes.
 * Interface changes relative to the 1.1.44 release:
 * Bug fixes and more code cleanups.
 * Enhanced the prime API.
 * Support for the Serpent cipher algorithm.

And more...

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 2 19:57:51 2003 UTC (8 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Fix "libgcrypt-config --libs" to add -Wl,-R.  Bump to 1.1.12nb1.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 9 11:21:57 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 5 10:14:22 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Convert to USE_NEW_TEXINFO.
Fix PLIST for missing info files.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:57 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 13 03:07:10 2003 UTC (9 years ago) by salo
Branch: MAIN
Changes since 1.3: +9 -7 lines
Diff to previous 1.3 (colored)

Updated to version 1.1.12.

Based on a patch sent by Juan RP via PR pkg/21559.

Changes:

- DESCR has 80 columns
- style nits

1.1.12:
=======
- gcry_pk_sign, gcry_pk_verify and gcry_pk_encrypt can now handle an optional
  pkcs1 flags parameter in the S-expression.  A similar flag may be passed to
  gcry_pk_decrypt but it is only syntactically implemented.
- New convenience macro gcry_md_get_asnoid.
- There is now some real stuff in the manual.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 8 23:01:02 2003 UTC (9 years, 3 months ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

do not disable asm on alpha.  fixes recently noted compile problems

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 2 22:00:24 2003 UTC (9 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Set "USE_LIBTOOL" even if we use the bundled "libtool" so that
buildlink2 will do the right thing.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 2 17:27:48 2003 UTC (9 years, 3 months ago) by tron
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import new "libgcrypt" package: GNU's cryptographic library

This fixes PR pkg/19732 by Juan RP.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 2 17:27:48 2003 UTC (9 years, 3 months ago) by tron
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>