Commit graph

4028 commits

Author SHA1 Message Date
tron
0162ac13cc Remove non-existing master site "ftp.php.net". 2006-11-07 16:46:51 +00:00
jdolecek
6682bdefe3 Update lang/php5 to 5.2.0.
Changes since 5.1.6:

The key features of PHP 5.2.0 include:
* New memory manager for the Zend Engine with improved performance and a more
  accurate memory usage tracking.
* Input filtering extension was added and enabled by default.
* JSON extension was added and enabled by default.
* ZIP extension for creating and editing zip files was introduced.
* Hooks for tracking file upload progress were introduced.
* Introduced E_RECOVERABLE_ERROR error mode.
* Introduced DateTime and DateTimeZone objects with methods to manipulate
  date/time information.
* Upgraded bundled SQLite, PCRE libraries.
* Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows
  installations.
* Many performance improvements.
* Over 200 bug fixes.

Security Enhancements and Fixes in PHP 5.2.0:
* Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep
  track of character set encoding whenever possible.
* Added allow_url_include, set to Off by default to disallow use of URLs
  for include and require.
* Disable realpath cache when open_basedir and safe_mode are being used.
* Improved safe_mode enforcement for error_log() function.
* Fixed a possible buffer overflow in the underlying code responsible
  for htmlspecialchars() and htmlentities() functions.
* Added missing safe_mode and open_basedir checks for the cURL extension.
* Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines.
* Fixed handling of long paths inside the tempnam() function.
* Fixed safe_mode/open_basedir checks for session.save_path, allowing them
  to account for extra parameters.
* Fixed ini setting overload in the ini_restore() function.

For a full list of changes in PHP 5.2.0, see the ChangeLog:
        http://www.php.net/ChangeLog-5.php#5.2.0

Also other notable extensions changes:
* filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5)
* JSON added (not enabled by default, packaged in php-json)
* filter added (enabled by default)
* wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06 22:17:50 +00:00
jdolecek
bc0360c8b0 Update lang/php5 to 5.2.0.
Changes since 5.1.6:

The key features of PHP 5.2.0 include:
* New memory manager for the Zend Engine with improved performance and a more
  accurate memory usage tracking.
* Input filtering extension was added and enabled by default.
* JSON extension was added and enabled by default.
* ZIP extension for creating and editing zip files was introduced.
* Hooks for tracking file upload progress were introduced.
* Introduced E_RECOVERABLE_ERROR error mode.
* Introduced DateTime and DateTimeZone objects with methods to manipulate
  date/time information.
* Upgraded bundled SQLite, PCRE libraries.
* Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows
  installations.
* Many performance improvements.
* Over 200 bug fixes.

Security Enhancements and Fixes in PHP 5.2.0:
* Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep
  track of character set encoding whenever possible.
* Added allow_url_include, set to Off by default to disallow use of URLs
  for include and require.
* Disable realpath cache when open_basedir and safe_mode are being used.
* Improved safe_mode enforcement for error_log() function.
* Fixed a possible buffer overflow in the underlying code responsible
  for htmlspecialchars() and htmlentities() functions.
* Added missing safe_mode and open_basedir checks for the cURL extension.
* Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines.
* Fixed handling of long paths inside the tempnam() function.
* Fixed safe_mode/open_basedir checks for session.save_path, allowing them
  to account for extra parameters.
* Fixed ini setting overload in the ini_restore() function.

For a full list of changes in PHP 5.2.0, see the ChangeLog:
	http://www.php.net/ChangeLog-5.php#5.2.0

