summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-26+festival-2.4mef1-1/+2
2015-01-26Correction to MASTER_SITES, sorry and thanks joerg.mef1-2/+3
2015-01-26Note upstream status of patches.gdt3-4/+10
2015-01-25+ Mesa-10.4.3, calibre-2.17.0, clang-3.5.1, glu-10.4.3,wiz1-5/+8
openssl-1.0.2, wine-devel-1.7.35.
2015-01-25Backport an Illumos patch to fix the minimum privilege model, fixes quaggafhajny5-2/+667
on SunOS. Add SMF manifest and method. Bump PKGREVISION.
2015-01-25Updated misc/zyGrib to 7.0.0plunky1-1/+2
2015-01-25Update to latest zyGrib, release notes:plunky2-6/+6
2015-01-18 : zyGrib Version 7.0.0 Download and display new data GFS from NOAA: grid 0.25°x0.25° and up to 10 days forecasts. Restriction: for long-term files, only the first 5 days are with a grid of 0.25°, beyond the grid is 0.5°.
2015-01-25Updated devel/afl to 1.26bwiz2-3/+3
2015-01-25Update to 1.26b:wiz3-8/+108
-------------- Version 1.26b: -------------- - Added total execs/sec stat for afl-whatsup. - afl-cmin now auto-selects between cp or ln. Based on feedback from Even Huus. - Fixed a typo. Thanks to Jakub Wilk. - Made afl-gotcpu a bit more accurate by using getrusage instead of times. Thanks to Jakub Wilk. - Fixed a memory limit issue during the build process on NetBSD-current. Reported by Thomas Klausner. -------------- Version 1.25b: -------------- - Introduced afl-whatsup, a simple tool for querying the status of local synced instances of afl-fuzz. - Added -x compiler to clang options on Darwin. Suggested by Filipe Cabecinhas. - Improved exit codes for afl-gotcpu. - Improved the checks for -m and -t values in afl-cmin. Bug report from Evan Huus. -------------- Version 1.24b: -------------- - Introduced afl-getcpu, an experimental tool to empirically measure CPU preemption rates. Thanks to Jakub Wilk for the idea. -------------- Version 1.23b: -------------- - Reverted one change to afl-cmin that actually made it slower. -------------- Version 1.22b: -------------- - Reworked afl-showmap.c to support normal options, including -o, -q, -e. Also added support for timeouts and memory limits. - Made changes to afl-cmin and other scripts to accommodate the new semantics. - Officially retired AFL_EDGES_ONLY. - Fixed another typo in afl-tmin, courtesy of Jakub Wilk. -------------- Version 1.21b: -------------- - Graduated minimize_corpus.sh to afl-cmin. It is now a first-class utility bundled with the fuzzer. - Made significant improvements to afl-cmin to make it faster, more robust, and more versatile. - Refactored some of afl-tmin code to make it a bit more readable. - Made assorted changes to the doc to document afl-cmin and other stuff. -------------- Version 1.20b: -------------- - Added AFL_DUMB_FORKSRV, as requested by Jakub Wilk. This works only in -n mode and allows afl-fuzz to run with "dummy" fork servers that don't output any instrumentation, but follow the same protocol. - Renamed AFL_SKIP_CHECKS to AFL_SKIP_BIN_CHECK to make it at least somewhat descriptive. - Switched to using clang as the default assembler on MacOS X to work around Xcode issues with newer builds of clang. Testing and patch by Nico Weber. - Fixed a typo (via Jakub Wilk). -------------- Version 1.19b: -------------- - Improved exec failure detection in afl-fuzz and afl-showmap. - Improved Ctrl-C handling in afl-showmap. - Added afl-tmin, a handy instrumentation-enabled minimizer. -------------- Version 1.18b: -------------- - Fixed a serious but short-lived bug in the resumption behavior introduced in version 1.16b. - Added -t nn+ mode for soft-skipping timing-out paths. -------------- Version 1.17b: -------------- - Fixed a compiler warning introduced in 1.16b for newer versions of GCC. Thanks to Jakub Wilk and Ilfak Guilfanov. - Improved the consistency of saving fuzzer_stats, bitmap info, and auto-dictionaries when aborting fuzzing sessions. - Made several noticeable performance improvements to deterministic arith and known int steps. -------------- Version 1.16b: -------------- - Added a bit of code to make resumption pick up from the last known offset in the queue, rather than always rewinding to the start. Suggested by Jakub Wilk. - Switched to tighter timeout control for slow programs (3x rather than 5x average exec speed at init). -------------- Version 1.15b: -------------- - Added support for AFL_NO_VAR_CHECK to speed up resumption and inhibit variable path warnings for some programs. - Made the trimmer run even for variable paths, since there is no special harm in doing so and it can be very beneficial if the trimming still pans out. - Made the UI a bit more descriptive by adding "n/a" instead of "0" in a couple of corner cases. -------------- Version 1.14b: -------------- - Added a (partial) dictionary for JavaScript. - Added AFL_NO_CPU_RED, as suggested by Jakub Wilk. - Tweaked the havoc scaling logic added in 1.12b.
2015-01-25Updated devel/py-tortoisehg to 3.2.4wiz2-3/+3
2015-01-25Update to 3.2.4:wiz2-6/+6
TortoiseHg 3.2.4 is a regularly scheduled bug fix release Bug Fixes commit: reload patch description if hash changes (fixes #3983) filedialogs: forcibly add --hidden because hidden rev can appear in filelog repofilter: another workaround to run selected query on Mac OS X repowidget: fix indexes of unapplied patch actions to be enabled
2015-01-25Updated devel/py-setuptools to 12.0.4wiz2-3/+3
2015-01-25Update to 12.0.4:wiz3-20/+6
------ 12.0.4 ------ * Issue #335: Fix script header generation on Windows. ------ 12.0.3 ------ * Fixed incorrect class attribute in ``install_scripts``. Tests would be nice. ------ 12.0.2 ------ * Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting the header.
2015-01-25Updated fonts/harfbuzz to 0.9.38wiz2-3/+3
2015-01-25Update to 0.9.38:wiz2-6/+6
Overview of changes leading to 0.9.38 Friday, January 23, 2015 ===================================== - Fix minor out-of-bounds access in Indic shaper. - Change New Tai Lue shaping engine from South-East Asian to default, reflecting change in Unicode encoding model. - Add hb-shape --font-size. Can take up to two numbers for separate x / y size. - Fix CoreText and FreeType scale issues with negative scales. - Reject blobs larger than 2GB. This might break some icu-le-hb clients that need security fixes. See: http://www.icu-project.org/trac/ticket/11450 - Avoid accessing font tables during face destruction, in casce rogue clients released face data already. - Fix up gobject-introspection a bit. Python bindings kinda working. See README.python. - Misc fixes. - API additions: hb_ft_face_create_referenced() hb_ft_font_create_referenced()
2015-01-25Updated sysutils/hal to 0.5.14nb14wiz1-1/+2
2015-01-25Apply some bug fixes for the NetBSD hald from sergio lenzi in PR 49604.wiz4-8/+8
Bump PKGREVISION.
2015-01-25+ afl-1.25b, gnome-commander-1.4.5, harfbuzz-0.9.38, mono-3.12.0,wiz1-2/+9
nspr-4.10.8, ocamlgraph-1.8.6, py-setuptools-12.0.4, py-tortoisehg-3.2.4.
2015-01-25Fix version in previous.wiz1-2/+2
2015-01-25Mention ocamlgraph.wiz1-1/+2
2015-01-25Note update of devel/ruby-rdoc package to 4.2.0.taca1-1/+2
2015-01-25Update rdoc package to 4.2.0.taca3-9/+15
=== 4.2.0 / 2014-12-06 * Major enhancements * RDoc can now produce translation files for use with gettext. See RDoc::Generator::POT for a workflow for creating translations of your documentation. Pull request #254 by Kouhei Sutou. * Minor enhancements * RDoc now allows any single-word macro before a C method implementation. Issue #722 by Hanmac. * Now :all is a synonym for :private for RDoc::Options#visibility= to match the --all command line option. Pull request #276 by Zachary Scott. * Running rake for the first time now installs racc. Pull request #285 by Kouhei Sutou. * Added <code>-h</code> flag to also display help. Issue #300 by Ryan Davis * search_index.js is now loaded asynchronously for improved performance. * Allow +X::Y+ as typewriter text. Issue #319, pull request #322 by Jeremy Evans. * Added RDoc::RI::Task for building ri data easily through rake. Pull request #332 by Zachary Scott. * A gzipped search index is generated for servers configured to use precompressed files. Pull request #334 by Zachary Scott. * CSS files now live under /css relative to the document root. Pull request #335 by Zachary Scott. * Improved detection of valid ruby in verbatim sections. Pull request #333 by Jeremy Evans. * Bug fixes * Fixed HTML labels for cross-browser compatibility. This breaks existing links but enables cross-browser compatibility. Pull request #330 by Jens Wille. * RDoc handles ASCII-incompatible encodings now. An encoding hint may need to be added to the file for RDoc to produce correct output, though. Issue #288 by Manuel Meurer. * Fixed height recalculation issues when headings are hovered. Issue #289 by Dietmar H. Büto. * RDoc now ignores its own output directories. Pull Request #306 by Hsing-Hui Hsu, bug #305 by Ryan Davis. * Fixed RDoc::Task no longer uselessly builds documentation when generating non-HTML output. Bug #307 by Christina Thompson, pull request #308 by Hsing-Hui Hsu * Added pointer to font copyright and license information to LEGAL.rdoc. Issue #290 by Christian Hofstaedtler. * Fixed RDoc::Context#<=> for ruby trunk. Issue #284 by Hanmac, pull request #287 by Aaron Patterson * Tests no longer create directories inside test/. Pull request #286 by Kouhei Sutou. * Fixed documentation example in RDoc::Markup. Pull request #292 by Gregory Brown. * Applied typo fix to RDoc::Markup. Pull request #297 by @montanalow * Fixed pretty_print for RDoc::MethodAttr with an alias. Pull request #324 by Hsing-Hui Hsu. * Fixed lexing of %w"". Issue #315 by Thierry Lambert, pull request #323 by Jeremy Evans. * RDoc::TokenStream now removes nil tokens. Pull request #318 by Calle Erlandsson. * Fixed footer links to rubyforge and darkfish. Pull request #328 by @blackwinter * Fixed page-top link. Pull request #329 by @blackwinter * Minitest gem activation failures are now ignored during test startup. Issue #313 by Vít Ondruch. * Fixed error when generating documentation from singleton classes. Issue #311 by Vít Ondruch. * Splat and keyword params can now be detected for documentation completeness. Issue #321 Tom Kadwill. * Standalone anchors in markdown documents are no longer escaped. Issue #312 by Scott Thompson. * Fixed RegExp matching stack overflow on Ruby 1.8.7. Issue #327 by sshao. === 4.1.2 / 2014-09-05 * Bug fixes * Updated vendored jQuery to 1.6.4. Bug ruby/ruby#711 by @neuralme
2015-01-25Note update of misc/rubygems package to 2.4.5.taca1-1/+2
2015-01-25Update rubygems to 2.4.5 and make this package for ruby18 only.taca15-179/+191
Changes are too many to write here, please refer rubygem's github: https://github.com/rubygems/rubygems/blob/master/History.txt.
2015-01-25Drop RUBYGEMS_REQD. Since all ruby*-base package contains enough versiontaca1-43/+8
of rubygems except ruby18-base.
2015-01-25* Add definition for Ruby 2.2.0 (but still disabled.)taca1-2/+27
* Add RUBY_GEMS_PKGSRC_VERS and RUBY_RDOC_PKGSRC_VERS.
2015-01-25Add http://cache.ruby-lang.org to MASTER_SITE_RUBY.taca1-1/+2
2015-01-25bulk build complains about yaccwiedi1-1/+3
2015-01-25Fix "giftopnm.c:368: error: incompatible types in assignment".jperkin2-1/+17
2015-01-25Add upstream bug report URL.wiz3-5/+7
2015-01-25Fix build failures on Darwinpho4-1/+79
patches/patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx: Resurrected from the Attic and added some comment. patches/patch-src_util_Alloc.cxx, patches/patch-src_util_Alloc.hxx: Some platforms (e.g. Darwin 9) don't have strndup(3), but the function xstrndup() isn't used in the first place.
2015-01-25This uses speex (in particular, now speexdsp), so include the correspondingwiz1-2/+3
buildlink3.mk. Noted broken by joerg.
2015-01-25utmpx change for FreeBSD broke NetBSD, so try to do the right thing andjoerg2-19/+34
always use it.
2015-01-25Just because it is a new xentools version, don't expect the horriblejoerg2-1/+36
dynamic type mess is fixed.
2015-01-25For clang, don't use the rotate inline asm, but expect the compiler tojoerg2-1/+27
generate optimal code.
2015-01-25Don't call local function strtoi.joerg4-4/+50
2015-01-25Don't declare a function non-void if it never returns a value and nojoerg2-1/+24
return value is expected.
2015-01-25Installs cmake file now. Bump revision.joerg2-3/+4
2015-01-25Not MAKE_JOBS_SAFE.joerg1-1/+4
2015-01-25Needs pkg-config. Doesn't support Ruby 1.8.joerg1-2/+4
2015-01-25Not MAKE_JOBS_SAFE.joerg1-1/+4
2015-01-25Long double math functions are not available on Darwin.pho2-9/+15
See boost/math/tools/config.hpp:53
2015-01-25Added www/py-mod_wsgi-metrics; Added www/py-mod_wsgi; Removed www/ap2-wsgi ↵adam1-1/+4
successor www/py-mod_wsgi
2015-01-25Added www/py-mod_wsgi-metrics; Added py-mod_wsgi; Removed www/ap2-wsgi ↵adam1-2/+3
successor www/py-mod_wsgi
2015-01-25Removed www/ap2-wsgi successor www/py-mod_wsgiadam4-39/+0
2015-01-25The mod_wsgi-metrics package is an add on package for Apache/mod_wsgi. It ↵adam4-0/+56
generates metric information about the run time performance of Apache and mod_wsgi. At least mod_wsgi version 4.2.0 is required.
2015-01-25The mod_wsgi package provides an Apache module that implements a WSGI ↵adam6-0/+212
compliant interface for hosting Python based web applications on top of the Apache web server.
2015-01-25Updated devel/p5-IO-CaptureOutput to 1.1104wiz1-1/+2
2015-01-25Update to 1104:wiz2-6/+6
1.1104 2015-01-23 22:03:57-05:00 America/New_York [PREREQS] - Drop File::Spec 3.27 prereq except on MSWin32
2015-01-25Updated security/p5-Net-SSLeay to 1.68wiz1-1/+2