]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- update to 3.0p1
authorMarcin Kierus <marcin.kierus@gmail.com>
Wed, 7 Nov 2001 15:30:07 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-no_libnsl.patch -> 1.3
    openssh.spec -> 1.97

openssh-no_libnsl.patch
openssh.spec

index 01070abcaeb72ee531b3570c2a0044f9f3577a17..d6077e06abfac3cf167a611829547bad5823bec1 100644 (file)
@@ -1,12 +1,12 @@
-diff -urN openssh-2.5.1p1.org/configure.in openssh-2.5.1p1/configure.in
---- openssh-2.5.1p1.org/configure.in   Wed Feb 21 11:09:36 2001
-+++ openssh-2.5.1p1/configure.in       Wed Feb 21 11:14:11 2001
-@@ -132,6 +132,8 @@
+diff -urN openssh-3.0p1.orig/configure.ac openssh-3.0p1/configure.ac
+--- openssh-3.0p1.orig/configure.ac    Sat Nov  3 20:09:33 2001
++++ openssh-3.0p1/configure.ac Wed Nov  7 16:22:54 2001
+@@ -123,6 +123,8 @@
        AC_DEFINE(DONT_TRY_OTHER_AF)
        AC_DEFINE(PAM_TTY_KLUDGE)
        inet6_default_4in6=yes
 +      no_libnsl=1
-+      no_libsocket=1       
++      no_libsocket=1
        ;;
  mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(HAVE_NEWS4)
index f6167f56fbf7f6872c584d2dad8b7cdea86226fe..c8e3c6a7103f973dc55b8f4f9f74fa7b62a3e74d 100644 (file)
@@ -5,8 +5,8 @@
 Summary:       OpenSSH free Secure Shell (SSH) implementation
 Summary(pl):   Publicznie dostêpna implementacja bezpiecznego shella (SSH)
 Name:          openssh
-Version:       2.9.9p2
-Release:       2
+Version:       3.0p1
+Release:       1
 License:       BSD
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
@@ -18,7 +18,7 @@ Source3:      %{name}d.init
 Source4:       %{name}d.pamd
 Source5:       %{name}.sysconfig
 Source6:       passwd.pamd
-Patch0:                %{name}-libwrap.patch
+Patch0:                %{name}3-libwrap.patch
 Patch1:                %{name}-no_libnsl.patch
 Patch2:                %{name}-no-openssl-ver-check.patch
 Patch3:                %{name}-set_12.patch
@@ -176,13 +176,13 @@ aclocal
 autoconf
 %configure \
        %{!?_without_gnome:--with-gnome-askpass} \
-       --with-tcp-wrappers \
        --with-pam \
        --with-mantype=man \
        --with-md5-passwords \
        --with-ipaddr-display \
        --with-4in6 \
        --disable-suid-ssh \
+       --with-tcp-wrappers \
        --with-pid-dir=%{_localstatedir}/run
 
 echo '#define LOGIN_PROGRAM           "/bin/login"' >>config.h
This page took 0.38386 seconds and 4 git commands to generate.