Sergey A. Osokin
f37f7775e3
Make portlint(1) happy by changing strip to ${STRIP_CMD}
...
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
2003-09-24 09:37:11 +00:00
David E. O'Brien
299e5e4172
Upgrade to version 3.20.1.
2003-07-24 18:43:52 +00:00
David E. O'Brien
9f3f02941b
Fix a problem of poor testing where due to an overload of #ifdef's, the
...
default "return 0;" of an int returning function was never executed;
causing what ever was in the return register to be "it".
2003-07-13 22:10:16 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
David E. O'Brien
a59d30a0f9
Allow to install on 5-CURRENT
...
(our 'mkdir -p -m' works just fine thank you)
2002-08-04 07:47:49 +00:00
David E. O'Brien
12188d62c2
Update to 3.20.0. Parts taken from PR below.
...
PR: 40869
Submitted by: Seamus Venasse <svenasse@polaris.ca>
2002-08-04 07:43:00 +00:00
Jacques Vidrine
af39f30747
Mark FORBIDDEN due to local root exploit.
2002-08-02 13:21:41 +00:00
David E. O'Brien
7ca1a48ccb
Add missing dir
...
PR: 27577
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-25 09:53:59 +00:00
Bill Fenner
c878287c39
phobos.caltech.edu asks people to use ftp.astro.caltech.edu instead.
2001-04-22 05:35:14 +00:00
David E. O'Brien
c84d4079f1
Add $FreeBSD$, which help me in problem reports.
2000-11-22 00:57:33 +00:00
David E. O'Brien
f8b3e127bf
Update to version 3.14.0.
2000-05-16 16:58:32 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +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
Satoshi Asami
1aa6d71f10
Remove trailing whitespace.
1999-02-28 21:42:55 +00:00
David E. O'Brien
d5af46dc71
upgrade to 3.12.1
...
This version fixes the Brazilian Information Security Team Security Advisor
on "buffer overflow condition if the syslog option is enabled".
1999-02-26 13:00:45 +00:00
David E. O'Brien
5d2a2d0e4f
Updated to super-3.11.9
1999-02-19 02:33:45 +00:00
David E. O'Brien
bcaceb9adc
vesion 3.11.{7,8} fixes the February 15, 1999 ISS Security Advisory on
...
buffer overflow in the Super program.
1999-02-18 22:59:28 +00:00
David E. O'Brien
89add757ee
update to 3.11.8
1999-02-18 22:57:42 +00:00
David E. O'Brien
ee2d9149e7
Need to do a little bsd.port.pre.mk action to avoid a syntax error.
...
Noticed by: Bill Fenner <fenner@parc.xerox.com>
1998-12-02 06:37:33 +00:00
David E. O'Brien
1cae6eed19
return breakage status (but only for 2.2.x)
...
Requested by: Satoshi
1998-12-01 10:17:44 +00:00
David E. O'Brien
466b3ba29f
Mark unbroken. 2.2 is dead, 3.0 is the current and future. :-)
1998-12-01 09:50:50 +00:00
Satoshi Asami
128a1ba7c6
Mark it broken, doesn't build on 2.2-stable.
...
=======
===> Building for super-3.11.6
cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I. -O -pipe super.c
In file included from localsys.h:166,
from super.h:18,
from super.c:12:
/usr/include/prot.h:60: parse error before `create_auth_reply'
/usr/include/prot.h:62: parse error before `KTEXT'
/usr/include/prot.h:62: warning: data definition has no type or storage class
*** Error code 1
Stop.
1998-11-23 09:02:19 +00:00
David E. O'Brien
d02eecccd2
Update to version 3.11.6.
...
(currently the "password=y" feature to requre a password to be entered
before running a command only works on DES passwords)
1998-11-19 09:19:19 +00:00
Tim Vanderhoek
f67f442cd4
Secure the freedom of the manpages! Free the manpages!
...
PR: ports/7651
1998-08-19 19:54:37 +00:00
David E. O'Brien
fc543e03c6
Super is a setuid-root program that offers
...
o restricted setuid-root access to executables, adjustable
on a per-program and per-user basis;
o a relatively secure environment for scripts, so that well-written
scripts can be run as root (or some other uid/gid), without
unduly compromising security.
See pkg/DESCR for a comparson w/sudo.
1997-04-24 08:02:43 +00:00