svn commit: r310010 - in head/security/nmap: . files

Bryan Drewery bdrewery at FreeBSD.org
Mon Jan 7 21:42:02 UTC 2013


On 1/6/2013 12:42 PM, Olli Hauer wrote:
> Author: ohauer
> Date: Sun Jan  6 18:42:38 2013
> New Revision: 310010
> URL: http://svnweb.freebsd.org/changeset/ports/310010
> 
> Log:
>   - update nmap to version 6.25
>   - fix build with clang and stdlib=libc++ [1]
>   
>   Nmap 6.25 [2012-11-29]
>   o [NSE]	Added CPE to smb-os-discovery output.
>   
>   o [Ncat] Fixed the printing of warning messages	for large arguments to
>     the -i and -w	options. [Michal Hlavinka]
>   
>   o [Ncat] Shut down the write part of connected sockets in listen mode
>     when stdin hits EOF, just as was already done	in connect mode.
>     [Michal Hlavinka]
>   
>   o [NSE]	Added new fingerprints for http-enum: Sitecore,	Moodle,	typo3,
>     SquirrelMail,	RoundCube. [Jesper Kückelhahn]
>   
>   o Added	some new checks	for failed library calls. [Bill	Parker]
>   
>   PR:		172358
>   		174817
>   
>   Submitted by:	arrowdodger <6yearold at gmail.com> [1]
>   		Anders N. <wicked at baot.se> (general update request)


This fails to build on 7.4 i386:

> cc -O2 -Wall  -O2 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -Wall -fno-strict-aliasing   -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I./liblinear -I./liblua -I/usr/local/include/lua51 -I./libdnet-stripped/include -I/usr/local/include  -I/usr/local/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-portbld-freebsd7.4\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2  -c -o liolib.o liolib.c
> liolib.c: In function 'f_seek':
> liolib.c:543: error: 'off_t' undeclared (first use in this function)
> liolib.c:543: error: (Each undeclared identifier is reported only once
> liolib.c:543: error: for each function it appears in.)
> liolib.c:543: error: expected ';' before 'offset'
> liolib.c:544: error: 'offset' undeclared (first use in this function)
> gmake[1]: *** [liolib.o] Error 1
> gmake[1]: Leaving directory `/wrkdirs/usr/ports/security/nmap/work/nmap-6.25/liblua'
> gmake: *** [lua_build] Error 2
> *** Error code 1
> 
> Stop in /usr/ports/security/nmap.
> ===>  Cleaning for nmap-6.25
> build of /usr/ports/security/nmap ended at Mon Jan  7 21:37:16 UTC 2013


-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 896 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130107/33a83935/attachment.sig>


More information about the svn-ports-head mailing list