Next | Query returned 437 messages, browsing 311 to 320 | Previous

History of commit frequency

CVS Commit History:


   2005-01-11 23:25:00 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Fix build on NetBSD/sparc64 by marking the system as ``ULTRASPARC''
so that the appropriate OpenSSL sources are built.  Also, explicitly
mark the endianness of each supported NetBSD platform to avoid potential
endianness issues when doing the crypto arithmetic.
   2005-01-11 22:49:25 by Todd Vierling | Files touched by this commit (2)
Log message:
Fix compilation on Interix.  Reported in PR pkg/28938
by HIRAMATSU Yoshifumi <hiramatu@boreas.dti.ne.jp>.
   2004-12-31 18:34:10 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Fix a bug in the OpenSSL makefiles that installed a libfips.so symlink
that pointed to nothing.  There is no such thing as "libfips".
   2004-12-27 07:14:40 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Fix compilation on FreeBSD/x86 by ensuring that the FIPS assembly code
isn't used when fips isn't requested during configuration.
   2004-12-27 03:31:07 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Fix build on non-x86 platforms (PR pkg/28787).
   2004-12-25 23:11:26 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Alter patches to make them more likely to be accepted back by the
OpenSSL project.  Also use the sparcv9 MD5 assembly routines on
NetBSD/sparc64.
   2004-12-25 20:09:09 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Use the correct assembly routines on NetBSD/i386 depending on whether
it's a.out or ELF.
   2004-12-24 23:02:38 by Johnny C. Lam | Files touched by this commit (18)
Log message:
Update security/openssl to 0.9.7e.  Changes from openssl-0.9.6m are
too numerous to be listed here, but include adding a new DES API
(support for the old one is still present).

Changes to the pkgsrc structure include:

* Install the shared libraries with a version number that matches the
  OpenSSL version number

* Move some of the less often-used c_* utilities back into the examples
  directory.

* Drop support for using the RSAREF library and always use the built-in
  RSA code instead.
   2004-12-19 03:48:32 by grant beattie | Files touched by this commit (2)
Log message:
ick: openssl builds PIC static libraries and then later uses them to
build shared libraries. on Darwin with xlc, this fails because of the
way xlc invokes Darwin's in-base libtool to create shared libraries,
meaning that the -all_load argument cannot be used to import all
symbols.

work around this the same way as UnixWare does it, by listing the
archive library contents and linking the object files into the shared
library individually. also remove some other assumed gcc'isms to make
this build on Darwin with xlc.

XXX maybe this pkg should be libtool'ized?
   2004-12-18 22:32:51 by Johnny C. Lam | Files touched by this commit (1)
Log message:
minor whitespace nit.

Next | Query returned 437 messages, browsing 311 to 320 | Previous