Commit graph

58 commits

Author SHA1 Message Date
tron
2929ae8dde - Install new include files so that this package can be used to build
applications again.
- Fix patch sum for Solaris.
2001-04-09 13:32:01 +00:00
fredb
bc0d2ef3b4 Update to OpenSSL 0.9.6. Update contributed by Dave Burgess,
in PR pkg/12569.

Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:

    o Some documentation for BIO and SSL libraries.
    o Enhanced chain verification using key identifiers.
    o New sign and verify options to 'dgst' application.
    o Support for DER and PEM encoded messages in 'smime' application.
    o New 'rsautl' application, low level RSA utility. [*]
    o MD4 now included.
    o Bugfix for SSL rollback padding check.
    o Support for external crypto devices [1].
    o Enhanced EVP interface.

[1] The support for external crypto devices is currently a separate
      distribution.  See the file README.ENGINE.
[*] Not installed with the package.
2001-04-09 04:29:23 +00:00
fredb
5e16130edb Make an explicit BUILD_DEPENDS on perl5, rather than the run-time DEPENDS
that USE_PERL implies, as the core functionality of this package does not
depend on perl. The user can always install perl later, to format the "pod"
docs or to run the installed scripts.
2001-04-09 02:36:47 +00:00
wiz
383b86f10f Improve the description by borrowing from the web site ;) 2001-04-05 14:03:45 +00:00
wiz
7eb8846863 Standardize patch file names. 2001-04-05 13:57:14 +00:00
fredb
6ed737e35a - -Supply the customary symlinks for NetBSD/ELF.
- -Make the "test" target work.
- -Allow the user to set USE_RSAREF2. (It works!) Not sure why you'd
    ever want to...
2001-03-24 03:55:15 +00:00
wiz
742a34cf85 Add RCS Id, and remove -mv8 from sparc target. pkg/11765 by Klaus Klein. 2001-03-16 13:42:08 +00:00
hubertf
85e9837abb Revert rev. 1.30 which didn't do anything with MKDIR but rather
bumbed the version accidentally.
2001-03-01 13:57:53 +00:00
wiz
2ad4d8f28e security/openssl and converters/base64 both install a 'base64' executable,
so make them CONFLICT (pkg/11408).
2001-02-27 18:21:25 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
hubertf
09e1f31963 Work around Solaris' braindead "ln -f" (which just does not do anything) 2001-02-20 18:04:17 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
d7906c3ebd Some more MESSAGE cleanup. 2001-01-29 11:38:10 +00:00
dmcmahill
e3ab3aba58 remove PLIST entries which are not installed (on a.out _or_ ELF) 2001-01-23 20:55:21 +00:00
wiz
001fec7fa0 Should make this buildable on Solaris, too. Untested for lack of Solaris. 2001-01-17 10:46:30 +00:00
wiz
982b769774 If we have to choose if this works on Solaris or NetBSD, prefer NetBSD.
XXX: This needs some work. How to handle platform-dependent patches?
What's the problem with using the NetBSD patches on Solaris?
2001-01-17 10:09:51 +00:00
tron
fa7191ae26 Pass "${CC}" to configure script. 2001-01-14 01:52:23 +00:00
tron
67350f5123 Regen. 2001-01-14 01:51:53 +00:00
tron
cc4979a399 Don't force to use WS 5.0 on Solaris. 2001-01-14 01:51:12 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
04c985472d Enable on alpha again; according to itojun, the referenced PR doesn't
apply to the package.
2000-12-28 21:35:34 +00:00
rh
1a3a5c7ee1 Undo previous commit. These packages apparently handle patches specially. 2000-12-07 13:22:40 +00:00
rh
224a7afec4 Sync w/ reality 2000-12-07 12:46:47 +00:00
wennmach
e762848ee9 Openssl no longer conflicts with kth-krb4. 2000-10-11 16:30:12 +00:00
itojun
133bb03367 add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic.
(per discussion on packages@netbsd.org)
2000-10-10 11:42:15 +00:00
hubertf
ac69036af9 openssl is broken on alpha, and openssh hangs in configure when checking
for openssl libs. Disable both, and reference PR to fix it.

XXX should be changed for USE_SSL.
2000-09-28 16:31:15 +00:00
fredb
0c6b58570c Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).

Specifically,

- - All packages which set USE_SSL just lose their RESTRICTED
    variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
    on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
    no longer available. On this, we're no worse off than before.
    [We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
    a user to utilize strong encryption (working definition: ability
    to encode a message that requires a secret key plus big number
    arithmetic to decode).
2000-09-09 19:40:14 +00:00
wennmach
48340f9e1e Added a CONFLICT with kth-krb4. Both pkgs install a `des' binary in
the same place, $PREFIX/bin/des.
2000-09-05 17:34:05 +00:00
wiz
45b78ed4d2 add RCS Id 2000-09-03 14:51:55 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
tron
26bc3d3c60 Add german mirror to master site list. 2000-07-24 11:11:16 +00:00
veego
30d9da4663 Fix last commit. 2000-05-12 06:10:35 +00:00
veego
35e049414d Support to build it on Solaris.
It would be easier to make that change if we support patches for one OPSYS
but someone removed that from out tree.
2000-05-10 12:28:37 +00:00
tron
19871dbe44 Don't complain on deinstallation if directory "${PREFIX}/certs" cannot
be removed.
2000-04-24 13:54:41 +00:00
fredb
b8d7b2eb99 Defuzz patches. 2000-04-22 05:07:02 +00:00
explorer
786a6128b8 upgrade to 0.9.5a 2000-04-21 02:15:37 +00:00
fredb
d8e78911c9 Make this compile on m68k. Old m68k hack for bin_div.c is broken for
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-03-18 17:41:45 +00:00
fredb
a65f2ae264 Make this compile on m68k. Old m68k hack for bin_div.c is broken for
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-03-18 16:52:33 +00:00
fredb
2782ab0195 Install the static libs, now that they're built anyway, and run "ranlib",
if it exists. Minor fix-up to PLIST. Closes PR pkg/8897.
2000-02-12 14:08:29 +00:00
wiz
2fedb0da63 RCS tags added 2000-02-05 04:41:15 +00:00
abs
1031a18ae4 Update depends to rsaref 2.0p3 1999-12-16 12:03:20 +00:00
erh
9e5d4ff0b9 Install the RSAglue library if USERSAREF2 if set to YES. 1999-11-26 19:14:56 +00:00
erh
c11044fe62 Update openssl to 0.9.4. 1999-11-25 18:51:47 +00:00
erh
745ae9714e Make openssl compile whether or not RSAref is defined. 1999-10-19 04:09:19 +00:00
simonb
08e996524e Fix typo in "mipsel". 1999-08-24 07:46:41 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tv
d226be6c21 Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get this
to 0.9.3 after the weekend.
1999-06-10 05:08:02 +00:00