Commit Graph

48914 Commits

Author SHA1 Message Date
Andrey A. Chernov
25841be3ce Upgrade to 4.26c 2001-11-07 15:46:41 +00:00
Shigeyuki Fukushima
fb6f3c9bc5 Fix latest package symlink.
Submitted by:	knu
2001-11-07 15:42:09 +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
Andrey A. Chernov
ed7ab5650c Use LATEST_LINK = popper to stop confusing with qpopper
Submitted by:	"Akinori MUSHA" <knu@iDaemons.org>
2001-11-07 13:18:22 +00:00
Dag-Erling Smørgrav
7bbaf242ed Upgrade to 2.3.20011106 2001-11-07 13:15:09 +00:00
Johann Visagie
b7a900b184 - Update to version 0.12.0 2001-11-07 13:05:37 +00:00
Dirk Meyer
13290c440c NO_LATEST_LINK= yes
Submitted by:	knu@iDaemons.org
2001-11-07 12:41:51 +00:00
Thomas Gellekum
22e71e35b1 Upgrade to 1.6. Change maintainer to ports@, Sandro Sigala is no longer
running FreeBSD.
2001-11-07 11:46:26 +00:00
Thomas Gellekum
a3ef3079aa New maintainer ports@; Sandro Sigala is no longer running FreeBSD.
Update MASTER_SITES for umatrix, while I'm here.
2001-11-07 11:44:09 +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
Pete Fritchman
6ec5103bc6 Add xxdiff-2.0, a QT interface to view/merge differences between 2 or
3 files.
2001-11-07 10:40:30 +00:00
Maxim Sobolev
5e65c4e862 Update to 0.75. 2001-11-07 10:10:12 +00:00
Maxim Sobolev
a1069ee98d Update to 0.2.4. 2001-11-07 10:09:07 +00:00
Akinori MUSHA
c8af4c91ab Update to 20011107.
- Get to properly work on Ruby 1.7.

  Reported by:	Ollivier Robert <roberto@eurocontrol.fr>

