1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
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
accessibility/atk Don't link in libc - FreeBSD doesn't need this. 2001-10-31 08:20:45 +00:00
arabic Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
archivers Update to 1.13.25: 2001-11-05 16:08:33 +00:00
astro In RUN_DEPENDS, specify ${LOCALBASE}/sbin/setiathome instead of just 2001-11-06 11:04:29 +00:00
audio Set LATEST_LINK to rat30. 2001-11-07 08:36:52 +00:00
benchmarks Add stream-1.0, a synthetic benchmark program that measures sustainable 2001-11-06 20:17:17 +00:00
biology chase checksum for repacked distfile almost an year ago. 2001-11-06 13:32:44 +00:00
cad Remove a redundant trailing period and a space. 2001-10-21 07:51:56 +00:00
chinese Fix breakage on current. 2001-11-03 20:24:55 +00:00
comms * Update to latest stable release, 7.0.197. 2001-11-06 00:53:05 +00:00
converters Don't link in libc - FreeBSD doesn't need this. 2001-10-31 08:32:30 +00:00
databases Add a missing entry: libudbc. 2001-11-07 06:08:44 +00:00
deskutils Back out rev 1.31 which was never run past me, and which breaks the building 2001-10-31 00:53:39 +00:00
devel - Update to version 0.12.0 2001-11-07 13:05:37 +00:00
dns Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool. 2001-11-05 12:17:56 +00:00
editors Add a missing entry: staroffice60. 2001-11-07 06:14:41 +00:00
emulators Set LATEST_LINK to `linux_base-7'. 2001-11-07 05:32:33 +00:00
finance Update to 1.2 2001-11-06 13:06:07 +00:00
french Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>" 2001-10-30 01:51:01 +00:00
ftp set sysconfdir so that emirror can find it 2001-11-06 11:21:06 +00:00
games Update to 4.4.3 2001-11-07 04:35:42 +00:00
german Opps, this is a bourne script, not binary. 2001-10-17 20:29:39 +00:00
graphics Define NO_LATEST_LINK, because linux_mesa3 is the latest and no port 2001-11-06 22:33:08 +00:00
hebrew Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
hungarian Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
irc - update to 0.23a 2001-11-06 11:32:54 +00:00
japanese Define NO_LATEST_LINK. 2001-11-07 08:41:26 +00:00
java Add more MASTER_SITES. 2001-11-06 09:48:48 +00:00
korean WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary. 2001-10-15 12:55:02 +00:00
lang Define NO_LATEST_LINK because this is a -devel version. 2001-11-06 21:39:36 +00:00
mail Use LATEST_LINK = popper to stop confusing with qpopper 2001-11-07 13:18:22 +00:00
math New maintainer ports@; Sandro Sigala is no longer running FreeBSD. 2001-11-07 11:44:09 +00:00
mbone Set LATEST_LINK to rat30. 2001-11-07 08:36:52 +00:00
misc Change the package name from "matrix" to "matrix-kmod" by setting 2001-11-06 20:30:00 +00:00
Mk Good Will. \ 2001-11-05 21:29:59 +00:00
multimedia Maintainer is committer now. 2001-11-03 19:16:50 +00:00
net Set LATEST_LINK to scotty3. 2001-11-07 08:36:11 +00:00
net-im Update to version 0.47. 2001-11-03 11:32:40 +00:00
net-mgmt Set LATEST_LINK to scotty3. 2001-11-07 08:36:11 +00:00
net-p2p upgrade to 0.15 2001-10-15 13:40:52 +00:00
news Upgrade to 2.3.20011106 2001-11-07 13:15:09 +00:00
palm Add plucker 1.1.13, an offline HTML viewer for PalmOS devices. 2001-10-05 14:55:02 +00:00
picobsd If the program is called as ssh1, invoke ssh_main(). 2001-09-30 17:33:59 +00:00
polish Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
ports-mgmt Update to 20011107. 2001-11-07 09:46:15 +00:00
portuguese Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
print Update to 6.52 2001-11-04 07:35:38 +00:00
russian - Update to 1.3.22 (PL30.9); 2001-11-05 16:44:17 +00:00
science use CONFIGURE_TARGET to create header name dynamically. 2001-09-21 14:38:18 +00:00
security Update to OpenSSH 3.0 and OpenSSH-portable 3.0p1 2001-11-07 13:47:51 +00:00
shells Update my MAINTAINER address. 2001-11-03 22:22:34 +00:00
sysutils Update to 20011107. 2001-11-07 09:46:15 +00:00
Templates Fix COMMENT handling -- it was incorrectly using the fixed string 2000-10-14 11:03:19 +00:00
textproc Add xxdiff-2.0, a QT interface to view/merge differences between 2 or 2001-11-07 10:40:30 +00:00
Tools Add another check for duplicate installations of same port. Only 2001-10-14 20:00:31 +00:00
ukrainian Add kde-i18n-uk 2.1.1, an Ukrainiain localized messages for KDE2. 2001-07-02 14:20:26 +00:00
vietnamese Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
www Set LATEST_LINK to apache2 in favor of www/apache13. 2001-11-06 21:37:06 +00:00
x11 Set LATEST_LINK to `XFree86-4'. 2001-11-07 05:34:30 +00:00
x11-clocks Upgrade to 2.2.1. 2001-10-27 08:50:18 +00:00
x11-fm - update to 2.3.0 2001-11-06 15:09:54 +00:00
x11-fonts add mkfontalias 2001-10-15 14:09:21 +00:00
x11-servers o sync with x11/XFree86-4 2001-10-20 05:25:20 +00:00
x11-themes Fix build breakage introduced by devel/automake upgrade. 2001-11-06 14:46:22 +00:00
x11-toolkits Fix pkg-plist (add missing @dirrm's). 2001-11-06 11:07:55 +00:00
x11-wm Fix build breakage introduced by devel/automake upgrade. 2001-11-06 14:46:22 +00:00
.cvsignore
INDEX This is the official index file for 4.4R. The changes are due to 2001-09-16 01:02:45 +00:00
LEGAL Remove some restrictions of source distribution. 2001-11-04 16:06:58 +00:00
Makefile New category picobsd starts today. 2001-04-22 16:47:55 +00:00
README

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

        http://www.freebsd.org/ports

For general information on the ports collection, please see the
FreeBSD Handbook which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

        http://www.freebsd.org/handbook/handbook.html

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.