Also other notable extensions changes:
* filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5)
* JSON added (not enabled by default, packaged in php-json)
* filter added (enabled by default)
* wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06 22:06:35 +00:00
adrianp
b3c87defac Fix for CVE-2006-5465 from PHP CVS
http://www.hardened-php.net/advisory_132006.138.html
2006-11-04 11:19:41 +00:00
joerg
3c1a25c9f7 DESTDIR support. 2006-11-03 19:24:26 +00:00
joerg
d5a346e1ba Further improve packlist logic to handle DESTDIR for Perl modules
as well. Perl itself is special as the DESTDIR does *not* end up
in the packlist, but for normal modules it does.
2006-11-03 10:48:05 +00:00
joerg
450decce94 On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.
The NIS module is not available in that case.
Call the regen script with RUNSHARED, so that it finds libpython.so,
even in the DESTDIR case.

XXX The call to regen should be moved to the build phase.
2006-11-03 07:15:41 +00:00
joerg
f0f238c0cf DESTDIR support. Slightly refactor Perl build to avoid calling the newly
build executable, either by using the same constants or by sourcing the
config.sh script created by Configure.

Don't create $installsitearch and don't attempt to remove
$installvendorarch, the former is easy and the latter not needed.
2006-11-03 07:09:45 +00:00
wiz
d8cb17e201 Does not compile on x86_64 -- add to NOT_FOR_PLATFORM. 2006-11-03 07:01:06 +00:00
joerg
79de670626 DESTDIR support. 2006-11-03 06:46:21 +00:00
taca
1a6efd4a5b Add patch to cgi.rb for fixing security problem (CVE-2006-5467).
Bump PKGREVISION.
2006-11-03 05:36:23 +00:00
adam
a21f91c681 Changes 8.4.14:
* Tk_PhotoPutBlock performance restored (JPEG image loading).
  * [namespace inscope] change reverted; harmed Itcl.
  * Made [expr {srand(.)}] accept wide integer argument.
  * Made [lappend $invalidList] raise an error.
  * Improved [text] delete performance.
  * Support for the WM_UNICHAR window message on Windows
  * Stopped excess variable writes by [scale].
  * Tcl_Main no longer blocks main loop start for one interactive command.
  * [console] made thread safe.
  * Thread-enabled configuration uses MT-safe system calls.
  * Many Aqua/Tk bug fixes and improvements, see changes file.
  * Made unthreaded notifier naked-fork-safe on Darwin.
  * Support for weak linking on Mac OS X.
  * msgcat support for CFLocale on Darwin (msgcat 1.3.4)
  * Fixed crashes due to alignment issues in encoding translation routines.
  * Fixed crash with [listbox -listvariable] on namespace variable.
  * Fixed crash when Tcl_DeleteTrace changes proc on the active stack.
  * Fixed crash when normalizing filesystem pathnames.
  * Fixed crash due to invalid font name from XServer.
  * Several 64-bit bugs fixed and platform support enhanced.
2006-11-02 17:41:23 +00:00
tron
116ef78ab9 Add patch to make the "php-curl" package build with version 7.16.0
and newer of the "curl" package.
2006-11-01 11:33:34 +00:00
taca
7e325908e8 s/${RUBY_VERSION}/1.8.5/.
Noted by Takayoshi Kochi in connection with ruby18-base's PR.
2006-10-30 07:06:49 +00:00
taca
984b7edbe0 Adding some fixes:
(1) Don't use make's varibalbe in DESCR; fixes PR pkg/34920.
    (2) Use --enable-wide-getaddrinfo on not only Linux but Solaris.
    (3) Make sure to link libruby.so with proper -R linker option.

Thanks for Dan McMahill who reported and suggested fix to (2) and (3)
with private mail.  And thanks for Takayoshi Kochi who reports PR pkg/34920.

