Commit graph

2170 commits

Author SHA1 Message Date
Vanilla I. Shu
ff90c04b0e upgrade to 3.21c
PR:		ports/32290
Submitted by:	maintainer
2001-11-30 07:22:55 +00:00
Vanilla I. Shu
70753d16d9 Upgrade to 0.03
PR:		ports/32276
Submitted by:	maintainer
2001-11-30 07:20:53 +00:00
Vanilla I. Shu
7e5c59bbc4 Upgrade to 0.12, and fix pkg-plist.
PR:		ports/32276
Submitted by:	maintainer
2001-11-30 07:17:57 +00:00
Nick Sayer
a2772e99a4 s/malloc/unistd/
Submitted by:	Harald Schmalzbauer <H.Schmalzbauer@belenus.com>
2001-11-29 17:04:16 +00:00
James E. Housley
ab3a8b41dc Update to 4173 2001-11-28 18:04:31 +00:00
Jimmy Olgeni
ab0777520c Fix a problem linking libc too late, which caused calling the wrong getopt
function and broke nasl command line handling.

PR:		31977
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-11-27 12:25:56 +00:00
Maxim Sobolev
655aa7ab92 Correct MAINTAINER: nsayer --> nsayer@FreeBSD.org. 2001-11-26 14:13:20 +00:00
David W. Chapman Jr.
87d114eec1 Update to 3.3.7
Update maintainer's email address

PR:		31994
Submitted by:	maintainer
2001-11-23 04:47:03 +00:00
David W. Chapman Jr.
4e674720a8 Fix automake build problem
PR:		32026
Submitted by:	maintainer
2001-11-23 04:39:31 +00:00
Pete Fritchman
34b174ba0d Bump PORTREVISION due to new patches added lately 2001-11-22 13:18:24 +00:00
Pete Fritchman
95a97a3c23 Make pgp5 interpret the escape character as part of a plain text message
(ie: an iso-2022-jp encoded Japanese email)

PR:		14225
Submitted by:	knu
Approved by:	maintainer timeout
2001-11-22 13:13:37 +00:00
Pete Fritchman
bf996c4f26 Fix usage message when pgp5 binary is invoked (this broke when we renamed the
pgp binary to pgp5)

PR:		14323
Submitted by:	ls <ls@Berkeley.Gambit.Msk.SU>
Approved by:	maintainer
2001-11-21 22:12:15 +00:00
James E. Housley
d4ab4ee512 Update to 4172 2001-11-21 20:21:03 +00:00
Pete Fritchman
cd65834dfc Fix permissions on the sudoers file when installed from package
PR:		30450
Submitted by:	Dimitry Andric <dim@xs4all.nl>
Approved by:	maintainer timeout
2001-11-21 02:09:13 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Akinori MUSHA
9f3d9d6080 Retire ruby-ssl, which has been integrated into ruby-openssl. 2001-11-20 15:10:19 +00:00
Ying-Chieh Liao
dd56201cc7 add fwlogwatch
A packet filter and firewall log analyzer
2001-11-20 07:02:41 +00:00
David W. Chapman Jr.
0b0af46d5b Give dinoex@ maintainership since he's really been maintaining it and
is better suited for maintaining this port.
2001-11-19 22:29:20 +00:00
Akinori MUSHA
bc1dfe481a Update to 0.0.9. 2001-11-19 13:58:39 +00:00
Dirk Meyer
d438b4e792 make portlint a bit happier 2001-11-18 15:28:27 +00:00
Dirk Meyer
4a40d95023 Supply DEAFULT for PATCH_SITES 2001-11-18 15:25:29 +00:00
Dirk Meyer
44dc4fd200 Update to openssh-3.0.1 and openssh-portable-3.0.1p1
- now in protocol2:
Background ssh at logout when waiting for forwarded connection / X11 sessions
to terminate

disabled -DSKEY

from Changelog (not complete):

20011115
 - (djm) Fix IPv4 default in ssh-keyscan. Spotted by Dan Astoorian
   <djast@cs.toronto.edu> Fix from markus@
 - (djm) Release 3.0.1p1

