1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

862 Commits

Author SHA1 Message Date
Brian Feldman
41408c5a51 And away we go! Here comes the source mirror, thanks Mark!
Submitted by:	markm
1999-11-21 23:10:48 +00:00
David E. O'Brien
f3c0ba55b9 Update to 2.3 Beta8.
* Added "firewall mode" timing optimizations which can decrease the
  amount of time neccessary to SYN or connect scan some heavily filtered
  hosts.
* Changed "TCP Ping" to use a random ACK value rather than 0 (an IDS
  called Snort was using this to detect Nmap TCP pings).
* better FDDI support
* changes which should lead to tremendous speedups against some firewalled
  hosts.
1999-11-21 23:09:22 +00:00
SADA Kenji
8dbe81438d Mastersite has moved. 1999-11-21 20:45:26 +00:00
Brian Feldman
7b3d367711 Update to the latest CVS_DATE, obsoleting patches patch-a[yz].
Add "ignorelogin" login.conf functionality to sshd.

The biggest change: new port functionality.  Making "fetchsrctarball"
will soon work for those of you who cannot use CVS to get OpenSSH.
Mark Murray, the savior he is :), will use "make makesrctarball" and
put the snapshots of OpenSSH source in the proper place.

The current ${MASTER_SITES} is just a guess at where the snapshot
files could be hosted; something definite should be worked out very
soon.
1999-11-21 16:42:44 +00:00
Brian Feldman
f12ea805b6 Set all the default PATHs correctly, removing a "hack"-ish ${PERL}
transform.

Prompted by:	deraadt
1999-11-20 22:54:06 +00:00
Warner Losh
ab96a24696 Default to not allowing root logins. This makes it consistant with
OpenSSH.  Users desiring the old functionality can edit their
sshd-config files by hand for new installs.
1999-11-20 19:54:31 +00:00
Brian Feldman
5ef3dcc5cb Give OpenSSH TIS client-side authentication.
Submitted by:	peter
1999-11-20 06:59:57 +00:00
Brian Feldman
db8a62a578 ARGH! Remember the echo -n ' sshd'. 1999-11-20 03:55:29 +00:00
Brian Feldman
7382aa363a Change around sshd.sh for the last time. 1999-11-20 03:42:05 +00:00
Brian Feldman
c2edf69286 Turn on HAVE_OPENPTY so more than 16 terminals work with sshd.
Put sshd.sh installation in the pre-install, ssh_host_key generation
back in the PLIST, and check for ssh_config, too.  This port now
works much better as a package.  The configuration files and sshd.sh
are also part of the package, and as such removed on deinstall.

The proper upgrade procedure from one OpenSSH version to a newer one is:
chflags schg /usr/local/etc/ssh*	# preserve them from deletion
cd /usr/ports/security/openssh
make all deinstall reinstall clean

Partially submitted by:	peter
1999-11-20 03:05:31 +00:00
Brian Feldman
8e684ae74d Add that pesky slogin link to the packing list. 1999-11-20 01:55:53 +00:00
Brian Feldman
8a53efc29c Update to the latest CVS_DATE (now =) The biggest change to the OpenBSD
code tree is the addition of the SSH_CMSG_MAX_PACKET_SIZE command.

Really big tiny change:	PermitRootLogin is now DISABLED by default.  This
change has been specifically okayed.

Reviewed by:	imp
1999-11-20 01:52:21 +00:00
Jim Mock
bdf54063b2 Fix spelling errors.. privledges -> privileges
Submitted by:	Jeroen Ruigrok van der Werven <asmodai@bart.nl>
1999-11-18 19:09:16 +00:00
Brian Feldman
6ddc61a499 Make the second CVS site work for real.
Move sshd.sh to files and ${INSTALL_SCRIPT}/${PERL} -pi it.

Clean up the Makefile's style a bit (MNF anyone? :)

Add WWW: to pkg/DESCR.

