Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-16 | Add RCS Id, and remove -mv8 from sparc target. pkg/11765 by Klaus Klein. | wiz | 2 | -15/+16 | |
2001-03-01 | Revert rev. 1.30 which didn't do anything with MKDIR but rather | hubertf | 1 | -2/+2 | |
bumbed the version accidentally. | |||||
2001-02-27 | security/openssl and converters/base64 both install a 'base64' executable, | wiz | 1 | -2/+2 | |
so make them CONFLICT (pkg/11408). | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-20 | Work around Solaris' braindead "ln -f" (which just does not do anything) | hubertf | 1 | -1/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-29 | Some more MESSAGE cleanup. | wiz | 1 | -4/+4 | |
2001-01-23 | remove PLIST entries which are not installed (on a.out _or_ ELF) | dmcmahill | 1 | -5/+1 | |
2001-01-17 | Should make this buildable on Solaris, too. Untested for lack of Solaris. | wiz | 2 | -1/+10 | |
2001-01-17 | If we have to choose if this works on Solaris or NetBSD, prefer NetBSD. | wiz | 3 | -37/+40 | |
XXX: This needs some work. How to handle platform-dependent patches? What's the problem with using the NetBSD patches on Solaris? | |||||
2001-01-14 | Pass "${CC}" to configure script. | tron | 1 | -2/+2 | |
2001-01-14 | Regen. | tron | 1 | -9/+2 | |
2001-01-14 | Don't force to use WS 5.0 on Solaris. | tron | 1 | -0/+20 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+5 | |
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. | |||||
2000-12-28 | Enable on alpha again; according to itojun, the referenced PR doesn't | wiz | 1 | -3/+3 | |
apply to the package. | |||||
2000-12-07 | Undo previous commit. These packages apparently handle patches specially. | rh | 1 | -5/+11 | |
2000-12-07 | Sync w/ reality | rh | 1 | -11/+5 | |
2000-10-11 | Openssl no longer conflicts with kth-krb4. | wennmach | 1 | -2/+2 | |
2000-10-10 | add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic. | itojun | 1 | -1/+4 | |
(per discussion on packages@netbsd.org) | |||||
2000-09-28 | openssl is broken on alpha, and openssh hangs in configure when checking | hubertf | 1 | -3/+3 | |
for openssl libs. Disable both, and reference PR to fix it. XXX should be changed for USE_SSL. | |||||
2000-09-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -16/+4 | |
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-05 | Added a CONFLICT with kth-krb4. Both pkgs install a `des' binary in | wennmach | 1 | -2/+2 | |
the same place, $PREFIX/bin/des. | |||||
2000-09-03 | add RCS Id | wiz | 1 | -0/+1 | |
2000-08-27 | Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. | jlam | 1 | -5/+4 | |
2000-08-21 | Update IGNORE-messages for recent changes: add ${PKGNAME} where | hubertf | 1 | -2/+2 | |
appropriate. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-07-24 | Add german mirror to master site list. | tron | 1 | -2/+3 | |
2000-05-12 | Fix last commit. | veego | 1 | -2/+2 | |
2000-05-10 | Support to build it on Solaris. | veego | 12 | -22/+42 | |
It would be easier to make that change if we support patches for one OPSYS but someone removed that from out tree. | |||||
2000-04-24 | Don't complain on deinstallation if directory "${PREFIX}/certs" cannot | tron | 1 | -2/+2 | |
be removed. | |||||
2000-04-22 | Defuzz patches. | fredb | 3 | -15/+16 | |
2000-04-21 | upgrade to 0.9.5a | explorer | 5 | -85/+182 | |
2000-03-18 | Make this compile on m68k. Old m68k hack for bin_div.c is broken for | fredb | 1 | -13/+0 | |
OpenSSL-0.94, but that's OK, because it's evidently no longer needed. | |||||
2000-03-18 | Make this compile on m68k. Old m68k hack for bin_div.c is broken for | fredb | 1 | -2/+1 | |
OpenSSL-0.94, but that's OK, because it's evidently no longer needed. | |||||
2000-02-12 | Install the static libs, now that they're built anyway, and run "ranlib", | fredb | 2 | -3/+11 | |
if it exists. Minor fix-up to PLIST. Closes PR pkg/8897. | |||||
2000-02-05 | RCS tags added | wiz | 2 | -0/+2 | |
1999-12-16 | Update depends to rsaref 2.0p3 | abs | 1 | -2/+2 | |
1999-11-26 | Install the RSAglue library if USERSAREF2 if set to YES. | erh | 2 | -1/+11 | |
1999-11-25 | Update openssl to 0.9.4. | erh | 17 | -169/+268 | |
1999-10-19 | Make openssl compile whether or not RSAref is defined. | erh | 3 | -11/+59 | |
1999-08-24 | Fix typo in "mipsel". | simonb | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+12 | |
1999-06-20 | Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM" | tron | 1 | -2/+5 | |
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou. | |||||
1999-06-10 | Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get this | tv | 1 | -2/+5 | |
to 0.9.3 after the weekend. | |||||
1999-06-08 | Revert previous. | tv | 1 | -2/+3 | |
1999-06-08 | This is actually OpenSSL 0.9.2c. Revert part of previous. | tv | 1 | -2/+2 | |
1999-06-04 | Update to match the Makefile. | mycroft | 1 | -3/+2 | |
1999-05-26 | Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3. | tv | 1 | -6/+3 | |
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -4/+3 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-23 | Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix | tv | 1 | -2/+2 | |
shlib problems when 0.9.3 is out. |