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: 03-Jan-2003 12:05:51
Branch: HEAD Handle: 2003010311055001
Modified files:
openpkg-src/openssh openssh.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.69 +10 -12 openpkg-src/openssh/openssh.spec
1.2508 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.68 -r1.69 openssh.spec
--- openpkg-src/openssh/openssh.spec 31 Dec 2002 08:45:26 -0000 1.68
+++ openpkg-src/openssh/openssh.spec 3 Jan 2003 11:05:51 -0000 1.69
@@ -28,13 +28,6 @@
%define V_portable p1
%define V_chroot 3.5
-# package options
-%option with_pam no
-%option with_pcre no
-%option with_skey no
-%option with_x11 %{l_test -p x11}
-%option with_chroot no
-
# package information
Name: openssh
Summary: Secure Shell (SSH)
@@ -45,7 +38,14 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20021231
+Release: 20030103
+
+# package options
+%option with_pam no
+%option with_pcre no
+%option with_skey no
+%option with_x11 %{l_test -p x11}
+%option with_chroot no
# list of sources
Source0:
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@@ -62,8 +62,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, fsl, perl, openssl, zlib
-PreReq: OpenPKG, openpkg >= 20021230, fsl
+BuildPreReq: OpenPKG, openpkg >= 20030103, fsl, perl, openssl, zlib
+PreReq: OpenPKG, openpkg >= 20030103, fsl
%if "%{with_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -91,8 +91,6 @@
rework of the last free version of SSH, bringing it up to date in
terms of security and features, as well as removing all patented
algorithms to separate libraries (OpenSSL).
-
- %options -p11
%prep
# unpack distribution
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2507 -r1.2508 news.txt
--- openpkg-web/news.txt 3 Jan 2003 09:55:39 -0000 1.2507
+++ openpkg-web/news.txt 3 Jan 2003 11:05:50 -0000 1.2508
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<openssh-3.5p1-20030103>
03-Jan-2003: Upgraded package: P<openpkg-tool-20030103-20030103>
03-Jan-2003: Upgraded package: P<perl-5.8.0-20030103>
03-Jan-2003: Upgraded package: P<ncurses-5.3.20021231-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]