Change MASTER_SITES back to CVS_SITES to avoid problems with
MASTER_SITE_OVERRIDE.

Parts submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>, Robert Muir <rmuir@gibralter.net>
1999-11-18 01:46:43 +00:00
Chris Piazza
603bf4c4de Use a different PATCH_SITE so we don't keep getting people telling us
that the port is broken.

Thanks to Charles "spork" <spork@super-g.com>
1999-11-18 01:34:59 +00:00
Brian Feldman
db156967fa Update OpenSSH to the latest CVS_DATE.
CVS_SITE is now MASTER_SITES, and each is tried if the previous fails

Include a :pserver: as one of the CVS repositories, so those inside firewalls
should be able to fetch SSH.  If this doesn't work for everyone, I've still
got a trick up my sleeve.

Fix rlimit-related warnings people are seeing by moving the setclasscontext()
to before the switching of uids.  Let me know if this does not work, as I
never got the warnings in the first place.

Don't clobber sshd_config, etc.  Instead, if they're there, just warn of
their existance.

Take the config files and sshd.sh out of the pkg/PLIST, mainly so you don't
lose your configuration files by doing a "make deinstall reinstall clean"
update.

Parts submitted by:	Robert Muir <rmuir@gibralter.net>, Travis Mikalson <bofh@terranova.net>
1999-11-17 20:12:35 +00:00
Brian Feldman
fd06b5f819 Thanks to those who replied! The include (ssl versus openssl) transform
is now done in post-patch.

Submitted by:	Anton Berezin <tobez@plab.ku.dk>, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-11-17 17:19:28 +00:00
Brian Feldman
0a2eb1046a And update those checksums too. 1999-11-17 02:53:30 +00:00
Brian Feldman
cd2a8b0406 Prompted by Kris Kennaway <kris@FreeBSD.org>
Update to to the current time for OpenSSH.  The notable commit given to me
for this new date is:

(provos@cvs.openbsd.org)

        usr.bin/ssh    : hostfile.c

in known_hosts key lookup the entry for the bits does not need to match, all
the information is contained in n and e.  This solves the problem with buggy
servers announcing the wrong modulus length.  markus and me.
1999-11-17 00:56:07 +00:00
Andrey A. Chernov
665dfdd3b7 upgrade to 2.09
PR:		14792
1999-11-16 19:39:28 +00:00
Warner Losh
272f7058db Don't overflow rsa bits. As seen on bugtraq and elsewhere.
Submitted by: drow@false.org
Reviewed by: ache
PR: 14749
1999-11-16 07:21:36 +00:00
Brian Feldman
d4dc9aea78 Bump CVS_DATE to a few minutes ago, and update MD5 checksums for updated
files.  Also, CVS_RSH can now be specified (to override the ignored
environmental CVS_RSH) as PORTS_CVS_RSH.  For instance, you can use ssh
to check out ssh ( :] ) with "PORTS_CVS_RSH=ssh make fetch".
1999-11-15 06:48:02 +00:00
Brian Feldman
db6ff5ab61 Enable TCP wrapper support (conditionalized to turn off if tcpd.h is
nonexistant).  Also, add the Makefile hooks for AFS, Kerberos, and S/Key.
1999-11-15 06:18:46 +00:00
Brian Feldman
828e1fc6be Add support for setting login.conf class things including rlimits, priority,
and umask.  Also support /var/run/nologin, copyright, and support motd
correctly.  The PR was used as a base, thanks!

