summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2010-07-27Pullup ticket #3189 - requested by tnntron2-6/+6
devel/xulrunner: security update www/firefox: security update Revisions pulled up: - devel/xulrunner/dist.mk 1.13 - devel/xulrunner/distinfo 1.35 --- Module Name: pkgsrc Committed By: tnn Date: Tue Jul 27 07:58:53 UTC 2010 Modified Files: pkgsrc/devel/xulrunner: dist.mk distinfo Log Message: Update to firefox-3.6.8. Fixes a heap corruption issue due to free() of garbage pointers when parsing an invalid <object> tag.
2010-07-25Pullup ticket 3184 - requested by tronspz1-2/+1
security updates Revisions pulled up: - pkgsrc/lang/php5/Makefile 1.79 - pkgsrc/lang/php5/distinf 1.79 - pkgsrc/lang/php5/Makefile.common 1.42 - pkgsrc/lang/php5/Makefile.ph 1.42 - pkgsrc/lang/php53/Makefile 1.4 - pkgsrc/lang/php53/Makefile.common 1.2 - pkgsrc/lang/php53/Makefile.php 1.3 - pkgsrc/lang/php53/distinfo 1.6 - pkgsrc/lang/php53/patches/patch-ab 1.2 - pkgsrc/converters/php-mbstring/Makefile 1.2 - pkgsrc/devel/php-gmp/Makefile 1.12 - pkgsrc/graphics/php-gd/Makefile 1.24 - pkgsrc/multimedia/php-ming/Makefile 1.11 - pkgsrc/net/php-xmlrpc/Makefile 1.13 - pkgsrc/net/php-yaz/Makefile 1.9 - pkgsrc/print/php-pdflib/Makefile 1.17 Files deleted: pkgsrc/lang/php5/patches/patch-be pkgsrc/lang/php53/patches/patch-ak ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sat Jul 24 22:23:15 UTC 2010 Modified Files: pkgsrc/lang/php5: Makefile Makefile.common Makefile.php distinfo Removed Files: pkgsrc/lang/php5/patches: patch-be Log Message: Update "php5" package to version 5.2.14. Changes since version 5.2.13: - Reverted bug fix #49521 (PDO fetchObject sets values before calling constructor). (Felipe) - Updated timezone database to version 2010.5. (Derick) - Upgraded bundled PCRE to version 8.02. (Ilia) - Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531). (Scott) - Fixed a possible interruption array leak in strrchr(). Reported by P??ter Veres. (CVE-2010-2484) (Felipe) - Fixed a possible interruption array leak in strchr(), strstr(), substr(), chunk_split(), strtok(), addcslashes(), str_repeat(), trim(). (Felipe) - Fixed a possible memory corruption in substr_replace() (Dmitry) - Fixed SplObjectStorage unserialization problems (CVE-2010-2225). (Stas) - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan Esser (Ilia) - Reset error state in PDO::beginTransaction() reset error state. (Ilia) - Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert) - Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser (Ilia) - Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski. (Ilia) - Fixed a crash when calling an inexistent method of a class that inherits PDOStatement if instantiated directly instead of doing by the PDO methods. (Felipe) - Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)). (Adam) - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array). (Johannes) - Fixed bug #52237 (Crash when passing the reference of the property of a non-object). (Dmitry) - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that can't be set). (Felipe) - Fixed bug #52162 (custom request header variables with numbers are removed). (Sriram Natarajan) - Fixed bug #52160 (Invalid E_STRICT redefined constructor error). (Felipe) - Fixed bug #52061 (memory_limit above 2G). (Felipe) - Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function). (Dmitry) - Fixed bug #52037 (Concurrent builds fail in install-programs). (seanius at debian dot org, Kalle) - Fixed bug #52019 (make lcov doesn't support TESTS variable anymore). (Patrick) - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). (Ilia, Felipe) - Fixed bug #51943 (AIX: Several files are out of ANSI spec). (Kalle, coreystup at gmail dot com) - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array). (Felipe) - Fixed bug #51905 (ReflectionParameter fails if default value is an array with an access to self::). (Felipe) - Fixed bug #51822 (Segfault with strange __destruct() for static class variables). (Dmitry) - Fixed bug #51671 (imagefill does not work correctly for small images). (Pierre) - Fixed bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset). (Pierrick) - Fixed bug #51629 (CURLOPT_FOLLOWLOCATION error message is misleading). (Pierre) - Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4). (Felipe, wdierkes at 5dollarwhitebox dot org) - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML). (Felipe) - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter). (Felipe) - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal). (cbandy at jbandy dot com) - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument). (cbandy at jbandy dot com) - Fixed bug #51604 (newline in end of header is shown in start of message). (Daniel Egeberg) - Fixed bug #51562 (query timeout in mssql can not be changed per query). (ejsmont dot artur at gmail dot com) - Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues). (Dmitry) - Fixed bug #51532 (Wrong prototype for SplFileObject::fscanf()). (Etienne) - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection). (Felipe) - Fixed bug #51393 (DateTime::createFromFormat() fails if format string contains timezone). (Adam) - Fixed bug #51374 (Wrongly initialized object properties). (Etienne) - Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on). (Ilia, j dot jeising at gmail dot com) - Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty) (Ilia, dennis at transip dot nl) - Fixed bug #51269 (zlib.output_compression Overwrites Vary Header). (Adam) - Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) (cschneid at cschneid dot com, Takeshi Abe) - Fixed bug #51237 (milter SAPI crash on startup). (igmar at palsenberg dot com) - Fixed bug #51213 (pdo_mssql is trimming value of the money column). (Ilia, alexr at oplot dot com) - Fixed bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-'). (Adam, solar at azrael dot ws). - Fixed bug #51190 (ftp_put() returns false when transfer was successful). (Ilia) - Fixed bug #51183 (ext/date/php_date.c fails to compile with Sun Studio). (Sriram Natarajan) - Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided). (Ilia) - Fixed bug #51128 (imagefill() doesn't work with large images). (Pierre) - Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8). (Chris Jones) - Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries). (Chris Jones) - Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4). (Raphael Geissert) - Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com) - Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endpoints). (Justin Dearing) - Fixed bug #50383 (Exceptions thrown in __call() / __callStatic() do not include file and line in trace). (Felipe) - Fixed bug #49730 (Firebird - new PDO() returns NULL). (Felipe) - Fixed bug #49723 (LimitIterator with empty SeekableIterator). (Etienne) - Fixed bug #49576 (FILTER_VALIDATE_EMAIL filter needs updating) (Rasmus) - Fixed bug #49320 (PDO returns null when SQLite connection fails). (Felipe) - Fixed bug #49267 (Linking fails for iconv). (Moriyosh) - Fixed bug #48601 (xpath() returns FALSE for legitimate query). (Rob) - Fixed bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). (Adam, patch from hiroaki dot kawai at gmail dot com). - Fixed bug #43314 (iconv_mime_encode(), broken Q scheme). (Rasmus) - Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs). (Ilia) - Fixed bug #23229 (syslog() truncates messages). (Adam) To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/lang/php5/Makefile \ pkgsrc/lang/php5/distinfo cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/php5/Makefile.common \ pkgsrc/lang/php5/Makefile.php cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php5/patches/patch-be ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sat Jul 24 22:23:37 UTC 2010 Modified Files: pkgsrc/lang/php53: Makefile Makefile.common Makefile.php distinfo pkgsrc/lang/php53/patches: patch-ab Removed Files: pkgsrc/lang/php53/patches: patch-ak Log Message: Update "php53" package to version 5.3.3. Changes since version 5.3.2: - Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531). (Scott) - Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288). (Raphael Geissert) - Fixed SplObjectStorage unserialization problems (CVE-2010-2225). (Stas) - A large number of not security related bug fixes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/php53/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/php53/Makefile.common cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/php53/Makefile.php cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php53/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/lang/php53/patches/patch-ab cvs rdiff -u -r1.1 -r0 pkgsrc/lang/php53/patches/patch-ak ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sat Jul 24 22:24:22 UTC 2010 Modified Files: pkgsrc/converters/php-mbstring: Makefile pkgsrc/devel/php-gmp: Makefile pkgsrc/graphics/php-gd: Makefile pkgsrc/multimedia/php-ming: Makefile pkgsrc/net/php-xmlrpc: Makefile pkgsrc/net/php-yaz: Makefile pkgsrc/print/php-pdflib: Makefile Log Message: Revert revision of several PHP extensions after both core PHP packages were updated. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/converters/php-mbstring/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/php-gmp/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/php-gd/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/php-ming/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/php-xmlrpc/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/php-yaz/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/php-pdflib/Makefile
2010-07-22Pullup ticket #3177 - requested by tnntron5-34/+15
devel/xulrunner: security update www/firefox: security update Revisions pulled up: - devel/xulrunner/PLIST 1.23 - devel/xulrunner/dist.mk 1.12 - devel/xulrunner/distinfo 1.34 - devel/xulrunner/patches/patch-bc delete - devel/xulrunner/patches/patch-mp 1.4 --- Module Name: pkgsrc Committed By: tnn Date: Wed Jul 21 16:55:34 UTC 2010 Modified Files: pkgsrc/devel/xulrunner: PLIST dist.mk distinfo pkgsrc/devel/xulrunner/patches: patch-mp Removed Files: pkgsrc/devel/xulrunner/patches: patch-bc Log Message: firefox-3.6.7 / xulrunner-1.9.2.7 security update. MFSA 2010-47 Cross-origin data leakage from script filename in error messages MFSA 2010-46 Cross-domain data theft using CSS MFSA 2010-45 Multiple location bar spoofing vulnerabilities MFSA 2010-44 Characters mapped to U+FFFD in 8 bit encodings cause subsequent character to vanish MFSA 2010-43 Same-origin bypass using canvas context MFSA 2010-42 Cross-origin data disclosure via Web Workers and importScripts MFSA 2010-41 Remote code execution using malformed PNG image MFSA 2010-40 nsTreeSelection dangling pointer remote code execution MFSA 2010-39 nsCSSValue::Array index integer overflow MFSA 2010-38 Arbitrary code execution using SJOW and fast native function MFSA 2010-37 Plugin parameter EnsureCachedAttrParamArrays remote code execution MFSA 2010-36 Use-after-free error in NodeIterator MFSA 2010-35 DOM attribute cloning remote code execution vulnerability MFSA 2010-34 Miscellaneous memory safety hazards (rv:1.9.2.7/ 1.9.1.11)
2010-07-04Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branchingagc11-350/+107
error, and to sync with reality.
2010-06-24Security update of firefox & xulrunner to 3.6.4 (1.9.1.2).tnn5-14/+18
MFSA 2010-33 User tracking across sites using Math.random() MFSA 2010-32 Content-Disposition: attachment ignored if Content-Type: multipart also present MFSA 2010-31 focus() behavior can be used to inject or steal keystrokes MFSA 2010-30 Integer Overflow in XSLT Node Sorting MFSA 2010-29 Heap buffer overflow in nsGenericDOMDataNode::SetTextInternal MFSA 2010-28 Freed object reuse across plugin instances MFSA 2010-26 Crashes with evidence of memory corruption
2010-06-23Remove distinfo. It is unused and, at this point outdated, which is causingjmmv2-6/+2
the build of this package to fail.
2010-06-21Determine the installed terminfo database files dynammically. This dealstron4-2574/+10
not only with the different directory structure under Mac OS X (due to the case-insensitive file-system) but also with the files which don't get installed under Solaris. Bump the package revision of the "ncurses" package as the binary package changed under Mac OS X. This fixes PR pkg/43446 by Edgar Fuss.
2010-06-19Remove scons-devel as it is now significantly older than main scons. It issborrill6-590/+1
unused by anything in pkgsrc. XXX Probably worth adding a separate scons2 package at some time in the future.
2010-06-19Update to 1.3.0. Fixes problems with python26 in particular.sborrill4-11/+40
Full changelog: RELEASE 1.3.0 - Tue, 23 Mar 2010 21:44:19 -0400 From Steven Knight: - Update man page and documentation. From William Deegan (plus minor patch from Gary Oberbrunner): - Support Visual Studio 8.0 Express RELEASE 1.2.0.d20100306 - Sat, 06 Mar 2010 16:18:33 -0800 From Luca Falavigna: - Fix typos in the man page. From Gottfried Ganssauge: - Support execution when SCons is installed via easy_install. From Steven Knight: - Make the messages for Configure checks of compilers consistent. - Issue an error message if a BUILDERS entry is not a Builder object or a callable wrapper. From Rob Managan: - Update tex builder to handle the case where a \input{foo} command tries to work with a directory named foo instead of the file foo.tex. The builder now ignores a directory and continues searching to find the correct file. Thanks to Lennart Sauerbeck for the test case and initial patch Also allow the \include of files in subdirectories when variantDir is used with duplicate=0. Previously latex would crash since the directory in which the .aux file is written was not created. Thanks to Stefan Hepp for finding this and part of the solution. From James Teh: - Patches to fix some issues using MS SDK V7.0 From William Deegan: - Lots of testing and minor patches to handle mixed MS VC and SDK installations, as well as having only the SDK installed. RELEASE 1.2.0.d20100117 - Sun, 17 Jan 2010 14:26:59 -0800 From Jim Randall: - Fixed temp filename race condition on Windows with long cmd lines. From David Cournapeau: - Fixed tryRun when sconf directory is in a variant dir. - Do not add -fPIC for ifort tool on non-posix platforms (darwin and windows). - Fix bug 2294 (spurious CheckCC failures). - Fix scons bootstrap process on windows 64 (wrong wininst name) From William Deegan: - Final merge from vs_revamp branch to main - Added definition and usage of HOST_OS, HOST_ARCH, TARGET_OS, TARGET_ARCH, currently only defined/used by Visual Studio Compilers. This will be rolled out to other platforms/tools in the future. - Add check for python >= 3.0.0 and exit gracefully. For 1.3 python >= 1.5.2 and < 3.0.0 are supported - Fix bug 1944 - Handle non-existent .i file in swig emitter, previously it would crash with an IOError exception. Now it will try to make an educated guess on the module name based on the filename. From Lukas Erlinghagen: - Have AddOption() remove variables from the list of seen-but-unknown variables (which are reported later). - An option name and aliases can now be specified as a tuple. From Hartmut Goebel: - Textfile builder. From Jared Grubb: - use "is/is not" in comparisons with None instead of "==" or "!=". From Jim Hunziker: - Avoid adding -gphobos to a command line multiple times when initializing use of the DMD compiler. From Jason Kenney: - Sugguested HOST/TARGET OS/ARCH separation. From Steven Knight: - Fix the -n option when used with VariantDir(duplicate=1) and the variant directory doesn't already exist. - Fix scanning of Unicode files for both UTF-16 endian flavors. - Fix a TypeError on #include of file names with Unicode characters. - Fix an exception if a null command-line argument is passed in. - Evaluate Requires() prerequisites before a Node's direct children (sources and dependencies). From Greg Noel: - Remove redundant __metaclass__ initializations in Environment.py. - Correct the documentation of text returned by sconf.Result(). - Document that filenames with '.' as the first character are ignored by Glob() by default (matching UNIX glob semantics). - Fix SWIG testing infrastructure to work on Mac OS X. - Restructure a test that occasionally hung so that the test would detect when it was stuck and fail instead. - Substfile builder. From Gary Oberbrunner: - When reporting a target that SCons doesn't know how to make, specify whether it's a File, Dir, etc. From Ben Webb: - Fix use of $SWIGOUTDIR when generating Python wrappers. - Add $SWIGDIRECTORSUFFIX and $SWIGVERSION construction variables. From Rob Managan: - Add -recorder flag to Latex commands and updated internals to use the output to find files TeX creates. This allows the MiKTeX installations to find the created files - Notify user of Latex errors that would get buried in the Latex output - Remove LATEXSUFFIXES from environments that don't initialize Tex. - Add support for the glosaaries package for glossaries and acronyms - Fix problem that pdftex, latex, and pdflatex tools by themselves did not create the actions for bibtex, makeindex,... by creating them and other environment settings in one routine called by all four tex tools. - Fix problem with filenames of sideeffects when the user changes the name of the output file from the latex default - Add scanning of files included in Latex by means of \lstinputlisting{} Patch from Stefan Hepp. - Change command line for epstopdf to use --outfile= instead of -o since this works on all platforms. Patch from Stefan Hepp. - Change scanner to properly search for included file from the directory of the main file instead of the file it is included from. Also update the emitter to add the .aux file associated with \include{filename} commands. This makes sure the required directories if any are created for variantdir cases. Half of the patch from Stefan Hepp. RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800 From Stanislav Baranov: - Make suffix-matching for scanners case-insensitive on Windows. From David Cournapeau: - Change the way SCons finds versions of Visual C/C++ and Visual Studio to find and use the Microsoft v*vars.bat files. From Robert P. J. Day: - User's Guide updates. From Dan Eaton: - Fix generation of Visual Studio 8 project files on x64 platforms. From Allan Erskine: - Set IncludeSearchPath and PreprocessorDefinitions in generated Visual Studio 8 project files, to help IntelliSense work. From Mateusz Gruca: - Fix deletion of broken symlinks by the --clean option. From Steven Knight: - Fix the error message when use of a non-existent drive on Windows is detected. - Add sources for files whose targets don't exist in $CHANGED_SOURCES. - Detect implicit dependencies on commands even when the command is quoted. - Fix interaction of $CHANGED_SOURCES with the --config=force option. - Fix finding #include files when the string contains escaped backslashes like "C:\\some\\include.h". - Pass $CCFLAGS to Visual C/C++ precompiled header compilation. - Remove unnecessary nested $( $) around $_LIBDIRFLAGS on link lines for the Microsoft linker, the OS/2 ilink linker and the Phar Lap linkloc linker. - Spell the Windows environment variables consistently "SystemDrive" and "SystemRoot" instead of "SYSTEMDRIVE" and "SYSTEMROOT". RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800 From Stanislav Baranov, Ted Johnson and Steven Knight: - Add support for batch compilation of Visual Studio C/C++ source files, controlled by a new $MSVC_BATCH construction variable. From Steven Knight: - Print the message, "scons: Build interrupted." on error output, not standard output. - Add a --warn=future-deprecated option for advance warnings about deprecated features that still have warnings hidden by default. - Fix use of $SOURCE and $SOURCES attributes when there are no sources specified in the Builder call. - Add support for new $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES and $UNCHANGED_TARGETS variables. - Add general support for batch builds through new batch_key= and targets= keywords to Action object creation. From Arve Knudsen: - Make linker tools differentiate properly between SharedLibrary and LoadableModule. - Document TestCommon.shobj_prefix variable. - Support $SWIGOUTDIR values with spaces. From Rob Managan: - Don't automatically try to build .pdf graphics files for .eps files in \includegraphics{} calls in TeX/LaTeX files when building with the PDF builder (and thus using pdflatex). From Gary Oberbrunner: - Allow AppendENVPath() and PrependENVPath() to interpret '#' for paths relative to the top-level SConstruct directory. - Use the Borland ilink -e option to specify the output file name. - Document that the msvc Tool module uses $PCH, $PCHSTOP and $PDB. - Allow WINDOWS_INSERT_DEF=0 to disable --output-def when linking under MinGW. From Zia Sobhani: - Fix typos in the User's Guide. From Greg Spencer: - Support implicit dependency scanning of files encoded in utf-8 and utf-16. From Roberto de Vecchi: - Remove $CCFLAGS from the the default definitions of $CXXFLAGS for Visual C/C++ and MIPSpro C++ on SGI so, they match other tools and avoid flag duplication on C++ command lines. From Ben Webb: - Handle quoted module names in SWIG source files. - Emit *_wrap.h when SWIG generates header file for directors From Matthew Wesley: - Copy file attributes so we identify, and can link a shared library from, shared object files in a Repository. RELEASE 1.2.0 - Sat, 20 Dec 2008 22:47:29 -0800 From Steven Knight: - Don't fail if can't import a _subprocess module on Windows. - Add warnings for use of the deprecated Options object. RELEASE 1.1.0.d20081207 - Sun, 07 Dec 2008 19:17:23 -0800 From Benoit Belley: - Improve the robustness of GetBuildFailures() by refactoring SCons exception handling (especially BuildError exceptions). - Have the --taskmastertrace= option print information about individual Task methods, not just the Taskmaster control flow. - Eliminate some spurious dependency cycles by being more aggressive about pruning pending children from the Taskmaster walk. - Suppress mistaken reports of a dependency cycle when a child left on the pending list is a single Node in EXECUTED state. From David Cournapeau: - Fix $FORTRANMODDIRPREFIX for the ifort (Intel Fortran) tool. From Brad Fitzpatrick: - Don't pre-generate an exception message (which will likely be ignored anyway) when an EntryProxy re-raises an AttributeError. From Jared Grubb: - Clean up coding style and white space in Node/FS.py. - Fix a typo in the documentation for $_CPPDEFFLAGS. - Issue 2401: Fix usage of comparisons with None. From Ludwig Hähne: - Handle Java inner classes declared within a method. From Steven Knight: - Fix label placement by the "scons-time.py func" subcommand when a profile value was close to (or equal to) 0.0. - Fix env.Append() and env.Prepend()'s ability to add a string to list-like variables like $CCFLAGS under Python 2.6. - Other Python2.6 portability: don't use "as" (a Python 2.6 keyword). Don't use the deprecated Exception.message attribute. - Support using the -f option to search for a different top-level file name when walking up with the -D, -U or -u options. - Fix use of VariantDir when the -n option is used and doesn't, therefore, actually create the variant directory. - Fix a stack trace from the --debug=includes option when passed a static or shared library as an argument. - Speed up the internal find_file() function (used for searching CPPPATH, LIBPATH, etc.). - Add support for using the Python "in" keyword on construction environments (for example, if "CPPPATH" in env: ...). - Fix use of Glob() when a repository or source directory contains an in-memory Node without a corresponding on-disk file or directory. - Add a warning about future reservation of $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES and $UNCHANGED_TARGETS. - Enable by default the existing warnings about setting the resource $SOURCE, $SOURCES, $TARGET and $TARGETS variable. From Rob Managan: - Scan for TeX files in the paths specified in the $TEXINPUTS construction variable and the $TEXINPUTS environment variable. - Configure the PDF() and PostScript() Builders as single_source so they know each source file generates a separate target file. - Add $EPSTOPDF, $EPSTOPDFFLAGS and $EPSTOPDFCOM - Add .tex as a valid extension for the PDF() builder. - Add regular expressions to find \input, \include and \includegraphics. - Support generating a .pdf file from a .eps source. - Recursive scan included input TeX files. - Handle requiring searched-for TeX input graphics files to have extensions (to avoid trying to build a .eps from itself, e.g.). From Greg Noel: - Make the Action() function handle positional parameters consistently. - Clarify use of Configure.CheckType(). - Make the File.{Dir,Entry,File}() methods create their entries relative to the calling File's directory, not the SConscript directory. - Use the Python os.devnull variable to discard error output when looking for the $CC or $CXX version. - Mention LoadableModule() in the SharedLibrary() documentation. From Gary Oberbrunner: - Update the User's Guide to clarify use of the site_scons/ directory and the site_init.py module. - Make env.AppendUnique() and env.PrependUnique remove duplicates within a passed-in list being added, too. From Randall Spangler: - Fix Glob() so an on-disk file or directory beginning with '#' doesn't throw an exception.
2010-06-17Cut and paste the deprecated status of this module from its internaldsainty1-2/+4
documentation: Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so.
2010-06-16update to 1.0.1drochner2-6/+6
changes: -Fix ELF32 shared object relocations -Ignore [warning] directive
2010-06-16update to 4.4.5drochner2-7/+6
changes: - bug fixes - added code to save the editor zoom factor in the session file
2010-06-16update to 1.28.1drochner2-7/+6
changes: -pango-view now accepts --margin -bugfixes
2010-06-16Update to 0.48: use the monotone-0.48 distfile.jmmv2-7/+7
2010-06-16I actually forgot to bump the dependency... do it now.jmmv1-2/+2
2010-06-16Update to 0.48: depend on monotone-0.48.jmmv1-3/+3
2010-06-16Update to 0.48:jmmv2-8/+10
Changes - Much more information is now passed to the editor when composing a commit message for a new revision. The Author, Date, Branch and Changelog values may now all be changed directly in the editor allowing new branches to be created without using the --branch option. Changes to other lines of this information must not be made or the commit will abort. - The edit_comment lua hook now only takes one argument which is the text to be passed to the editor to edit a commit. Existing hooks that override the default hook will need to be changed to work properly. - The long date/time format used by 'status', 'commit' and 'log' must be sufficient to preserve a date through a formatting and parsing cycle. The 'status' command now checks for this and warns if the format is unsuitable and 'commit' will refuse to operate with an unsuitable format. - The output of the 'status' and 'log' commands has changed to align with the new information displayed by 'commit' so that all three commands display revisions similarly. - The 'setup' as well as the 'clone' command check if no managed default database exists and if no database is given either as command line or as workspace option and eventually create a new default database outside of the bookkeeping directory of the new workspace (see below for more information on the new management features). - The output of monotone diff has changed to use /dev/null as the source for added files and as the target for deleted files. This is compatible with patch(1) and will cause it to add and delete files where appropriate. As part of this change diff will now include the removed contents of deleted files which were omitted in earlier versions of monotone. - Monotone will only warn about bad certs if there are not also matching trusted certs. So if someone commits a bad branch cert, monotone will only warn about that bad cert until someone else approves that revision into the same branch (fixes monotone bug #8033). - 'db check' now checks for errors in the branch heads cache, and 'db regenerate_caches' fixes them. - The output of the Lua functions print() and io.write() is now redirected to the standard progress message stream of monotone. See chapter 6.3 in the documentation for details. New features - Monotone has now database management capabilities: If you place your databases in one or more specific locations (defaults to %APPDIR%/monotone/databases on Windows and $HOME/.monotone/databases on Linux, configurable by a hook), it is able to discover these databases and access them only by giving the (base) name of their filename, for example ":my-database.mtn". You can also directly create new databases in the first found default location by issuing 'mtn db init -d ":my-database.mtn". Some commands, like 'setup' and 'clone' automatically fall back to a default database (":default.mtn", also configurable by a hook) if no database option is explicitely given. Additionally, monotone remembers checked out workspaces for every managed database and displays these "known" registered paths together with other information in the new 'list databases' command (closes monotone bug #8916). - A set of accompanying management commands - 'register_workspace', 'unregister_workspace' and 'cleanup_workspace_list' - to handle moved or removed workspaces for managed databases have been added. - Many commands that change the heads of a branch (approve, disapprove, pull, merge, etc) can now take an option "--update". If run from a workspace which is based on a head of the branch and has no local changes, this option makes these commands update that workspace to the new head. If you always want this behavior, you can define the get_default_command_options(cmd) hook in your monotonerc (fixes monotone bug #17878). - New command 'undrop' which undoes a 'drop' done by mistake (fixes monotone bug #13604). - New automation command 'update' which behaves identical to the normal 'update' command. - 'ls tags' now outputs the branch name(s) a tagged revision is on. The revision id is shortened to the first ten characters to get some more space for this (fixes monotone bug #12773). - Default include and exclude patterns are now remembered per server. This means that you can have for example one server that you sync everything to, and one that you only sync some branches to, and you don't have to worry about forgetting to give the include pattern and accidentally trying to sync everything to the second server. - A new Lua extension function change_workspace(directory) has been added. This should be most useful for custom commands which need to work on multiple workspaces from the same monotone instance. - There is also the new server_set_listening(bool) Lua extention function available since 0.47, which can be used to let a monotone server exit gracefully instead of having to be killed. Bugs fixed - A regression in 0.47 prevent successful execution of push / pull / sync over pipes (Debian bug 574512); this has been fixed. - A bug in 0.46 and 0.47 could lead to pulls or possibly commits taking approximately forever, if any of the previous branch heads was not a "close" relation of the new head. This has been fixed. - Several bugs related to restrictions not including the required parent directories of included files have been fixed. It is now possible to say 'mtn add a/b/c' followed by 'mtn commit a/b/c' and have the commit succeed. See the restrictions section in the manual for more details (fixes monotone bugs #15994, #17499, #20447 and #22044). - monotone no longer saves changed options from the command line back to _MTN/options in case the command execution was unsuccessful (fixes monotone bug #22928). - When monotone reads packets from files, like f.e. keys in a directory given by the --keydir option, and these files are large and do not contain packet data at all, monotone no longer uses an excessive amount of time and memory to figure this out (fixes monotone bug #28799). - The 'log' command no longer crashes if it is executed in a workspace whose parent revision(s) do not exist in the specified database (fixes monotone bug #29677). - The 'clone' command no longer removes an existing bookkeeping directory if the target directory "." points to a workspace (fixes monotone bug #29927). - The commands in monotone's help output are now sorted alphabetically. - monotone on Windows will now have a non-zero exit code when interrupted (^C). This was broken in 0.47 when it was fixed to not throw an exception on being interrupted. - In 0.46 and 0.47, monotone could sometimes get confused about which revisions were the heads of a particular branch. This would happen when a new branch cert was added to a revision that was an ancestor of one or more of the current heads of the branch, most commonly during netsync when multiple people had performed identical merges. This is fixed now. 'db check' will identify the problem; if your database currently gives incorrect 'heads' results, or 'mtn bug' on 'merge', you can fix it by running 'mtn db regenerate_caches'. - In 0.46, spurious network disconnects could occur when transferring sufficiently large items (files, diffs, revisions). This was fixed in 0.47 but not noted in the release notes at that time (fixes monotone bug #28991). Other - Support for the diffuse merger (http://diffuse.sourceforge.net) has been added.
2010-06-16update to 3.6.1drochner2-6/+6
changes: -python3 support -minor fixes
2010-06-16Bump PKGREVISION from libpng shlib name change.obache1-1/+2
2010-06-15update to 2.30.0drochner6-18/+20
This switches to the gnome-2.30 release branch
2010-06-15Apply update generously provided by Stoned Elipot. Thanks a bunch!bad2-6/+6
Update p5-Path-Class from version 0.18 to version 0.19. Upstream changes: 0.19 - Sun Jun 6 20:50:27 CDT 2010 - slurp() now accepts an 'iolayers' option to control how the file is opened. [Graham Barr] - In the openr() and openw() file methods, we now croak() instead of die() so that the error messages are more useful. [Ian Sillitoe] - Allow subclassing, by adding dir_class() and file_class() static methods, allowing them to be overridden. [Matt Trout & John LoVerso & Michael Schwern] - Fixed a testing failure that could occur whenever testing in a directory path that contains symlinks (e.g. /tmp on Mac OS X). - Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>] - Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
2010-06-15hg-git-0.2.2: no CHANGELOGjoerg3-15/+14
2010-06-15Update to 2.2.8:wiz2-7/+6
Nothing interesting. Just a small change for library.gnome.org.
2010-06-15Update to 1.19:wiz2-6/+6
* Version 1.19 (released 2010-05-22) [stable] ** doc: Typo fixes. Added PDF version of API reference manual. See doc/reference/libidn.pdf. ** build: Update gnulib files. ** build: Use valgrind -q to reduce verbosity. ** API and ABI is backwards compatible with the previous version.
2010-06-15Fix build with latest ocaml. From Pascal Cuoq <pascal_cuoq@hotmail.com>wiz2-1/+20
on pkgsrc-users.
2010-06-14Update p5-Test-LeakTrace from version 0.10 to version 0.11.seb2-6/+6
Upstream changes: 0.11 Mon Jun 14 16:16:49 2010 - Resolve RT #58133: "False-positive related to XS code"
2010-06-14Update p5-Package-Stash from version 0.03nb1 to version 0.04.seb2-7/+7
Upstream changes: 0.04 2010-06-13 get_package_symbol now doesn't autovivify stash entries. A new method get_or_add_package_symbol can now be used for that behavior.
2010-06-14Add & enable p5-CPAN-FindDependenciesseb1-1/+2
2010-06-14Initial import of p5-CPAN-FindDependencies version 2.34 in theseb3-0/+38
NetBSD Packages Collection. The Perl 5 module CPAN::FindDependencies uses the CPAN packages index to map modules to distributions and vice versa, and then fetches distributions' META.yml or Makefile.PL files from http://search.cpan.org/ to determine pre-requisites.
2010-06-14update devel/py-urwid to 0.9.9.1tonio3-8/+71
Fix PR pkg/43104 pkgsrc-changes: o added documentation and example o use setuptools Changelog - Urwid 0.9.9.1 * Fix for ListBox snapping to selectable widgets taller than the ListBox itself * raw_display switching to alternate buffer now works properly with Terminal.app * Fix for BoxAdapter backwards incompatibility introduced in 0.9.9 * Fix for a doctest failure under powerpc * Fix for systems with gpm_mev installed but not running gpm - Urwid 0.9.9 * New support for 256 and 88 color terminals with raw_display and html_fragment display modules * New palette_test example program to demonstrate high color modes * New AttrSpec class for specifying specific colors instead of using attributes defined in the screen's palette * New MainLoop class ties together widgets, user input, screen display and one of a number of new event loops, removing the need for tedious, error-prone boilerplate code * New GLibEventLoop allows running Urwid applications with GLib (makes D-Bus integration easier) * New TwistedEventLoop allows running Urwid with a Twisted reactor * Added new docstrings and doctests to many widget classes * New AttrMap widget supports mapping any attribute to any other attribute, replaces AttrWrap widget * New WidgetDecoration base class for AttrMap, BoxAdapter, Padding, Filler and LineBox widgets creates a common method for accessing and updating their contained widgets * New left and right values may be specified in Padding widgets * New command_map for specifying which keys cause actions such as clicking Button widgets and scrolling ListBox widgets * New tty_signal_keys() method of raw_display.Screen and curses_display.Screen allows changing or disabling the keys used to send signals to the application * Added helpful __repr__ for many widget classes * Updated all example programs to use MainLoop class * Updated tutorial with MainLoop usage and improved examples * Renamed WidgetWrap.w to _w, indicating its intended use as a way to implement a widget with other widgets, not necessarily as a container for other widgets * Replaced all tabs with 4 spaces, code is now more aerodynamic (and PEP 8 compliant) * Added saving of stdin and stdout in raw_display module allowing the originals to be redirected * Updated BigText widget's HalfBlock5x4Font * Fixed graph example CPU usage when animation is stopped * Fixed a memory leak related to objects listening for signals * Fixed a Popen3 deprecation warning - Urwid 0.9.8.4 * Fixed incompatibilities with Python 2.6 (by Friedrich Weber) * Fixed a SimpleListWalker with emptied list bug (found by Walter Mundt) * Fixed a curses_display stop()/start() bug (found by Christian Scharkus) * Fixed an is_wide_character() segfault on bad input data bug (by Andrew Psaltis) * Fixed a CanvasCache with render() used in both a widget and its superclass bug (found by Andrew Psaltis) * Fixed a ListBox.ends_visible() on empty list bug (found by Marc Hartstein) * Fixed a tutorial example bug (found by Kurtis D. Rader) * Fixed an Overlay.keypress() bug (found by Andreas Klöckner) * Fixed setuptools configuration (by Andreas Klöckner) - Urwid 0.9.8.3 * Fixed a canvas cache memory leak affecting 0.9.8, 0.9.8.1 and 0.9.8.2 (found by John Goodfellow) * Fixed a canvas fill_attr() bug (found by Joern Koerner) - Urwid 0.9.8.2 * Fixed incompatibilities with Python 2.3 * Fixed Pile cursor pref_col bug, WidgetWrap rows caching bug, Button mouse_event with no callback bug, Filler body bug triggered by the
2010-06-14dulwich-0.6.0:joerg3-7/+35
- Support include-tag for the server - New fastexport module for generating such streams - HTTP dumb and smart server - Various improvements and bugfixes
2010-06-14Add & enable p5-Parse-CPAN-Packagesseb1-1/+2
2010-06-14Initial import of p5-Parse-CPAN-Packages version 2.31nb1 in theseb3-0/+35
NetBSD Packages Collection. The Comprehensive Perl Archive Network (CPAN) is a very useful collection of Perl code. It has several indices of the files that it hosts, including a file named "02packages.details.txt.gz" in the "modules" directory. This file contains lots of useful information and the Perl 5 module Parse::CPAN::Packages provides a simple interface to the data contained within.
2010-06-14Fix typo in COMMENTseb1-2/+2
2010-06-14Update from version 0.27 to version 0.28.seb2-9/+7
Pkgsrc changes: - adjust dependencies, mostly wrt to minimum required perl package version Upstream changes: 0.28 Sat. Jun 05 2010 * MooseX::Getopt::Strict - Make it work with Getopt attribute traits in addition to attribute metaclasses. * Switch from Module::Install to Dist::Zilla.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz134-220/+316
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-13Update p5-Perl-Critic from version 1.105 to version 1.106.seb2-10/+6
Pkgsrc changes: - adjust dependencies wrt to minimum required perl package version Upstream changes: [1.106] Released on 2010-05-10 Bug Fixes: * NamingConventions::Capitalization fix for PPI 1.212. RT #57348
2010-06-13Update from version 0.14 to version 0.18.seb2-6/+7
Pkgsrc changes: - adjust dependencies Upstream changes: [0.18] - Make sure we continue working on future Package::Stash versions (doy). [0.17] - Make sure the debugger author test is skipped for non-authors before the debugger is even loaded. [0.16] - Release all changes of 0.15 as part of a stable release. - Convert from Module::Install to Dist::Zilla. [0.15] TRIAL release - Use Package::Stash for the stash manipulation bits (doy).
2010-06-13Update from version 1.6.0 (upstream 1.006000) to version 1.6.4 (upstreamseb2-7/+7
1.006004). Upstream changes: 1.006004 2010-06-10 - I am stupid. 1.006003 2010-06-10 - Added german translation right 1.006002 2010-06-10 - Hotfix for a search.cpan.org "Bug" 1.006001 2010-06-10 - Added german translation - Enhanced some parts of english documentation - doc patch for win32 from run4flat - reverse the perl/arch paths in PERL5LIB
2010-06-13Update from version 2.13 to version 2.18.seb2-8/+11
Pkgsrc changes: - adjust dependencies - adjust PERL5_MODULE_TYPE Upstream changes: 2.18 (2010-06-12) Continue to refine t/lexicals.t response to Perl commit "e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The change happened after 5.13.0 and is released in 5.13.1. 2.17 (2010-06-11) Declare ExtUtils::CBuilder as a build_requries dependency 2.16 (2010-06-11) Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN indexer happy. 2.15 (2010-06-11) Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift; optimization" changed B::Deparse Switch from ExtUtils::MakeMaker to Module::Build for configure_requires support 2.14 (2010-06-08) Our Makefile.PL must abort if we're going to need to build B::Utils but we don't have ExtUtils::Depends because it doesn't work to let the build chain do this dependency resolution. Perhaps there is a version that this all "just works" in? t/dump.t required some styling state changes but was skipping them when some modules weren't installed.
2010-06-13Use an absolute path to invoke tex.minskim2-5/+12
2010-06-12Update p5-Moose from version 1.05 to version 1.07.seb2-6/+6
Upstream changes: 1.07 Sat, Jun 05, 2010 [BUG FIXES] * Fixed a minor metaclass compatibility fixing bug dealing with immutable classes and non-class metaclass traits (doy, dougdude). 1.06 Tue, Jun 01, 2010 [NEW FEATURES] * Added '0+' overloading in Moose::Meta::TypeConstraint so that we can more uniformly compare type constraints between 'classic' Moose type constraints and MooseX::Types based type constraints.
2010-06-12Update p5-Class-MOP from version 1.02 to version 1.03.seb2-6/+7
Pkgsrc changes: - Adjust dependencies Upstream changes: 1.03 Sat, Jun 5, 2010 [ENHANCEMENTS] * Make CMOP::Package a thin wrapper around Package::Stash (doy).
2010-06-12Update to version 0.03nb1 by bumping PKGREVISION.seb1-2/+3
The dependency on devel/p5-Test-Exception is a build time one.
2010-06-12Add & enable p5-Package-Stashseb1-1/+2
2010-06-12Initial import of p5-Package-Stash version 0.03 in the NetBSDseb3-0/+30
Packages Collection. Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. The Perl 5 module Package::Stash hides all of that behind a simple API.
2010-06-12Update p5-Try-Tiny from version 0.04 to version 0.06.seb2-6/+6
Upstream changes: 0.06 - in t/given_when.t use a plan instead of done_testing for more backwards compatibility 0.05 - Documentation fixes and clarifications
2010-06-12Update from version 3.11 to version 4.00.seb2-6/+6
Upstream changes: Changes in Devel::NYTProf 4.00 (svn 1291) 8th June 2010 - Major changes: Added profile reporting of code executed in string evals. Each string eval executed gets it's own report page. You can 'see' the code that was executed, with profile info. String evals may be collapsed/merged in some cases. Improved many sub-optimal behaviours related to string evals. Subroutine calls that couldn't be associated with a specific line, such as calls made by perl to END blocks, are now shown in reports. Subroutine definitions that couldn't be associated with a specific file, such as xsubs in packages with no perl source, are now shown in reports. Enabled savesrc=1 by default. The data file format has changed so v3.x files can't be read. The Devel::NYTProf::ReadStream interface has also changed. - Other changes: Fixed off-by-1 error in number of Files an xsub/opcode was called from. Fixed Devel::NYTProf::Apache to work in more situations and enable the addpid option by default. Fixed that END blocks defined at runtime are included in the profile thanks to Nicholas Clark. Compilation-only checks (perl -c) can be profiled thanks to Nicholas Clark. Improved behaviour for 'duplicate' anon-subs defined in separate invocations of a particular string eval. Multiple BEGINs (e.g., use) on the same line get distinct names. Added --minimal option to nytprofhtml to disable generation of graphviz .dot files and block/sub-level statement report files. Added automatic detection of calls to POSIX::_exit() by the sub profiler so finish_profile() gets called and a usable profile is produced. Added posix_exit=1 option to do the same thing (in a different way) when the sub profiler is not being used (i.e., subs=0). - Documentation Changes: Sequences of blank lines are skipped in generated reports. Relevant for savesrc mode in which perl doesn't store pod sections. Corrected typos in nytprofhtml docs thanks to chocolate@cpan.org. Documented how to use Devel::NYTProf::Apache with virtual hosts that use the PerlOptions +Parent or +Clone configuration.
2010-06-11Fix build with latest doxygen and depend on it. Bump PKGREVISION.wiz2-46/+47
2010-06-11Depend on doxygen-1.6.3 and fix PLIST for it.wiz2-8/+62