OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jul-2002 11:59:10
Branch: OPENPKG_1_0_SOLID Handle: 2002071010591000
Modified files: (Branch: OPENPKG_1_0_SOLID)
openpkg-src/openssh openssh.patch openssh.spec
Log:
fix building under FreeBSD >= 4.4
Summary:
Revision Changes Path
1.1.2.3 +13 -0 openpkg-src/openssh/openssh.patch
1.19.2.6 +1 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
Index: openpkg-src/openssh/openssh.patch
============================================================
$ cvs diff -u -r1.1.2.2 -r1.1.2.3 openssh.patch
--- openpkg-src/openssh/openssh.patch 26 Jun 2002 20:18:05 -0000 1.1.2.2
+++ openpkg-src/openssh/openssh.patch 10 Jul 2002 09:59:10 -0000 1.1.2.3
@@ -41,3 +41,16 @@
for (i = 0; i < nresp; i++) {
int j = context_pam2.prompts[i];
+--- openssh-3.0.2p1.orig/openbsd-compat/readpassphrase.h Mon Jun 25 10:09:18
2001
++++ openssh-3.0.2p1/openbsd-compat/readpassphrase.h Wed Jul 10 11:52:46 2002
+@@ -32,6 +32,10 @@
+
+ #include "includes.h"
+
++#if defined(__FreeBSD__)
++#undef HAVE_READPASSPHRASE
++#endif
++
+ #ifndef HAVE_READPASSPHRASE
+
+ #define RPP_ECHO_OFF 0x00 /* Turn off echo (default). */
Index: openpkg-src/openssh/openssh.spec
============================================================
$ cvs diff -u -r1.19.2.5 -r1.19.2.6 openssh.spec
--- openpkg-src/openssh/openssh.spec 26 Jun 2002 20:18:05 -0000 1.19.2.5
+++ openpkg-src/openssh/openssh.spec 10 Jul 2002 09:59:10 -0000 1.19.2.6
@@ -36,7 +36,7 @@
Group: Cryptography
License: BSD
Version: 3.0.2p1
-Release: 1.0.3
+Release: 1.0.4
# list of sources
Source0:
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]