summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2007-03-02Pullup ticket 2035 - requested by bouyersalo2-7/+8
add back SSL extension for PHP5 Revisions pulled up: - pkgsrc/lang/php5/Makefile 1.48 - pkgsrc/lang/php5/Makefile.php 1.24 - pkgsrc/www/ap-php/Makefile 1.13 Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 25 20:05:11 UTC 2007 Modified Files: pkgsrc/lang/php5: Makefile Makefile.php Log Message: put back openssl extension, mistakely commented out in PHP 5.2.1 upgrade noted by Manuel Bouyer --- Module Name: pkgsrc Committed By: jdolecek Date: Sun Feb 25 20:06:09 UTC 2007 Modified Files: pkgsrc/www/ap-php: Makefile Log Message: bump revision for openssl omission fix in lang/php5 for PHP 5.2.1 noted by Manuel Bouyer
2007-02-23Pullup ticket 2032 - requested by tacaghen2-37/+32
security update for php5 - pkgsrc/graphics/php-gd/Makefile 1.15 - pkgsrc/lang/php5/Makefile.common 1.23 - pkgsrc/lang/php5/Makefile.php 1.22 - pkgsrc/lang/php5/PLIST 1.14 - pkgsrc/lang/php5/distinfo 1.36 - pkgsrc/lang/php5/patches/patch-ac removed - pkgsrc/lang/php5/patches/patch-al 1.3 Module Name: pkgsrc Committed By: jdolecek Date: Tue Feb 20 20:46:20 UTC 2007 Modified Files: pkgsrc/graphics/php-gd: Makefile pkgsrc/lang/php5: Makefile.common Makefile.php PLIST distinfo Added Files: pkgsrc/lang/php5/patches: patch-al Removed Files: pkgsrc/lang/php5/patches: patch-ac Log Message: Update PHP5 to 5.2.1. Includes several important security fixes and large number of other fixes. Update for all users is strongly advised.
2007-02-23Pullup ticket 2032 - requested by tacaghen4-17/+27
security update for php5 - pkgsrc/graphics/php-gd/Makefile 1.15 - pkgsrc/lang/php5/Makefile.common 1.23 - pkgsrc/lang/php5/Makefile.php 1.22 - pkgsrc/lang/php5/PLIST 1.14 - pkgsrc/lang/php5/distinfo 1.36 - pkgsrc/lang/php5/patches/patch-ac removed - pkgsrc/lang/php5/patches/patch-al 1.3 Module Name: pkgsrc Committed By: jdolecek Date: Tue Feb 20 20:46:20 UTC 2007 Modified Files: pkgsrc/graphics/php-gd: Makefile pkgsrc/lang/php5: Makefile.common Makefile.php PLIST distinfo Added Files: pkgsrc/lang/php5/patches: patch-al Removed Files: pkgsrc/lang/php5/patches: patch-ac Log Message: Update PHP5 to 5.2.1. Includes several important security fixes and large number of other fixes. Update for all users is strongly advised.
2007-01-07Pullup ticket 1981 - requested by uebayasisalo1-2/+2
PKGNAME fix for hugs Revisions pulled up: - pkgsrc/lang/hugs/Makefile 1.37 Module Name: pkgsrc Committed By: wiz Date: Sun Jan 7 00:16:14 UTC 2007 Modified Files: pkgsrc/lang/hugs: Makefile Log Message: Fix PKGNAME after update. Noted by Ben Secrest on pkgsrc-users.
2006-12-29libsigsegv *is* a full dependency at least on DragonFly and FreeBSD.joerg1-1/+2
Bump clisp for the changed dependency.
2006-12-28Update to Sun JDK/JRE 1.4.2 Update 13.joerg5-20/+18
Fixed issues: Random is not thread-safe ResourceMark breaks growable array policy_maximally_unroll ignores the current compilation size and can blow out the node counts. C2 fails to compile MD2 implementation JVM 1.3.1 crash due to fatal error in exception handler Unnecessary FullGC Spurious OutOfMemoryError exceptions pointer_delta not used for pointer diff intermittent extreme mutator slowdown in jbb runs with ParNew/DefNew 1.4.2_11 java_g with iCMS Error: assert(_pending_decrements > 0,"can't be zero or negative") pathologically slow oopmap generation jvm crashes failing "unsafe access to zombie method" gaurantee methodOopDesc::set_fingerprint isn't thread safe GC time stamps should be relative to the start of the JVM Crash occurs at safepoint on deoptimization in 1.4.2_07 JVM abort with Full thread dump by kill -QUIT unexpected exception occurs in InputStreamReader Wrong mapping of color happens if one takes print of a swing component in 16 bit color depth JVM crash when mouse enter area of a native components embed using JNI ScrollBar does not show up correctly in 6.0 Focus issue with JFrame and JButton Uncomitted characters are lost when the focus is moved to another textfield by mouse click File.deleteOnExit() with long file name causes buffer overflow (process) Runtime.exec does not close all file descriptors on Solaris 9 HttpURLConnection.disconnect doesn?t really do the job HTTP tunnel connections send user headers to proxy Pre-1.4 SocketImpl no longer supported Verification of signed JAR files is very slow (performance reduction) DomainComponent is Not IAS5String but PrintableString ( See RFC3280 ) KerberosTicket throws exception when authtime field in KrbCredInfo is null Add Comodo CA root certs to JDK JSpinner gets spinning when mouse button is pushed down and the spinner is replaced with new one. JEditorPane is unable to do reasonably spaced indentation in complex HTML tables (tz) Support tzdata2006g Some PNGs fail to load with ImageIO using rtpatch flag NOCOMPRESS will reduce each JRE download by 264KB Nightly build for all platforms have failed REGRESSION: UK and France: bad minimal days in first week (2) jmap does not work with CMS in 1.4.2_09 native memory leaks when running under IE windows plugin focus lost within text item after applet is shown again Turning on Jar Caching causes a DownloadException and the applet jar fails load jaws: using 1.4.2 or 5.0 over https on Solaris: Java 1.4+ is required for HTTPS support Fix for bug 5098318 prevents caching of JAR files containing cipher code Incorrect arch version of w2k_lsa_auth.dll bundles with 1.4.2 amd64 build for SAP sun.security.krb5.internal.ccache.FileCredentialsCache vs multiple cached TGTs sun.net.client.defaultConnectTimeout defaultReadTimeout should work with HttpsURLConnection
2006-12-27Fix build on FreeBSD.joerg2-11/+19
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg3-3/+10
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-16Remove lua4, packaging old outdated version of lua; last releasewiz11-217/+1
was over 4 years ago. Current version is in lang/lua. No dependencies left in pkgsrc.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg2-5/+5
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-12Fixed PKGMANDIR.rillig1-1/+3
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg9-18/+18
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-11Fix check of gmp in configure, taken from 0.33 pre release.obache1-1/+9
This problem was reported in PR 35221. Also add test make target.
2006-12-10add dependency on devel/gmpjnemeth1-2/+3
2006-12-09OPSYS needs bsd.prefs.mk, reported by Brandon Bergren in PR pkg/35214.xtraeme1-1/+3
2006-12-07The distfile of the current release of g95 was constantly changing,wennmach3-20/+21
therefore: - use DIST_SUBDIR - downgrade to the latest stable release 0.90, as also suggested by the principal maintainer of g95, Andy Vaught
2006-12-07Update gcc3-* to 3.3.6. Fix build of gcc3-f77 and gcc3-java onmarkd12-21/+58
NetBSD-current.
2006-12-06Update ruby package to 1.8.5.20061205. No change for this wrapper package.taca1-2/+2
2006-12-06Update ruby18 package to 1.8.5.20061205. No change for this meta pacakgetaca1-6/+6
itself.
2006-12-06Precreate libexec.joerg1-2/+2
2006-12-06o Update ruby18-base pacakge to Ruby 1.8 branch 2006/12/05.taca7-37/+56
- Many changes from 2006/9/6; see Changes file, please. - Fixes another cgi.rb vulnerability: http://jvn.jp/jp/JVN%2384798830/index.html o Introduce ruby-build-ri-db PKG_OPTION which enable installing database for Ruby's ri utility. Default is disabled and should be fix PR pkg/34587.
2006-12-06Update RUBY18_PATCH_DATE to 20061205, starting update of Ruby.taca1-2/+2
2006-12-06- Handle patchlevel which has introduced to Ruby.taca1-13/+16
- Introduce RUBY_PATCH_DATE and RUBY_VERSION_SUFFIX. - Change _RUBY_VERS_TEENY to _RUBY_VER_TEENY as other version variable like RUBY_VER_MAJOR.
2006-12-06Fix libtool.m4 fragment to properly detect shared libraries onjoerg2-1/+103
DragonFly.
2006-12-06Update MASTER_SITES (now in stable, and not exists on MASTER_SITE_LOCAL),obache1-4/+3
and separate sites for gcc's archive. Possibly fix PR 34665.
2006-12-05Add thread support for Mac OS X. Bump package revision.tron4-9/+14
2006-12-05Link libjs to libm too.xtraeme2-3/+3
2006-12-03- Build the library with JS_THREADSAFE set (required by the upcomingxtraeme7-54/+88
avidemux-2.3.0 pkg). - Disable debug entirely, why do we need this? - And more things I can't remember... Bump PKGREVISION.
2006-12-03Add support for amd64.wiz7-9/+706
Still installs and deinstalls cleanly on i386. XXX: NetBSD's Linux emulation on amd64 is not good enough for it yet, but this way it's easier to install Linux Java for improving the emulation.
2006-12-01uname -m returns amd64, not x86_86.hubertf2-4/+4
Reported and tested by Blair Sadewitz (blair.sadewitz at gmail dot com)
2006-12-01Stub libraries are built on Darwin/powerpc only, not on Darwin/i386.minskim1-2/+2
2006-11-24distfile changed; regen distinfo and bump PKGREVISIONwennmach2-6/+6
2006-11-21Add and enable g95.wennmach1-1/+2
2006-11-21Initial import of g95, a Fortran 95 compiler from g95.org.wennmach6-0/+135
G95 is a stable, production Fortran 95 compiler available for multiple CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.
2006-11-14DESTDIR support.joerg1-5/+8
2006-11-12The NetBSD bootstrap kit works for FreeBSD too.kristerw1-2/+2
2006-11-12Needs perl. PKGREVISION++rillig1-3/+3
2006-11-10Use find -print | xargs rather than find -exec.tv2-6/+6
2006-11-09Fixed "test ==".rillig1-1/+2
2006-11-07Make "php-5.2.0" build with "curl-7.16.0".tron2-6/+24
2006-11-07Fix non-portable "configure" shell script.tron2-1/+15
2006-11-07Remove non-existing master site "ftp.php.net".tron1-3/+2
2006-11-06Update lang/php5 to 5.2.0.jdolecek1-1/+3
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-06Update lang/php5 to 5.2.0.jdolecek9-130/+15
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-04Fix for CVE-2006-5465 from PHP CVSadrianp3-3/+36
http://www.hardened-php.net/advisory_132006.138.html
2006-11-03DESTDIR support.joerg1-1/+3
2006-11-03Further improve packlist logic to handle DESTDIR for Perl modulesjoerg2-5/+24
as well. Perl itself is special as the DESTDIR does *not* end up in the packlist, but for normal modules it does.
2006-11-03On NetBSD, assume that MKYP=no when /usr/bin/ypcat doesn't exist.joerg4-18/+38
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-03DESTDIR support. Slightly refactor Perl build to avoid calling the newlyjoerg4-28/+41
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-03Does not compile on x86_64 -- add to NOT_FOR_PLATFORM.wiz1-2/+2