20011113
 - (djm) Fix early (and double) free of remote user when using Kerberos.
   Patch from Simon Wilkinson <simon@sxw.org.uk>
 - (djm) AIX login{success,failed} changes. Move loginsuccess call to
   do_authenticated. Call loginfailed for protocol 2 failures > MAX like
   we do for protocol 1. Reports from Ralf Wenk <wera0003@fh-karlsruhe.de>,
   K.Wolkersdorfer@fz-juelich.de and others
 - (djm) OpenBSD CVS Sync
   - dugsong@cvs.openbsd.org 2001/11/11 18:47:10
     [auth-krb5.c]
     fix krb5 authorization check. found by <jhawk@MIT.EDU>. from
     art@, deraadt@ ok
   - markus@cvs.openbsd.org  2001/11/12 11:17:07
     [servconf.c]
     enable authorized_keys2 again. tested by fries@

20011112
 - OpenBSD CVS Sync
   - markus@cvs.openbsd.org 2001/10/24 08:41:41
     [sshd.c]
     mention remote port in debug message
   - markus@cvs.openbsd.org 2001/10/24 08:51:35
     [clientloop.c ssh.c]
     ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@
   - markus@cvs.openbsd.org 2001/10/24 19:57:40
     [clientloop.c]
     make ~& (backgrounding) work again for proto v1; add support ~& for v2, too
   - markus@cvs.openbsd.org 2001/10/25 21:14:32
     [ssh-keygen.1 ssh-keygen.c]
     better docu for fingerprinting, ok deraadt@
   - markus@cvs.openbsd.org 2001/10/29 19:27:15
     [sshconnect2.c]
     hostbased: check for client hostkey before building chost
   - markus@cvs.openbsd.org 2001/11/07 16:03:17
     [packet.c packet.h sshconnect2.c]
     pad using the padding field from the ssh2 packet instead of sending
     extra ignore messages. tested against several other ssh servers.
   - markus@cvs.openbsd.org 2001/11/07 21:40:21
     [ssh-rsa.c]
     ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
   - markus@cvs.openbsd.org 2001/11/07 22:10:28
     [ssh-dss.c ssh-rsa.c]
     missing free and sync dss/rsa code.
   - markus@cvs.openbsd.org 2001/11/07 22:53:21
     [channels.h]
     crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com
   - markus@cvs.openbsd.org 2001/11/08 10:51:08
     [readpass.c]
     don't strdup too much data; from gotoh@taiyo.co.jp; ok millert.
   - markus@cvs.openbsd.org 2001/11/10 13:22:42
     [ssh-rsa.c]
     KNF (unexpand)
   - markus@cvs.openbsd.org 2001/11/11 13:02:31
     [servconf.c]
     make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if
     AuthorizedKeysFile is specified.

20011109
 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
   if permit_empty_passwd == 0 so null password check cannot be bypassed.
   jayaraj@amritapuri.com OpenBSD bug 2168
2001-11-18 08:43:00 +00:00
Kris Kennaway
a59abf0dc1 Update to snort 1.8.2, a bugfix/stability release. 2001-11-18 01:57:48 +00:00
Jimmy Olgeni
564b40d619 Update nessus-*-devel to version 1.1.9.
PR:		32057
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-11-17 18:06:18 +00:00
James E. Housley
9904de13b1 Update to 4171 2001-11-16 12:04:28 +00:00
David E. O'Brien
74588482c4 Add tripwire12 (repocopied) -- the legacy version. 2001-11-15 04:03:43 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
James E. Housley
1771d39df7 Update to 4170 2001-11-14 21:07:55 +00:00
Dag-Erling Smørgrav
05b56c73a4 Upgrade to 3.0.4.
PR:		ports/31829
Submitted by:	maintainer
2001-11-13 22:39:27 +00:00
Pete Fritchman
d16dfb0b86 - update to version 0.14
- portlintify (space -> tab)

PR:		31867
Submitted by:	maintainer
2001-11-09 12:40:17 +00:00
James E. Housley
f3793297ef Update to 4169 2001-11-07 18:52:40 +00:00
Andrey A. Chernov
f3aacaa06b Upgrade to 4.26c 2001-11-07 16:02:27 +00:00
Andrey A. Chernov
25841be3ce Upgrade to 4.26c 2001-11-07 15:46:41 +00:00
David E. O'Brien
bf9fd8c3e2 Update to version 2.54 Beta 30. 2001-11-07 15:41:14 +00:00
Dirk Meyer
725629d24c Update to OpenSSH 3.0 and OpenSSH-portable 3.0p1
Extracted from Changelog (not complete):

