svn commit: r311891 - head/security/openssh-portable
Bryan Drewery
bdrewery at FreeBSD.org
Fri Feb 8 00:03:20 UTC 2013
Author: bdrewery
Date: Fri Feb 8 00:03:18 2013
New Revision: 311891
URL: http://svnweb.freebsd.org/changeset/ports/311891
Log:
- Fix runtime crash on CURRENT due to import of NetBSD strnvis() [1]
which differs in prototype from OpenBSD strnvis() [2]
[1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html
[2] http://gnats.netbsd.org/44977
Submitted by: dim
Modified:
head/security/openssh-portable/Makefile
Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile Thu Feb 7 21:14:07 2013 (r311890)
+++ head/security/openssh-portable/Makefile Fri Feb 8 00:03:18 2013 (r311891)
@@ -3,7 +3,7 @@
PORTNAME= openssh
DISTVERSION= 5.8p2
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_OPENBSD}
@@ -25,6 +25,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.
USE_PERL5_BUILD= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_func_strnvis=no
CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \
--without-zlib-version-check --with-ssl-engine
PRECIOUS= ssh_config sshd_config ssh_host_key ssh_host_key.pub \
More information about the svn-ports-head
mailing list