OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 15-Oct-2002 20:36:40
Branch: HEAD Handle: 2002101519363703
Modified files:
openpkg-re/vcheck vc.openssh
openpkg-src/openssh openssh.spec
openpkg-web news.txt
Log:
upgrading package: openssh 3.4p1 -> 3.5p1
Summary:
Revision Changes Path
1.7 +1 -1 openpkg-re/vcheck/vc.openssh
1.56 +5 -4 openpkg-src/openssh/openssh.spec
1.1797 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.openssh
============================================================
$ cvs diff -u -r1.6 -r1.7 vc.openssh
--- openpkg-re/vcheck/vc.openssh 16 Jul 2002 13:05:45 -0000 1.6
+++ openpkg-re/vcheck/vc.openssh 15 Oct 2002 18:36:37 -0000 1.7
@@ -2,7 +2,7 @@
}
prog openssh = {
- version = 3.4p1
+ version = 3.5p1
url = ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/
regex = openssh-(__VER__)\.tar\.gz
}
Index: openpkg-src/openssh/openssh.spec
============================================================
$ cvs diff -u -r1.55 -r1.56 openssh.spec
--- openpkg-src/openssh/openssh.spec 3 Oct 2002 18:20:15 -0000 1.55
+++ openpkg-src/openssh/openssh.spec 15 Oct 2002 18:36:40 -0000 1.56
@@ -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 @@
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 @@
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 @@
%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
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1796 -r1.1797 news.txt
--- openpkg-web/news.txt 15 Oct 2002 13:20:28 -0000 1.1796
+++ openpkg-web/news.txt 15 Oct 2002 18:36:38 -0000 1.1797
@@ -1,3 +1,4 @@
+15-Oct-2002: Upgraded package: P<openssh-3.5p1-20021015>
15-Oct-2002: New package: P<rxvt-2.7.9-20021015>
15-Oct-2002: Upgraded package: P<bison-1.35-20021015>
15-Oct-2002: Upgraded package: P<vim-6.1.227-20021015>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]