20011012
   - markus@cvs.openbsd.org 2001/10/10 22:18:47
     [channels.c channels.h clientloop.c nchan.c serverloop.c]
     [session.c session.h]
     try to keep channels open until an exit-status message is sent.
     don't kill the login shells if the shells stdin/out/err is closed.
     this should now work:
     ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
   - markus@cvs.openbsd.org 2001/10/11 13:45:21
     [session.c]
     delay detach of session if a channel gets closed but the child is
     still alive.  however, release pty, since the fd's to the child are
     already closed.
   - markus@cvs.openbsd.org 2001/10/11 15:24:00
     [clientloop.c]
     clear select masks if we return before calling select().

20011010
   - markus@cvs.openbsd.org 2001/10/04 14:34:16
     [key.c]
     call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
   - markus@cvs.openbsd.org 2001/10/04 15:05:40
     [channels.c serverloop.c]
     comment out bogus conditions for selecting on connection_in
   - markus@cvs.openbsd.org 2001/10/04 15:12:37
     [serverloop.c]
     client_alive_check cleanup
   - markus@cvs.openbsd.org 2001/10/06 00:14:50
     [sshconnect.c]
     remove unused argument
   - markus@cvs.openbsd.org 2001/10/06 00:36:42
     [session.c]
     fix typo in error message, sync with do_exec_nopty
   - markus@cvs.openbsd.org 2001/10/06 11:18:19
     [sshconnect1.c sshconnect2.c sshconnect.c]
     unify hostkey check error messages, simplify prompt.
   - markus@cvs.openbsd.org 2001/10/07 10:29:52
     [authfile.c]
     grammer; Matthew_Clarke@mindlink.bc.ca
   - markus@cvs.openbsd.org 2001/10/07 17:49:40
     [channels.c channels.h]
     avoid possible FD_ISSET overflow for channels established
     during channnel_after_select() (used for dynamic channels).
   - markus@cvs.openbsd.org 2001/10/08 11:48:57
     [channels.c]
     better debug
   - markus@cvs.openbsd.org 2001/10/08 16:15:47
     [sshconnect.c]
     use correct family for -b option
   - markus@cvs.openbsd.org 2001/10/08 19:05:05
     [ssh.c sshconnect.c sshconnect.h ssh-keyscan.c]
     some more IPv4or6 cleanup
   - markus@cvs.openbsd.org 2001/10/09 10:12:08
     [session.c]
     chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
   - markus@cvs.openbsd.org 2001/10/09 19:32:49
     [session.c]
     stat subsystem command before calling do_exec, and return error to client.
   - markus@cvs.openbsd.org 2001/10/09 19:51:18
     [serverloop.c]
     close all channels if the connection to the remote host has been closed,
     should fix sshd's hanging with WCHAN==wait
   - markus@cvs.openbsd.org 2001/10/09 21:59:41
     [channels.c channels.h serverloop.c session.c session.h]
     simplify session close: no more delayed session_close, no more
     blocking wait() calls.
 - (bal) seed_init() and seed_rng() required in ssh-keyscan.c

20011003
   - markus@cvs.openbsd.org 2001/09/27 11:58:16
     [compress.c]
     mem leak; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 11:59:37
     [packet.c]
     missing called=1; chombier@mac.com
   - markus@cvs.openbsd.org 2001/09/27 15:31:17
     [auth2.c auth2-chall.c sshconnect1.c]
     typos; from solar
   - camield@cvs.openbsd.org 2001/09/27 17:53:24
     [sshd.8]
     don't talk about compile-time options
     ok markus@
   - djm@cvs.openbsd.org 2001/09/28 12:07:09
     [ssh-keygen.c]
     bzero private key after loading to smartcard; ok markus@
   - markus@cvs.openbsd.org 2001/09/28 15:46:29
     [ssh.c]
     bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
   - markus@cvs.openbsd.org 2001/10/01 08:06:28
     [scp.c]
     skip filenames containing \n; report jdamery@chiark.greenend.org.uk
     and matthew@debian.org
   - markus@cvs.openbsd.org 2001/10/01 21:38:53
     [channels.c channels.h ssh.c sshd.c]
     remove ugliness; vp@drexel.edu via angelos
   - markus@cvs.openbsd.org 2001/10/01 21:51:16
     [readconf.c readconf.h ssh.1 sshconnect.c]
     add NoHostAuthenticationForLocalhost; note that the hostkey is
     now check for localhost, too.
   - djm@cvs.openbsd.org 2001/10/02 08:38:50
     [ssh-add.c]
     return non-zero exit code on error; ok markus@
   - stevesk@cvs.openbsd.org 2001/10/02 22:56:09
     [sshd.c]
     #include "channels.h" for channel_set_af()
   - markus@cvs.openbsd.org 2001/10/03 10:01:20
     [auth.c]
     use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp

