summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-26Fix overlap between C++11 memory and boost::shared_ptr as welljoerg11-7/+358
<tuple> and boost::tuple.
2013-06-26Require tex magic. Bump revision.joerg1-2/+4
2013-06-26deci and move are part of a C++11 STL implementation. Explicitly includejoerg16-1/+474
the namespace when using the former and rename the latter.
2013-06-26Don't use multiple RCS IDs, it confuses the +BUILD_VERSION logic.joerg1-2/+2
2013-06-26Fix RCS ID.joerg2-2/+2
2013-06-26Updated lang/openjdk7 to 1.7.21nb3ryoon1-1/+2
2013-06-26Bump PKGREVISION.ryoon4-14/+72
* Fix build on DragonFly 3.4.1 and 3.5-DEVELOPMENT. Use newer bootstrap binary for DragonFly. * DragonFly 3.5 switches to FreeBSD style math.h. Add conditional. I have no idea about build on very recent DragonFly 3.5.
2013-06-26Updated net/httping to 2.3.3ryoon2-3/+3
2013-06-26Update to 2.3.3ryoon7-88/+39
* Use distfile's install target, remove pkgsrc one. Changelog: unknown.
2013-06-26Set LICENSE, update HOMEPAGE, and remove commented-out MASTER_SITES.ryoon1-3/+3
2013-06-26Add avl-2.0.3 with comment.ryoon1-2/+2
2013-06-26Enforce using the system libtool on OSX. Fixes build + modules.jperkin4-5/+36
2013-06-26Make DTrace a default option on OSX.jperkin1-2/+3
2013-06-26Updated www/firefox-l10n to 22.0ryoon1-1/+2
2013-06-26Update to 22.0ryoon3-429/+429
* Sync with firefox-22.0.
2013-06-26Updated www/firefox to 22.0ryoon1-1/+2
2013-06-26Update to 22.0ryoon47-666/+811
* On NetBSD WebRTC support is disabled, because libxul.so has some errors in link stage. WebRTC support should be tested on non-NetBSD platforms. * It seems that OSS sound support is not working properly on NetBSD. Changelog: NEW WebRTC is now enabled by default! NEW Windows: Firefox now follows display scaling options to render text larger on high-res displays NEW Mac OS X: Download progress in Dock application icon NEW HTML5 audio/video playback rate can now be changed NEW Social services management implemented in Add-ons Manager NEW asm.js optimizations (OdinMonkey) enabled for major performance improvements CHANGED Improved WebGL rendering performance through asynchronous canvas updates CHANGED Plain text files displayed within Firefox will now word-wrap CHANGED For user security, the |Components| object is no longer accessible from web content CHANGED Pointer Lock API can now be used outside of fullscreen DEVELOPER CSS3 Flexbox implemented and enabled by default DEVELOPER New Web Notifications API implemented DEVELOPER Added clipboardData API for JavaScript access to a user's clipboard DEVELOPER New built-in font inspector HTML5 New HTML5 <data> and <time> elements FIXED Various security fixes FIXED Scrolling using some high-resolution-scroll aware touchpads feels slow (829952) Fixed in Firefox 22 MFSA 2013-62 Inaccessible updater can lead to local privilege escalation MFSA 2013-61 Homograph domain spoofing in .com, .net and .name MFSA 2013-60 getUserMedia permission dialog incorrectly displays location MFSA 2013-59 XrayWrappers can be bypassed to run user defined methods in a privileged context MFSA 2013-58 X-Frame-Options ignored when using server push with multi-part responses MFSA 2013-57 Sandbox restrictions not applied to nested frame elements MFSA 2013-56 PreserveWrapper has inconsistent behavior MFSA 2013-55 SVG filters can lead to information disclosure MFSA 2013-54 Data in the body of XHR HEAD requests leads to CSRF attacks MFSA 2013-53 Execution of unmapped memory through onreadystatechange event MFSA 2013-52 Arbitrary code execution within Profiler MFSA 2013-51 Privileged content access and execution via XBL MFSA 2013-50 Memory corruption found using Address Sanitizer MFSA 2013-49 Miscellaneous memory safety hazards (rv:22.0 / rv:17.0.7)
2013-06-26Updated x11/mlterm to 3.2.0nb6tsutsui1-1/+2
2013-06-26Pull one more post-3.2.0 fix from upstream (leaf package bug fixes):tsutsui3-25/+182
https://bitbucket.org/arakiken/mlterm/commits/c8814173cb051b32ce1d1b440b4033bd0 bba567d#chg-xwindow/fb/x_display.c > fb/x_display.c: get_ps2_kcode() is added to convert usb keycode > to ps2 keycode for iBus on NetBSD/OpenBSD framebuffer. This makes ibus inputmethod usable with USB keyboard on mlterm-fb. Bump PKGREVISION.
2013-06-25Dependency doesn't support Python 3.x, so remove it here too.joerg1-4/+1
2013-06-25Updated www/py-flask-login to 0.2.3.kleink1-1/+3
Updated www/py-flask-frozen to 0.11.
2013-06-25Update www/py-flask-frozen to 0.11.kleink2-7/+10
Version 0.11 ~~~~~~~~~~~~ Released on 2013-06-13. * Add Python 3.3 support (requires Flask >= 0.10 and Werkzeug >= 0.9) * Drop Python 2.5 support * Fix `#30 <https://github.com/SimonSapin/Frozen-Flask/issues/30>`_: :func:`relative_url_for` with a query string or URL fragment.
2013-06-25Update www/py-flask-login to 0.2.3.kleink2-6/+6
No changelog provided; several bug fixes, including compatibility with Werkzeug-0.9 and Flask-0.10.
2013-06-25Avoid -Werror=return-type errors. Fixes SunOS build.jperkin3-1/+43
2013-06-25Explicitly disable HTML doc generation, fixes PLIST errors on systems wherejperkin1-1/+3
it is auto-detected.
2013-06-24Note update of www/wordpressmorr1-1/+2
2013-06-24Remove pkgrevision bitmorr1-2/+1
2013-06-24Security update to version 3.5.2.morr2-6/+6
Fixed issues: * Server-Side Request Forgery (SSRF) via the HTTP API. CVE-2013-2199. * Privilege Escalation: Contributors can publish posts, and users can reassign authorship. CVE-2013-2200. * Cross-Site Scripting (XSS) in SWFUpload. CVE-2013-2205. * Denial of Service (DoS) via Post Password Cookies. CVE-2013-2173. * Content Spoofing via Flash Applet in TinyMCE Media Plugin. CVE-2013-2204. * Cross-Site Scripting (XSS) when Uploading Media. CVE-2013-2201. * Full Path Disclosure (FPD) during File Upload. CVE-2013-2203. * Cross-Site Scripting (XSS) (Low Severity) when Editing Media. CVE-2013-2201. * Cross-Site Scripting (XSS) (Low Severity) when Installing/Updating Plugins/Themes. CVE-2013-2201. * XML External Entity Injection (XXE) via oEmbed. CVE-2013-2202.
2013-06-24Fixes for SunOS 64-bit where open/mmap are redefined to *64 versions.jperkin3-7/+69
2013-06-24Add support for rpc-xti, built on SunOS.jperkin2-4/+22
2013-06-24Add SunOS support.jperkin2-5/+12
2013-06-24Explicitly link against libintl on SunOS. Fixes a number of dependencies.jperkin1-1/+3
2013-06-24Add lldpd (0.7.5).mef1-1/+2
2013-06-24Fixes for SunOS.jperkin3-1/+33
2013-06-24lang/mono-basic, not lang/mono2-basic.dholland1-2/+2
2013-06-24prevent to using hardcoded Perl version.obache1-3/+3
2013-06-23Use PKGVERSION_NOREV.jperkin1-2/+2
2013-06-23Joerg says to use __clang__, not __CLANG__.dholland2-6/+6
2013-06-23Update hardcoded Perl version. Fixes build.dholland1-3/+3
2013-06-23SunOS build fixes.jperkin5-1/+82
2013-06-23Teach this to find png16 as well as png15.dholland2-4/+4
2013-06-23Also apparently requires automake.dholland1-2/+2
2013-06-23Updated x11/libXv to 1.0.9wiz2-3/+3
2013-06-23Update to 1.0.9:wiz2-6/+6
This quick fix release corrects an issue with the security fix from 1.0.8, in which, if the size checks did determine the response from the X server was too large to fit in the buffer it had allocated, XvQueryPortAttributes could return a pointer to the caller that pointed to uninitialized memory where the caller expected a nil-terminated string. Alan Coopersmith (2): XvQueryPortAttributes: add a comment explaining memory strategy libXv 1.0.9 Daphne Pfister (1): Bug 65252: Ensure final name is nil-terminated & none point to uninitialized memory.
2013-06-23Fix for missing LOG_AUTHPRIV on SunOS.jperkin2-1/+19
2013-06-23Add p5-Perl4-CoreLibs to fix "Can't locate stat.pl in @INC".dholland1-1/+2
2013-06-23Add p5-Perl4-CoreLibs to fix "Can't locate ctime.pl in @INC".dholland1-1/+2
2013-06-23Add XPG4.2 + extensions support for SunOS, fixes build.jperkin1-1/+3
2013-06-23Add p5-Perl4-CoreLibs to fix "Can't locate ctime.pl in @INC".dholland1-1/+2
2013-06-23Fix PLIST on SunOS.jperkin1-2/+2