- pkgdb: Fix a regexp problem when it meets a pkgname that ends with a `+'.

  Reported by:	Albert Kinderman <albert.kinderman@csun.edu>
2001-11-07 09:46:15 +00:00
Mitsuru IWASAKI
2ad1e621b7 Update for acpica-unix-20011102.
acpicadb:
 - Apply some UINT32 -> ACPI_INTEGER changes
 - Apply ACPI_READ_ADR_SPACE -> ACPI_READ,
         ACPI_WRITE_ADR_SPACE -> ACPI_WRITE changes
 - Setup DSDT talbe by calling AcpiLoadTable()
 - Fix sleep -> usleep in osunixxf.c
2001-11-07 09:05:48 +00:00
Dag-Erling Smørgrav
27f3662ddd Add NO_LATEST_LINK; inn-stable will always be at least as recent as inn. 2001-11-07 09:01:11 +00:00
Maxim Sobolev
381508fd89 Update to 1.2.3.
PR:		31680
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2001-11-07 08:51:15 +00:00
Johann Visagie
1a347ca645 - Update to version 0.5
- Add dependency on PYDISTUTILS, which had previously been omitted - whoops.
2001-11-07 08:44:30 +00:00
Akinori MUSHA
deeef1cffc Define NO_LATEST_LINK. 2001-11-07 08:41:26 +00:00
Akinori MUSHA
afb9a06835 Set LATEST_LINK to imake-4. 2001-11-07 08:37:52 +00:00
Akinori MUSHA
11e2909bed Set LATEST_LINK to rat30. 2001-11-07 08:36:52 +00:00
Akinori MUSHA
07ed94ca37 Set LATEST_LINK to scotty3. 2001-11-07 08:36:11 +00:00
Akinori MUSHA
8cf0f515a5 Set LATEST_LINK to pgp[56]. 2001-11-07 08:32:49 +00:00
Pete Fritchman
4ab8a7ecf1 Don't make tmake's default CFLAGS -O2 (when using tmake to build something
else).

Approved by:	maintainer
2001-11-07 08:20:03 +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
f3cfd90e4f Define NO_LATEST_LINK, because this is a -devel version. 2001-11-07 07:46:42 +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
Akinori MUSHA
9f027e9527 Add a missing entry: staroffice60.
apel*, flim*, semi* ports are still not in the list, but I hope the
MAINTAINER will take care soon.
2001-11-07 06:14:41 +00:00
Akinori MUSHA
1a9fcfca4d Add a missing entry: crossm68k. 2001-11-07 06:11:41 +00:00
Akinori MUSHA
21cd9472a1 Add a missing entry: libudbc. 2001-11-07 06:08:44 +00:00
Akinori MUSHA
c62170784a Set LATEST_LINK to `XFree86-4'.
Approved by:	jmz (MAINTAINER)
2001-11-07 05:34:30 +00:00
Akinori MUSHA
3cafac3ddf Set LATEST_LINK to `linux_base-7'.
Approved by:	marcel (MAINTAINER)
2001-11-07 05:32:33 +00:00
Pete Fritchman
e218296ab6 Update to 4.4.3
PR:		31811
Submitted by:	maintainer
2001-11-07 04:35:42 +00:00
David E. O'Brien
1bf8150950 Better support for the vim-lite slave port. These bits are from the
vim5 port -- I thought the two were in sync lite-wise, but I guess not.
2001-11-07 01:00:24 +00:00
David E. O'Brien
fbd873a4cf Change LATEST_LINK so version 6 "comes out ahead". 2001-11-07 00:58:55 +00:00
David W. Chapman Jr.
c6f1233934 Add NO_LATEST_LINK so its not to be confused with postfix(stable)
Also fix white space on line above NO_LATEST_LINK

Submitted by:	knu
2001-11-06 23:03:03 +00:00
Jun Kuriyama
23a920a102 Add $NO_LATEST_LINK.
Submitted by:	knu
2001-11-06 23:01:21 +00:00
Akinori MUSHA
cf4a85efb2 Define NO_LATEST_LINK, because linux_mesa3 is the latest and no port
depends on this port.
2001-11-06 22:33:08 +00:00
Akinori MUSHA
769e50d829 Set LATEST_LINK to "xperfmon3". 2001-11-06 21:43:41 +00:00
Akinori MUSHA
4936910e15 Set LATEST_LINK to "tkrat2". 2001-11-06 21:41:41 +00:00
Akinori MUSHA
0cc73a3e0a Define NO_LATEST_LINK because this is a -devel version. 2001-11-06 21:39:36 +00:00
Akinori MUSHA
564abfdd41 Set LATEST_LINK to apache2 in favor of www/apache13. 2001-11-06 21:37:06 +00:00
Akinori MUSHA
f264dad72c Set LATEST_LINK to "gd2". 2001-11-06 20:48:13 +00:00
Akinori MUSHA
db8bcc3a53 Define NO_LATEST_LINK. 2001-11-06 20:44:36 +00:00
Akinori MUSHA
92c518e006 Set LATEST_LINK to "openldap2" to avoid conflict with net/openldap. 2001-11-06 20:43:31 +00:00
Akinori MUSHA
674b0ac13b Change the package name from "crimson" to "crimson-fields" by setting
PKGNAMESUFFIX in order to avoid conflict with textproc/crimson.

Add WWW to pkg-descr while I'm here.
2001-11-06 20:33:13 +00:00
Akinori MUSHA
b014e5626c Change the package name from "matrix" to "matrix-kmod" by setting
PKGNAMESUFFIX in order to avoid conflict with math/matrix.
2001-11-06 20:30:00 +00:00
Akinori MUSHA
ded3fbcc9b Define NO_LATEST_LINK. 2001-11-06 20:24:35 +00:00