<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/libgcrypt, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-03-26T20:09:43Z</updated>
<entry>
<title>Add a new option "via-padlock" which enables support for the</title>
<updated>2008-03-26T20:09:43Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-03-26T20:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=82aa19e95505398a2cb1e91bae88557155efc1f1'/>
<id>urn:sha1:82aa19e95505398a2cb1e91bae88557155efc1f1</id>
<content type='text'>
VIA PadLock Security Engine:
- The new option is turned on by default.
- The new option is only available on i386 systems except Mac OS X (which
  doesn't work on VIA CPU).
- The new option isn't available on system which uses GCC 3.x because it
  causes build failures. This fixes PR pkg/38197.

Approved by Dieter Baron.
</content>
</entry>
<entry>
<title>Readd checksum for "libgcrypt-1.2.4-idea.diff.bz2" which was accidentally</title>
<updated>2008-03-25T21:39:45Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2008-03-25T21:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8bcd8f579ef633117cd2db10384c6f1233020e26'/>
<id>urn:sha1:8bcd8f579ef633117cd2db10384c6f1233020e26</id>
<content type='text'>
removed in revision 1.22.
</content>
</entry>
<entry>
<title>Add a hack for GCC 3.* failing to compile asm() call in</title>
<updated>2008-03-16T20:14:38Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2008-03-16T20:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ab424e85dfde096ccbe966d26374f4f021b91531'/>
<id>urn:sha1:ab424e85dfde096ccbe966d26374f4f021b91531</id>
<content type='text'>
cipher/rijndael.c:do_padlock(): seen with GCC 3.3.3 on NetBSD.
</content>
</entry>
<entry>
<title>Fix build with MIPSPro. PR pkg/38210.</title>
<updated>2008-03-11T22:19:54Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-03-11T22:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=19cf33c87bfe7e7491ae52f34b025a06bacb6124'/>
<id>urn:sha1:19cf33c87bfe7e7491ae52f34b025a06bacb6124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 1.4.0:</title>
<updated>2008-03-07T16:16:22Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-03-07T16:16:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ecfe74dbbd37fb9da6716abccc452974bea7f670'/>
<id>urn:sha1:ecfe74dbbd37fb9da6716abccc452974bea7f670</id>
<content type='text'>
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*.
</content>
</entry>
<entry>
<title>Add support for idea option. From Blair Sadewitz in private mail, with</title>
<updated>2007-08-29T23:11:37Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-08-29T23:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=43a9113e059386d9ae15ddab7742175861cc3ca5'/>
<id>urn:sha1:43a9113e059386d9ae15ddab7742175861cc3ca5</id>
<content type='text'>
some cleanup.
</content>
</entry>
<entry>
<title>PR 36233: Make libgcrypt build on NetBSD/hp700. From David H. Gutteridge.</title>
<updated>2007-04-28T17:46:21Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2007-04-28T17:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=10c076252cfc40c1ddb3756239a5c8c4eece1b7f'/>
<id>urn:sha1:10c076252cfc40c1ddb3756239a5c8c4eece1b7f</id>
<content type='text'>
Also makes it build on HP-UX and Linux/hppa, tested by me.
</content>
</entry>
<entry>
<title>Update to 1.2.4:</title>
<updated>2007-02-03T00:08:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-03T00:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d8937e1104d31bcbcf1217486a97684dca9acac'/>
<id>urn:sha1:3d8937e1104d31bcbcf1217486a97684dca9acac</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Put macro argument in parentheses. From Naoto Morishima in PR 35519.</title>
<updated>2007-01-30T06:53:32Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-01-30T06:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b202f29265c2d38748578c2c21c00371afd0578b'/>
<id>urn:sha1:b202f29265c2d38748578c2c21c00371afd0578b</id>
<content type='text'>
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>DESTDIR support.</title>
<updated>2006-11-05T17:31:09Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-11-05T17:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a04891bb08b7613694e96b6c35d1de4d40422b95'/>
<id>urn:sha1:a04891bb08b7613694e96b6c35d1de4d40422b95</id>
<content type='text'>
</content>
</entry>
</feed>
