| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nmap 5.51 [2011-02-11]
o [Ndiff] Added support for prerule and postrule scripts. [David]
o [NSE] Fixed a bug which caused some NSE scripts to fail due to the
absence of the NSE SCRIPT_NAME environment variable when loaded.
Michael Pattrick reported the problem. [Djalal]
o [Zenmap] Selecting one of the scan targets in the left pane is
supposed to jump to that host in the Nmap Output in the right pane
(but it wasn't). Brian Krebs reported this bug. [David]
o Fixed an obscure bug in Windows interface matching. If the MAC
address of an interface couldn't be retrieved, it might have been
used instead of the correct interface. Alexander Khodyrev reported
the problem. [David]
o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor
that used shortport functions incorrectly and always returned
true. [Jost Krieger]
o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
status and address. [Daniel Miller]
o [Ndiff] Fixed the ordering of hostscript-related elements in XML
output. [Daniel Miller]
o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
every port (when it was selected--it isn't by default). Daniel
Miller reported the bug. [Patrick]
o [NSE] When an NSE script sets a negative socket timeout, it now
causes a controlled Lua stack trace instead of a fatal error.
Vlatko Kosturjak reported the bug. [David]
o [Zenmap] Worked around an error that caused the py2app bootstrap
executable to be non-universal even when the rest of the application
was universal. This prevented the binary .dmg from working on
PowerPC. Yxynaxen reported the problem. [David]
o [Ndiff] Fixed an output line that wasn't being redirected to a file
when all other output was. [Daniel Miller]
Notes:
svn path=/head/; revision=269092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- always enable bpf in libdnet-stripped to support build in Jail [1]
Announcement and Changelog are very long and covered by last updates.
Announcement: http://seclists.org/nmap-hackers/2011/0
Changelog: http://nmap.org/changelog.html
PR: ports/154353 [1]
Submitted by: Mars G Miro <spry _at_ anarchy.in.the.ph> [1]
Feature safe: yes
Notes:
svn path=/head/; revision=268453
|
|
|
|
|
|
|
|
|
| |
Changelog: http://nmap.org/changelog.html
Feature safe: yes
Notes:
svn path=/head/; revision=268112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: glarkin (mentor, implizit)
Notes:
svn path=/head/; revision=260513
|
|
|
|
|
|
|
|
|
|
| |
- remove MD2 code from nse_openssl.cc (already removed in nmap svn)
- remove naming conflict if openssl-1.x is build with SCTP support
Approved by: glarkin (mentor)
Notes:
svn path=/head/; revision=260503
|
|
|
|
|
|
|
| |
Approved by: glarkin (mentor, implicit)
Notes:
svn path=/head/; revision=259068
|
|
|
|
|
|
|
|
| |
PR: 149436
Submitted by: old maintainer
Notes:
svn path=/head/; revision=259008
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/144401
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=250624
|
|
|
|
|
|
|
|
| |
PR: 143331
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=248877
|
|
|
|
|
|
|
| |
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=237952
|
|
|
|
|
|
|
|
| |
PR: 136295
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=237203
|
|
|
|
|
|
|
|
| |
Submitted by: Hajimu UMEMOTO <ume@FreeBSD.org>
Approved by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=232514
|
|
|
|
|
|
|
|
|
|
|
| |
getaddrinfo(3) (7.1 and earlier, and -CURRENT before the end of March
2009).
PR: ports/133779
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=232432
|
|
|
|
|
|
|
|
|
| |
PR: ports/133547
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=232302
|
|
|
|
|
|
|
|
| |
PR: 127379
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=220689
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=220107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
| |
PR: 126211
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=217998
|
|
|
|
|
|
|
|
| |
PR: 123401
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=212738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
| |
Also fixed portlint warnings about Makefile structure.
PR: ports/122728
Submitted by: maintainer (Daniel Roethlisberge)
Notes:
svn path=/head/; revision=211204
|
|
|
|
| |
Notes:
svn path=/head/; revision=211003
|
|
|
|
|
|
|
|
| |
PR: 119673
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=209076
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
| |
PR: ports/113203
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=193476
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
| |
PR: 107478
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=181354
|
|
|
|
|
|
|
|
| |
PR: ports/106911
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=180605
|
|
|
|
|
|
|
|
|
| |
PR: ports/106567
Submitted by: Jose Fernandes<jose@diasfernandes.pt>
Approved by: maintainer
Notes:
svn path=/head/; revision=179600
|
|
|
|
|
|
|
|
|
| |
PR: ports/99833
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (Daniel Roethlisberger)
Notes:
svn path=/head/; revision=167186
|
|
|
|
|
|
|
|
| |
PR: 99461
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=166326
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 98080
Submitted by: marck
Approved by: maintainer
Notes:
svn path=/head/; revision=164547
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/94264
Submitted by: maintainer
Requested by: Alan Amesbury <amesbury@umn.edu>
Notes:
svn path=/head/; revision=157285
|
|
|
|
|
|
|
|
| |
PR: 93452
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Notes:
svn path=/head/; revision=156288
|
|
|
|
|
|
|
|
|
| |
PR: ports/93153
Submitted by: krion
Approved by: maintainer
Notes:
svn path=/head/; revision=155677
|
|
|
|
|
|
|
|
|
| |
PR: ports/92684
Submitted by: krion
Approved by: maintainer
Notes:
svn path=/head/; revision=155049
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154137
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable upstream changes:
* new help/usage screen and man page
* new man page currently only available in en, pt_PT and pt_BR
* nmapfe is now a shiny GTK2 application
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
PR: ports/90371
Notes:
svn path=/head/; revision=151144
|
|
|
|
|
|
|
|
|
| |
PR: 90054
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=150575
|
|
|
|
|
|
|
|
| |
PR: ports/86113
Submitted by: maintainer
Notes:
svn path=/head/; revision=142913
|
|
|
|
|
|
|
|
| |
PR: ports/85870
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
Notes:
svn path=/head/; revision=142251
|
|
|
|
| |
Notes:
svn path=/head/; revision=142220
|
|
|
|
|
|
|
|
|
| |
several months (not responding to email).
Discussed among: portmgr team
Notes:
svn path=/head/; revision=139457
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
|
|
|
|
|
| |
PR: ports/77425
Submitted by: krion
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=129834
|
|
|
|
| |
Notes:
svn path=/head/; revision=122831
|
|
|
|
|
|
|
| |
+ updated OS fingerprint database
Notes:
svn path=/head/; revision=119796
|