<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/libmcrypt/PLIST, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-09-22T08:09:14Z</updated>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>update to 2.5.7</title>
<updated>2003-08-29T00:56:25Z</updated>
<author>
<name>dan</name>
<email>dan</email>
</author>
<published>2003-08-29T00:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e932f5f8c8ed6c55cc393561329a25aa39255a6e'/>
<id>urn:sha1:e932f5f8c8ed6c55cc393561329a25aa39255a6e</id>
<content type='text'>
from Adrian Portelli in PR/22628
</content>
</entry>
<entry>
<title>Update to 2.5.6.</title>
<updated>2003-03-05T08:42:55Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-03-05T08:42:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b4be244a6db0e2a135bd1612969e2865dd67c371'/>
<id>urn:sha1:b4be244a6db0e2a135bd1612969e2865dd67c371</id>
<content type='text'>
January 19 2003: (version 2.5.6)
- Fixes in win32 detection and DLL building.
- Fixes for solaris (a symbol was not exported)
- Corrected bug which made algorithm symbols to be inserted
  twice in symbol table.

December 22 2002: (version 2.5.5)
- Better win32 detection and DLL building.
- Changed some variables names in gost.c to allow compiling
  with gcc and K6 optimizations.
- Some buffer overrun checks on input. Patches and suggestions
  by Ilia A.
- Made the default behaviour to include all algorithms into
  the main library, instead of using dynamic modules. Dynamic
  loading is disabled by default. The --enable-dynamic-loading flag
  can be used in the configure script, to get the old behaviour.
- Some fixes in ECB mode.

August 16 2002: (version 2.5.3)
- The const keyword is now used in the exported functions
- Corrected problem in libltdl's configure script

June 22 2002: (version 2.5.2)
- Fixed bug in the returned IV size of ARCFOUR
- Fixed bug in mcrypt_readdir() which prevented the test programs
  to work.

May 30 2002: (version 2.5.1)
- Corrected the license. COPYING.LIB (LGPL) is now included
  instead of COPYING (GPL)

Mar 09th 2002: (version 2.5.0)
- Several corrections in stream and block cipher modes.
- Added --disable-dynamic-loading configure option
- The IV modifications in Arcfour and Wake have been disabled
  by default.
- Added CTR mode for block ciphers.
- Fixes in nCFB and nOFB modes.
- Added mcrypt_enc_get_state() function.
- Added test for nCFB, CFB, nOFB and CTR with AES

Feb 14th 2002:
- nOFB and nCFB modes can now encrypt and decrypt plaintext
  of size less than block size.
</content>
</entry>
<entry>
<title>Merge changes in packages from the buildlink2 branch that have</title>
<updated>2002-08-25T18:38:05Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-08-25T18:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f22b8c42a61ccfbb462bf2b94c3486b7baec18bd'/>
<id>urn:sha1:f22b8c42a61ccfbb462bf2b94c3486b7baec18bd</id>
<content type='text'>
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
</content>
</entry>
<entry>
<title>Update to 2.4.22 (requested by go).  Uses our libtool now.</title>
<updated>2002-05-09T22:31:07Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2002-05-09T22:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8dd5f4367c6f16d8b110f535d543c28cc81ae6e4'/>
<id>urn:sha1:8dd5f4367c6f16d8b110f535d543c28cc81ae6e4</id>
<content type='text'>
Changes since 2.4.18:
- Corrected nasty bug in init code
- Corrected problems in Makefiles
- Minor bug fixes
- Corrected bug in mcrypt_module_open()
- Cleanups in the code.
</content>
</entry>
<entry>
<title>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:57:41Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b6b506536c1ff50f1531d26be2fccfe86c74335'/>
<id>urn:sha1:0b6b506536c1ff50f1531d26be2fccfe86c74335</id>
<content type='text'>
</content>
</entry>
</feed>
