Commit graph

286 commits

Author SHA1 Message Date
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
tv
bb65b296a6 Revert previous. 1999-06-08 16:58:57 +00:00
tv
0298e68438 This is actually OpenSSL 0.9.2c. Revert part of previous. 1999-06-08 16:58:26 +00:00
mycroft
f7784037b2 Update to match the Makefile. 1999-06-04 16:33:53 +00:00
tv
41d79870d3 Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3. 1999-05-26 15:36:28 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
2ff534a830 Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix
shlib problems when 0.9.3 is out.
1999-05-23 21:15:20 +00:00
tv
f9516c43f3 Fix m68k compile as provided by <fb@enteract.com> in pkg/7152. 1999-05-01 17:12:00 +00:00
tv
4a29e61dd5 Import OpenSSL 0.9.2b pkg, a package which finally updates and fixes many
deficiencies in SSLeay.  Intended to be a drop-in replacement for SSLeay
(and still provides the command-prompt interface as "ssleay").
1999-04-30 15:19:13 +00:00