summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
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-06-15Add patch comment. I had this lying around uncommitted for some reason.dholland2-3/+8
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz6-8/+73
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-05-16Note commented out LICENSE.obache1-1/+2
2010-05-02Update to 1.38.2:wiz6-91/+26
Version 1.38 April 26, 2010 * Support ENVIRONMENT and FILES sections. * Move all translated text into .po files (previously .h2m include files were handled seperately). * Submit package to the Translation Project (translationproject.org). * Add Vietnamese translation. * Add some comments for translators. Version 1.37 November 14, 2009 * Update GPL to v3. * Add --version-string option. * Add --no-discard-stderr option. * Add line breaks into bug reporting section. * Add Brazilian Portuguese and German translations. * Select a reasonable configure default for --enable-nls. * Revise preload mechanism to not require preloadable libintl.
2010-04-28let to exec "gs" with absolute path as PR#43214.obache3-5/+6
Bump PKGREVISION.
2010-04-25+ pstotextobache1-1/+2
2010-04-25Import pstotext-1.9 as converters/pstotext.obache7-0/+251
Packaged by Stefan Schaeckeler in pkgsrc-wip. Pstotext extracts plain-text from postscript files (and somewhat less reliable from pdf files).
2010-04-22Switching for module type from M:I to M:I::Bundled - installed versions ↵sno1-2/+2
seems to make problems
2010-04-20Remove one more /usr/tmp.is3-11/+20
2010-04-11Update p5-JSON-XS from version 2.280 to version 2.290 (upstreamseb2-8/+7
version 2.29). Pkgsrc changes: - Canonical MASTER_SITES Upstream changes: 2.29 Wed Mar 17 02:39:12 CET 2010 - fix a memory leak when callbacks set using filter_json_object or filter_json_single_key_object were called (great testcase by Eric Wilhelm).
2010-04-01Update skf to 1.97.1.obache2-7/+7
skf (1.97.1) * enable -i and -o in nkf compatible mode. * restore old umask after overwrite. * add flush on unic*de and b-right. * disable adding lineend on encode-tail when in LWL extension.
2010-03-16Add and enable php-mbstring.taca1-1/+2
2010-03-16Re-import misc/php-mbstring package as converters/php-mbstringtaca2-0/+17
to switch to better category. misc/php-mbstring package will be deleted later.
2010-03-16Updating converters/p5-JSON-XS 2.27 to 2.28sno2-6/+6
Upstream changes: 2.28 Thu Mar 11 20:30:46 CET 2010 - implement our own atof function - perl's can be orders of magnitudes slower than even the system one. on the positive side, ours seems to be more exact in general than perl's. (testcase provided by Tim Meadowcroft). - clarify floating point conversion issues a bit. - update jpsykes csrf article url. - updated benchmark section - JSON::PP became much faster!
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-17Updating converters/p5-JSON-XS from 2.260 to 2.270sno2-6/+6
Upstream changes: 2.27 Thu Jan 7 07:35:08 CET 2010 - support relaxed option inside the incremental parser (testcase provided by IKEGAMI via Makamaka).
2010-02-15Update skf to 1.97.0a.obache2-6/+6
Just remove redundant fragments from source package, no source code changes.
2010-02-07update homepage and master_sites.zafer1-3/+3
2010-02-07satisfy pkglint.zafer1-2/+2
2010-02-07update to version 060102. add license.zafer3-15/+16
2010-02-07Update skf to 1.97.0.obache4-13/+20
skf (1.97.0) experimental; urgency=low * Re-enabled MIME encoding * nkf compatibility mode further fix and support added. * various bug fix from 1.96 series. -- Seiji Kaneko <efialtes@sourceforge.jp> Sat, 06 Feb 2010 23:24:54 +0900
2010-02-06Update skf to 1.96.6.obache2-7/+7
skf (1.96.6) experimental; urgency=low * fix mime-decode related bugs * fix i18n message output bugs * fix terminal control code does not output as documented. -- Seiji Kaneko <efialtes@sourceforge.jp> Wed, 27 Jan 2010 22:36:08 +0900
2010-01-31No double man in path.joerg2-4/+4
2010-01-30Treat Haiku like BeOS.obache2-1/+21
2010-01-29DESTDIR supportjoerg7-16/+41
2010-01-29DESTDIR supportjoerg9-32/+48
2010-01-29Updating converters/p5-MIME-Base64 from 3.08 to 3.09sno2-6/+6
Upstream changes: 2010-01-25 Release 3.09 - Gisle Aas <gisle@ActiveState.com> The Quoted-Printable encoder would sometimes output lines that were 77 characters long. The max line length should be 76. [RT#53919]
2010-01-25Updating converters/p5-Unicode-Map8 from 0.12nb3 to 0.13sno2-8/+9
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 2010-01-18 Gisle Aas <gisle@ActiveState.com> Release 0.13 Header order tweak to make it compile with Strawberry Perl [RT#50443] Get rid of CVS artifacts
2010-01-24Set LICENSE.wiz1-2/+2
2010-01-20Update to 2.17:wiz2-6/+6
2.17 Thu Jan 7 12:23:13 2010 [JSON] - fixed a problem caused by JSON::XS backend and support_by_pp option (rt#52842, rt#52847 by ikegami) [JSON::PP] - made compatible with JSON::XS 2.27 - patched decode for incr_parse (rt#52820 by ikegami) - relaxed option caused an infinite loop in some condition. 2.16 Fri Oct 16 15:07:37 2009 [JSON][JSON::PP] - made compatible with JSON::XS 2.26 *indent adds a final newline - corrected copyrights in JSON::PP58.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz3-6/+6
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2010-01-15Add comments to two patches. These changes were sitting uncommitted indholland3-5/+16
one of my trees; I don't remember why they didn't get committed when I updated the package a while back.
2010-01-06Use "libtool" rules similar to those in version 1.13.1 of "libiconv"tron2-14/+49
to build "preloadable_libiconv.so". This should fix the build under Linux, OSF1 and Solaris with any supported compiler.
2010-01-06Fix the part of the makefile that builds "preloadable_libiconv.so" undertron2-6/+16
Solaris if GCC is used. As this bit is both operating system and compiler specific we can simple bypass "libtool" which is what must have happened with the old "libtool". The build in the non-GCC case or under Linux respectively OSF1 might still be broken. But I don't have a setup to test that.
2010-01-06DISTFILE on ftp.sra.co.jp is newer than on ${MASTER_SITE_FREEBSD},obache3-13/+22
so change MASTER_SITES to only ftp.sra.co.jp and force to use newer one. As sccsid in source, ${MASTE_SITE_FREEBSD}'s one is 2.2, and sra's one is 2.3, so bump PKGVERSION to 2.3. This issue noticed by taca@ by private mail. While here, set LICENSE=gnu-gpl-v2, modify pach-aa to suppress some warings by addition of include stdlib.h.
2009-12-31Update skf to 1.96.5.obache2-7/+7
skf (1.96.5) * delete _phpswigglue on clean * fix --set-g* does not work on misc mb codeset. * preconvert detect and result inconsistency further fix up. * ebcdic related ascii loading error fixed.
2009-12-17PKG_DESTDIR_SUPPORTabs3-26/+41
2009-11-28Update p5-Convert-UUlib from version 1.32 to version 1.33.seb2-6/+6
Upstream changes: 1.33 Wed Oct 28 09:04:38 CET 2009 - handle yEnc files with part end=0 and total= more gracefully. I wish yEnc had been created by somebody who knows; what he does; but I doubt he even knows; what he did.
2009-11-19SUBST workaround is not required anymore after update to 2.10.obache1-6/+1
2009-11-19Update nkf (and p5-nkf) to 2.10.obache7-120/+13
(while here, added commented out LICENSE=zlib-liccense) This release is maintainance release, mainly for bug fixes. * Add install target to Makefile * Let to recognize hankaku-kana in 8bit JIS * Fixes perl module build * Fixes no effect of -Z1, -Z2 and -Z0 option * Fixes input specification for UTF-16 and UTF-32 * Fixes missing BOM output for UTF-32. * Fixes miss guesses and output for 4bytes UTF-8
2009-11-17Update to 2.0.1 (python3 version of this library also available!)wiz3-11/+14
2.0.1 (2009-11-10) * Migrated to http://code.google.com/p/chardet * Fixed minor typo in documentation * Synchronized version numbers of Python 2 and Python 3 versions
2009-10-31Update skf to 1.96.4.obache2-7/+7
* fix html escape does not handle ampersand * fix UTF-7 hangul support. * nkf compatibility mode further fix
2009-10-17Explicitly mark this pacakge to Ruby 1.8.x only since it uses internaltaca1-1/+2
implementation of String class.
2009-10-16- updated to 1.22rhaen2-6/+6
ChangeLog Upstream: 1.22 2009-10-12 * Update JSON::XS tests to deal with inconsistent white space generation between releases (t0m)
2009-10-12- updated to 2.26rhaen2-6/+7
ChangeLog: 2.26 Sat Oct 10 03:26:19 CEST 2009 - big integers could become truncated (based on patch by Strobl Anton). - output format change: indent now adds a final newline, which is more expected and more true to the documentation.
2009-09-28Update skf to 1.96.3.obache2-7/+7
* fix embug for nkf-compatibility releted stuff (1.96.2)
2009-09-20Updating converters/p5-Convert-UUlib from 1.12 to 1.32sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 1.32 Wed Sep 16 20:07:13 CEST 2009 - Due to a glitch with CVS, configure lacked executable bits. (Quickly reported by Anton Berezin). 1.31 Wed Sep 16 09:04:30 CEST 2009 - do not use system-replacements for case-insensitive string functions when found, as they are broken on too many systems (mostly bsds, as usual, but at least some versions of GNU/Linux disagree with themselves apparently). Analyzed by Anton Berezin. 1.3 Sat Aug 29 01:24:35 CEST 2009 - major changes, new bugs and changes in decoding behaviour are expected (but not intended). - major scanning and decoding speed-up (by a factor of 4), by replacing ultra-slow _FP_gets and improving IsKnownHeader (but fgets is *still* responsible for >50% if the time). - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList call after every loadfile, majorly speeds up large decodes (easily by a factor of 10..100). - allow "Smerge -1" to call UUCheckGlobalList. - majorly speed up part insertion (still O(n), but much faster). - allow for 1023 octet headers instead of the standard 255 octet ones. - support strcasestr, strcasecmp, strncasecmp for added speed.
2009-09-13Update skf to 1.96.2.obache2-7/+7
* fix inquiry does not work. * make UTF-16 as big-endian * further nkf compatibility fix. * unbuffered mode redundant code change fix. * fix 1.96.1 enbug (surplus err on ozone)