Commit graph

202983 commits

Author SHA1 Message Date
rodent
9cc7a49f3f Updated devel/ucommon to 6.0.5 2013-06-27 01:37:48 +00:00
rodent
bd7b0dc625 Updated to latest release. Add options.mk file to allow the user to select
the static and tests options. PLIST is handled accordingly for the static
option, which switches between static and dynamically linked libraries.
Handle buildlink3.mk appropriately for static build. Comment patch.

From ChangeLog:

from ucommon 6.0.4 to 6.0.5
- additional constructors to pass pre-allocated memory

from ucommon 6.0.3 to 6.0.4
- fix for address list comparison issue
2013-06-27 01:36:25 +00:00
joerg
1a1113353b Don't pick up the wrong gedit version. 2013-06-26 22:06:17 +00:00
joerg
c025eae297 Fix locale usage on NetBSD/current. 2013-06-26 21:59:10 +00:00
joerg
ccec871226 Add one missing #if for C++03 vs C++11 differences. 2013-06-26 21:25:59 +00:00
joerg
8acf69f27b Fix scons to honour wrappers. 2013-06-26 21:25:02 +00:00
joerg
3ef37069b7 Don't define a symbol twice in the same file. 2013-06-26 21:24:23 +00:00
joerg
29c8afc1ac Add missing include for rand. 2013-06-26 21:23:52 +00:00
joerg
3ea9984129 Don't break cmath if it doesn't undefine macros first.
Don't wrap system C++ headers with extern "C" {}.
2013-06-26 21:22:41 +00:00
joerg
a133c8890e Fix build against newer glib. 2013-06-26 21:21:25 +00:00
joerg
6ccfa7de3a Don't hard code BINOWN, allows unprivileged build to work. 2013-06-26 21:19:08 +00:00
joerg
5f9eed8332 Uses deprecated GtkTable. 2013-06-26 21:18:21 +00:00
joerg
966a521d39 Fix backtrace linking on NetBSD. Fix inline use. 2013-06-26 21:17:44 +00:00
joerg
6389cfc4fa G/C evas-sdl and evas-sdl-16. 2013-06-26 20:14:05 +00:00
joerg
63dc2a0570 Fix overlap between C++11 memory and boost::shared_ptr as well
<tuple> and boost::tuple.
2013-06-26 15:52:22 +00:00
joerg
aec2bc2c9e Require tex magic. Bump revision. 2013-06-26 15:50:30 +00:00
joerg
152af0038f deci and move are part of a C++11 STL implementation. Explicitly include
the namespace when using the former and rename the latter.
2013-06-26 15:49:31 +00:00
joerg
19169d2e77 Don't use multiple RCS IDs, it confuses the +BUILD_VERSION logic. 2013-06-26 14:26:47 +00:00
joerg
47bc4a193c Fix RCS ID. 2013-06-26 14:16:44 +00:00
ryoon
34d343a3ae Updated lang/openjdk7 to 1.7.21nb3 2013-06-26 12:54:36 +00:00
ryoon
c46dc0a97e Bump PKGREVISION.
* 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-26 12:52:34 +00:00
ryoon
40fede0148 Updated net/httping to 2.3.3 2013-06-26 12:40:19 +00:00
ryoon
80ee6c6dd2 Update to 2.3.3
* Use distfile's install target, remove pkgsrc one.

Changelog:
unknown.
2013-06-26 12:39:24 +00:00
ryoon
db404b14b7 Set LICENSE, update HOMEPAGE, and remove commented-out MASTER_SITES. 2013-06-26 12:09:26 +00:00
ryoon
3b5f325238 Add avl-2.0.3 with comment. 2013-06-26 12:06:37 +00:00
jperkin
2ed4090a1d Enforce using the system libtool on OSX. Fixes build + modules. 2013-06-26 11:53:02 +00:00
jperkin
bb2ebf7e27 Make DTrace a default option on OSX. 2013-06-26 11:51:50 +00:00
ryoon
41a8d7f56a Updated www/firefox-l10n to 22.0 2013-06-26 11:34:27 +00:00
ryoon
68f0b7fb38 Update to 22.0
* Sync with firefox-22.0.
2013-06-26 11:33:32 +00:00
ryoon
203d3f7475 Updated www/firefox to 22.0 2013-06-26 11:32:51 +00:00
ryoon
a40b55b875 Update to 22.0
* 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-26 11:32:12 +00:00
tsutsui
28f9d1812d Updated x11/mlterm to 3.2.0nb6 2013-06-26 11:30:45 +00:00
tsutsui
7011dc1c1d Pull one more post-3.2.0 fix from upstream (leaf package bug fixes):
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-26 11:29:47 +00:00
joerg
0d2992bfd5 Dependency doesn't support Python 3.x, so remove it here too. 2013-06-25 19:34:16 +00:00
kleink
a2be4bceba Updated www/py-flask-login to 0.2.3.
Updated www/py-flask-frozen to 0.11.
2013-06-25 13:35:17 +00:00
kleink
7133af3d9b Update www/py-flask-frozen to 0.11.
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-25 13:32:32 +00:00
kleink
1ba22c9188 Update www/py-flask-login to 0.2.3.
No changelog provided; several bug fixes, including compatibility with
Werkzeug-0.9 and Flask-0.10.
2013-06-25 13:29:33 +00:00
jperkin
1b840c4bb8 Avoid -Werror=return-type errors. Fixes SunOS build. 2013-06-25 10:06:34 +00:00
jperkin
4094c27f6f Explicitly disable HTML doc generation, fixes PLIST errors on systems where
it is auto-detected.
2013-06-25 09:44:12 +00:00
morr
d1252a98d3 Note update of www/wordpress 2013-06-24 16:17:36 +00:00
morr
cafca66200 Remove pkgrevision bit 2013-06-24 16:16:42 +00:00
morr
7db7174cf3 Security update to version 3.5.2.
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-24 16:13:21 +00:00
jperkin
acc41193ba Fixes for SunOS 64-bit where open/mmap are redefined to *64 versions. 2013-06-24 15:57:21 +00:00
jperkin
ea0cf05613 Add support for rpc-xti, built on SunOS. 2013-06-24 15:11:38 +00:00
jperkin
2df8d19008 Add SunOS support. 2013-06-24 13:52:56 +00:00
jperkin
46368ad7c2 Explicitly link against libintl on SunOS. Fixes a number of dependencies. 2013-06-24 13:44:20 +00:00
mef
e3a6b0460e Add lldpd (0.7.5). 2013-06-24 12:27:55 +00:00
jperkin
2d1e2cef0b Fixes for SunOS. 2013-06-24 06:52:52 +00:00
dholland
471042e5ec lang/mono-basic, not lang/mono2-basic. 2013-06-24 05:32:28 +00:00
obache
abcb18bde4 prevent to using hardcoded Perl version. 2013-06-24 02:38:20 +00:00