Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2012 14:22:42 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167882: I have upgraded security/openssh-portable to version 6.0p1
Message-ID:  <201205141422.q4EEMg1G060735@red.freebsd.org>
Resent-Message-ID: <201205141430.q4EEU3XH046029@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167882
>Category:       ports
>Synopsis:       I have upgraded security/openssh-portable to version 6.0p1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 14:30:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        9.0-RELEASE
>Organization:
n/a
>Environment:
FreeBSD dc-freebsd90 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Wed Apr 18 22:11:16 CDT 2012     root@dc-freebsd90:/usr/src/sys/amd64/compile/VMWARE90-64  amd64

>Description:
I have updated security/openssh-portable to version 6.0p1.

A patch is attached.

>How-To-Repeat:
n/a
>Fix:
n/a

Patch attached with submission follows:

diff -ruN openssh-portable.orig/Makefile openssh-portable/Makefile
--- openssh-portable.orig/Makefile	2012-05-14 07:55:07.000000000 -0500
+++ openssh-portable/Makefile	2012-05-14 07:56:31.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openssh
-DISTVERSION=	5.8p2
+DISTVERSION=	6.0p1
 PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	security ipv6
@@ -42,7 +42,6 @@
 OPTIONS=	PAM		"Enable pam(3) support"				on \
 		TCP_WRAPPERS	"Enable tcp_wrappers support"			on \
 		LIBEDIT		"Enable readline support to sftp(1)"		on \
-		SUID_SSH	"Enable suid SSH (Recommended off)"		off \
 		BSM		"Enable OpenBSM Auditing"			off \
 		KERBEROS	"Enable kerberos (autodetection)"		off \
 		KERB_GSSAPI	"Enable Kerberos/GSSAPI patch (req: GSSAPI)"	off \
@@ -55,10 +54,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900000
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-configure
-.endif
-
 .if ${OSVERSION} >= 900007
 CONFIGURE_ARGS+=	--disable-utmp --disable-wtmp --disable-wtmpx --without-lastlog
 .endif
@@ -87,10 +82,6 @@
 CONFIGURE_ARGS+=	--with-libedit
 .endif
 
-.if !defined(WITH_SUID_SSH)
-CONFIGURE_ARGS+=	--disable-suid-ssh
-.endif
-
 .if defined(WITH_BSM)
 CONFIGURE_ARGS+=	--with-audit=bsm
 .endif
diff -ruN openssh-portable.orig/distinfo openssh-portable/distinfo
--- openssh-portable.orig/distinfo	2012-05-14 07:55:07.000000000 -0500
+++ openssh-portable/distinfo	2012-05-14 07:55:28.000000000 -0500
@@ -1,8 +1,2 @@
-SHA256 (openssh-5.8p2.tar.gz) = 5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314
-SIZE (openssh-5.8p2.tar.gz) = 1115475
-SHA256 (openssh-5.8p1-hpn13v11.diff.gz) = 62b500d29d8889ce76c8b596eb65731d8ac3469d89d9c6eb29fec2a845159df7
-SIZE (openssh-5.8p1-hpn13v11.diff.gz) = 22993
-SHA256 (openssh-5.8p1+x509-7.0.diff.gz) = 3b578cbf69f25e630e8da52b6586a36c62c0c7ce026f95acda91c023dc47c85b
-SIZE (openssh-5.8p1+x509-7.0.diff.gz) = 184277
-SHA256 (openssh-5.7p1-gsskex-all-20110125.patch) = bfdc72c3d7d5d4f9f8a78b649988dff8fad780cfa72bad4a69eb94c54de9a359
-SIZE (openssh-5.7p1-gsskex-all-20110125.patch) = 91889
+SHA256 (openssh-6.0p1.tar.gz) = 589d48e952d6c017e667873486b5df63222f9133d417d0002bd6429d9bd882de
+SIZE (openssh-6.0p1.tar.gz) = 1126034
diff -ruN openssh-portable.orig/files/extra-patch-configure openssh-portable/files/extra-patch-configure
--- openssh-portable.orig/files/extra-patch-configure	2012-05-14 07:55:07.000000000 -0500
+++ openssh-portable/files/extra-patch-configure	1969-12-31 18:00:00.000000000 -0600
@@ -1,10 +0,0 @@
---- configure.orig	2011-09-01 20:36:35.000000000 +0400
-+++ configure	2011-09-02 13:59:02.000000000 +0400
-@@ -12856,6 +12856,7 @@
- 
- 
- 
-+LIBS="-lutil $LIBS"
- for ac_func in \
- 	arc4random \
- 	arc4random_buf \
\ No newline at end of file
diff -ruN openssh-portable.orig/files/patch-Makefile.in openssh-portable/files/patch-Makefile.in
--- openssh-portable.orig/files/patch-Makefile.in	2012-05-14 07:55:07.000000000 -0500
+++ openssh-portable/files/patch-Makefile.in	1969-12-31 18:00:00.000000000 -0600
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2010-05-12 00:51:39.000000000 -0600
-+++ Makefile.in	2010-09-14 16:14:12.000000000 -0600
-@@ -238,7 +238,7 @@
- 	$(AUTORECONF)
- 	-rm -rf autom4te.cache
- 
--install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf host-key check-config
-+install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
- install-nokeys: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files install-sysconf
- install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
- 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205141422.q4EEMg1G060735>