Commit graph

123 commits

Author SHA1 Message Date
frueauf
51704a97a8 Add patch that fixes bus error caused by alignment failures on NetBSD/Sparc.
Provided by Julian Coleman <J.D.Coleman@newcastle.ac.uk>.
1999-01-05 14:31:01 +00:00
frueauf
0d56a60aca Ok, cause I am to lame to teach cvs not so substitute $Id$, I trick it
by using a different diff format. No damn $Id$ anymore.
1998-12-31 15:14:11 +00:00
frueauf
8d9933da40 I hope the patches are sane now... 1998-12-31 15:02:51 +00:00
frueauf
a23df13e0f Gna, $Id$ where changed, maybe cvs add -ko fixes sustition *sigh* 1998-12-31 15:01:21 +00:00
frueauf
db173d54d6 Add and enable pgp5. 1998-12-31 14:32:42 +00:00
frueauf
1d4fbef9a6 Initial import of pgp-5.0i, PGP 5i (international version).
Based on pr 6684 by Martin J. Laubach with heavy refining/fixing by myself.

XXX This package needs still some tweaking to work with rsaref.
XXX Maybe some US citizen developer can take over?
XXX At least its usefull to non-US ppl.
1998-12-31 14:25:30 +00:00
tsarna
5796146a4d Re-enable on alpha 1998-12-18 00:42:39 +00:00
frueauf
0bf080ed59 pkglint: move WRKSRC where it belongs. 1998-12-14 10:25:50 +00:00
frueauf
7a70ef5668 Update sudo to 1.5.7p4.
Changes since 1.5.6:
- Various bug fixes (not security related).
- All compile-time options are now set via options to the configure script.
- visudo is now installed in /usr/local/sbin where it belongs.
  [of course this is ${PREFIX}/sbin in our package for a long time - TF]
- two problems with tgetpass() have been fixed. In one case the user was
  not always given a chance to enter a password. In the other a newline
  was not always printed after the password was entered on Linux.
- Added support for Digital UNIX SIA (Security Integration Architecture).
- %groups now work as RunAs specifiers like the man page says.
- Sudo now sets the USER environment variable to the target user
  (root unless -u is specified).
- Sudo will print "command not found" unless configure was run with
  --disable-path-info. Also, tell user when we ignore '.' in their path and
  it would have been used but for --with-ignore-dot. This means that sudo can
  be used to gather information about the existence of executable in
  directories not accessible by a normal user. If this bothers you, run
  configure with --disable-path-info.
  [in our package --disable-path-info is default - TF]
- A longstanding bug wrt "sudo -l" has been fixed that could cause "sudo -l"
  to complain about non-existent syntax errors.
- When configured with --with-tty-tickets the filename is now "user:tty"
  (was "user.tty") since a username could have a '.' in it.
1998-12-13 11:34:31 +00:00
tv
bbfc360e9c Add LICENSE=no-commercial-use. 1998-12-03 17:40:46 +00:00
tv
3ce6737b37 - libtoolize for use by mod_ssl (name is now "ssleay" and not "SSLeay" to
match directory name and to differentiate from previous version)
- remove md5 symlink to ssleay (conflicts with /usr/bin/md5)
- move all include files to $PREFIX/include/ssleay (too much conflict
  potential in $PREFIX/include, not the least of which is md5.h)
- link rsaref glue goop right into libcrypto, only as required
- turn asm off on alpha temporarily while trying to find source of math
  errors on LP64
- set NOT_FOR_ARCHS=alpha *64 to prevent compiling on LP64 platforms
1998-12-03 17:29:58 +00:00
agc
a30d888029 And and enable rc5des. 1998-11-24 16:53:43 +00:00
agc
f6167e2097 Initial import of rc5des, the distributed client for rc5-64 challenge.
This is a package of binaries, as compiled by Michael Graff
(explorer@flame.org), and I have not even tried to run these binaries,
let alone seen the source, and so cannot vouch for them.

