|
|
@@ -24,8 +24,9 @@
|
|
|
##
|
|
|
|
|
|
# package versions
|
|
|
-%define V_base 3.4
|
|
|
+%define V_base 3.5
|
|
|
%define V_portable p1
|
|
|
+%define V_chroot 3.4
|
|
|
|
|
|
# package options
|
|
|
%ifndef with_pam
|
|
|
@@ -54,7 +55,7 @@ Distribution: OpenPKG [CORE]
|
|
|
Group: Security
|
|
|
License: BSD
|
|
|
Version: %{V_base}%{V_portable}
|
|
|
-Release: 20021003
|
|
|
+Release: 20021015
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
|
|
@@ -66,7 +67,7 @@ Source5: ssh-askpass
|
|
|
Source6: ssh-keyman
|
|
|
Source7: ssh-keyman.1
|
|
|
Source8: ssh-keyman.pod
|
|
|
-Source9: http://chrootssh.sourceforge.net/patches/osshChroot-%{V_base}.diff
|
|
|
+Source9: http://chrootssh.sourceforge.net/patches/osshChroot-%{V_chroot}.diff
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -112,7 +113,7 @@ AutoReqProv: no
|
|
|
%setup0 -q -c
|
|
|
%if "%{with_chroot}" == "yes"
|
|
|
cd openssh-%{version}
|
|
|
- %{l_patch} -p1 <%{SOURCE osshChroot-%{V_base}.diff}
|
|
|
+ %{l_patch} -p1 <%{SOURCE osshChroot-%{V_chroot}.diff}
|
|
|
%endif
|
|
|
|
|
|
%build
|