From f52deedaf12ebd3cecc3fc5597b556d3f7c2a9fa Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 25 May 2005 23:17:11 +0000 Subject: Fix typo introduced on August 4 that stopped wtmp logging under Linux and maybe other platforms. Bump PKGREVISION. --- security/openssh/Makefile | 4 ++-- security/openssh/distinfo | 4 ++-- security/openssh/patches/patch-ad | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security/openssh') diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 79e891c61b0..3089422956f 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -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 --git a/security/openssh/distinfo b/security/openssh/distinfo index caef957a381..adc9594962d 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -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 @@ Size (openssh-3.9p1-hpn.diff) = 8387 bytes 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 --git a/security/openssh/patches/patch-ad b/security/openssh/patches/patch-ad index 8b84bf78efa..1f25ee59265 100644 --- a/security/openssh/patches/patch-ad +++ b/security/openssh/patches/patch-ad @@ -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 @@ $NetBSD: patch-ad,v 1.9 2005/03/07 23:29:49 tv Exp $ /* 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 -- cgit v1.2.3