Displaying 20 results from an estimated 2000 matches similar to: "[Bug 1148] configure's crippled AES test fails on Sun CC"
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
Here is a patch to configure, & configure.ac that should
solve the problems people are having with 4.3p1.
Thanks to Corina for finding the simple solution.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
diff -ru openssh-4.3p1/configure openssh/configure
--- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800
+++
2006 Oct 07
0
[Bug 1148] configure's crippled AES test fails on Sun CC
http://bugzilla.mindrot.org/show_bug.cgi?id=1148
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:44 -------
Change all RESOLVED bug to CLOSED with the exception
2005 Nov 20
0
[PATCH] Solaris 10 and missing OpenSSL functions >128bit
Hi all.
Solaris 10's default libcrypto does not have support for AES 192 and 256
bit functions. The attached patch, against -current, and based partially
on an earlier one by djm, will use OpenSSH's builtin rijndael code for
all AES crypto functions and thus will allow it to build and function
on Solaris 10 without the extra crypto packages (SUNWcry, SUNWcryr)
or a locally built OpenSSL.
2004 Oct 17
0
OpenSSH 3.9.1 fix for IRIX 5.3 cc
Hi,
the following patch to cipher.c enables OpenSSH 3.9.1 to compile on IRIX 5.3 with the native IDO cc:
--- cipher.c.orig 2004-10-17 12:04:10.000000000 +0200
+++ cipher.c 2004-10-17 13:43:22.000000000 +0200
@@ -76,15 +76,15 @@
u_int key_len;
const EVP_CIPHER *(*evptype)(void);
} ciphers[] = {
- { "none", SSH_CIPHER_NONE, 8, 0,
2006 Feb 08
7
4.3p2: call for testing
Hi all.
As most folks on this list will know, OpenSSH 4.3p1 had some problems
with login recording under some configurations. This has been resolved
in the current tree and we are looking at rolling a 4.3p2 release
to address them. For the most part the changes are fixes only; the
ChangeLog since 4.3p1 is below in its entirety.
There's one other change that is currently still not decided,
2018 Apr 18
3
[PATCH] configure.ac/cipher.c: Check for OpenSSL with EVP_des_ede3_cbc
While compiling openssl with option `no-des', it caused the openssh
build failure
...
cipher.c:85:41: error: 'EVP_des_ede3_cbc' undeclared here (not in a function);
...
Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
cipher.c | 2 ++
configure.ac | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/cipher.c b/cipher.c
index
2003 Sep 19
6
[Bug 685] cipher.c error when building against OpenSSL 0.9.7b on RedHat 7.3
http://bugzilla.mindrot.org/show_bug.cgi?id=685
Summary: cipher.c error when building against OpenSSL 0.9.7b on
RedHat 7.3
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo:
2006 Nov 05
1
Crippled file list on samba 3.0.23-c2. Debian Etch x64 (files randomly not showing up)
Hi there people.
My first post here at the list so I hope I havn't made any misstakes so
far and that I can write in such a way so you people understand me. =)
The problem I have is that when I list folders on disks mouted with "mount
-t smbfs ..." the file lists of folders are crippled. What I mean is that
files are randomly missing in the lists even if they are there. A refresh
2015 Feb 02
0
updated R-cairo bridge, official R-3.1.*-mavericks.pkg crippled, snpMatrix 1.19.0.20
The windows replacement is
R-library-grDevices-libs-winCairo_20150122.zip
in
http://sourceforge.net/projects/outmodedbonsai/files/R/
The cairo replacements are just two bundles, windows or OS X - containing
replacements for R 2.15.3, 3.0.3 and 3.1.2. You just extract the relevant one
for your R version.
The windows builds of R packages snpStats x.x.x.8 and snpMatrix 1.19.0.20
were done with
2006 Apr 28
9
[Bug 1187] Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
http://bugzilla.mindrot.org/show_bug.cgi?id=1187
Summary: Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
Product: Portable OpenSSH
Version: 4.3p2
Platform: amd64
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2015 Jan 21
0
updated R-cairo bridge, official R-3.1.*-mavericks.pkg crippled, snpMatrix 1.19.0.20
R.framework-Versions-Resources-library-grDevices-libs-cairo_20150120.tgz in
http://sourceforge.net/projects/outmodedbonsai/files/R/
are dropped in replacement to the cairo.so's in the official R binaries (2.15.3, 3.0.3, 3.1.2).
updated to cairo-1.12.18 and freetype-2.5.4. The official R binaries' were
built with early freetype 2.4.x and cairo 1.11(?) and had a number of issues
with some
2003 Aug 16
1
update: Win2kPro's TCP/IP Stack is crippled!
I've been doing some testing between Windows 2000 Pro (SP4) and Windows 2000
Server (no SP and SP4) -- specifcally testing file transfers from a Samba
2.2.8a server.
Samba server: P4/2.2GHz, ServerWorks chipset, SCSI UW2 disk subsystem
(Bonnie++ tested to 35MB/sec), 3Com (acenic) gigabit ethernet
Win2kPro: P3/700, 3Com Vortex 100mbit network card
Win2kServer: P3/800, 3Com Vortex 100mbit
2019 Sep 09
0
[PATCH] autoconf tweaks for C99 compilers
Strict C99 compilers do not support implicit function declarations or
implicit ints, so something like the patch below is needed.
Thanks,
Florian
diff --git a/configure.ac b/configure.ac
index 4f68e98a..b5c7a582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,9 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
Hi,
I am happy to (re)send a set of patches for compiling OpenSSH 4.7p1 with
FIPS 140-2 OpenSSL.
These are based on previously reported patches by Steve Marquess
<marquess at ieee.org> and Ben Laurie <ben at algroup.co.uk>,
for ver. OpenSSH 3.8.
Note that these patches are NOT OFFICIAL, and MAY be used freely by
anyone.
Issues [partially] handled:
SSL FIPS Self test.
RC4,
2014 Mar 24
0
ADS data crippled after joining Samba into active MS domain
Hi together,
after joining Samba 4.1.6 into our domain with 2 MS Win2008 R2 DCs on last Friday, we had got 2 accidents:
1. one of our users couldn't access his Exchange account any more (the relation to the correct mailbox database was empty)
2. Exchange 2010 Outlook Web Access (OWA) fails today on Monday with following error message:
[PS] C:\Windows\system32>Get-OwaVirtualDirectory
2005 Mar 10
7
Solaris 10 support
Hi Developers,
This is Viet at Sun Microsystems. Does openssh support Solaris 10
spacrc, sol 10 x86, and sol 10 x64. If so, could you please point me to
the link in openssh web site, not sunfreeware.com, that says so and the
link to download. I need an official link to declare to Sun that you do
support sol 10. Thanks.
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
This time it's complete with assertions on make debug, proper
./configure switches for the optional features, visibility and warning
flags, and summary at the end of the configuration.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 24 +++++
autogen.sh | 3 +
configure.ac | 66 ++++++++++++
2012 Jul 04
0
[xen-unstable test] 13460: regressions - FAIL
flight 13460 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/13460/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-pv 18 leak-check/check fail REGR. vs. 13459
test-amd64-amd64-pv 18 leak-check/check fail REGR. vs. 13459
test-amd64-i386-xl 18
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
This time it's complete with assertions on make debug, proper
./configure switches for the optional features, visibility and warning
flags, and summary at the end of the configuration.
Signed-off-by: Diego Elio Petten? <flameeyes at flameeyes.eu>
---
.gitignore | 29 +++++
Makefile.am | 24 +++++
configure.ac | 66 ++++++++++++
m4/attributes.m4 | 321
2017 Feb 04
0
[PATCH] Clean up CFLAGS detecting code and add AX macro for _FORTIFY_SOURCE
---
configure.ac | 23 ++------------------
m4/ax_add_fortify_source.m4 | 53 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 21 deletions(-)
create mode 100644 m4/ax_add_fortify_source.m4
diff --git a/configure.ac b/configure.ac
index 8576cae5..c5b63370 100644
--- a/configure.ac
+++ b/configure.ac
@@ -393,9 +393,7 @@ fi
dnl If debugging is