aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - update to 7.31Olli Hauer2016-10-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nmap 7.31 [2016-10-20] o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to changes in 7.30, the IP was only being scanned once, with bogus results displayed for the other names. The previous behavior is now restored. [Tudor Emil Coman] o [GH#350] Fix an assertion failure due to floating point error in equality comparison, which triggered mainly on OpenBSD: assertion "diff <= interval" failed: file "timing.cc", line 440 This was reported earlier as [GH#472] but the assertion fixed there was a different one. [David Carlier] o [Zenmap] Fix a crash in the About page in the Spanish translation due to a missing format specifier: File "zenmapGUI\About.pyo", line 217, in __init__ TypeError: not all arguments converted during string formatting [Daniel Miller] o [Zenmap][GH#556] Better visual indication that display of hostname is tied to address in the Topology page. You can show numeric addresses with hostnames or without, but you can't show hostnames without numeric addresses when they are not available. [Daniel Miller] o To increase the number of IPv6 fingerprint submissions, a prompt for submission will be shown with some random chance for successful matches of OS classes that are based on only a few submissions. Previously, only unsuccessful matches produced such a prompt. [Daniel Miller] MFH: 2016Q4 Notes: svn path=/head/; revision=424433
* - update to 2.11.0Florian Smeets2016-10-212-5/+5
| | | | | | | | | | - take maintainership PR: 212695 Approved by: gabor (private mail) Notes: svn path=/head/; revision=424432
* - Update to 2.6.1.Stephen Montgomery-Smith2016-10-213-14/+4
| | | | Notes: svn path=/head/; revision=424431
* Update to 0.5.7.Vanilla I. Shu2016-10-213-4/+7
| | | | Notes: svn path=/head/; revision=424430
* Use the right way to give files to www:www.Mathieu Arnold2016-10-212-7/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424429
* Fix the three ports not handling the ImageMagick-nox11 dependencyMathieu Arnold2016-10-213-10/+31
| | | | | | | | | correctly. Sponsored by: Absolight Notes: svn path=/head/; revision=424428
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-21354-1729/+318
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Allow more than one filename to be pathfixed.Mathieu Arnold2016-10-211-3/+7
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424426
* It feels safe to assume that if using autoreconf, you want to patch Makefile.am.Mathieu Arnold2016-10-211-0/+4
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424425
* Add a few more paths to USES=pathfix.Mathieu Arnold2016-10-211-0/+4
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424424
* Update to 0.041.Vanilla I. Shu2016-10-212-4/+4
| | | | Notes: svn path=/head/; revision=424423
* Upgrade to latest version (add option to write table to file).Dag-Erling Smørgrav2016-10-212-4/+6
| | | | | | | Add LICENSE to Makefile. Notes: svn path=/head/; revision=424422
* databases/pecl-mongodb: update 1.1.8 -> 1.1.9Kurt Jaeger2016-10-212-5/+4
| | | | | | | | - Merge pull request #442 - PHPC-820: Upgrade libbson and libmongoc to 1.3.6 Notes: svn path=/head/; revision=424420
* math/ocamlgsl: update 1.15.1 -> 1.19.1Kurt Jaeger2016-10-214-218/+588
| | | | | | | | | | | | - master site changed from bitbucket to github PR: 211444 Changes: https://github.com/mmottl/gsl-ocaml/blob/master/CHANGES.txt Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: Michael Gruenewald <michipili@gmail.com> (maintainer timeout) Notes: svn path=/head/; revision=424419
* - Mark BROKEN on 9.x:Dmitry Marakasov2016-10-211-5/+7
| | | | | | | | | | | | src/Tools.cpp:204: error: 'snprintf' is not a member of 'std' - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Notes: svn path=/head/; revision=424418
* - Add support for other Kerberos distributionsRyan Steinmetz2016-10-211-0/+10
| | | | | | | | | | - Do not bump PORTREVISION as there is no change to the default package PR: 213471 Submitted by: Franco Fichtner Notes: svn path=/head/; revision=424417
* databases/cassandra-cpp-driver: update to 2.5.0, bump dependentsPietro Cerutti2016-10-214-16/+5
| | | | | | | https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250 Notes: svn path=/head/; revision=424416
* Update to 5.3 release.Alex Dupre2016-10-212-9/+11
| | | | Notes: svn path=/head/; revision=424415
* - Mark broken on 9.xDmitry Marakasov2016-10-211-3/+5
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=424414
* Some more clever usage of printf \r.Mathieu Arnold2016-10-213-18/+4
| | | | | | | | | The games/prboom-plus bits were not used anywhere. Sponsored by: Absolight Notes: svn path=/head/; revision=424413
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | Unknown modifier 'U' Syntax error: Unterminated quoted string Approved by: portmgr blanket Notes: svn path=/head/; revision=424412
* ${RM} already has -f.Mathieu Arnold2016-10-21718-986/+986
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* devel/nspr: update to 4.13.1Jan Beich2016-10-212-5/+4
| | | | | | | | Changes: http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-13-1-Release-td359859.html MFH: 2016Q4 (regression fix) Notes: svn path=/head/; revision=424410
* emulators/citra: only build on amd64 for nowJan Beich2016-10-211-1/+2
| | | | | | | | | | JIT is only available for amd64 while non-JIT or fake JIT build isn't yet supported. Reported by: pkg-fallout for aarch64 Notes: svn path=/head/; revision=424409
* Reference MFSA for Thunderbird fixed by r423073Jan Beich2016-10-211-0/+2
| | | | Notes: svn path=/head/; revision=424408
* Document recent Firefox vulnerabilitiesJan Beich2016-10-211-0/+28
| | | | Notes: svn path=/head/; revision=424407
* www/firefox: update to 49.0.2Jan Beich2016-10-214-189/+188
| | | | | | | | | Changes: https://www.mozilla.org/firefox/49.0.2/releasenotes/ Security: aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa MFH: 2016Q4 Notes: svn path=/head/; revision=424406
* - Mark broken on 9.x amd64:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | | /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object /usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC /usr/local/bin/ld: final link failed: Nonrepresentable section on output Approved by: portmgr blanket Notes: svn path=/head/; revision=424405
* Update to 1.9.6 release.Alex Dupre2016-10-212-8/+14
| | | | Notes: svn path=/head/; revision=424404
* - Update to 0.70Emanuel Haupt2016-10-212-4/+6
| | | | | | | - Add license Notes: svn path=/head/; revision=424403
* Fix format of keystone entry.Emanuel Haupt2016-10-211-1/+1
| | | | Notes: svn path=/head/; revision=424402
* Add patch to disable optimizations on a keyboard input functionGuido Falsi2016-10-213-6/+36
| | | | | | | | | | | | | | | | when using the clang compiler. This allows removing the requirement on gcc. Patch based on suggestion from Ivan <bsd@abinet.ru>. Bug has been reported upstream. PR: 213595 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> MFH: 2016Q4 Notes: svn path=/head/; revision=424401
* Update to 5.5.53 release.Alex Dupre2016-10-212-4/+4
| | | | Notes: svn path=/head/; revision=424400
* - Add NO_ARCHDmitry Marakasov2016-10-211-1/+4
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=424399
* Update to 5.6.34 release.Alex Dupre2016-10-212-4/+4
| | | | Notes: svn path=/head/; revision=424398
* Update to 5.6.27 release.Alex Dupre2016-10-214-23/+4
| | | | Notes: svn path=/head/; revision=424397
* - Update lighttpd to 1.4.42 [1]Guido Falsi2016-10-2118-670/+23
| | | | | | | | | | | | | | | | - Convert WEBDAV option to option helpers [1] - Remove MYSQLAUTH option, upstream integrated their own solution in MYSQL support [1] - Add GEOIP option to main port [1] - Fix sorting in pkg-plist [1] - Remove lighttpd-mod_geoip port, it's beeen integrated in the main port [2] PR: 213568 [1], 213569 [2] Sumitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=424396
* math/cadabra2: update 2.0.816 -> 2.0.930Kurt Jaeger2016-10-216-28/+153
| | | | | | | | | | | | | | | | | | | | - Unbreaks GUI by applying two patches: - Patch in boost headers to prevent EINPROGRESS mishandling https://github.com/zaphoyd/websocketpp/issues/563 - Patch in websocketpp fixing IPv4 vs. IPv6 mismatch https://github.com/zaphoyd/websocketpp/issues/587 - GUI option is made default - Clones icons for the GUI app cadabra2-gui - Adds "USE_TEX=texmf texhash" to allow for unincluded latex macros, and to make tex hash local packages installed by cadabra2 - Verified that cadabra2 GUI now works fine - it is able to run many examples from their website. PR: 213329 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Notes: svn path=/head/; revision=424395
* security/revealrk: update 1.2.1 -> 1.2.2Kurt Jaeger2016-10-212-4/+4
| | | | | | | - bugfix for FreeBSD only / speedup for zombie check not working on r11 Notes: svn path=/head/; revision=424394
* - Mark broken on 9.x as wellDmitry Marakasov2016-10-211-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=424393
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr blanket Notes: svn path=/head/; revision=424392
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-1/+3
| | | | | | | | | /wrkdirs/usr/ports/devel/openmp/work/openmp-3.9.0.src/runtime/src/kmp_lock.h:26:10: fatal error: 'atomic' file not found Approved by: portmgr blanket Notes: svn path=/head/; revision=424391
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | | /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c: In function 'piglit_cl_test': /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: error: unknown field 'buffer' specified in initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: missing braces around initializer /wrkdirs/usr/ports/graphics/piglit/work/piglit-ca5350b4056ae63a93c4c207087b7634873b2ce2/tests/cl/api/get-image-info.c:86: warning: (near initialization for 'image_desc.<anonymous>') Approved by: portmgr blanket Notes: svn path=/head/; revision=424390
* - Mark broken on FreeBSD 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | /usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED' Approved by: portmgr blanket Notes: svn path=/head/; revision=424389
* - Mark broken on FreeBSD 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | /usr/local/lib: file not recognized: File format not recognized Approved by: portmgr blanket Notes: svn path=/head/; revision=424388
* - Mark BROKEN on FreeBSD 9.x: does not buildDmitry Marakasov2016-10-211-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=424387
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-2/+3
| | | | | | | | | | /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: ISO C++ forbids declaration of '__decltype' with no type /wrkdirs/usr/ports/math/clp/work/Clp-1.16.8/CoinUtils/src/CoinSignal.hpp:47: error: typedef '__decltype' is initialized (use __typeof__ instead) Approved by: portmgr blanket Notes: svn path=/head/; revision=424386
* - Mark broken on 9.x:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | collector/cpu_freebsd.go: In function 'getCPUTimes': collector/cpu_freebsd.go:91: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr blanket Notes: svn path=/head/; revision=424385
* - Mark BROKEN on 9.x: does not build:Dmitry Marakasov2016-10-211-0/+2
| | | | | | | | | | | | | | | | | scriptable/fileclass.cpp: In constructor 'FileClass::FileClass(const QString&, QScriptEngine*)': scriptable/fileclass.cpp:27: error: class 'FileClass' does not have any field named 'ScriptableClass' scriptable/fileclass.cpp:28: error: no matching function for call to 'ScriptableClass<QFile, FilePrototype>::ScriptableClass()' scriptable/scriptableclass.h:63: note: candidates are: ScriptableClass<Object, ObjectPrototype>::ScriptableClass(QScriptEngine*) [with Object = QFile, ObjectPrototype = FilePrototype] scriptable/scriptableclass.h:59: note: ScriptableClass<QFile, FilePrototype>::ScriptableClass(const ScriptableClass<QFile, FilePrototype>&) scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance(const QString&)': scriptable/fileclass.cpp:34: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters scriptable/fileclass.cpp: In member function 'QScriptValue FileClass::newInstance()': scriptable/fileclass.cpp:39: error: 'template<class Object, class ObjectPrototype> class ScriptableClass' used without template parameters Approved by: portmgr blanket Notes: svn path=/head/; revision=424384
* Add removed PHP 5.5 ports to MOVEDRene Ladan2016-10-211-0/+68
| | | | Notes: svn path=/head/; revision=424383