[Bug 226339] security/dropbear: update to 2018.76
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 1 02:13:34 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226339
dewayne at heuristicsystems.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dewayne at heuristicsystems.co
| |m.au
--- Comment #5 from dewayne at heuristicsystems.com.au ---
(In reply to Joseph Mingrone from comment #4)
Unfortunately with either i386 or amb64 FreeBSD11.1Stable r330133M with clang
5.0.1 or gcc7, I get the result (from the i386 attempt).
/session.h:78:3: error: unknown type name 'symmetric_CBC'; did you mean
'symmetric_key'?
symmetric_CBC cbc;
^~~~~~~~~~~~~
symmetric_key
./libtomcrypt/src/headers/tomcrypt_cipher.h:217:3: note: 'symmetric_key'
declared here
} symmetric_key;
^
7 errors generated.
These are the same CFLAGS used for 2017.75, as for 2018.76
CFLAGS=
-O2 -pipe -Wl,-m,elf_i386_fbsd -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -g0 -ggdb0
-DSTRIP_FBSDID -UDEBUGGING -UEBUGGING -UDEBUG -fno-math-errno
-Wl,--hash-style=sysv -fPIE -fPIC -Wl,--strip-debug -Wl,--build-id=md5
-fomit-frame-pointer -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -march=c3-2
-fno-strict-aliasing
I appreciate your maintaining twofish along with other 75 settings, as they
greatly aid consistency :)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list