20011001
 - (stevesk) loginrec.c: fix type conversion problems exposed when using
   64-bit off_t.

20010928
   - djm@cvs.openbsd.org 2001/09/28 09:49:31
     [scard.c]
     Fix segv when smartcard communication error occurs during key load.
     ok markus@
 - (djm) Update spec files for new x11-askpass

20010927
 - (stevesk) session.c: declare do_pre_login() before use
   wayned@users.sourceforge.net

20010925
 - (djm) Pull in auth-krb5.c from OpenBSD CVS. NB. it is not currently used.
 - (djm) Sync $sysconfdir/moduli
 - (djm) Avoid bad and unportable sprintf usage in compat code
2001-11-07 13:47:51 +00:00
Peter Pentchev
71ffdb8e0c Update to 3.21b, fixing a Makefile bogon and a file descriptor leak.
Add a new knob, PEM_DIR, to specify the path to install the certificate
generated during the stunnel build, and later, the one generated using
the 'cert' target of the port Makefile.

Approved by:	maintainer
2001-11-07 11:01:38 +00:00
Akinori MUSHA
8cf0f515a5 Set LATEST_LINK to pgp[56]. 2001-11-07 08:32:49 +00:00
Johann Visagie
b251787008 - Update to version 1.7
- Remove patch, as this functionality now exists in distribution
- Drop maintainership

PR:		31812
Submitted by:	Mark Stosberg <mark@summersault.com>
2001-11-07 08:18:19 +00:00
Pete Fritchman
42d449e17e Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.
PR:		16211
Approved by:	maintainer timeout
2001-11-07 08:11:47 +00:00
Akinori MUSHA
4e60494c67 Seems tripwire was repocopied to tripwire12, but seems no change or
removal has been made.  So add an entry for tripwire12 in a comment
for the moment so the MAINTAINER will not forget to change Makefile in
the future.
2001-11-07 06:19:32 +00:00
Pete Fritchman
1221547d56 - update to 0.06 final (not -snap6). bump PORTREVISION (PORTNAME was at
0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}

PR:		31496
Submitted by:	(old) maintainer
2001-11-06 10:43:13 +00:00
Pete Fritchman
433cc0ebd6 Update to 0.13
PR:		31484
Submitted by:	maintainer
2001-11-06 09:55:49 +00:00
Akinori MUSHA
79d96649db Update to 0.0.8. Now the SSLSocket (ruby-ssl) functionality has been
fully merged.  The security/ruby-ssl port will soon be retired.
2001-11-06 07:04:10 +00:00
FUJISHIMA Satsuki
091a467cc7 update to 3.0.3.
PR:		31788
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>,
		maintainer
2001-11-06 01:01:10 +00:00
Pete Fritchman
7da5cb1dcd - update to 0.3.1
- reword pkg-comment

PR:		31752
Submitted by:	maintainer
2001-11-04 19:48:49 +00:00
Clive Lin
ec5b797f16 Master site changed:
http://www.rickk.com/sslwrap/ -> http://www.quiltaholic.com/rickk/sslwrap/.

Found by: HTTP headers returned from www.rickk.com:80
2001-11-04 14:54:36 +00:00
Akinori MUSHA
3e9abfca91 Update to 0.0.7.
Ruby/OpenSSL is currently forming a merger with the SSLSocket module
(security/ruby-ssl).  The ruby-ssl port will retire when the merger is
completely done.
2001-11-03 21:34:46 +00:00
Andrey A. Chernov
0c85b2532d Use ${SH} to run pkg-install. It seems that CTM not preserve x-bit 2001-11-02 10:04:27 +00:00
Akinori MUSHA
6a002d6440 Update to 0.0.6. 2001-11-01 19:45:19 +00:00
Peter Pentchev
e787d21d74 Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
2001-11-01 08:28:38 +00:00