summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22Fix build on SunOS.jperkin1-1/+3
2013-02-22Added www/nginx-devel version 1.3.13imil1-1/+2
2013-02-22add & enable nginx-develimil1-1/+2
2013-02-22Initial import of nginx-devel, version 1.3.13, into the NetBSD Packagesimil8-0/+184
Collection. nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy and mail (IMAP/POP3) proxy written by Igor Sysoev. nginx has been running for more than three years on many heavily loaded Russian sites including Rambler (RamblerMedia.com). In March 2007 about 20% of all Russian virtual hosts were served or proxied by nginx. According to Google Online Security Blog nginx serves or proxies about 4% of all Internet virtual hosts, although Netcraft shows much less percent. The sources are licensed under a BSD-like license.
2013-02-22- ruby-1.9.3p362.taca1-2/+1
2013-02-22Note update of Ruby 1.9.3p392 related packages:taca1-1/+10
lang/ruby193-base 1.9.3p392 databases/ruby-gdbm 1.9.3p392nb2 devel/ruby-curses 1.9.3p392 devel/ruby-fiddle 1.9.3p392 devel/ruby-readline 1.9.3p392nb2 x11/ruby-tk 1.9.3p392nb1 lang/ruby193 1.9.3p392 lang/ruby 1.9.3p392nb1 devel/ruby-mode 1.9.3p392
2013-02-22Reset PKG_REVISION by updating to 1.9.3p392.taca1-2/+1
2013-02-22Update ruby193-base package (and related) to 1.9.3-p392.taca11-341/+7
Security problem of CVE-2013-0269 was already handled but REXML security problem is fixed by this package. Now Ruby 1.9.3-p392 is released. I apologize for updating too frequently. This release includes security fixes about bundled JSON and REXML. * Denial of Service and Unsafe Object Creation Vulnerability in JSON (CVE-2013-0269) * Entity expansion DoS vulnerability in REXML (XML bomb) And some small bugfixes are also included.
2013-02-22Note update of devel/subversion16-base package to 1.6.20nb1.taca1-1/+2
2013-02-22Bump PKGREVISION to reflect www/serf0's PKGNAME change for the case oftaca1-1/+2
"serf" PKG_OPTIONS used.
2013-02-22Note update of www/serf0 package to 0.7.2.taca1-1/+2
2013-02-22Replace PKGNAME to serf0 for better handling of better binary package.taca2-4/+5
2013-02-22Update serf0 to 0.7.2.taca3-9/+8
Serf 0.7.2 [2011-03-12, branch 0.7.x r1451] Actually disable Nagle when creating a connection (r1441). Return error when app asks for HTTPS over proxy connection (r1433). Serf 0.7.1 [2011-01-25, branch 0.7.x r1431] Fix memory leak when using SSL (r1408, r1416). Fix build for blank apr-util directory (r1421). Serf 0.7.0 [2010-08-25, r1407] Fix double free abort when destroying request buckets. Fix test server in unit test framework to avoid random test failures. Allow older Serf programs which don't use the new authn framework to still handle authn without forcing them to switch to the new framework. (r1401) Remove the SERF_DECLARE macros, preferring a .DEF file for Windows Barrier buckets now pass read_iovec to their wrapped bucket. Fix HTTP header parsing to allow for empty header values. Serf 0.6.1 [2010-05-14, r1370] Generally: this release fixes problems with the 0.4.0 packaging. Small compilation fix in outgoing.c for Windows builds. Serf 0.6.0 [2010-05-14, r1363] Not released. Serf 0.5.0 Not released. Serf 0.4.0 [2010-05-13, r1353] [NOTE: this release misstated itself as 0.5.0; use a later release instead] Provide authn framework, supporting Basic, Digest, Kerberos (SSPI, GSS), along with proxy authn using Basic or Digest Added experimental listener framework, along with test_server.c Improvements and fixes to SSL support, including connection setup changes Experimental support for unrequested, arriving ("async") responses Experimental BWTP support using the async arrival feature Headers are combined on read (not write), to ease certian classes of parsing Experimental feature on aggregate buckets for a callback-on-empty Fix the bucket allocator for when APR is using its pool debugging features Proxy support in the serf_get testing utility Fix to include the port number in the Host header serf_get propagates errors from the response, instead of aborting (Issue 52) Added serf_lib_version() for runtime version tests Serf 0.3.1 [2010-02-14, r1320] Fix loss of error on request->setup() callback. (Issue 47) Support APR 2.x. (Issue 48) Fixed slowdown in aggregate bucket with millions of child buckets. Avoid hang in apr_pollset_poll() by unclosed connections after fork().
2013-02-22Note update of www/serf package to 1.1.1.taca1-1/+2
2013-02-22Update serf to 1.1.1.taca4-16/+16
Full changes are a little bit many to write here, but it change its API from prior to 1.0. Please refer http://code.google.com/p/serf/source/browse/tags/1.1.1/CHANGES for full changes.
2013-02-22Updated www/nginx to 1.2.7nb1imil1-1/+2
2013-02-22Preparing www/nginx-devel import by splitting up Makefile intoimil2-101/+108
Makefile + Makefile.common. nginx is highly backward compatible and 99% of stable series Makefile applies to devel. Bumping PKGREVISION
2013-02-22Switch to use www/serf0.taca2-4/+4
2013-02-22Add and enable serf0.taca1-1/+2
2013-02-22Add www/serf0 by copying from www/serf. It provides serf version < 1.0,taca5-0/+59
and it would be used by subversion16.
2013-02-22Update to 19.0ryoon2-7/+27
Sync with xulrunner-19.0.
2013-02-22Updated devel/xulrunner to 19.0ryoon1-1/+3
Updated www/firefox to 19.0
2013-02-22Update to 19.0ryoon7-150/+113
Changelog: NEW Built-in PDF viewer CHANGED Canvas elements can export their content as an image blob using canvas.toBlob() CHANGED Startup performance improvements (bugs 715402 and 756313) DEVELOPER Debugger now supports pausing on exceptions and hiding non-enumerable properties DEVELOPER Remote Web Console is available for connecting to Firefox on Android or Firefox OS (experimental, set devtools.debugger.remote-enabled to true) DEVELOPER There is now a Browser Debugger available for add-on and browser developers (experimental, set devtools.chrome.enabled to true) DEVELOPER Web Console CSS links now open in the Style Editor HTML5 CSS @page is now supported HTML5 CSS viewport-percentage length units implemented (vh, vw, vmin and vmax) HTML5 CSS text-transform now supports full-width FIXED Certain valid WebGL drawing operations are incorrectly rejected, leaving incomplete rendering in affected pages (825205) FIXED Starting Firefox with -private flag incorrectly claims you are not in Private Browsing mode (802274) FIXED Plugins stop rendering when the top half of the plugin is scrolled off the top of the page, in HiDPI mode (825734)
2013-02-22Add support for 64-bit SunOS.jperkin2-1/+38
2013-02-22Add hints for bootstrap pkgsrc on Cygwin.obache1-0/+20
2013-02-22Use -shared instead of -G on SunOS.jperkin2-3/+12
Fixes 64-bit package.
2013-02-22Fix ROOT_USER/ROOT_GROUP for Cygwin to Administrators/Administrators (not usingobache2-5/+6
its UID/GID), and sync platform privilege check with bootstrap script.
2013-02-22Allow to overwrite commnand of privilege check as _IS_ROOT_CMD.obache1-2/+3
2013-02-22Updated net/mikutter to 0.2.1.1130obache1-1/+2
2013-02-22Update mikutter to 0.2.1.1130.obache2-6/+6
* fixes crash at getting access token * support Twitter API 1.1 of Streaming API
2013-02-22Sun's ar needs at least one symbol in a library.jperkin2-1/+19
Fixes SunOS build.
2013-02-22Don't build libreplace, it is an empty library.jperkin4-1/+59
Fixes build on SunOS.
2013-02-22Note update of lang/php53 package to 5.3.22 and lang/php54 package to 5.4.12.taca1-1/+3
2013-02-22Update PHP53_VERSION and PHP54_VERSION.taca1-3/+3
2013-02-22Reset PKG_REVISION along with update of both php53 and php54.taca8-16/+8
2013-02-22Update php54 to 5.4.12.taca4-24/+7
PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 21 Feb 2012, PHP 5.4.12 - Core: . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) . Fixed bug #64011 (get_html_translation_table() output incomplete with HTML_ENTITIES and ISO-8859-1). (Gustavo) . Fixed bug #63982 (isset() inconsistently produces a fatal error on protected property). (Stas) . Fixed bug #63943 (Bad warning text from strpos() on empty needle). (Laruence) . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) . Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very different length). (Gustavo) . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry) . Fixed bug #63462 (Magic methods called twice for unset protected properties). (Stas) . Fixed bug #62524 (fopen follows redirects for non-3xx statuses). (Wes Mason) . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars) - Date: . Fixed bug #63699 (Performance improvements for various ext/date functions). (Lars, original patch by njaguar at gmail dot com) . Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV. (Derick) - FPM: . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam) - Litespeed: . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George) - SOAP . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry) . Disabled external entities loading (CVE-2013-1643). (Dmitry) - sqlite3: . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API). (srgoogleguy, Lars) - PDO_OCI . Fixed bug #57702 (Multi-row BLOB fetches). (hswong3i, Laruence) . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long testsuite). (hswong3i, Lars) - PDO_sqlite: . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
2013-02-22Update php53 to 5.3.22.taca5-25/+9
PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 21 Feb 2013, PHP 5.3.22 - Zend Engine: . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes) . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) - Core . Fixed bug #63943 (Bad warning text from strpos() on empty needle). (Laruence) - Date: . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV). (Laruence, Derick) - FPM: . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam) - SOAP . Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635). (Dmitry) . Disabled external entities loading (CVE-2013-1643). (Dmitry) - SPL: . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). (Nikita Popov)
2013-02-22Revive PLIST_VARS processing.taca1-2/+4
2013-02-21Fix build with clang.wiz2-2/+14
2013-02-21Updated x11/gtk2 to 2.24.16adam2-3/+3
2013-02-21Changes 2.24.16:adam2-7/+6
* Bug fixes: 694077 Make GtkItemFactory produce GtkSeparatorMenuItems 645065 GtkFileChooserButton doesn't handle closing its dialog correctly Reliably stop spinning when a GtkSpinButton is hidden
2013-02-21Apply upstream patch aaff080449ebcb66553ebf5b512f737b6191f339 to fixdholland2-1/+20
build with gcc 4.6+ and clang. Via Al Viro.
2013-02-21+ KeePass-2.21, Sigil-0.7.0 [needs qt5], TeXmacs-1.0.7.18,wiz1-11/+33
blender-2.66, dvdstyler-2.4.1, ekiga-4.0.1, flightgear-2.10, graphviz-2.30.1, gssdp-0.14.0, gtexinfo-5.0, gtk2+-2.24.16, gupnp-0.20.0, gupnp-av-0.12.0, gupnp-dlna-0.10.0, hiawatha-8.8, httping-1.5.8, libffi-3.0.12, libgee-0.8.4, logrotate-3.8.3 [pkg/47581], luit-2.0.20130217, p5-pango-1.224, potrace-1.11, py-distribute-0.6.35, py-lxml-3.1.0, qpdfview-0.4, scmgit-1.8.2, shared-mime-info-1.1, viking-1.4, x264-devel-20130216, xdelta3-3.0.6, xf86-video-intel-2.21.3, xmp-4.0.1.
2013-02-21Fix minor typo.is1-2/+2
2013-02-21Updated security/opendnssec to 1.3.13pettai1-1/+2
2013-02-21OpenDNSSEC 1.3.13 - 2013-02-20pettai2-7/+6
Bugfixes: * OPENDNSSEC-388: Signer Engine: Internal serial should take into account the inbound serial. * OPENDNSSEC-242: Signer Engine: Could get stuck on load signconf while signconf was not changed. * Signer Engine: Fixed locking and notification on the drudge work queue, signals could be missed so that drudgers would stall when there was work to be done.
2013-02-21Add explanations to DESCR for sqlite packages because it is quitegdt10-9/+22
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
2013-02-21if `id -u' failed, assume that numeric ID is specified (especially for Cygwin).obache1-2/+2
2013-02-21Updated math/ruby-spreadsheet to 0.8.1obache1-1/+2
2013-02-21Update ruby-spreadsheet to 0.8.1.obache3-7/+10
=== 0.8.1 / 18.02.2013 * Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb === 0.8.0 / 18.02.2013 * Adding support for converting color palette values to RGB values (not vice-versa..yet) * by https://github.com/dancaugherty/spreadsheet/compare/master...rgb === 0.7.9 / 06.02.2013 Author: Eugeniy Belyaev (zhekanax) * You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible. * https://github.com/zdavatz/spreadsheet/pull/27 === 0.7.8 / 06.02.2013 Author: Kenichi Kamiya <kachick1@gmail.com> Date: Wed Feb 6 11:23:35 2013 +0900 * Link to Travis CI on README * Remove warnings "assigned but unused variable" in test * Remove warnings "assigned but unused variable" * Enable $VERBOSE flag when running test