PR:	14859
Submitted by:	Dan Harnett <danh@wzrd.com>
1999-11-13 23:37:58 +00:00
Vanilla I. Shu
b025bdddad Upgrade to latest version, and set myself as MAINTAINER.
PR:		ports/14605
Submitted by:	Will Andrews <andrews@technologist.com>
1999-11-13 07:42:54 +00:00
Brian Feldman
97a018a48f Lots of OpenSSH changes, let's see if I remember them all.
1. Makefile cleanups, pkg/DESCR original comment (obrien)
	2. sshd.sh and automatic host key generation when installed
	   (Christian Weisgerber <naddy@unix-ag.uni-kl.de>)
	3. Completely redone downloading procedure:
		* CVS is used to download the source (${CVS_CMD} defaults to
		  cvs -z3)
		* MD5 checksums and a specific ${CVS_DATE} are used to get
		  a specific source tree and verify it;  ${CVS_DATE} and
		  checksums can easily be rolled forward once tested.
		* Source is checked out to distfiles like other ports,
		  and is only updated when ${CVS_DATE} changes.
		  Rebuilding the port doesn't require another cvs co.

Enjoy!

Reviewed mostly by:	obrien
1999-11-13 05:55:42 +00:00
Brian Feldman
2bd1eb4e18 Correct the do-fetch target and improve error detection in fetchit. 1999-11-11 20:49:44 +00:00
Brian Feldman
0adf5c3f15 Whoops, extra parenthesis broke do-fetch. 1999-11-11 16:50:43 +00:00
Brian Feldman
ac3b838e7f Quite a bit of change to OpenSSH made:
Add "/usr/local/bin" to _PATH_STDPATH (makes scp work inbound, for instance.)
Fetch OpenSSH from OpenBSD's src tree.  This uses a script and ftp(1).
Add strlcpy.c to ssh/lib, so this port should build on 3.X now.
Make TCP_WRAPPERS conditional on /usr/include/tcpd.h like the PR, so it
 should build on older RELEASEs without TCP Wrappers.

The PR is still open because I am taking more from it.

PR:		ports/14653
1999-11-11 14:33:23 +00:00
Brian Feldman
2122dd8811 Make some various cleanups. Note that I did not add RESTRICTED since this is
in no way cryptographically encumbered code.  The fact that it's
redistributed by me from freefall is completely coincidental.

Submitted by:	obrien, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
1999-11-09 12:43:45 +00:00
Dirk Froemberg
02adc6ab70 Add library dependency to crypto.1. 1999-11-09 11:43:11 +00:00
Brian Feldman
d8ca772bbe Bombs away! Active openssh. 1999-11-08 06:22:45 +00:00
Brian Feldman
406efcfe3b Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
1999-11-08 06:20:54 +00:00
Brian Feldman
fb16378220 Spelling error correction. 1999-11-08 05:52:40 +00:00
Dirk Froemberg
acf3546644 Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.
1999-11-07 22:25:40 +00:00
Dirk Froemberg
bd8d8600c4 Build and install shared libraries libcrypto.so.1 and libssl.so.1, too.
Submitted by:	Issei Suzuki <issei@jp.freebsd.org>
1999-11-07 22:19:49 +00:00
Mark Murray
2d0ae0697e Clean up a bunch of portlint(1) FATAL errors, and tidy up the
PREFIX handling.

OK'ed by:	MAINTAINER (a few days ago)
1999-11-07 09:58:40 +00:00
Eivind Eklund
0447a53637 Correct PLIST for the non-X11 case. (This was OK'ed by the maintainer quite
some time ago).
1999-11-06 19:43:18 +00:00
Jacques Vidrine
b5d3958ec8 . Update 0.2c -> 0.2d
. remove an army of patches that are no longer needed with this version
. enable shared library support
. compress man pages
. add missing newline to COMMENT
1999-11-06 18:03:56 +00:00
Nick Sayer
f7e02e4433 Deactivate raproxy... it's moving to audio 1999-11-03 22:23:25 +00:00
Jacques Vidrine
47ee11a843 Update 0.2a -> 0.2c and add some additional MASTER_SITES 1999-11-02 22:47:03 +00:00
Steve Price
d805c70056 Teach this port's configure script that phtread_create can be found in
-lc_r.

