OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Dec-2002 09:45:27
Branch: HEAD Handle: 2002123108452501
Modified files:
openpkg-src/openssh openssh.spec
openpkg-web news.txt
Log:
cleanup package
Summary:
Revision Changes Path
1.68 +11 -3 openpkg-src/openssh/openssh.spec
1.2472 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 openssh.spec
--- openpkg-src/openssh/openssh.spec 30 Dec 2002 22:05:38 -0000 1.67
+++ openpkg-src/openssh/openssh.spec 31 Dec 2002 08:45:26 -0000 1.68
@@ -45,7 +45,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20021230
+Release: 20021231
# list of sources
Source0:
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@@ -95,14 +95,22 @@
%options -p11
%prep
- %setup0 -q
+ # unpack distribution
+ %setup -q
+
+ # optionally apply chroot(2) patch
%if "%{with_chroot}" == "yes"
cd openssh-%{version}
%{l_patch} -p1 <%{SOURCE osshChroot-%{V_chroot}.diff}
%endif
+ # prevent in advance "make install" from running sshd
+ %{l_shtool} subst \
+ -e 's;^\(install:.*\)check-config\(.*\)$;\1 \2;' \
+ Makefile.in
+
%build
- # build OpenSSH
+ # configure package
inc="%{l_cppflags}"
lib="%{l_ldflags}"
%if "%{with_pam}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2471 -r1.2472 news.txt
--- openpkg-web/news.txt 31 Dec 2002 08:41:21 -0000 1.2471
+++ openpkg-web/news.txt 31 Dec 2002 08:45:25 -0000 1.2472
@@ -1,3 +1,4 @@
+31-Dec-2002: Upgraded package: P<openssh-3.5p1-20021231>
31-Dec-2002: Upgraded package: P<perl-ssl-20021231-20021231>
31-Dec-2002: Upgraded package: P<uvscan-4.1.6.4240-20021231>
31-Dec-2002: Upgraded package: P<tidy-20021230-20021231>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]