OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Nov-2003 16:58:24
Branch: HEAD Handle: 2003112515582201
Modified files:
openpkg-src/openssh openssh.spec
openpkg-web news.txt
Log:
Optional linking with pcre was removed from configure a long time ago
Summary:
Revision Changes Path
1.116 +1 -9 openpkg-src/openssh/openssh.spec
1.7533 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.115 -r1.116 openssh.spec
--- openpkg-src/openssh/openssh.spec 30 Oct 2003 21:03:03 -0000 1.115
+++ openpkg-src/openssh/openssh.spec 25 Nov 2003 15:58:23 -0000 1.116
@@ -41,12 +41,11 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20031030
+Release: 20031125
# package options
%option with_fsl yes
%option with_pam no
-%option with_pcre no
%option with_skey no
%option with_x11 no
%option with_chroot no
@@ -83,10 +82,6 @@
BuildPreReq: fsl >= 1.2.0
PreReq: fsl >= 1.2.0
%endif
-%if "%{with_pcre}" == "yes"
-BuildPreReq: pcre
-PreReq: pcre
-%endif
%if "%{with_skey}" == "yes"
BuildPreReq: skey
PreReq: skey
@@ -161,9 +156,6 @@
--localstatedir=%{l_prefix}/var/openssh \
--with-pid-dir=%{l_prefix}/var/openssh \
--with-ssl-dir=%{l_prefix} \
-%if "%{with_pcre}" == "yes"
- --with-pcre=%{l_prefix} \
-%endif
%if "%{with_skey}" == "yes"
--with-skey=%{l_prefix} \
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7532 -r1.7533 news.txt
--- openpkg-web/news.txt 25 Nov 2003 14:55:16 -0000 1.7532
+++ openpkg-web/news.txt 25 Nov 2003 15:58:22 -0000 1.7533
@@ -1,3 +1,4 @@
+25-Nov-2003: Upgraded package: P<openssh-3.7.1p2-20031125>
25-Nov-2003: Upgraded package: P<openldap-2.1.23-20031125>
25-Nov-2003: Upgraded package: P<apache-1.3.29-20031125>
25-Nov-2003: Upgraded package: P<zebra-0.93b-1.2.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]