PR:		13700
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
1999-11-01 01:33:43 +00:00
Steve Price
a0749ab965 Update to version 1.3.0.
PR:		13826
Submitted by:	maintainer
1999-11-01 01:27:47 +00:00
Bill Fumerola
5c9a2331d3 fakebo.conf doesn't exist, but fakebo.conf.dist does. 1999-11-01 00:27:40 +00:00
Jacques Vidrine
a433a6e9a4 Hack to avoid rerunning automake. 1999-10-30 23:56:19 +00:00
Jacques Vidrine
a8ca600b26 Activate heimdal 1999-10-30 23:41:55 +00:00
Jacques Vidrine
5492d6d9a9 Heimdal is a re-implementation of Kerberos V. 1999-10-30 23:38:05 +00:00
Michael Haro
c8e9f3d3c5 prefix -> localbase
PR:		14604
Submitted by:	"Oleg V. Volkov" <rover@lglobus.ru>
1999-10-30 17:58:42 +00:00
Foxfair Hu
936a65cefc Make this port to build in -stable. 1999-10-26 19:12:46 +00:00
Kris Kennaway
8393699918 Refresh MASTER_SITES 1999-10-21 19:44:32 +00:00
Kris Kennaway
a0d001aa06 Upgrade to 0.4.1. 1999-10-21 19:41:57 +00:00
Jacques Vidrine
f91c2d7892 Fix for abort in login.krb5 (segment violation when trying to get a
TGT).

Obtained from:		MIT Kerberos GNATS PR krb5-appl/762, 763
1999-10-13 18:43:59 +00:00
Dan Moschuk
d88ff386ba Moving iplog from security down the street to net 1999-10-09 16:38:05 +00:00
Dan Moschuk
4f66f77c62 Activate iplog 1999-10-08 22:37:39 +00:00
Jacques Vidrine
253b69d750 Remove krb5-beta 1999-10-04 14:34:23 +00:00
Jacques Vidrine
5f0c4b6514 Update 1.0.6 -> 1.1 1999-10-04 14:32:28 +00:00
Dirk Froemberg
72db53e63f Upgrade to 1.3. 1999-09-28 19:32:04 +00:00
Jacques Vidrine
b4899d35e6 Activate krb5-beta after repository copy. 1999-09-27 22:39:59 +00:00
Mark Murray
712fafd2e0 Grrr....
Don't people do even the most rudimentary checking before committing??!
1999-09-24 08:28:12 +00:00
Bill Fumerola
608fc46dd3 Version Required = reality. 1999-09-23 04:27:10 +00:00
Chris Piazza
a06df1ef1f Host this distfile locally, both the old and the new MASTER_SITES
for this port are gone.
1999-09-21 17:21:35 +00:00
David E. O'Brien
160bcee3fd Upgrade to 2.3BETA6.
*  Added sophisticated timing controls to give the user much more control
over Nmap's speed.  This allows you to make Nmap much more aggressive to
scan hosts faster, or you can make Nmap more "polite" -- slower but less
likely to wreak havoc on your Network.  You can even enforce large delays
between sending packets to sneak under IDS thresholds and prevent
detection.  See the new "Timing Options" section of the Nmap man page for
more information on using this.

