Commit graph

203283 commits

Author SHA1 Message Date
rodent
cfab001f0e Removed --disable-nls from CONFIGURE_ARGS, as it changes nothing. 2013-06-30 22:01:10 +00:00
rodent
f0fd3d7bf0 Update to last release before rewrite. No NEWS/ChangeLog. USE_TOOLS+=
msgmerge xgettext; Remove disabling of libinotify in configure. Buildlink
libXrandr, libxslt, startup-notification, pango, and cairo.
2013-06-30 20:53:46 +00:00
rodent
7fe6f12a01 Update to last release before the rewrite. Added options framework for
inotify (enabled by default), gnome, kde{3,4}, and fuse PKG_OPTIONS.
PLIST is handled accordingly. USE_TOOLS+=xgettext msgmerge; Moved
PKG_OPTIONS in Makefile to options.mk. Fix DLLIBS using
BUILDLINK_TRANSFORM. Buildlink pango (build), dlopen, glib2,
libxml2, libXext, and libX11. From NEWS:

Release 0.8.8 (2011-03-30 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Various focus and stacking fixes.

Removed usages of deprecated GTK API.

Fixed drawing of switcher background with KDE4 window decorator.

Release 0.8.6 (2010-03-28 Danny Baumann <dannybaumann@web.de>)
==============================================================
Maintenance release.

Various focus and window placement fixes.

Fixed handling of windows that have a (server-drawn) border.

Fixed handling of window icons that have a colour depth of 1 bit.

Added KDE 4.4 support to KDE4 window decorator.
2013-06-30 20:30:09 +00:00
rodent
32f384ae42 Updated to latest release (before the rewrite). No NEWS/ChangeLog. Replaced
LOCALBASE with PREFIX and fixed SUBST_SED command. Cleaned up buildlink3.mk
2013-06-30 20:16:15 +00:00
rodent
15399156af Updated to latest release (before the rewrite). No NEWS/ChangeLog.
Commented patches, Buildlink'd protobuf, libinotify, startup-notification,
libxslt, libSM, libICE, libXrandr, and libX11 in Makefile. Added protobuf
and libX11 to buildlink3.mk.
2013-06-30 20:11:47 +00:00
rodent
2aa17c030e Updated to latest stable (before rewrite). No NEWS/ChangeLog. Buildlink'd
startup-notification, libxslt, libSM, libICE, libXrandr, GConf, glib2.
Added buildlink3.mk file for ccsm.
2013-06-30 20:08:41 +00:00
ryoon
f31d2b4307 Updated graphics/ploticus-examples to 2.00 2013-06-30 15:17:41 +00:00
ryoon
ae045b37e8 Update to 2.00
* Upper case example should be converted to lower case for ploticus 2.42.
  But this is useful for ploticus users, I believe.
2013-06-30 15:17:18 +00:00
ryoon
69caf490ba Updated graphics/ploticus to 2.42 2013-06-30 15:15:24 +00:00
ryoon
7129f0db96 Remove garbage files. 2013-06-30 15:14:45 +00:00
ryoon
65230d0246 Update to 2.42
* Update MASTER_SITES.
* Hardcode PLOTICUS_PREFABS environment values.

Changelog:

Ploticus 2.42 - May 2013
Maintenance release with these bug fixes:

    various code updates to reduce warnings arising from newer gcc versions / lint in strict mode.

    chron prefab - fixes to the error bars; data point symbols

    heatmap prefab - wasn't obeying the legend=no parameter... fixed.

    proc boxplot - incorrect error message on number of statfields supplied, and likely other erratic behavior, when doing median-based bars plus a mean symbol.

    the 'legendlabel' attribute was only accepting first whitespace-delimited token... should accept entire line. Affected these procs: bars, curvefit, lineplot, scatterplot, and vector.


Version 2.41 (May 2009) -  new features:
New proc: proc pvalue for computing pvalues associated with t-test.

proc scatterplot - new attribute colorfield allows you to control data point color directly from a data field (not involving the legend-driven technique).

proc areadef - new attributes clickmapadjust for tweaking the overall position of grid clickmap, and catbinsadjust useful in setting up a plotting area with categories that are slid -0.5.

proc print - new variable that is set called FOUNDROW, which lets you determine which data row contains a given value, then pass the row number to the $datarow() function

proc catlines - column bars

category names having embedded whitespace can now be used for positioning (use underscores in the location spec)

prefabs - new parameters xgridskip, ygridskip, xgridblocks, ygridblocks, firststub, laststub

2.41 bug fixes
Thanks to all those who reported and/or supplied fixes for these bugs...

    C coding issue - string pointer comparisons, was ok on gcc but failed on sun C compiler and others
    clickmap - double url encoding bug
    tokncpy() fix affecting win32 builds
    proc processdata action: breaks not setting NRECORDS to 0 on eof
    proc processdata - result field names are set later, allowing current field names to be used in select statements
    on clickmap tags, alt= attribute added so that output passes xml validation
    numgroup() function - contributed bugfix installed
    datetime stubs - seconds were incorrect
    clickmap urlencoding - spaces are now urlencoded to %20 (previously was +)
    direct pixel data points are now influenced by -scale
    proc catlines able to function with just one subcat (use to require at least two)
    instability related to field name headers, getfname()
    memory leak in grgd.c, Gptlist
    date stubs dislaying garbage when given unrecognized date format string
    lineplot XFINAL was incorrect


Version 2.40 (Jan 2008) New features:

    A revision pass was done affecting all script and attribute parsing, with the goal of eliminating attribute length restrictions where possible, and reducing string copy operations.

    proc catlines

    proc tree

    proc getdata ... data sets using the bar character (|) as field delimiter are now supported. Also, there's now delim: auto which tries to automatically determine data field delimitation.

    proc processdata ... new actions: summary, summaryplus, raccum ... new attributes binsize, binmod

    proc boxplot (formerly proc rangebar) ... functionality change.. it now produces a set of boxplots in a similar way to how other procs (such as proc bars) operate. Any existing scripts using proc rangebar will require attention.

    new pl(1) command line options -pixsize (to set exact size of result image in pixels), and -cputime (to set cputime resource limit). As usual these have equivalent settings in proc page and/or proc settings

    axis autorange now supports the following: nearest=Nminute nearest=second nearest=Nsecond

    proc image (formerly called proc import)... gifs can be imported. Images can now be incorporated into SVG plot results. Clickmap support.

    symboldetails ... imgfile, imgwidth, imgheight

    color ... color specifications using notation such as xFEDCBA now supported

    Slanted axis stubs are now supported. See proc axis stubvert parameter

    A number of other new attributes that are specialized or of minor interest



2.40 Bug fixes

    bug related to legend-driven bar graphing
    direct pixel data points inherit current line dashing .. symboldetails needs to set linetype to plain
    segfault occuring after error 12040 "DISPLAY=" ?
    svg compile and swf segfault bugs
    proc getdata - recent fix related to #field names and #data fields needs to take filters into account
    proc categories - when cats specified literally, trailing whitespace is taken as part of category
    proc image segfaults with -x11
    proc lineplot - gapmissing autozero not working right
    segfault when -csmap is used with long urls
    proc processdata MIN, MAX - not affected by 'resultformat' but should be
    First x stub is a little higher than the others
    gd color bug when degenerate data row encountered [color change bug - lineplot gapmissing and fill options]
    prefab chunk_title - align= was giving backward results
    proc bars - segments - code bug demonstrated by gallery/timeline2.htm
    proc bars - instability related to color change optimization (wild draw location)
    prefab cumufrac - no curve produced for certain input data (see msg 1974)
    clickmap - the clickmap entries for plot elements sitting on top of a clickmap grid are written too late in the map and mouse doesn't respond. For gif/png/jpg imagemaps, need to write map entires in this order: 1) plot element regions 2) xy grid regions 3) single-dimention grid regions. (svg uses the opposite order)
    scripts having embedded CSV data (w rows > 255) can break script processor causing instability.
    proc annotate instability on filled rectangle draw caused by unitialized bd* vars
    proc curvefit - xfield was required, but doesn't need to be
    legend - repeated use of legends eventually gives "Sorry, too much legend content" msg
    prefab overlays - each run needs to output a code into the dumpfile that tells pcode to do a graphics init. Otherwise, run 2 inherits current color (other settings?) left behind by run1
    proc axis - stubround - 1st stub seems to be often omitted even when it is a round value (snps/distplot)
    URL encoding shouldn't encode '.' or other normal punctuation chars..
    floating bars weirdness
    instability when trying to #set a var to length > 334 chars
    instability when supplying a long perl script with #proc getdata commandmr



ticus 2.33 (June 2006) New features

    direct pixel data point symbols for gd and x11, to provide sharp non-distorted data points. In the example below the first two rows use the new direct pixel data points, while the 3rd row shows the vector-based data points that have always been available.


    proc venndisk - some new attributes to support "vennmag" plots (a series of disks resting on X axis to compare magnitudes). Here's an example:

    clickmaps - new clickmapurl syntax to allow deployment in a new window, etc. Syntax is like this:
          clickmapurl: [target=new]http://abc.com/cgi-bin/...

    SVG - proc settings / config files - svg_linkparms attribute discontinued. Use the new clickmapurl syntax (see above)

    proc axis - stubround attribute - solves the old problem of getting stubs at round number locations when plot area minima is not at a round location.

    proc lineplot - gapmissing: autozero

    proc bars - new attributes for better control of bar labels: labelmustfit, labelmaxlen, labelselect

    pl command line -ping option

    proc scatterplot - cluster attribute - default will now be 'no'

    prefab scat - new parm ptstyle= filled or outline ..... and changed to use the new direct pixel data point symbols.



2.33 Bug fixes

    clickmap - url encoding is now performed on variable contents and axis values that are substituted into clickmapurls
    proc categories - uniqueness check wasn't applied when categories listed literally. Useful in apps where the list is generated by another program or whatever.
    improved handling of very long command line args - each arg is silently truncated to 255 chars. var=value parameters cannot begin with a dash as may have been previously tolerated. var=value parameters are now intercepted before entering the arg name big decision structure.
    $dategroup() function didn't know about datetime separator characters other than '.'
    issue where the "circuit breaker tripped" message was appearing when autorange is used but no stubs / no tics were being generated
    ploticus api code bug - prefabs were not usable via api
    made adjustments to improve rounding error when axis begins in negative space and reaches zero, zero was shown a very tiny scientific notation number
    proc processdata - percents - resulting data values were written as enclosed in quotes which made them unplottable.
    fixed many compile warnings when building w/ gcc4 -Wall
    drawing to out-of-bounds locations (GD) resulted in huge image. The pl bounding box was set to a huge rectangle due to a wild draw op.. then the final GD crop operation used the huge bounding box to set the size for the cropped result. Fixed by limiting final result to 'pagesize'.
    proc bars - longways labels on bars that travel beyond plot area boundary weren't being shown/centered properly.
    in the -scale parameter, if you used -scale 1,2 the scale did not change but -scale 1.01,2 does work. Fixed- some code was only taking action if x scale != 1.0
    svg - opening <svg> tag didn't have xmlns:xlink parameter (always); font size didn't have "pt" on end (firefox 1.5 / easytimeline)
    proc getdata - instability when there were more field names than available data fields. Fixed - number of field names now sets the 'nfields' idea of how many fields there are. This only happens when nfields is not explicitly specified.
    scatterplot - short line segments as symbols - no legend entries were appeariing
    proc legend - longer line segments were colliding with other entries in "across" format
    proc rangesweep - instability when bad values encountered in data
    proc annotate - box outline color not being set properly
    proc bars - showvalues - conflict between "backbox" and "labeldetails: color="
    pl -errfile stdout (w/ no other args) gave seg fault
    prefab scat - new maxinpoints= parameter (for curvefit)
    heatmaps - with contentfield= and values 0.0 -> 1.0 .. cutoff table was not automatically created properly.
    prefabs - some prefab parameters cannot be set in a data file.. because they are set in the prefab script before getting the data. More detailed explaination in docs.
    -tag command line arg wasn't generating the <embed> tag for svg
    scatterplot - heatmap-related cell coloring bug
    draw prefab - win32 issue with dumpfile
    autorange - code bug involving nearest=hours


Ploticus 2.32 (Aug 2005) - New features

    proc legend - support for multi-column or multi-row legends, word wrap for legend entries, backing box, title, and others. Thanks to Philippe Jalaber and Tobias Minich who suggested some of these features. Examples

    proc venndisk - new proc for producing venn diagrams.
              example

    textdetails - new linesep attribute to control line spacing.

    mousover/tooltip labels can now be up to 1500 chars. Also any proc that had a clickmaplabel attribute now also has a clickmaplabeltext multiline attribute. This is to accomodate chunks of javascript code as used with SVG mouseover/tooltip method #2.

    proc axis - month stub inc with datetime scaletype now supported.

    proc pie - new wraplen attribute to wordwrap pie slice labels

    new function - $rewritenum(f) which takes a numeric quantity f and returns it rewritten for display purposes, applying numbernotation (as specified in your proc settings or config file)

    new function - $textwidth(f) returns horizontal width of FreeType bounding box. Useful only with freetype fonts, otherwise it returns 0. Suggested/contributed by Erik Zachte.

    autorange - if user doesn't specify numformat, %f is now automatically used to build result with high magnitude low variance data sets (such as where the min is 1,000,000 and the max is 1,000,003).

    Prefab parameters for access to some of the new proc legend features; and some other prefab items. More info


2.32 Bug fixes

    date notations involving dots (such as dd.mm.yy) weren't being handled properly
    gd16.c gcc 4 compile issue (static int cost, static int sint)
    crosshatch lines were too thin w/ svg
    proc bars - with 'truncate', bar completely out of range was suppressed but label still appears
    drawcommands ignored cm units - fixed. Also, mark and cblock now accept posex specifications.
    heatmap prefab - now supports title and related parameters.
    superscripts in X axis stubs showed up on Y axis - fixed
    autorange - now handles degenerate case where all data are 0
    proc vector - instability if start and end points of a vector are same
    proc getdata no longer does a popen( cat filename ) in CGI mode
    strange color change problem - related to certain degenerate lineplots that don't draw anything. Bug in proc_lineplot.c fixed.
    proc legend width attribute now supports cm
    heatmap prefab - yaxis=none didn't have any effect. Fixed.
    proc pie - with outlinedetails: none the labels and any associated lines disappeared
    proc scatterplot - default clustermethod was horizontal when ylocation given.. and vertical when xlocation given.. seems like it should be the other way round.. so I changed it.
    with datetime (others?) xautorange nearest=exact wasn't working
    command line option -prefab is now disabled when operating in direct cgi mode
    command line option -drawdumpa displayed to x11 but shouldn't
2013-06-30 15:13:09 +00:00
wiz
0584b7922a + gnumeric112-1.12.3, help2man-1.43.3, libgpg-error-1.12,
mkvtoolnix-6.3.0, mtr-0.85, py-distribute-0.6.46, py-psycopg2-2.5.1,
  qemu-1.5.1, x264-devel-20130629.
2013-06-30 15:03:00 +00:00
rodent
01bf9b3bc4 Munged MAINTAINER on file copy. Fixed. 2013-06-30 14:14:10 +00:00
ryoon
c13597cfda Remove qbrew, pkgsrc has newer one. 2013-06-30 13:41:33 +00:00
ryoon
f84228c2d5 Updated editors/biew to 6.1.0 2013-06-30 13:39:48 +00:00
ryoon
f940f126f9 Update to 6.1.0
* This version of biew works on NetBSD/amd64 at least.

Changelog:
6.0.1:
It supports NEW Intel's AES, AVX, FMA and AMD's XOP, FMA4, CVT16 instructions sets.

6.0.2:
It contains minor bug-fixes in 64-bit mode. I hope this release will finalize series of changes for 6.0.x branch.

6.0.1:
It contains minor bug-fixes in 64-bit mode.

5.7.3.1:
This release fixes one accidental bug in AMD64 disassembler

5.7.3:
unknown.

5.7.2:
unknown.

5.7.1:
Changes:
* Minor fixes and cleanups.
+ feature request: [ 1782395 ] Make Goto (F5) accept percentages

5.7.0:
Changes:
* Fixes by Daniel Borca <dborca@yahoo.com>:
* unix/vio.c use the correct alternate set for line drawing.
see http://www.in-ulm.de/~mascheck/various/alternate_charset/
* configure: accept linux and Linux from uname. i?86 is really ia32.
* makefile: install xlt and man pages correctly.
* unix/os_dep.c: DATADIR conforming to configure. Fix duplicate biew
name in configuration file
* ia32/_inlines.h: replace xlat with regular table indexing (to be able
to test biew with valgrind).
* linux/keyboard.c: fix 'I/O possible' error; it seems to be appearing
spuriously between __init_vio and the end of __init_keyboard, where
SIGIO is hooked as event handler. I think it's harmless to just or maybe
block SIGIO events until we are finished setting up the keyboard.
+ Assembling through the nasm/yasm. Patch by <mauro.giachero@gmail.com>
+ New opcodes (SSSE3, SSE4.1, SSE4.2, SSE4a) in x86 disassembler.
+ Provide alternative insns hilighting in ix86-32 disassembler.
* Fixed bug of repainting in hexmode when up_arrow key pressed
and filepos == 0.
* Fixed REX handling in x86_64 disassembler
* Fixed CPU information dialog
+ New disassemblers:
+ ARM32 / XScale
+ AIM Power5+ ISA
+ Added support for PE32+ file format.
+ NEW: User defined names aka bookmarks (Ctrl-F10)!!!
* Many other improvements and fixes.

5.6.4:
This is release has goal to fix loopback in biew during file format detection.
Also it has some other changes:
* Fixed bug #1695783 (biew 5.6.3 - Bug in file detection due mp3.c)
* Improved multimedia format support
+ Added initial support for Sis and SisX formats of Symbian OS
* Fixed bug #1696442 (-extraincdir and -extralibdir can only handle one extra lib.)
* Added endian selection in hexmode viewer

5.6.3:
This minor featues enhancement release which adds support for multimedia file formats
2013-06-30 13:39:05 +00:00
obache
0152c279d2 Le to invoke llvm-build' tool via python', same as in CMakeLists.txt.
shbang of the tool is `/usr/bin/env python', and it is not portable.

fixes build on Haiku.
2013-06-30 12:58:37 +00:00
ryoon
6bd0f5c013 Updated devel/javacc to 5.0 2013-06-30 12:32:15 +00:00
ryoon
ecfa390cb9 Update to 5.0
* Set LICENSE.
* Update HOMEPAGE and MASTER_SITES.
* Set java commands path.

Changelog:
unknown.
2013-06-30 12:31:42 +00:00
wiz
4c9d4faa2e Apply a version of the asm fixes for gcc from ffmpeg/Makefile here as well.
Noted by John D. Baker in PR 47132.
2013-06-30 12:16:18 +00:00
ryoon
9e9214ec45 Updated devel/mantis to 1.2.15 2013-06-30 11:50:21 +00:00
ryoon
09d0125184 Update to 1.2.15
Changelog:

MantisBT 1.2.15 is a security update for the stable 1.2.x branch. All installations that are currently running any 1.2.x version are strongly advised to upgrade to this release.

- 0002971: [bugtracker] Reminders are not added to bug history (dregad) - closed.
- 0015470: [bugtracker] Reminders recipient list is truncated (dregad) - closed.
- 0010047: [documentation] Adding new statuses section is missing a step (dregad) - closed.
- 0010118: [documentation] lang_get_current() returns wrong language if $g_default_language overwritten (dregad) - closed.
- 0010372: [feature] Don't allow reminders to be sent if the user doesn't have an email address specificed (dregad) - closed.
- 0013054: [installation] Installer displays a blank page if core.php encounters a critical error (dregad) - closed.
- 0015357: [bugtracker] uninitialized library path (dregad) - closed.
- 0015471: [bugtracker] bug_reminder.php does not handle unsent reminders (dregad) - closed.
 - 0015472: [bugtracker] email_bug_reminder() API's return array is always full list of recipients (dregad) - closed.
- 0015481: [custom fields] Custom fields values are not sorted in the main filter (dregad) - closed.
- 0015528: [printing] Custom fields user has no access to should not be displayed on print pages (dregad) - closed.
- 0015538: [bugtracker] Issues list is not displayed when $g_limit_reporters is ON (dregad) - closed.
- 0015540: [documentation] Wrong example code for custom status translation (atrol) - closed.
- 0015558: [bugtracker] url_get() does not fall back to other methods when no data is retrieved (dregad) - closed.
- 0015573: [security] CVE-2013-1883: One query can be issued via current Mantis interface to take down site (dregad) - closed.
- 0015575: [documentation] Turning on $g_show_queries_list causes Mantis to crash with an error (dregad) - closed.
- 0015659: [localization] Appears @70@ and @80@ in the list of resolutions in the "view Issues" page when mantis is in catalan. (dregad) - closed.
- 0015691: [administration] Config report: retrieval of saved project filter from cookie does not work (dregad) - closed.
- 0015453: [security] CVE-2013-1930: Close button is shown on webpage despite 'close' is not a valid status by workflow (dregad) - closed.
- 0015511: [security] CVE-2013-1931: XSS vulnerability when deleting a version (atrol) - closed.
- 0015698: [bugtracker] 'extract() expects parameter 1 to be array, boolean given' in '/srv/www/bugs/account_prof_edit_page.php' line 48 (dregad) - closed.
- 0015704: [documentation] Wrong description of writing custom_functions (atrol) - closed.
- 0015744: [bugtracker] Reminder bugnote with list of recipients not added if no text provided (dregad) - closed.
- 0015451: [api soap] Incorrect invocations of SoapObjectsFactory::newSoapFault (rombert) - closed.
- 0015517: [api soap] mc_project_get_versions() result can't be parsed by C# (dregad) - closed.
- 0015522: [api soap] mc_project_get_issues does not report due_date (dregad) - closed.


MantisBT 1.2.14 is a security update for the stable 1.2.x branch. All installations that are currently running any 1.2.x version are strongly advised to upgrade to this release.

Please refer to the release notes for details.

- 0015416: [security] CVE-2013-1934: XSS issue in adm_config_report.php when displaying complex value (dregad) - closed.
- 0015415: [security] CVE-2013-1932: XSS vulnerability on Configuration Report page (dregad) - closed.
- 0015411: [performance] Huge memory consumption for print_user_option_list() (dregad) - closed.


MantisBT 1.2.13 had to be withdrawn shortly after release, as it introduced a bug
(#15411) causing the View Issues page to consume significantly more memory for
instances with large numbers of users (order 10k+), leading to system crashes,
as well as an XSS issue (#15415) in the Configuration Report page.

We recommend not to use 1.2.13, and deploy version 1.2.14 instead.

- 0014871: [api soap] Add support for the built-in soap extension in addition to nusoap (rombert) - closed.
- 0003693: [bugtracker] Make the username in Manage Projects a clickable link to edit that user (dregad) - closed.
- 0007586: [customization] generic configuration editor cannot 'EDIT' an option (dregad) - closed.
- 0010130: [filters] Filter "Assigned to" does not display usernames when project "All Projects" is selected (dregad) - closed.
- 0011854: [documentation] Parameter $g_default_timezone" is not mentioned in administration_guide (dregad) - closed.
- 0013298: [preferences] commas and multi-dimensional arrays in adm_config_set (dregad) - closed.
- 0013680: [performance] Configuration page takes a very long time to load (dregad) - closed.
- 0014009: [administration] admin/check.php fatal error on PHP 5.1.x (undefined function timezone_identifiers_list()) (dregad) - closed.
- 0014559: [administration] Adding filter for "Configuration report" (dregad) - closed.
- 0015199: [other] Update json api error format (rombert) - closed.
- 0015201: [db postgresql] Summary page fail (dregad) - closed.
- 0015384: [security] CVE-2013-1810 XSS vulnerability on summary page (dhx) - closed.
- 0015247: [administration] Protected account change still sends email (dregad) - closed.
- 0015248: [email] The order of sending emails is inverted when using cron (dregad) - closed.
- 0015255: [bugtracker] Date filter fields are disabled when $g_use_javascript = OFF (dregad) - closed.
- 0015257: [filters] Inconsistent use of numeric vs text month in date filter selection fields (dregad) - closed.
- 0015258: [security] CVE-2013-1811 Reporter can change issue status to 'new' (dregad) - closed.
- 0015260: [bugtracker] access_get_status_threshold() returns incorrect value for NEW (dregad) - closed.
- 0015264: [custom fields] custom_field_get_id_from_name() broken since 1.2.12 (dregad) - closed.
- 0015265: [custom fields] custom_field_get_id_from_name() doesn't cache result of obsolete custom field names (dregad) - closed.
- 0015280: [code cleanup] Form in manage_columns_inc.php has misleading name and unnecessary multipart encoding (dregad) - closed.
- 0015320: [filters] Date filters broken since 1.2.12 (rombert) - closed.
- 0015360: [bugtracker] Add Missing config 'reminder_receive_threshold' in workflow threshold page (dregad) - closed.
- 0015370: [bugtracker] When a bug is resolved on report, default the handler to the current user (rombert) - closed.
- 0015373: [security] CVE-2013-0197 XSS vulnerability with match_type filter (dhx) - closed.
- 0015382: [email] Additional improvements to email logging (dregad) - closed.
- 0015388: [filters] Update the match_type parameter to be XSS-safe by itself (dregad) - closed.
- 0015389: [filters] Display of match_type filter property for unknown types (dregad) - closed.
- 0015356: [api soap] improve error handling in mc_issue_api.php (rombert) - closed.
- 0014157: [api soap] Array to string conversion error on soap request with PHP 5.4 (rombert) - closed.
- 0014672: [api soap] Slow performance of SOAP calls due to nusuoap (rombert) - closed.
- 0015222: [api soap] mc_project_delete_category fails to delete category (rombert) - closed.
2013-06-30 11:47:44 +00:00
sno
3c8264ab41 Updated security/libprelude-perl to 0.9.24.1nb7 2013-06-30 11:35:44 +00:00
sno
c38fda8df4 Fix missing RPATH for security/libprelude-perl, bumping PKGREVISION 'cause
it modifies resulting shared object and regardless it worked before or not,
it should be rebuild.
2013-06-30 11:35:23 +00:00
ryoon
e51635bba0 Updated lang/algol68g to 2.7 2013-06-30 09:44:18 +00:00
ryoon
4c6b7488a9 Update to 2.7
* Fix pgsql dependency.

Changelog:
Version 2.7, June 2013
* Larger test set.
* Fixes several reported issues.
2013-06-30 09:43:31 +00:00
obache
97641ccdc8 + ettercap-0.7.6 mantis-1.2.15 2013-06-30 09:35:40 +00:00
ryoon
1cacc51a7e Updated devel/fossil to 1.26 2013-06-30 06:05:16 +00:00
ryoon
40e6d317cf Update to 1.26
Changelog:
This is Version 1.26. Key changes in this release include:

    The argument to the --port option for the "fossil ui" and "fossil server" commands can take an IP address in addition to the port number, causing Fossil to bind to just that one IP address.
    After prompting for a password, also ask if that password should be remembered.
    Performance improvements to the diff engine.
    Fix the side-by-side diff engine to work better with multi-byte unicode text.
    Color-coding in the web-based annotation (blame) display. Fix the annotation engine so that it is no longer confused by time-warps.
    The markdown formatter is now available by default and can be used for tickets, wiki, and embedded documentation.
    Add subcommands "fossil bisect log" and "fossil bisect status" to the "fossil bisect" command, as well as other bisect enhancements.
    Enhanced defenses that prevent spiders from using excessive CPU and bandwidth.
    Consistent use of the -n or --dry-run command line options.
    Win32: Fossil now understands Cygwin paths containing one or more of the characters "*:<>?|. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment.
    Cygwin: Fossil now understands win32 absolute paths starting with a drive letter everywhere. The default value of the "case-sensitive" setting is now FALSE, except when case-sensitivity is enabled in the Windows kernel.
    Enhancements to /timeline.rss, adding more flags for filtering results, including the ability to subscribe to changes made to individual tickets.
    Improved handling of the differences between case-sensitive and case-insensitive filesystems.
    JSON API: added the 'status' command to report local checkout status.
    Fixes to the --args support and documented this feature in the help.
    Added /stats_report page.
    Added ym=YYYY-MM filter to the "/timeline" url.
    Fixed: config reset now re-installs default ticket report format.
    ssh:// and file:// protocols now ignore proxy settings.
    Added /hash-color-test web page.
    Cherry-pick merges are recorded internally (though no yet displayed on the timeline graph.)
    Bring in the latest versions of SQLite, zlib, and autosetup from upstream.
2013-06-30 06:04:39 +00:00
rodent
52bdadcb5a Updated Cg-compiler to latest release, 3.1 from April 2012. This provides a
more useful package than the previous version, complete with examples and
handling distfiles for the i386 and amd64 architectures. This was originally
in pkgsrc-wip and cleaned up for pkgsrc HEAD. Resolved PR/46914 Not a
complete ChangeLog since the version in pkgsrc, but here's what could be
scraped from HOMEPAGE:

The April 2012 version of Cg 3.1 added these improvements:

    Improved GLSL support for clip semantics
    Fixed a runtime bug concerning gp4 and gp5 geometry programs
    Various documentation updates

The February 2012 version of Cg 3.1 added these improvements:

    Added Cg language support for uniform buffers
    Added OpenGL Uni\ufb01ed Buffer Object (UBO) support for buffers
    Added OpenGL GLSL version 110 and 120 translation support
    New tessellation examples added
    New uniform buffer examples added
    VC10 projects added for examples

The February 2011 version of Cg 3.0 added these improvements:

    Improved DX11 tessellation support
    Resolved an issue with nearly identical user defined types
    Resolved an issue with default values from unreferenced uniform parameters
    Support setting matrices beyond 96 float constants in the vp30 profile
    Application supplied compilation options now override those set by cgGLSetOptimalOptions
    Improved support for 'const' variables in the GLSL profiles
    Added sampler state documentation
2013-06-30 03:14:43 +00:00
tsutsui
3dae8b6ebd Updated x11/mlterm to 3.2.1 2013-06-29 20:31:00 +00:00
tsutsui
167d78d67c Update mlterm to 3.2.1. (leaf package update)
Also pull post-3.2.1 patches for configure scripts.

pkgsrc changes:
 - remove obsolete post-3.2.0 patches
 - adjust for etc/font-fb changes
 - update PLIST for new framebuffer software keyboard files

Changes from doc/en/ReleaseNote:

ver 3.2.1
* Support framebuffer on OpenBSD.
* Support software keyboard on framebuffer.
  (Double-click Button1 at the right bottom corner of the screen to show it.)
* Support USB keyboard with iBus on NetBSD/OpenBSD framebuffer.
* Support CSI ? 69 h, CSI ? 69 l (DECLRMM) and CSI pl;pr s (DECSLRM).
* Support CSI 3 m and CSI 23 m which set/unset italic attribute.
* Prefer JISX0208 to JISX0213 all the time in converting Unicode to other cs.
* If DEFAULT=-foo-bar-medium-r-*--%d-*- is specified in ~/.mlterm/font,
  -foo-bar-bold-r-*--%d-*-, -foo-bar-medium-i-*--%d-*- or -foo-bar-bold-i-*--%d-*-
  are automatically searched for a bold, italic or bold italic font.
* Bug fixes:
  SF Bug #3614142 (Thanks to Ahmed El-Mahmoudy)
  SF Bug #3614192 (Thanks to Ahmed El-Mahmoudy)
  Fix the bug which caused segmentation fault in using a font whose width doesn't
  match the usascii font on 24 or 32 bpp framebuffer.
  Fix the bug which caused segmentation fault in closing input method status window.
  Fix the bug which caused segmentation fault in loading illegal pcf fonts.
  Resize the window in attaching a new pty. (enbugged at 3.2.0)
  Fix the bug which disabled mlconfig and mlterm-menu. (enbugged at 3.2.0)
  Fix the error message in the failure of loading US-ASCII font.
  Fix the bug which lets parcellite reset the selected region.
  Report relative-origin position of the cursor to CPR sequence.
2013-06-29 20:29:46 +00:00
spz
fd4cd3604a update of cURL to the current version. Upstream changelog:
Changes:
--------

darwinssl: add TLS session resumption
darwinssl: add TLS crypto authentication
imap/pop3/smtp: Added support for ;auth= in the URL
imap/pop3/smtp: Added support for ;auth= to CURLOPT_USERPWD
usercertinmem.c: add example showing user cert in memory
url: Added smtp and pop3 hostnames to the protocol detection list
imap/pop3/smtp: Added support for enabling the SASL initial response
curl -E: allow to use ':' in certificate nicknames

Bugfixes:
---------

SECURITY VULNERABILITY: curl_easy_unescape() may parse data beyond
    the end of the input buffer [26]
FTP: access files in root dir correctly
configure: try pthread_create without -lpthread
FTP: handle a 230 welcome response
curl-config: don't output static libs when they are disabled
CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling
Various documentation updates
getinfo.c: reset timecond when clearing session-info variables
FILE: prevent an artificial timeout event due to stale speed-check data
ftp_state_pasv_resp: connect through proxy also when set by env
sshserver: disable StrictHostKeyChecking
ftpserver: Fixed imap logout confirmation data
curl_easy_init: use less mallocs
smtp: Fixed unknown percentage complete in progress bar
smtp: Fixed sending of double CRLF caused by first in EOB
bindlocal: move brace out of #ifdef
winssl: Fixed invalid memory access during SSL shutdown
OS X framework: fix invalid symbolic link
OpenSSL: allow empty server certificate subject
axtls: prevent memleaks on SSL handshake failures
cookies: only consider full path matches
Revert win32 MemoryTracking: wcsdup() _wcsdup() and _tcsdup()
Curl_cookie_add: handle IPv6 hosts
ossl_send: SSL_write() returning 0 is an error too
ossl_recv: SSL_read() returning 0 is an error too
Digest auth: escape user names with backslash or " in them
curl_formadd.3: fixed wrong "end-marker" syntax
libcurl-tutorial.3: fix incorrect backslash
curl_multi_wait: reduce timeout if the multi handle wants to
tests/Makefile: typo in the perlcheck target
axtls: honor disabled VERIFYHOST
OpenSSL: avoid double free in the PKCS12 certificate code
multi_socket: reduce timeout inaccuracy margin
digest: support auth-int for empty entity body
axtls: now done non-blocking
lib1900: use tutil_tvnow instead of gettimeofday
curl_easy_perform: avoid busy-looping
CURLOPT_COOKIELIST: take cookie share lock
multi_socket: react on socket close immediately
2013-06-29 19:24:57 +00:00
tsutsui
346726c49e Note fftw-fortran option. 2013-06-29 19:01:42 +00:00
tsutsui
6c9d91d5ea Make fortran support an option and enable it only on supported platforms.
Fixes build failure on platforms that are not supported by g95,
including NetBSD/arm 6.1.  PR/47965

Ok'ed by wiz@.
2013-06-29 18:59:43 +00:00
wiz
9a32a374fa Do not make assumptions about Darwin's or Solaris' gcc behaving like others. 2013-06-29 14:53:39 +00:00
wiz
e446534333 Fix stack alignment issues on i386.
From Onno van der Linden in PR 47132.
2013-06-29 13:34:23 +00:00
obache
28d5b6398e Updated mail/milter-manager to 1.8.9 2013-06-29 12:35:30 +00:00
obache
4dc40721cb Update milter-manager to 1.8.9.
== [release-1-8-9] 1.8.9: 2013-06-28

A bug fix release of 1.8.8.

=== Package

==== Improvements

  * [rpm] Update Ruby1.9.3 package for CentOS6 to Ruby1.9.3-p448
    released on 2013-06-27

=== milter manager

==== Fixes

  * [binding][ruby] Fixed a bug that milter-manager couldn't detect
    socket path if greylist.conf includes socket path with
    permission.

== [release-1-8-8] 1.8.8: 2013-06-25

A bug fix release of 1.8.7.

=== Package

==== Fixes

  * [rpm] milter-manager-log-analyzer should include cron configuration.
    [Reported by Satoru Sakashita][milter-manager-users-ja:00200]
  * [deb] Remove old configuration file installed by milter-manager.
    [Reported by Youhei SASAKI][milter-manager-users-ja:00202]

=== Known Issues

  * [test] Failed some test cases using rrdtool on some environments.
    [Reported by Hirohisa Yamaguchi][GitHub #29]

=== Thanks

  * Satoru Sakashita
  * Youhei SASAKI
  * Hirohisa Yamaguchi
2013-06-29 12:35:10 +00:00
obache
ee6d008afc Updated mail/milter-manager to 1.8.7 2013-06-29 12:10:20 +00:00
obache
fc8ae1b43b Update milter-manager to 1.8.7.
== [release-1-8-7] 1.8.7: 2013-06-14

A bug fix release of 1.8.6.

=== Package

  * [rpm] Keep user configuration settings on upgrade.
  * [deb][rpm] Separate milter-manager-log-analyzer from milter-manager.
    [Reported by Kazuhiro NISHIYAMA][GitHub #21]
  * Use Ruby1.9 on CentOS6 or later.
  * Drop Ubuntu Oneiric Ocelot(11.10) support.
  * Add Ubuntu Raring Ringtail(13.04) support.
  * Add Debian jessie support.

=== milter manager

==== Improvements

  * Support Ruby2.0.0.

==== Fixes

  * [debian] Support init file that contains non-ASCII characters.
    [Reported by Kazuhiro NISHIYAMA][GitHub #23]

=== milter-manager-log-analyzer

==== Fixes

  * Process mail log even if it includes invalid byte sequence.
    [Reported by Satoru Sakashita][GitHub #24]

=== Admin

  * Dropped.

=== Thanks

  * Kazuhiro NISHIYAMA
  * Satoru Sakashita
2013-06-29 12:10:03 +00:00
drochner
4878ce9982 add patch from upstream to fix possible buffer overflow in URL parser
(CVE-2013-2174), bump PKGREV
2013-06-29 12:08:50 +00:00
obache
fc2d805aaa Updated graphics/rabbit to 2.1.0 2013-06-29 11:55:08 +00:00
obache
c0f822e6c0 Update rabbit to 2.1.0.
== 2.1.0: 2013-06-16

A bug fix release of 2.0.9.

=== Improvements

==== rabbit

  * Ignored backup files when detecting a README file.
    [GitHub:#21] [Reported by TOMITA Masahiro]
  * Added Ruby version check on RubyGems install.
    If you install with Ruby 1.8, RubyGems reports an error.

=== Fixes

==== rabbit

  * Fixed a bug that encoding conversion error handling is bad.
    [Reported by Junichi Oya]
  * Supported Ruby/GLib2 2.0.2 or ealier.

=== Thanks

  * TOMITA Masahiro
  * Junichi Oya
2013-06-29 11:54:45 +00:00
sno
752a55bb6a Updated www/p5-Apache-LogFormat-Compiler to 0.13 2013-06-29 09:29:17 +00:00
sno
0e34dd3425 Updating package for Perl5 module Apache::LogFormat::Compiler via CPAN
distribution Apache-LogFormat-Compiler in www/p5-Apache-LogFormat-Compiler
from 0.12nb1 to 0.13.

pkgsrc changes:
- correct dependencies
- apply update to force rebuild the package

Upstream changes:
0.13 2013-05-24T00:19:31Z
   - fixed pod issue (Thank you fschlich)
2013-06-29 09:29:05 +00:00
sno
cad710a28f Updated devel/p5-PathTools to 3.40 2013-06-29 09:25:40 +00:00
sno
bd05fe551e Updating packge for Perl5 modules File::Spec and Cwd in CPAN distribution
PathTools in devel/p5-PathTools from 3.33nb3 to 3.40.
This is required, because Perl5 5.18.0 comes with PathTools 3.40 bundled
and some CPAN packages rely on this - pkgsrc installed PathTools 3.33
overrides core modules which is a downgrade and should have a sane
reason.

Upstream changes since 3.33:
3.40 - Wed Jan 16 07:30:00 2013
- Stop inadvertently skipping Spec.t on VMS. (Craig Berry)
- Rethink EFS in File::Spec::VMS. (Craig Berry)
- File::Spec::UNIX->abs2rel() gets it wrong with ".." components
  [perl #111510] (Volker Schatz)
- Add C define to remove taint support from perl (Steffen Mueller)
- Remove "register" declarations as they are no longer
  useful (Karl Williamson)
- Add test for fast_abs_path in LF dir
  [perl #115962] (Father Chrysostomos)
- Cwd::fast_abs_path's untaint should allow for multiline
  directories (Joel Berger)

3.39_01 - Tue Dec 20 08:30:00 2011
- [perl #51562] Problem & "solution" for building 5.10.0 with
  win32+mingw+dmake (kmx)
- Fix various compiler warnings from XS code (Zefram)
- Fix typos (spelling errors) (Peter J. Acklam)
- Remove Mac OS classic only tests from Cwd's Spec.t
  and special case code from Cwd's cwd.t (Nicholas Clark)
- Convert File::Spec's remaining tests to Test::More from Test
  (Nicholas Clark)
- dist/Cwd/lib/File/Spec/Win32.pm: Fix broken link (Karl Williamson)
- In Cwd::_win32_cwd() avoid a string eval when checking if we're
  miniperl (Nicholas Clark)
- Add PERL_NO_GET_CONTEXT to Cwd (Nicholas Clark)
- In Cwd.xs on VMS, don't compile bsd_realpath() at all (Nicholas Clark)
- Merge the implementation of Cwd::{fastcwd,getcwd} using
  ALIAS (Nicholas Clark)
- In Cwd.xs, swap to defaulting to disabled prototypes (Nicholas Clark)
- Remove duplicate $VERSION handling code, made redundant
  in 3.28_01 (Nicholas Clark)
- In Cwd.xs, tidy the conditional code related to symlinks
  (Nicholas Clark)
- Keep verbatim pod within 80 cols (Father Chrysostomos)
- [RT #36079] Convert ` to ' in docs (Jim Keenan)
- [rt.cpan.org #45885] File::Spec: Don’t use tainted tmpdir
  in 5.6 (Father Chrysostomos)
2013-06-29 09:25:30 +00:00
sno
827469fd9f Updated devel/p5-Try-Tiny to 0.12 2013-06-29 09:21:26 +00:00
sno
57e00a08b6 Updating package for rocking Perl5 module Try::Tiny in CPAN-distribution
Try-Tiny-0.12 in devel/p5-Try-Tiny from 0.11nb2 to 0.12 because of
forced www/p5-Apache-LogFormat-Compiler update requires Try::Tiny 0.12.

Upstream changes:
0.12
  - doc fixes
2013-06-29 09:21:13 +00:00