]> andersk Git - openssh.git/commitdiff
- (djm) Remove "noip6" option from RedHat spec file. This may now be
authordjm <djm>
Mon, 2 Jun 2003 07:43:19 +0000 (07:43 +0000)
committerdjm <djm>
Mon, 2 Jun 2003 07:43:19 +0000 (07:43 +0000)
   set at runtime using AddressFamily option.

ChangeLog
contrib/redhat/openssh.spec

index 0647ebd993ed763a2e923f6225912e2372f179bc..488de17f7d5fafb27e9250e8172befa54c5f2e24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
    clobber
  - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
    CVS ID.
+ - (djm) Remove "noip6" option from RedHat spec file. This may now be 
+   set at runtime using AddressFamily option.
 
 20030530
  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
index 623cfa6d634c65a1ed12a3571b30c76ebf092768..656e692e8a0bc0b6190218723a4e871d8790e37c 100644 (file)
@@ -1,5 +1,5 @@
 %define ver 3.6.1p2
-%define rel 2
+%define rel 3
 
 # OpenSSH privilege separation requires a user & group ID
 %define sshd_uid    74
@@ -26,9 +26,6 @@
 # Is this build for RHL 6.x?
 %define build6x 0
 
-# Disable IPv6 (avoids DNS hangs on some glibc versions)
-%define noip6 0
-
 # Do we want kerberos5 support (1=yes 0=no)
 %define kerberos5 1
 
@@ -43,7 +40,6 @@
 # If this is RHL 6.x, the default configuration has sysconfdir in /usr/etc.
 %if %{build6x}
 %define _sysconfdir /etc
-%define noip6 1
 %endif
 
 # Options for static OpenSSL link:
 # rpm -ba|--rebuild --define "smartcard 1"
 %{?smartcard:%define scard 1}
 
-# Option to disable ipv6
-# rpm -ba|--rebuild --define "noipv6 1"
-%{?noipv6:%define noip6 1}
-
 # Is this a build for the rescue CD (without PAM, with MD5)? (1=yes 0=no)
 %define rescue 0
 %{?build_rescue:%define rescue 1}
@@ -196,9 +188,6 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
 %if %{scard}
        --with-smartcard \
 %endif
-%if %{noip6}
-       --with-ipv4-default \
-%endif
 %if %{rescue}
        --without-pam --with-md5-passwords \
 %else
@@ -402,6 +391,10 @@ fi
 %endif
 
 %changelog
+* Mon Jun 2 2003 Damien Miller <djm@mindrot.org>
+- Remove noip6 option. This may be controlled at run-time in client config 
+  file using new AddressFamily directive
+
 * Mon May 12 2003 Damien Miller <djm@mindrot.org>
 - Don't install profile.d scripts when not building with GNOME/GTK askpass
   (patch from bet@rahul.net)
This page took 0.072323 seconds and 5 git commands to generate.