Commit Graph

59 Commits

Author SHA1 Message Date
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Jimmy Olgeni
9298ebdd62 Style: ports/security 2001-02-05 16:00:18 +00:00
Will Andrews
7aa181455d Oops, local changes were added to the repository in the last commit.
Unfortunately, since the newer version (3.0.11) has a lot of FreeBSD
unfriendly code, we can't upgrade at this time.  :-(

Submitted by:	jim
2000-06-02 22:06:20 +00:00
Will Andrews
1dbf0287c0 Remove redundant/inappropriate CATEGORIES. People need to start reading
the Porter's Handbook.  :-)
2000-06-02 03:18:54 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Munechika SUMIKAWA
c47e327b56 Support IPv6.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
Approved by:	torstenb
2000-02-14 15:12:37 +00:00
Bill Fumerola
608fc46dd3 Version Required = reality. 1999-09-23 04:27:10 +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
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
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
Steve Price
c39525c691 Update to version 2.8.5.
PR:		10201
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 02:04:55 +00:00
Steve Price
8951fb7819 The location of identd.key is in ${PREFIX}/etc.
PR:		8091
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1998-10-10 06:09:54 +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
Vanilla I. Shu
c0567f33d8 Strip binary now. 1998-05-07 02:00:55 +00:00
Andrey A. Chernov
a7780a2015 Upgrade to 2.8.2 1998-04-24 14:01:42 +00:00
Andrey A. Chernov
5b019ab101 Upgrade to 2.8.1 1997-12-17 04:41:00 +00:00
Torsten Blum
6234152654 link idecrypt with -ldes 1997-09-01 13:50:41 +00:00
Andrey A. Chernov
8ded126d7b Upgrade to 2.8a4 (child death fixed) 1997-08-10 14:51:06 +00:00
Peter Wemm
2a3d5d6f8f Update from 2.7.2 to 2.7.4
patch-ag is merged into patch-ab - they both patched the same file
patch-ah was included by the author
1997-03-02 03:09:19 +00:00
Peter Wemm
05c76a48a3 aargh! how did this happen?? USE_DES is *not* supposed to be on by
default, as it needs the secure dist to be installed...
1996-11-25 07:26:28 +00:00
David E. O'Brien
8419c1ad54 CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
1996-11-17 07:58:10 +00:00
Satoshi Asami
ecd130a1bd YAFCS 1996-11-16 09:45:06 +00:00
Peter Wemm
bf933b19cc Update 2.7.1 -> 2.7.2. The author used our patches that were not
related to the ports mechanism.
1996-11-15 12:53:24 +00:00
Peter Wemm
82e68e552b Add a compile option so that identd will send encrypted cookies out rather
than usernames.  This makes it much more difficult for somebody to "frame"
one of your users.

ie: instead of people getting:
   connect from peter@spinner.DIALix.COM
in their syslogs, they will get this instead:
   connect from [W+rNvCy5FuPV4xEj8thdXIlfD9qNIbzB]@spinner.DIALix.COM

The remote site will have to send it to you to decode it.  When you are
given one of these cookies, you can know for sure it is not faked, and you
don't have to trust the word of the remote sysadmin when arranging your
local lame hacker-type user to meet with an unfortunate incident :-).

This feature is documented in the man pages.

Also, fix an apparent bug in the code that deals with this, but it might
be a feature of the version of libdes we have on FreeBSD.

Requested by: markm (a fair while ago)
1996-11-05 18:23:42 +00:00
Peter Wemm
c1ffabdc3c Fix bug in man page path substitution.
(it used to come out as /usr/local/identd)
1996-11-05 16:41:44 +00:00
Andrey A. Chernov
d1940f107c Upgrade to 2.7.1 1996-10-31 00:13:07 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Torsten Blum
17cdff96b5 Upgrade to 2.7 (no changes since 2.7b4) 1996-09-14 23:22:07 +00:00
Peter Wemm
3c3b1d9e1b Dont install identconn or itest, installing itest requires root access,
meaning it will silently fail if you (say) install as "bin".  This makes
the packaging break.  (Will the package tools install the setuid-root
binary anyway?)

They were not particularly useful anyway, they are mainly diagnostic tools
to parse the output of 'netstat' to see which users have what local
connections open.

Requested by: asami
1996-08-17 11:19:03 +00:00
Peter Wemm
54a78b40a6 Update from 2.7b3 -> 2.7b4, the author included our patch.
.. however, he also changed the top level Makefile to use $PREFIX for
something completely different (and incompatable) to what we use it for.
1996-08-16 18:31:04 +00:00
Torsten Blum
583f8f2f7e Take out the version number
Suggested by: asami
1996-07-07 10:42:52 +00:00
Torsten Blum
6994d4dd79 Change version number from 2.6 to 2.7 beta3 1996-07-06 12:40:25 +00:00
Torsten Blum
9267dbe6c2 upgrade to 2.7b2
Submitted by:	adam via gpalmer
OK'ed by: gpalmer
1996-06-25 09:11:18 +00:00
Satoshi Asami
9d7393552d Check NOMANCOMPRESS. 1996-04-01 07:13:00 +00:00
Adam David
34ed345fc8 update to latest version. old version was gone from the master site.
Reviewed by:torstenb
1996-02-09 12:01:48 +00:00
Adam David
c499e87397 update to latest version. old version was gone from the master site.
some FreeBSD patches now in the main distribution.
Reviewed by:torstenb
1996-02-09 12:01:29 +00:00
Satoshi Asami
45cb4f24a6 Change category "networking" to "net". 1995-11-22 13:20:16 +00:00
Andrey A. Chernov
be22f64274 Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one Makefile
change
1995-07-28 01:00:38 +00:00
Torsten Blum
12b03cb3ff - upgrade to 2.6.1
- rename in.identd to identd
- fix paths in manpage
1995-07-27 20:30:09 +00:00
Satoshi Asami
90db37e415 Moved to new category security. 1995-07-13 01:15:52 +00:00
Andrey A. Chernov
4491233af4 Update md5 from previous version 1995-05-07 18:03:01 +00:00
Torsten Blum
0aac0d7f4e - upgrade
- remove @cwd
- use compressed manpage
1995-05-06 00:54:49 +00:00
Torsten Blum
12378e2966 add a #ifdef to detect new inpcb style 1995-05-06 00:53:16 +00:00
Torsten Blum
097ed2fe2c - upgrade to 2.5.1
- add myself as MAINTAINER
- compress manpage
1995-05-06 00:49:36 +00:00
Satoshi Asami
5f46dae90f Update of net Makefiles! Am I done? :) 1995-04-15 05:42:12 +00:00
Andrey A. Chernov
c9538b5916 Fix inpcb handling 1995-04-11 15:42:06 +00:00