*  New "Window scan" that does fun things with ACK packets.  -sW activates
this scan type.  It is mostly effective against BSD, AIX, Digital UNIX, and
various older HP/UX, SunOS, and VAX.
1999-09-20 04:51:19 +00:00
Steve Price
8975664af8 Let this port know of the types that are 64-bit on FreeBSD/Alpha. 1999-09-20 01:35:29 +00:00
Steve Price
ef854f6de7 Steal a few lines from the Linux/Alpha book so we can have this port on
FreeBSD/Alpha too.
1999-09-20 01:25:36 +00:00
Vanilla I. Shu
365826ef02 Upgrade to 2.1.8.6b7, and add the patch from Josh Tiefenbach.
PR:		ports/12874
Submitted by:	Josh Tiefenbach josh@zipperup.org
1999-09-19 11:49:44 +00:00
Satoshi Asami
ff755572e9 Add keynote and kmap. 1999-09-19 08:34:26 +00:00
Stefan Eßer
70742357c3 New port of the keynote trust-management system (currently an IETF draft). 1999-09-18 09:05:28 +00:00
Stefan Eßer
833e387518 Update to KDE-1.1.2 1999-09-18 09:02:12 +00:00
David E. O'Brien
55e2ef1919 Remove the X dependent componate. It has become its own port. 1999-09-18 04:50:31 +00:00
David E. O'Brien
c1ced583f0 Finish upgrading this to 0.9.5. 1999-09-18 04:49:23 +00:00
David E. O'Brien
e1915eacdb Reimport Kmap (the round about way -- easy-import won't deal with it in
the repository's current state).
1999-09-18 04:45:50 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Dirk Froemberg
52dfef8707 Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute
/usr/local accordingly via Makefile.

Submitted by:	Bill Fumerola <billf@FreeBSD.org>
1999-09-17 19:16:59 +00:00
Chris Piazza
18e85d1a29 Update to version 1.2 1999-09-17 17:35:06 +00:00
Satoshi Asami
920ac3d3eb Remove kmap, we're under ports freeze. 1999-09-11 03:44:25 +00:00
David E. O'Brien
86cc54597c KDE-compliant GUI front end for the nmap port scanning tool. 1999-09-11 03:38:47 +00:00
Torsten Blum
4bc02dcc5e Turn Root Login on again.
It has been changed in rev. 1.4 of this file, but the committer forgot to
mention it on the log.
1999-09-10 21:01:55 +00:00
David E. O'Brien
dd9bcb203f Upgrade to 0.9.5. 1999-09-10 18:49:15 +00:00
David E. O'Brien
2075fe9d76 A more optimized way of building the GUI only w/in the nmap distfile
extraction.
1999-09-10 06:52:19 +00:00
David E. O'Brien
64a5ff5614 Gentleman start your port scanners with style. 1999-09-10 06:28:20 +00:00
David E. O'Brien
6eaa1e5b75 Due to popular demand, break the `nmapfe' GUI frontend for nmap off from
the main nmap port.  The nmap port now does not depend on GUI libs and is
thus installable on console-based machines.
1999-09-10 06:26:35 +00:00
Jun Kuriyama
a5cc2c1107 Upgrade to v1.0.0. 1999-09-09 22:56:21 +00:00
Jacques Vidrine
16ed3cda30 Distfile moved (ftp.bitchx.org reorganized). 1999-09-09 19:52:17 +00:00
David E. O'Brien
d7af4f1da5 Upgrade to 2.3BETA5.
This includes new RPC scanning ability & 100's of new OS fingerprints.
The machine parseable output has been cleaned up and made more regular.
1999-09-07 10:48:48 +00:00
Steve Price
f429a767f4 This port's configure script now takes care of this so we longer
need this hack.
1999-09-06 23:12:55 +00:00
Chris Piazza
a1d6fedced Update to version 3.4a
PR:		13594
Submitted by:	maintainer
1999-09-06 19:29:23 +00:00
David E. O'Brien
9128fdabc2 portlint 1999-09-04 19:24:52 +00:00
Chris Piazza
a8438b23fe Path for problem with tty ownership with chflags and chown in BSD 4.4
variants.  Fixes a security bug in tty allocation.

PR:		13515
PR:		13536
Submitted by: 	Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
1999-09-02 17:08:38 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Brian Feldman
f4e85036fb Update to allow 3.2 (320002) to use the new interface to the kernel. 1999-08-29 13:14:16 +00:00
Michael Haro
9f403fb7d6 upgdate to sudo.v1.5.9p4 1999-08-28 04:12:08 +00:00
Michael Haro
3262cce303 expr -> ${EXPR}
mv   -> ${MV}
rm   -> ${RM}
tr   -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2 sed -> ${SED} 1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Michael Haro
b8f8618362 echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00