summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-20fix build on 64bit linux - pass --enable-libsuffix=none to configureabs1-1/+3
2011-08-20Build fix: add -std=c++0x to the compiler flags for gcc-4.4+.wiz3-3/+21
2011-08-20Updated emulators/wine-devel to 1.3.26adam2-3/+3
2011-08-20Changes 1.3.26:adam3-7/+14
* Various improvements to the builtin Internet Explorer. * Support for Get/SetDIBits in the DIB engine. * Support for enhanced metafiles in the View tool. * Many improvements in WinHTTP. * A number of fixes to the COM stubless marshaller. * Improved mechanism for DLL registrations. * Various bug fixes.
2011-08-20Fix build on 64bit Linuxabs2-1/+27
2011-08-20Fix build with gcc-4.5.wiz9-5/+117
2011-08-20Always build libnbcompat with pkgsrc's make,cheusov1-3/+3
this fixes some build failures
2011-08-20Updated archivers/dar to 2.4.1cheusov2-3/+3
2011-08-20Update to 2.4.1. For a list of changes in this release,cheusov7-44/+85
see the documentation.
2011-08-20Add MESSAGE (note about pkg_online-client)cheusov2-2/+4
2011-08-20Fix C99 vs GNU89 inline messjoerg2-1/+15
2011-08-20Updated net/mikutter to 0.0.3.472obache1-1/+2
2011-08-20Update mikutter to 0.0.3.472.obache2-6/+6
Fixes * With Ruby 1.8.7, crash with right click at tweet contains URL. * on scroll timeline top to down, accidently auto scroll-up once. * Not mute for various notify. * rare crash at refresh timeline. * user information may be old one. * rare crash at timeout.
2011-08-20Fix C99 vs GNU89 inline mess. Annotate that AMD64 grows stack downwardsjoerg3-2/+26
2011-08-20Needs libXt for modular Xorg.joerg1-2/+2
2011-08-20Fix C++ syntaxjoerg3-1/+29
2011-08-20Fix build with newer curl. Improve compatibility with clang.joerg4-1/+62
2011-08-20Fix build with clang and newer curl.joerg3-1/+29
2011-08-20Fix inline misuse breaking clang buildjoerg3-1/+40
2011-08-20Fix build with clangjoerg2-1/+15
2011-08-20Deal with C99 vs GNU89 inline semanticjoerg2-1/+15
2011-08-20Fix build with Clangjoerg2-1/+15
2011-08-20Remove GEM_CLEANBUILD since it is pure ruby extension.taca1-3/+1
2011-08-20Update ruby-simple_uuid package to 0.2.0.taca2-6/+7
v0.2.0 perf optimizations for cassandra cql
2011-08-20Note update of php related meta packages:taca1-1/+3
meta-pkgs/php5-extensions 5.2.17nb1 meta-pkgs/php53-extensions 5.3.7nb1
2011-08-20* Add www/php-tidy.taca1-51/+54
* Restrict dependency less than 5.4. Bump PKGREVISION.
2011-08-20Add www/php-tidy.taca1-1/+3
Bump PKGREVISION.
2011-08-20Note addition of www/php-tidy package version 5.2.17/5.3.7.taca1-1/+2
2011-08-20Add and enable php-tidy.taca1-1/+2
2011-08-20Importing www/php-tidy package version 5.2.17/5.3.7.taca2-0/+20
Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with embedded scripting languages such as PHP or ASP within them using OO constructs.
2011-08-20Remove unneeded conditional. Test with X11_TYPE=native.wiz1-3/+1
2011-08-20* Update distinfo with suhosin-patch.taca1-5/+4
* Remove some junks.
2011-08-20Update suhosin patch with hoping this 45 minutes delay wouldn't needtaca2-3/+6
PKGREVISION bump.
2011-08-20Note update of www/php-eaccelerator package to 0.9.6.1.taca1-1/+2
2011-08-20Update php-eaccelerator package to 0.9.6.1.taca2-7/+7
2010-05-31 Bart Vanbrabant <bart at vanbrabant.eu> * Release version 0.9.6.1 * php_check_open_basedir only needs to be called when restoring 2010-02-25 Hans Rakers <hans at react.nl> * Fixed class static variable restore where parent was protected static and child was public static. This would lead to error 'Access to undeclared static property' upon restore from cache * Added proper handling of class properties during storing in cache. Public/private/protected is properly handled now. Somehow this was a long overdue TODO spotted by running the testsuite. This fixes ticket #408 * Small fix that solves some issues with lambda (closure) functions. This solves ticket #405
2011-08-20Note update of net/php-yaz package to 1.1.1.taca1-1/+2
2011-08-20Update php-yaz package to 1.1.1.taca2-7/+6
1.1.0 - Update for YAZ version 4 1.1.1 - Avoid deprecated Zend API. - Fixes for Windows compilation.
2011-08-20Note update of these pear based pacakges:taca1-1/+4
mail/pear-Mail_Mime 1.8.2 net/pear-Net_SMTP 1.6.1 net/pear-Net_Sieve 1.3.2
2011-08-20Update pear-Net_Sieve package to 1.3.2.taca2-6/+6
1.3.2: Release date: 2011-08-06 23:05 UTC Release state: stable Changelog: * Fix referrals if host data or user credentials are passed to connect() and login() instead of the constructor (Aleksander Machniak, Bug #17107). 1.3.1: Release date: 2011-08-06 01:56 UTC Release state: stable Changelog: * Query capabilities again after successful authentication (Jesse Crawford, Request #18382). * Escape quotes and backslashes in script names, and use literal strings for script names with non-ASCII characters (Aleksander Machniak, Bug #16691). * Work around broken STARTTLS behavior in Cyrus versions before 2.3.10 (Aleksander Machniak, Bug #18241). * Improve string literal parsing (Aleksander Machniak, Bug #18228).
2011-08-20Update pear-Net_SMTP package to 1.6.1.taca2-6/+6
Net_SMTP 1.6.1: Release date: 2011-08-13 19:06 UTC Release state: stable Changelog: - Fixing the detection of SASL-based AUTH methods. (Bug #18594)
2011-08-20Update pear-Mail_Mime package to 1.8.2.taca2-6/+6
Mail_Mime 1.8.2 Release date: 2011-08-10 09:56 UTC Release state: stable Changelog: Bugs Fixed: * #18426: Fixed backward compatibility for "dfilename" parameter [alec] * Removed xmail.dtd, xmail.xsl from the package [alec] * Fixed handling of email addresses with quoted local part [alec]
2011-08-20Note update of databases/php-dbx package to 1.1.2.taca1-1/+2
2011-08-20Update php-dbx package to 1.1.2.taca2-8/+6
pkgsrc change: allow build with php53. 1.1.2 - added rui as lead. - fixed build error on PHP 5.x. 1.1.1 - fixed build error on PHP 5.x.
2011-08-20Note update of lang/pear package to 1.9.4.taca1-1/+2
2011-08-20Update pear package to 1.9.4.taca5-605/+38
pkgsrc change * Remove unused XMLUTIL_WRKSRC. * don't patch a file which we have in our tree, go-pear.php - Remove unused code. - Prevent deprecated warnings on PHP 5.3.x. PEAR 1.9.4: Release date: 2011-07-07 00:27 UTC Release state: stable Changelog: Bug Fixes: * Bug #17350: "pear install --force" doesn't uninstall files from previous pkg versions [dufuz] * Bug #18362: A whitespace TEMP_DIR path breaks install/upgrade functionality [dufuz] * Bug #18440: bad tmp folder path on install : Unable to create path for C:/Program/tmp [dufuz] * Bug #18581: "config-get -c" not returning channel's configuration when using alias [dufuz] * Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz] Features * All System (the class) functions can now take in spaced paths as long as they are surrounded in quotes. Prior to this it was possible to do that by passing all values in as an array (by product of #18362, #18440)
2011-08-20- php-5.3.7.taca1-2/+1
2011-08-20Note update of lang/php53 package to 5.3.7.taca1-1/+2
2011-08-20Update php53 package to 5.3.7.taca9-397/+14
PHP 5.3.7 Released! [18-Aug-2011] The PHP development team would like to announce the immediate availability of PHP 5.3.7. This release focuses on improving the stability of the PHP 5.3.x branch with over 90 bug fixes, some of which are security related. Security Enhancements and Fixes in PHP 5.3.7: * Updated crypt_blowfish to 1.2. (CVE-2011-2483) * Fixed crash in error_log(). Reported by Mateusz Kocielski * Fixed buffer overflow on overlog salt in crypt(). * Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload filename). Reported by Krzysztof Kotowicz. (CVE-2011-2202) * Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938) * Fixed bug #54238 (use-after-free in substr_replace()). (CVE-2011-1148) Key enhancements in PHP 5.3.7 include: * Upgraded bundled Sqlite3 to version 3.7.7.1 * Upgraded bundled PCRE to version 8.12 * Fixed bug #54910 (Crash when calling call_user_func with unknown function name) * Fixed bug #54585 (track_errors causes segfault) * Fixed bug #54262 (Crash when assigning value to a dimension in a non-array) * Fixed a crash inside dtor for error handling * Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off) * Fixed bug #54935 php_win_err can lead to crash * Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) * Fixed bug #54305 (Crash in gc_remove_zval_from_buffer) * Fixed bug #54580 (get_browser() segmentation fault when browscap ini directive is set through php_admin_value) * Fixed bug #54529 (SAPI crashes on apache_config.c:197) * Fixed bug #54283 (new DatePeriod(NULL) causes crash). * Fixed bug #54269 (Short exception message buffer causes crash) * Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries) * Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters) * Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the parent constructor) * Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct()) * Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0) * Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator) * Fixed bug #54623 (Segfault when writing to a persistent socket after closing a copy of the socket) * Fixed bug #54681 (addGlob() crashes on invalid flags) * Over 80 other bug fixes.
2011-08-20Add ad hoc change to fix build problem with X11_TYPE == "modular".taca1-1/+6
2011-08-20Note update of lang/ruby19-base package to 1.9.2pl290nb1.taca1-1/+2