summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
1999-07-17Fix so own copy of gmp compiles correctly on i386 with ELF.jlam3-17/+59
1999-07-13temporary fix for PR 7973. more fundamental fix should follow (next week).itojun2-2/+4
"make makepatchsum" need a great care. PR: 7973
1999-07-12rsaref is now 2.0p2windsor1-2/+2
1999-07-10add PATCH_SITES.itojun2-2/+3
note: IPv6 build (with USE_INET6) will not be successful due to patch sums. better fix should follow.
1999-07-09Add package patch checksum files.agc13-0/+103
1999-07-08add NetBSD RCS IDitojun2-0/+4
1999-07-08enable IPv6 build (USE_INET6)itojun4-2/+43
1999-07-08Revert to previous configuration:agc2-1/+1
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
1999-07-06The Makefile looks for files with LOWER_OPSYS in their names. The prototypeagc2-1/+1
files for Solaris were conf-solaris.h and tw.conf.solaris. Change these to be "sunos" for Solaris.
1999-07-06Substitute for @localbase@ in the config files. The substitute stageagc1-3/+3
was being performed by the Makefile, but there wouldn't have been any substitutions made because there was no occurrence of @localbase@ in the target files. Pointed out in PR 7794 by Mason Loring Bliss.
1999-07-01add --x-{libraries,includes}= if xpkgwedge.mrg1-1/+6
1999-06-28Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Billagc1-1/+2
Sommerfeld.
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron2-4/+7
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-20While sshd doesn't necessarily need a config file, it makes morekim1-2/+2
sense to check for the daemon config than the client config.
1999-06-20SYSV or __ELF__ for no-underscore thanks, in sparc.Smrg1-0/+11
1999-06-20sparc || __sparc__ please.mrg1-0/+11
1999-06-18srp-1.4.4 -- client programs using Secure Remote Password protocoljlam9-0/+184
1999-06-10Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get thistv1-2/+5
to 0.9.3 after the weekend.
1999-06-08Revert previous.tv1-2/+3
1999-06-08This is actually OpenSSL 0.9.2c. Revert part of previous.tv1-2/+2
1999-06-04Update to match the Makefile.mycroft1-3/+2
1999-06-04Make sure Rpath is supplied for X libraries.thorpej1-10/+17
1999-05-31LP64 fix.ross1-2/+2
1999-05-26Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3.tv1-6/+3
1999-05-26Update to "rsaref-2.0p2" dependency, to make the md5 crap work. Alsotv3-65/+67
reorder some patches, and touch the timestamp on all Makefile.in files, so that automake and autoconf are never run (regardless of whether they are installed).
1999-05-26Reenable rsaref's own MD5 implementation. It contains MD5Transform(),tv3-9/+6
which is not in libc's md5, and is now being used by some dependencies. This bumps the shared library major version; this package is NOT shared library binary compatible with old rsaref dependent packages.
1999-05-25Add a patch that should make pgp5 work on alpha systems. Reportedmjl1-0/+14
by Kevin <kev@drule.org>.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv2-6/+5
pattern match format. Minor pkglint along the way.
1999-05-23Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fixtv1-2/+2
shlib problems when 0.9.3 is out.
1999-05-23Update rsaref dependency to 2.0p1.tv2-4/+4
1999-05-23Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack.tv4-29/+55
Also clean up the package a bit while we're here; allow ${CC} from the environment. Now called "rsaref-2.0p1".
1999-05-20Update dependence on "ssh" package to version 1.2.27.tron1-2/+2
1999-05-16Fix dynamic package list creation so that a second "make install" willtron1-2/+5
work properly.
1999-05-15Update to 1.2.27. Mostly sprintf->snprintf fixes (more than we had inbouyer9-223/+128
our private patches). ssh users should probably upgrade ...
1999-05-10Remove "PKGDIR" kludge now that "DEINSTALL_FILE" and "MESSAGE_FILE"tron1-15/+11
variables are supported.
1999-05-10Fix problem build problem in case "automake" is installed.tron1-0/+22
1999-05-10Fix the three deadly sins for patch files:tron5-114/+109
- add missing RCS Ids - don't patch files several times - only one file per patch file
1999-05-09Make rc5.sh work on NetBSD 1.4* too, fix submitted in pr 7317 byfrueauf1-3/+29
Antti Kantee.
1999-05-09Update sudo to 1.5.9p1.frueauf4-1072/+1600
1999-05-02Update dependence for "gtk+" package to version 1.2.2.tron1-2/+2
1999-05-01Fix m68k compile as provided by <fb@enteract.com> in pkg/7152.tv1-0/+13
1999-04-30Remove SSLeay from pkgsrc; it is superseded by OpenSSL.tv16-567/+0
1999-04-30Add and enable openssl, remove ssleay from the list, and enable a bunch oftv1-3/+2
commented-out pkgs(!). (If they were commented out because of export concerns, that's what RESTRICTED/NO_RESTRICTED is meant to do.)
1999-04-30Import OpenSSL 0.9.2b pkg, a package which finally updates and fixes manytv16-0/+476
deficiencies in SSLeay. Intended to be a drop-in replacement for SSLeay (and still provides the command-prompt interface as "ssleay").
1999-04-30If on a mips*-*-netbsd* arch, add "-Wa,-KPIC" to CFLAGS to generatesimonb1-0/+26
MIPS ABI code. Fixes PR pkg/7467 from Jason Thorpe.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-25RSAREF is no longer available directly from RSA.tv2-21/+9
Fetch from ftp.spinnaker.com's crypto archives.
1999-04-19s/no/not/ in echo statment.abs1-2/+2
1999-04-17Update for python 1.5.2.tsarna1-2/+2
XXX this is not updated to the latest version, which has changed significantly. There isn't time to do investigate it before the freeze.
1999-04-16Update dependence for "gtk+" package to version 1.2.1.tron1-2/+2