Bump PKGREVISION.
2006-10-29 02:45:42 +00:00
rillig
e165dcfd96 Fixed a compile error with sunpro. 2006-10-26 13:54:25 +00:00
adrianp
9288d1fb5f The old DOWNLOAD URL was returning a 404 so update it based on Sun's
current download page for 1.5.x
2006-10-24 12:42:10 +00:00
tv
90267eee45 Distfiles changed. For safety's sake (as this appears to be a rebuild),
bump PKGREVISION.
2006-10-23 19:38:15 +00:00
rillig
e802ec1d1d Fixed PKGMANDIR. 2006-10-22 21:32:57 +00:00
rillig
ba51e39984 Fixed "test ==". 2006-10-22 20:27:22 +00:00
adrianp
defbabb029 Fixes for CVE-2006-4812 and CVE-2006-4625
Bump nb
2006-10-22 13:19:19 +00:00
rillig
3691c228a8 Fixed PKGMANDIR. 2006-10-22 05:49:09 +00:00
uebayasi
55eff263e7 Update hugs to September 2006 release.
A new minor release of Hugs, fixing a few bugs with the May 2006 release,
and with libraries roughly matching the forthcoming GHC 6.6 release.
2006-10-21 11:19:28 +00:00
jdolecek
0f3f8f42e9 remove --enable-memory-limit - 8MB is too low, and this just
duplicates process resource limits, which already provide necessary
"safety net" protection against rogue scripts

bump PKGREVISION for this

adressess PR pkg/32007 by "pancake"

also remove --enable-track-vars, since that configure argument
is long gone from PHP
2006-10-20 22:10:33 +00:00
wiz
2468d8af9c Give BOX a default value, so that "make fetch" at least works partially
on unsupported platforms.
2006-10-19 19:47:34 +00:00
obache
dd10a23481 Change _FETCH_MESSAGE to FETCH_MESSAGE so that don't try to fetch from
MASTER_SITE_BACKUP.
2006-10-18 12:53:54 +00:00
obache
836a1508a3 Update sun-{jre,jdk}14 to 2.12.
Patch based on PR 34035, PR 34604 and add some missing entries to PLIST.

Changes in 1.4.2_12
The official version number for this update release is 1.4.2_12-b03. Bug fixes are listed in the following table.

