pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh Fix typo introduced on August 4 that ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d981638247f
branches: trunk
changeset: 494593:6d981638247f
user: reed <reed%pkgsrc.org@localhost>
date: Wed May 25 23:17:11 2005 +0000
description:
Fix typo introduced on August 4 that stopped wtmp logging under Linux
and maybe other platforms.
Bump PKGREVISION.
diffstat:
security/openssh/Makefile | 4 ++--
security/openssh/distinfo | 4 ++--
security/openssh/patches/patch-ad | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r 8777e7e6af58 -r 6d981638247f security/openssh/Makefile
--- a/security/openssh/Makefile Wed May 25 23:01:03 2005 +0000
+++ b/security/openssh/Makefile Wed May 25 23:17:11 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.150 2005/05/25 19:37:18 reed Exp $
+# $NetBSD: Makefile,v 1.151 2005/05/25 23:17:11 reed Exp $
DISTNAME= openssh-3.9p1
PKGNAME= openssh-3.9.1
-PKGREVISION= 6
+PKGREVISION= 7
SVR4_PKGNAME= ossh
CATEGORIES= security
MASTER_SITES= ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
diff -r 8777e7e6af58 -r 6d981638247f security/openssh/distinfo
--- a/security/openssh/distinfo Wed May 25 23:01:03 2005 +0000
+++ b/security/openssh/distinfo Wed May 25 23:17:11 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2005/03/07 23:29:49 tv Exp $
+$NetBSD: distinfo,v 1.40 2005/05/25 23:17:11 reed Exp $
SHA1 (openssh-3.9p1.tar.gz) = 80b19d83a9d4717f5c38b2d950501e1471f60afc
RMD160 (openssh-3.9p1.tar.gz) = e4abf280a18e3ae046d0dee19dab919bba8e5568
@@ -8,7 +8,7 @@
SHA1 (patch-aa) = 6bceb5b0480727c6c4e0cf662fa85cffebf91bdb
SHA1 (patch-ab) = f43a6b627a4f2b8ecd74b016ce29b5f8091d877e
SHA1 (patch-ac) = d851513c2a115358671bf9efafab1e3ee9166088
-SHA1 (patch-ad) = 9f862bc0bdcb7285ffaf2b7f2685e363ff8daba3
+SHA1 (patch-ad) = 2fe2ea9a661a456351012f88d26e4812d096cf23
SHA1 (patch-ae) = d7bcee7a84457c96951c3da82aa689fa818a07b6
SHA1 (patch-af) = ec6b439a3a4a0d2e5b13685c4d94deb26bbece45
SHA1 (patch-ag) = dbdbefa00b2ec7e6ee3cf4441d1fc817ecefc742
diff -r 8777e7e6af58 -r 6d981638247f security/openssh/patches/patch-ad
--- a/security/openssh/patches/patch-ad Wed May 25 23:01:03 2005 +0000
+++ b/security/openssh/patches/patch-ad Wed May 25 23:17:11 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.9 2005/03/07 23:29:49 tv Exp $
+$NetBSD: patch-ad,v 1.10 2005/05/25 23:17:11 reed Exp $
--- loginrec.c.orig 2004-08-15 05:12:52.000000000 -0400
+++ loginrec.c
@@ -18,7 +18,7 @@
/* set the timestamp */
login_set_current_time(li);
-#ifdef USE_LOGIN
-+#if defined(USE_LOGIN) && (HAVE_UMTP_H)
++#if defined(USE_LOGIN) && (HAVE_UTMP_H)
syslogin_write_entry(li);
#endif
#ifdef USE_LASTLOG
Home |
Main Index |
Thread Index |
Old Index