1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

725 Commits

Author SHA1 Message Date
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
Tim Vanderhoek
cae3003efc Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,
some piece of the base system (a-la crypto).  I wrote "rsaref port" instead
of "security/rsaref" since on the remote chance that rsaref switches
categories, I don't want the message to become wrong.
1999-08-18 00:02:55 +00:00
Vanilla I. Shu
5b9ed4b2e6 Upgrade to 2.1.8.6b6. 1999-08-14 08:41:16 +00:00
Jun Kuriyama
16968e5696 Upgrade to v0.9.10. 1999-08-12 15:10:09 +00:00
Dirk Froemberg
1c26d9497a Upgrade to 0.9.4. 1999-08-09 18:48:15 +00:00
Mark Murray
cdb4ca853a SUID ssh breaks kerberos; disable in the kerberized case. I even
like the idea of breaking SUID bit permanently, but I'll leave this
up to the maintainer.
1999-08-09 17:12:44 +00:00
Michael Haro
c7317ba88f Update to version 1.5.9p3 1999-08-07 21:10:51 +00:00
Dirk Froemberg
4c1511ab10 Upgrade to 1.2.1. 1999-08-07 07:27:13 +00:00
Dirk Froemberg
380154cde3 Typo in URL. 1999-08-03 09:31:59 +00:00
Dirk Froemberg
2139efca75 Add snort. 1999-08-02 10:16:33 +00:00
Dirk Froemberg
35896a4e7a Initial import of snort-1.2, a
lightweight network intrusion detection system.
1999-08-02 10:14:11 +00:00
Andrey A. Chernov
278ab87eea upgrade to 2.08 1999-08-02 00:12:46 +00:00
Steve Price
b98520e879 Find the ssl header files correctly and fix this so it will work if
USA_RESIDENT=YES.

PR:		12795
Submitted by:	Palle Girgensohn <girgen@partitur.se>
1999-08-01 03:08:33 +00:00
Archie Cobbs
ba9bf34b8b Only declare this port BROKEN if ${OSVERSION} >= 400006 so that it still
works under -stable.

How to do this suggested by:	David O'Brien <obrien@NUXI.com>
1999-07-31 21:48:34 +00:00
Jun Kuriyama
526c4df91f Upgrade to v0.9.9. 1999-07-26 15:59:33 +00:00
David E. O'Brien
1cb3956451 Hard code the path to nmap w/in nmapfe. Thus it will work in the face of a
limited path.

Bug reported by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-07-23 18:21:54 +00:00
Archie Cobbs
892a9dd098 Add new file README.FreeBSD+NAT to the documentation subdirectory, describing
how to run SKIP and natd together.

Submitted by:	Jim Flowers <jflowers@ezo.net>

Mark this port as BROKEN until the device registration bit is fixed.
1999-07-22 18:37:09 +00:00
David E. O'Brien
7efe79f49b Upgrade to nmap-2.2-BETA4. The beta includes a very nice GUI (xnmap) that
simplifies the running of nmap for the point and shoot crowd.
1999-07-22 18:33:45 +00:00
Justin M. Seger
8c66ad2ab9 Upgrade to strobe-1.06 1999-07-21 21:28:05 +00:00
Michael Haro
fc3bcccc53 Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls. 1999-07-16 06:09:43 +00:00
Brian Feldman
d9b2b611dd Switch pidentd to using sysctl()s instead of libkvm. It now doesn't need
to be linked with libkvm... this should fix a lot of strange problems
people report with pidentd.

This is for -CURRENT only, at the moment.
1999-07-14 19:37:23 +00:00
Chris Piazza
7bef70cdac Add /modules and /boot to the default config file.
PR:		12622
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
1999-07-14 05:05:31 +00:00
David E. O'Brien
926dd9bf1c Support the MDTM ftp command in the ftp-gw.
Submitted by:	Alexander V. Tischenko <flash@hway.ru>
1999-07-09 16:32:59 +00:00
Bill Fumerola
b009ce35a3 Add some MASTER_SITEs so we can download from a site that doesn't limit
logins to 50 users.
1999-07-07 18:20:29 +00:00
Masafumi Max NAKANE
85400e7624 Update the master site. 1999-07-07 15:36:40 +00:00
Tim Vanderhoek
a48bc2f5ee Fix instances of "This is ...." 1999-07-03 09:31:52 +00:00
Jun Kuriyama
9e1822f503 Upgrade to v0.9.8.
Add workaround for compilation with CFLAGS=-pipe.
1999-06-30 14:48:01 +00:00
Nick Sayer
9ac2c20367 add --disable-posix-threads. Fixes apache+php3 hang.
Suggested-by: PHP-dev mailing list
1999-06-29 03:20:07 +00:00
Nick Sayer
dbc0092cc3 Add --disable-pthreads. Fixes apache+php3 hang
suggested by: PHP-dev mailing list
1999-06-29 03:18:51 +00:00
Nick Sayer
34a83a6a2f Stealing some good ideas from ports/devel/mm:
1. postinstall ldconfig
2. pkg/PLIST ldconfigs
3. CONFIGURE_ARGS
1999-06-29 01:03:51 +00:00
Nick Sayer
a9615ed854 Stealing some fix-ups from ports/devel/mm:
1. post-install ldconfig
2. CONFIGURE_ARGS
3. PLIST ldconfigs
1999-06-29 01:00:57 +00:00
Nick Sayer
86689473b2 add new libmcrypt port to security/Makefile 1999-06-28 22:55:58 +00:00
Nick Sayer
9cc8c16a7f Import of libmcrypt port of multicipher cryptographic library 1999-06-28 22:54:50 +00:00
Nick Sayer
22b31604f1 add new mhash port to security/Makefile 1999-06-28 22:38:59 +00:00
Nick Sayer
59aa1dc2a4 Import of mhash cryptographic hashing library port 1999-06-28 22:38:00 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
David E. O'Brien
92a61ca373 Add comment that USE_TCPWRAP ==> YES if /usr/include/tcpd.h exists. 1999-06-24 19:29:50 +00:00