summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 7.90Olli Hauer2020-10-051-3/+3
| | | | | | | Relnotes: https://nmap.org/changelog#7.90 Notes: svn path=/head/; revision=551485
* security/nmap: Fix build on 11i386, 11arm, 11arm64Ben Woods2020-01-051-9/+0
| | | | | | | | | | | | Fix patches to configure scripts to only add -libverbs if found in base PR: 242987 Reported by: Dries Michiels <driesm.michiels@gmail.com> Reported by: garga MFH: 2020Q1 Notes: svn path=/head/; revision=522159
* security/nmap: Update to 7.80Ben Woods2019-12-301-3/+12
| | | | | | | | | | | | | | | | - Remove local patches incorporated upstream. - Add patches to add missing libibverbs dependency when linking libpcap statically (required to allow build on FreeBSD >= 12.0). (See similar fix applied to port net-mgmt/dhcdrop in r499639). Changes this release: https://seclists.org/nmap-announce/2019/0 Approved by: ohauer (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D22730 Notes: svn path=/head/; revision=521487
* - update to 7.60Olli Hauer2018-01-301-3/+3
| | | | | | | | | - regenerate patches with makepatch PR: ports/221522 Notes: svn path=/head/; revision=460437
* - upate to version 7.10Olli Hauer2016-03-171-3/+3
| | | | | | | | | | | | | | | | | - remove support for custom IPv4 only kernel [1] Short summary: - 12 new NSE scripts - hundreds of new OS/version fingerprints - dozens if smaller improvements and bug fixes Full Changelog: https://nmap.org/changelog.html [1] nmap does no longer build agains custom kernel without IPv6! Notes: svn path=/head/; revision=411320
* - update to 6.49BETA5Olli Hauer2015-09-271-3/+12
| | | | | | | | | | | | | | | | | | | | - use DOCS instead PORTDOCS - remove gcc workaround [1] - (hopefully) use the correct __FreeBSD_version for SOCK_RAW Changelog: https://nmap.org/changelog.html PR: 196065 [1] PR: 200558 [2] PR: 202139 [3] Submitted by: sbruno@ , mikael.urankar@gmail.com [1] Submitted by: truckman@ [2] Submitted by: trasz@ [3] Notes: svn path=/head/; revision=398033
* - use internal liblua instead the one from ports [1]Olli Hauer2014-01-121-13/+2
| | | | | | | | | | | - update internal liblua from 5.2.2 -> 5.2.3 - bump PORTREVISION [1] nmap use static lua for nmap, nping and ncat, after build lua is no longer needed. Notes: svn path=/head/; revision=339526
* - update nmap to version 5.36TEST3Olli Hauer2011-01-071-6/+6
| | | | | | | | | | | | | | | - remove dead mirror servers Changelog: http://nmap.org/changelog.html Mayjor changes are NSE script related, some highlihts: o [NSE] Added stuxnet-detect.nse o [NSE] Added the ftp-proftpd-backdoor.nse and many more interesting NSE scripts. Notes: svn path=/head/; revision=267490
* - Update to 4.90RC1Martin Wilke2009-07-051-6/+6
| | | | | | | | PR: 136295 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=237203
* - Update to 4.68Martin Wilke2008-08-031-14/+3
| | | | | | | | PR: 126211 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=217998
* - Update to 4.62Martin Wilke2008-05-061-8/+17
| | | | | | | | PR: 123401 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=212738
* - Update nmap to 4.60 and fix moved MASTER_SITES.Cheng-Lung Sung2008-04-141-12/+12
| | | | | | | | | | Also fixed portlint warnings about Makefile structure. PR: ports/122728 Submitted by: maintainer (Daniel Roethlisberge) Notes: svn path=/head/; revision=211204
* - Update to 4.52Martin Wilke2008-03-141-14/+15
| | | | | | | | PR: 119673 Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) Notes: svn path=/head/; revision=209076
* Update to 4.00Kirill Ponomarev2006-02-021-32/+14
| | | | | | | | | PR: ports/92684 Submitted by: krion Approved by: maintainer Notes: svn path=/head/; revision=155049
* update to version 3.77Oliver Eikemeier2004-11-301-1/+1
| | | | Notes: svn path=/head/; revision=122831
* Fix build when using ccacheOliver Eikemeier2004-09-031-1/+31
| | | | | | | | PR: 71343 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=118062
* - update to 3.55Oliver Eikemeier2004-07-071-1/+1
| | | | | | | /usr/local/share/doc/nmap/CHANGELOG Notes: svn path=/head/; revision=113123
* [MAINTAINER] port security/nmap: update to version 3.48Edwin Groothuis2003-10-071-103/+2
| | | | | | | | | | | | | - improved version detection - integrates most FreeBSD fixes, thanks to Marius Strobl <marius@alchemy.franken.de> - install localized man pages PR: ports/57646 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90558
* add patches forgotten in previous commitErwin Lansing2003-09-261-0/+112
| | | | | | | | Submitted by: maintainer Pointy hat to: leeym Notes: svn path=/head/; revision=89446
* nmap 3.27 -> 3.28Yen-Ming Lee2003-06-161-15/+0
| | | | | | | | PR: 53351 Submitted by: Dominic Marks <dom@cus.org.uk> Notes: svn path=/head/; revision=83094
* Maintainer Update: security/nmapEdwin Groothuis2003-04-131-0/+15
The nmap port is not building correctly where libgnugetopt is installed. This patch fixes the problem, please add it to the files directory. PR: ports/50894 Submitted by: marius@alchemy.franken.de Approved by: Dominic Marks <dom@cus.org.uk> Notes: svn path=/head/; revision=78859