BugId Category Subcategory Description
6322757  hotspot  compiler2  GC crash in ParRootScanWithoutBarrierClosure::do_oop
6332641  hotspot  compiler2  CORBA product_rmijrmp_dgc:Test01 fails with exception
4971887  hotspot  compiler2  Incorrect floating-point arithmetic or loop unrolling with -server -Xcomp option
6343401  hotspot  compiler2  Crash removing empty loop
4965987  hotspot  compiler2  CTW assertion at assembler_sparc.hpp, 787
6374905  hotspot  garbage_collector  SurvivorRatio is ignored when using -XX:+UseConcMarkSweepGC
6319671  hotspot  garbage_collector  CMS should use Heap_lock for protecting heap resizing, instead of CMS token
6319688  hotspot  garbage_collector  Incorrect locking in CMSPermGen::mem_allocate()
5093520  hotspot  jvmti  objects being kept alive in perm gen and old gen when debugger attached
6312208  hotspot  other  Windows JVM crashes under load in java.lang.Win32Process.create()
5030646  hotspot  runtime_system  CMS: atg crashed with fastdebug build on rhas_3.0 SP1
6352819  hotspot  runtime_system  -Xloggc in _JAVA_OPTIONS logs to garbage filename
6325849  hotspot  runtime_system  Java Thread Dump shows the same 'nid' for all threads
5067940  idl  orb  [CORBA!] POA WrongAdapter thrown on roundtrip between 1.5 and 1.4.2
6292322  java  char_encodings  unexpected exception occurs in InputStreamReader for UTF-16, little endian, and Byte-order-mark
6394302  java  char_encodings  Test sun/nio/cs/CheckHistoricalNames.java failed on 142u12b1 but passed on previous 142u11b6.
6255588  java  classes_2d  JDK windows printing implementation leaks GDI objects.
6195047  java  classes_2d  hinting engine is not correctly initialized with Bar39, Bar25i and related fonts
6312510  java  classes_2d  jdk 1.4.2_07 java apps color problem with patch 109147-34
4823180  java  classes_awt  JDK 1.4.1: Race conditions in Motif java.awt.Choice
6374321  java  classes_awt  Textfield loses focus after alt key hit in IE browser
6312028  java  classes_awt  1.4.2_08 crash in awt!AwtObject::SendEvent
6343810  java  classes_net  connect in java/net/PlainSocketImpl.c should handle EALREADY
5083450  java  classes_nio  (se) Temporary selectors not closed upon thread exit
6181598  java  classes_nio  String constructor with "KSC5601" encoding throws AccessControlException
4869859  java  classes_nio  Test java/nio/channels/FileChannel/ScatteringRead.java fails (solaris -d64)
6350061  java  classes_security  JGSS requires big-endian credential cache
6404731  java  classes_security  Add teliasonera root CA certs to the JDK
4836635  java  classes_swing  Resource leak in JFileChooser Windows L&F
4793761  java  classes_swing  Password in JPasswordField can be copied and pasted via middle mouse button
5075580  java  classes_swing  JFileChooser in FILES_AND_DIRECTORIES mode doesn't contain fix for 4239219
6378990  java  classes_util_i18n  (tz) Support tzdata2006a
6371531  java  classes_util_i18n  Currency change for Mozambique
5092263  java  classes_util_jarzip  GZIPInputStream spuriously reports "Corrupt GZIP trailer" for sizes > 2GB
6364346  java  classes_util_jarzip  GZIPOutputStream is slower on 1.4.2_11-b02 than on 1.4.2_09
5106044  java  debugger  SA-JDI: port SA to Solaris/AMD-64
6399782  java  install  Solaris packaging changes required for Nevada
4980600  java  install  Syntax used when invoking coreutils does not conform to POSIX 1003.1-2001
5057119  java  runtime  Java.exe (ver 1.4.2_04) access-violates on windows 64-bit IA64 with Oracle's JDB
6394781  java  serviceability  test vm/sa/OOME/6173515/Test6173515.sh failed on 142u12b1 but passed on 142u11b6
6323688  java  serviceability  SA: jmap heap dumper should dump java.lang.Object as super class for all array classes
6280629  java  serviceability  Need ability to dump the heap at OutOfMemoryError
6307570  java  serviceability  jmap performance and robustness improvement
6315235  java  serviceability  SA: jmap heap dumper does not use correct class ID for object arrays
6377036  java_deployment  update  consolidating rtpatch binary resources will save 2.2MB on all JRE download and 9MB on JDK downloads
6332100  java_plugin  iexplorer  Focus lost in Textfield after doing a back/forward from Internet Explorer using
6367496  java_plugin  iexplorer  Applets in IE causing screen to blank, used to work in _04/_05
6393921  java_plugin  iexplorer  JVM hang when multiple applets are loaded and simultaneous window refocus actions
6370565  java_plugin  iexplorer  IE browser hangs when multiple applets are reloaded several times
6358629  jsse  runtime  SSLSocket.close() and SSLSocket.read() deadlock
2006-10-18 05:07:07 +00:00
drochner
489f0f2934 update to 1.1.13.8.1
fixes a local privilege escalation via System.Xml.Serialization
(CVE-2006-5072)
2006-10-17 19:33:47 +00:00
salo
0e375e763d Update to version 1.5.0_09
Changes:

Bug Fixes

- WinLAF:Text appears enabled in disabled toggle button.
- REGRESSION: XP L&F: on jdk 1.6, preferred size of JToggleButton
  in JToolbar on winxp is wrong.
- REGRESSION: Background of JToolBar can't be modified under XP
  look and feel