Binaries are provided for Alpha, i386 and arm32 architectures.
1998-11-24 16:52:18 +00:00
agc
28a9218cfb Enable tripwire. 1998-11-17 16:28:34 +00:00
agc
22fd8f9cc7 Initial import of tripwire-1.2, a file and directory integrity checker,
into the NetBSD Packages Collection.
1998-11-17 16:27:25 +00:00
frueauf
52eb0887d0 Some pkglint nits and add all missing rcs ids. 1998-11-12 23:48:35 +00:00
tron
47b433811d Add necessary security patches from PR pkg/6392 by Wolfgang Rupprecht
and convert old patch files to unified output format.
1998-11-04 23:43:39 +00:00
hubertf
307b584cfc add nfsbug 1998-10-10 02:23:06 +00:00
hubertf
e48ae9d956 NFS security verification suite 1998-10-08 14:47:02 +00:00
hubertf
b19fc56b19 NFS security verification suite 1998-10-08 14:27:16 +00:00
agc
058475002f Describing the ssleay package as "SSL" is not much help - expand the acronym. 1998-10-05 11:46:45 +00:00
tv
b1c568b4e0 Get libtool from the right place.
Nuke the README before refetching.
1998-10-02 22:52:48 +00:00
tv
d2ba87d9fe Clean up:
- make this work on all arches (use C where no equivalent asm is
  available).  Since the arch specifics are determined by `uname', set
  ONLY_FOR_ARCHS to the full list of current architectures.
- don't use various methods of editing (patch, sed) where pulling values
  from the environment and using CONFIGURE_ENV/MAKE_ENV will suffice.
- use %D to get the value of $PREFIX in the PLIST; the PLIST doesn't need
  to be sed edited to get this as part of an @exec!
- use pmake's += construct to add rsaref-specific stuff, instead of adding
  "extra" patches.

Now works on arm32, but probably not on alpha and sparc64 (tests fail on
alpha; likely type-sizing problems, and still looking at that).
1998-10-02 22:02:25 +00:00
cjs
3855b63dd9 Don't overwrite the ssleay.cnf in /usr/pkg/lib if it already exists.
Don't remove it on de-install. Put the example config file (ssleay.cnf.eg)
in lib right beside the real config.
  Yes, this file really should be in etc, but the programs have several
different routines that look for the config files, at least one of which
has the use of lib hard-coded. This would be pretty messy to fix.
1998-10-02 03:22:57 +00:00
frueauf
f99f18170b Don't hardcode /usr/pkg, use ${PREFIX}, closes pr 6190 by Chris Yokum. 1998-10-01 21:09:39 +00:00
cjs
2fb1a1dd6c This now requires USE_RSAREF2 to be set to YES or NO, and builds accordingly. 1998-09-30 20:08:21 +00:00
frueauf
c931b5eab3 Update sudo to 1.5.6p2. 1998-09-28 13:10:07 +00:00
tsarna
3b281936b0 Tim tested some of these, but I don't know which. Since at least one of
the pkgs broke on Alpha that was not expected to, disable them all for
the 1.3.3 tag to be on the safe side :-(
1998-09-27 22:24:43 +00:00
garbled
60f4ea5b85 Some read-only pkgsrc fixups.. 1998-09-24 16:53:19 +00:00
tsarna
9bc8051d4e alpha->vax, since Alpha now works for Python dynamicly loaded modules,
but VAX never has.
1998-09-22 16:13:33 +00:00
garbled
d7db432f1f Fix up a little rpath ELF lossage. Now this works on alpha. 1998-09-21 18:30:32 +00:00
frueauf
766ec3d841 Remove the exec/unexec stuff for links and just list them as normal files.
Remove the bogus ranlib calls.
1998-09-21 10:13:38 +00:00
frueauf
e1c6225922 Don't hardcode install path in NetBSD.sh to /usr/pkg. Run perl from
${PREFIX}/bin/perl.
1998-09-17 12:34:28 +00:00
garbled
6639e22d54 Make this pkg compile on alpha. (thanks to Ross for the asm) Clean out
the Makefile.patch, there is a better way..
1998-09-17 00:48:02 +00:00
kim
99e268f374 No US sites, yes sir. Replaced with a German site. Since ftp.cs.hut.fi
and ftp.funet.fi are on the same campus, I just wanted to add a site I can
reach when FUNET/CSC/HUT and/or NORDUNET have problems...
1998-09-10 19:40:41 +00:00
kim
a9a104de13 Don't write truncated hostnames in utmp, use IP addresses instead.
Don't immediately timeout sessions as idle just because an actual
idle check had not been done yet (so last_idle_time was zero, and
the difference to current time is way over your idle time limit).
Also added the first US mirror of ssh into MASTER_SITES.
1998-09-10 16:36:11 +00:00
explorer
e7d604b128 clean up some nits 1998-09-05 09:05:21 +00:00
explorer
6ca9fd436f clean up how arch's are dealt with by adding ONLY_FOR_ARCHS= and
passing the MACHINE_ARCH off to the config script
1998-09-05 00:00:06 +00:00
explorer
966ce7c90d enable ssleay 1998-09-04 22:11:50 +00:00
explorer
2dc72b771c Import of SSLeay, which uses RSAREF 2.0 1998-09-04 22:00:33 +00:00
agc
42e5872f32 Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. 1998-09-01 14:29:28 +00:00
kim
b65aa99979 PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp. 1998-08-26 02:42:02 +00:00
hubertf
586dcad338 Sample config is in .../share/examples/ssh, not .../examples ssh. 1998-08-24 22:52:35 +00:00
frueauf
02ee94729c Whitespace police. 1998-08-23 20:45:01 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
eb3353ab3c Avoid conflicts with NetBSD BIG_ENDIAN and LITTLE_ENDIAN definitions. 1998-08-11 07:59:09 +00:00
tsarna
d953888f81 Kill trailing blank line 1998-08-07 14:58:35 +00:00
tsarna
74697208ab Clean up 1998-08-07 14:56:54 +00:00
tsarna
5741ee44ab Enable py-crypto 1998-08-07 14:52:58 +00:00
tsarna
ef84edb12e New package for the Python Cryptography Toolkit, version 1.0.0 1998-08-07 14:50:49 +00:00