Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ftp/wu-ftpd+ipv6/Makefile

[BACK] Up to [FreeBSD] / ports / ftp / wu-ftpd+ipv6

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.64: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:41 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 25 09:09:16 2010 UTC (2 years ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -1 lines
Sync with ftp/wu-ftpd: Add -current utmpx support

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jun 7 06:31:12 2006 UTC (5 years, 8 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +9 -2 lines
Supports pam.

PR:		ports/97774
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:14 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu May 19 01:57:42 2005 UTC (6 years, 8 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Integrate official skeychallenge.patch
Fix denial of service in NLST CAN-2005-0256

Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Jan 18 20:55:05 2005 UTC (7 years ago) by nectar
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -0 lines
Add CONFLICTS due to libexec/ftpd.

PR:		ports/76235
Approved by:	ache, sumikawa (maintainers for wu-ftpd*)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Jun 8 13:38:13 2004 UTC (7 years, 8 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +5 -5 lines
Whitespace cleanup.

Submitted by:	trevor

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:31 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Mar 8 13:58:54 2004 UTC (7 years, 11 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
fix for `restricted-uid'/`restricted-gid' directive may be bypassed

Submitted by:	Matt Zimmerman <mdz@debian.org>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 30 13:39:35 2004 UTC (8 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Upgrade KAME IPv6 patch.  -s (stand alone) option now speak IPv4 and IPv6.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Sep 25 15:53:53 2003 UTC (8 years, 4 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
Upgrade KAME IPv6 patch which include DOS-attack prevention patch.
Add -- to tar args to stop hacking with "-"-started files in ftpconversions.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Jul 31 16:07:05 2003 UTC (8 years, 6 months ago) by dannyboy
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Address CAN-2003-0466.

Submitted/approved by:	security-officer

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:02:05 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Jan 4 12:28:22 2003 UTC (9 years, 1 month ago) by sumikawa
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Sync with ftp/wu-ftpd.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Oct 16 14:58:24 2002 UTC (9 years, 3 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -0 lines
Sync with ftp/wu-ftpd.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Sep 11 10:48:37 2002 UTC (9 years, 5 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
Add DISTNAME.

PR:		ports/42486
Submitted by:	zhuravlev alexander <zaa@ulstu.ru>

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Aug 31 07:05:58 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Rename this to wu-ftpd+ipv6 to avoid name conflict with wu-ftpd.  This was
breaking INDEX.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Aug 30 07:55:52 2002 UTC (9 years, 5 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -5 lines
IPv6 enabled wu-ftpd.  wu-ftpd+ipv6 is upper compatible with wu-ftpd but
it's still unstable.  I'll maintain this until it's stable.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Mar 20 07:36:57 2002 UTC (9 years, 10 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -9 lines
Upgrade to 2.6.2

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Feb 19 19:47:11 2002 UTC (9 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Use -lmd with -lopie

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Feb 19 19:09:02 2002 UTC (9 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -5 lines
portlint, no functional changes

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Feb 19 11:41:07 2002 UTC (9 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +9 -8 lines
Switch to GNU configure

PR:		34660
Submitted by:	"James E. Housley" <jeh@thehousleys.net>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Nov 30 06:24:54 2001 UTC (10 years, 2 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -5 lines
Use vendor-supplied prevent glob overflow patch

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Nov 28 10:52:26 2001 UTC (10 years, 2 months ago) by ache
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Prevent buffer overflow in glob

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Oct 10 03:23:25 2001 UTC (10 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
Fix broken strcasestr() implementation.
Use FreeBSD's strcasestr() if present.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Oct 2 19:13:28 2001 UTC (10 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -3 lines
Use official patches set
(fix wrong place of pasv-allow fix as result)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 29 19:02:59 2001 UTC (10 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Fix the case when opie keys not used

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Sep 28 02:57:29 2001 UTC (10 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
OPIE fixes: bad user reaction, normal password

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 4 18:06:03 2001 UTC (10 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Make wu-ftpd install with correct permissions

PR:		17313
Submitted by:	Dmitry Grigorovic

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jul 29 21:01:53 2001 UTC (10 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Switch to OPIE

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 1 10:15:02 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -3 lines
Goodbye, YEAR2000.  Hello, 2001.

Approved by:	asami

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Jul 9 02:07:06 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Update to 2.6.1, which fixes some security issues (actually, we already
had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks
in internal ls, and merges in the virtual passwd/shadow features of
BeroFTPD.  This update should solve SA 00:29.  Add WWW to DESCR.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 12 05:31:25 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -5 lines
PORTNAME/PORTVERSION stuff

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 24 01:57:28 1999 UTC (12 years, 3 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_0_0, old_RELEASE_3_4_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -13 lines
upgrade to 2.6.0

Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 3 17:27:24 1999 UTC (12 years, 5 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_3_3_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -2 lines
add more official patches

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Aug 30 19:14:03 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -1 lines
Add a PATCH_FILE to close a security hole in wu-ftpd.

Quoted from wu-ftpd group's accouncement:

    Due to insufficient bounds checking on directory name lengths which can
    be supplied by users, it is possible to overwrite the static memory
    space of the wu-ftpd daemon while it is executing under certain
    configurations.  By having the ability to create directories and
    supplying carefully designed directory names to the wu-ftpd, users may
    gain privileged access.

PR:		13475
Submitted by:	jack@germanium.xtalwind.net

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:55:25 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Change Id->FreeBSD.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Aug 2 10:43:59 1999 UTC (12 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Change "net" -> "ftp".

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jun 29 18:30:00 1999 UTC (12 years, 7 months ago) by mharo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update Y2K URL

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 7 20:51:18 1999 UTC (12 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -5 lines
upgrade to 2.5.0

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 7 11:08:42 1999 UTC (12 years, 10 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
upgrade to vr17

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 9 12:07:09 1999 UTC (12 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
upgrade to vr16

PR: 10505

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 21 09:40:22 1999 UTC (12 years, 11 months ago) by flathill
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Update to 2.4.2-beta-18-vr14

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 10 20:14:53 1999 UTC (13 years ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_3_1_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
Portlint.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 10 12:48:04 1999 UTC (13 years ago) by ache
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -6 lines
upgrade to vr13 to close security hole and lots of enhancements

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 13 03:37:28 1999 UTC (13 years, 1 month ago) by scrappy
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
Add a couple more Y2K links...

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 22 10:14:12 1998 UTC (13 years, 6 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_3_0_0, old_RELEASE_2_2_8
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Upgrade to beta-18

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 12 22:27:01 1998 UTC (13 years, 9 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_2_2_7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
Upgrade to beta-17

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Dec 24 17:45:28 1997 UTC (14 years, 1 month ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_2_2_6
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
Upgrade to beta-16

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 15 05:48:22 1997 UTC (14 years, 4 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_2_2_5
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Upgrade to beta-15, nlist hole fixed

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 9 22:59:50 1997 UTC (14 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Upgrade to beta-14

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Apr 29 02:48:10 1997 UTC (14 years, 9 months ago) by asami
Branches: MAIN
CVS tags: old_RELEASE_2_2_2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Add PKGNAME to change "-beta-" to "b" in version string.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Apr 27 21:48:45 1997 UTC (14 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Upgrade to beta-13

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 1 22:17:11 1997 UTC (15 years ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_2_2_1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0 lines
Add reminder about -a option required now to use ftpaccess
Fix ftpcount/ftpwho by using malloc prototype

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:00:32 1997 UTC (15 years ago) by ache
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -5 lines
Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT security
advisory.

P.S. this version is much improved comparing to what we have previously,
f.e. it already contains most of our fixes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 1 01:34:11 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -7 lines
Things in pre-install target are already handled by mtree.
Compression of manpages should be dealt with in the FreeBSD port Makefile,
   not by patching the dist Makefile.  (more obvious to those looking at the
   port).

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Dec 1 01:23:20 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -6 lines
General Makefile cleanup
   Add MAINATERS
   mkdir -p ==> ${MKDIR}
   cp ==> ${CP}
   install ==> ${INSTALL}/${INSTALL_*}
   etc...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:37:07 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 5 18:37:46 1996 UTC (15 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Extract sufx changed on master site
Add yet one master site (http), because ftp is always busy

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 30 13:09:19 1996 UTC (15 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Switch to .tar.gz variant, it occupes less space in distfiles

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 27 04:05:50 1995 UTC (16 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Change "networking" to "net".

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 15 05:42:06 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update of net Makefiles!  Am I done? :)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:48:53 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Oct 23 01:36:59 1994 UTC (17 years, 3 months ago) by torstenb
CVS tags: old_wu-ftpd
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Reviewed by:	
Submitted by:	
Obtained from:
wuarchive ftpd with skey support

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 23 01:36:58 1994 UTC (17 years, 3 months ago) by torstenb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options