ok <tv>
2006-10-16 07:51:06 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
rillig
dd54e26d30 Fixed "test ==". 2006-10-14 02:45:10 +00:00
joerg
cf908eb05e Use a recursion depth of 3 for config.guess/config.sub replacement.
Use portable way to compute timezone offset instead of timezone/daylight,
the former is a function on some BSDs and the latter doesn't even exist
in DragonFly. Fix PLIST on swi-prolog-packages to not use NetBSD ELFism.
Bump revision of swi-prolog-lite and swi-prolog-packages.
2006-10-12 14:14:13 +00:00
rillig
b2a13218c0 Fixed "test ==" and improved the randomness of $RANDOM. 2006-10-11 18:20:37 +00:00
obache
e0c592da01 Update chicken to 2.41, based on PR 34504 by Peter Bex.
Mark directories used by chiken's own package `egg' as OWN_DIRS
so that keep eggs when updating this package.
2006-10-10 15:04:38 +00:00
joerg
297e6be4e8 distutils allows installation in a separate tree by passing
--root. Do so when using destdir.
2006-10-09 12:50:38 +00:00
joerg
32703ad53d Set HOME in the extract environment to prevent creation
of ${HOME}/.mailcap and resulting breakage of it is
not writeable.
2006-10-09 07:24:06 +00:00
ben
9af81a7cb2 Remove extraneous interix change from patch-cb.
Perhaps this change was accepted upstream, and not yet removed from pkgsrc.
2006-10-08 17:48:30 +00:00
rillig
456b0abac6 Fixed "test ==" and $RANDOM. 2006-10-07 07:57:58 +00:00
taca
3f34a6eb00 Add include of "converters/libiconv/buildlink3.mk" which I forgot. 2006-10-06 05:05:13 +00:00
joerg
51c600c876 When using pth as thread implementation, also include pthread-sem.
Supposed to fix PR 26051.
2006-10-05 16:07:58 +00:00
rillig
26fb8d2305 Added a patch for check_jni_methods.sh. 2006-10-05 11:22:35 +00:00
rillig
cd7e9298b9 Fixed the AWK interpreter. Bumped PKGREVISION. 2006-10-04 22:40:40 +00:00
rillig
bc85a438af PERL5_CONFIGURE_DIRS may now contain directory names relative to
${WRKSRC}. This saves some keystrokes when writing Makefiles.
2006-10-04 22:24:49 +00:00
rillig
dbf5d3e27f Fixed path to the manual pages. 2006-10-04 21:46:34 +00:00
wiz
07d46249f6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:46:12 +00:00
rillig
a3de4e93a9 Only do the build and test actions when NO_BUILD does not prevent them. 2006-10-04 21:31:34 +00:00
rillig
190b765ae7 Needs a C compiler. 2006-10-04 21:14:00 +00:00
rillig
2276cdf10a Added a patch that fixes the interpreter path of the installed Python
scripts. Bumped PKGREVISION.
2006-10-04 21:07:52 +00:00
adam
4617c32db7 Changes 3.09.3:
Bug fixes:
- ocamldoc: -using modtype constraint to filter module elements displayed in doc
- ocamldoc: error in merging of top dependencies of modules
- ocamldoc: -dot-colors has no effect
- ocamdloc: missing crossref in text from intro files
- compilers: segfault with recursive modules
- compilers: infinite loop when compiling objects
- compilers: bad error message when signature mismatch
- compilers: infinite loop with -rectypes
- compilers: contravariance bug in private rows
- compilers: unsafe cast with polymorphic exception
- native compiler: bad assembly code generated for AMD64
- native compiler: stack alignment problems on MacOSX/i386
- stdlib: crash in marshalling
- stdlib: crash when closing a channel twice
- stdlib: memory leak in Sys.readdir
- C interface: better definition of CAMLreturn
- otherlibs/unix: crash in gethostbyname
- tools: subtle problem with unset in makefile
- camlp4: install pa_o_fast.o
- camlp4: install more modules

New features:
- ocamldoc: name resolution in cross-referencing {!name}: if name is not
    found, then it is searched in the parent module/class, and in the parent
    of the parent, and so on until it is found.
- ocamldoc: new option -short-functors to use a short form to display
    functors in html generator
- ocamlprof: added "-version" option
2006-10-03 21:06:25 +00:00
dmcmahill
06fdc5d4b1 fix PLIST for solaris 2006-10-02 21:19:22 +00:00