summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-10-03 22:30:23 -0700
committerTim Rice <tim@multitalents.net>2003-10-03 22:30:23 -0700
commit30aa44cf0a850fe4f3757edbe8c3e6553c14b3cc (patch)
treee3b924aef8a43c2213b3933343e840f8dd52a0db
parente3ca82e06caeaeb106e27eabfd5d0fce04bb4cd3 (diff)
[contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default option.
-rw-r--r--ChangeLog4
-rw-r--r--contrib/caldera/openssh.spec3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7023da584..bee3a10c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - markus@cvs.openbsd.org 2003/10/02 08:26:53 6 - markus@cvs.openbsd.org 2003/10/02 08:26:53
7 [ssh-gss.h] 7 [ssh-gss.h]
8 missing $OpenBSD:; dtucker 8 missing $OpenBSD:; dtucker
9 - (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
10 option.
9 11
1020031002 1220031002
11 - OpenBSD CVS Sync 13 - OpenBSD CVS Sync
@@ -1277,4 +1279,4 @@
1277 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1279 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1278 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1280 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1279 1281
1280$Id: ChangeLog,v 1.3055 2003/10/03 08:02:30 dtucker Exp $ 1282$Id: ChangeLog,v 1.3056 2003/10/04 05:30:23 tim Exp $
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec
index 3f286d8c3..54690dec1 100644
--- a/contrib/caldera/openssh.spec
+++ b/contrib/caldera/openssh.spec
@@ -180,7 +180,6 @@ CFLAGS="$RPM_OPT_FLAGS" \
180%configure \ 180%configure \
181 --with-pam \ 181 --with-pam \
182 --with-tcp-wrappers \ 182 --with-tcp-wrappers \
183 --with-ipv4-default \
184 --with-privsep-path=%{_var}/empty/sshd \ 183 --with-privsep-path=%{_var}/empty/sshd \
185 #leave this line for easy edits. 184 #leave this line for easy edits.
186 185
@@ -364,4 +363,4 @@ fi
364* Mon Jan 01 1998 ... 363* Mon Jan 01 1998 ...
365Template Version: 1.31 364Template Version: 1.31
366 365
367$Id: openssh.spec,v 1.46 2003/09/23 22:30:19 djm Exp $ 366$Id: openssh.spec,v 1.47 2003/10/04 05:30:23 tim Exp $