Commit graph

193775 commits

Author SHA1 Message Date
drochner
0fba10066c update to 0.6.8
change: Handle signed units
2012-11-23 17:35:00 +00:00
drochner
31043ee6a5 update to 1.77.1
too many changes to list here, see the bundled changelog
2012-11-23 17:33:36 +00:00
ryoon
5a38149cb4 Updated www/seamonkey to 2.14 2012-11-23 17:29:47 +00:00
ryoon
6db9ce4826 Update to 2.14
* Patches are synced with xulrunner-17.0, and regen patches
* Update Mozilla Lightning to 1.9

Changelog:
SeaMonkey-specific changes
    None (see changes page for minor changes).

Mozilla platform changes
    OS X 10.6 is now the minimum supported Mac version.
    JavaScript Maps and Sets are now iterable.
    SVG FillPaint and StrokePaint have been implemented.
    The sandbox attribute has been implemented for iframes, enabling increased security.
    Fixed several stability issues.

Security fixes
Fixed in SeaMonkey 2.14
MFSA 2012-106 Use-after-free, buffer overflow, and memory corruption issues found using Address Sanitizer
MFSA 2012-105 Use-after-free and buffer overflow issues found using Address Sanitizer
MFSA 2012-103 Frames can shadow top.location
MFSA 2012-101 Improper character decoding in HZ-GB-2312 charset
MFSA 2012-100 Improper security filtering for cross-origin wrappers
MFSA 2012-99 XrayWrappers exposes chrome-only properties when not in chrome compartment
MFSA 2012-97 XMLHttpRequest inherits incorrect principal within sandbox
MFSA 2012-96 Memory corruption in str_unescape
MFSA 2012-94 Crash when combining SVG text on path with CSS
MFSA 2012-93 evalInSanbox location context incorrectly applied
MFSA 2012-92 Buffer overflow while rendering GIF images
MFSA 2012-91 Miscellaneous memory safety hazards (rv:17.0/ rv:10.0.11)
2012-11-23 17:28:48 +00:00
drochner
da4da69aaf update to 2.3.4
changes:
-bugfixes
-translation updates
2012-11-23 17:27:09 +00:00
drochner
4b0472a0f0 update to 3.6.2
changes:
- separate share and send to
- wireless hotspot
- application-rss+xml
- remove success color from battery-full
2012-11-23 17:23:33 +00:00
drochner
8a13d8bd71 update to 3.6.2
changes: translation updates
2012-11-23 17:22:08 +00:00
drochner
b3ab7ae5e1 update to 3.6.2
changes:
-bugfixes
-translation updates
2012-11-23 17:21:00 +00:00
drochner
7efcf0a314 update to 3.6.1
changes: translation updates
2012-11-23 17:19:39 +00:00
drochner
5a8fb5ed69 update to 2.7
change: Add --min-dim and --max-dim options to only process images with
 certain dimensions
2012-11-23 17:17:47 +00:00
drochner
c9baaa5fc0 update to 1.20.4
changes: bugfixes
2012-11-23 17:14:11 +00:00
drochner
ffdd93fef9 update to 1.14.25
changes:
-Enhance gsf tool to create archives
-bugfixes
2012-11-23 17:12:23 +00:00
drochner
9706d041ba update to 0.6.6.1
change: Rebuild package with fixed Vala compiler
2012-11-23 17:10:24 +00:00
drochner
6523c760b7 update to 0.18.1
changes: Bug fixes and binding updates
2012-11-23 17:08:31 +00:00
drochner
f41c7d30f5 add the patch 2012-11-23 16:41:01 +00:00
drochner
f4ab78ec9b add patch from Redhat to fix buffer overflow on pac load (CVE-2012-4505)
bump PKGREV
2012-11-23 16:40:41 +00:00
drochner
be6795e153 add patch from upstream to fix memory corruption when reading XWD files
bump PKGREV
2012-11-23 15:43:13 +00:00
gson
e56dec5652 Fix the PLIST of devel/cvsup to match the current set of example files
installed, as it is taken from devel/cvsup-bin and has changed there.
2012-11-23 14:31:44 +00:00
taca
ba1fd7fcf0 Note update of php53 to 5.3.19 and php54 to 5.4.9. 2012-11-23 13:23:16 +00:00
taca
5289ca26ba Update versions of php53 and php54 for PHP extensions.
Reset PKGREVISION of database/php-ldap.
2012-11-23 13:22:51 +00:00
taca
0c275692b1 Update php54 to 5.4.9.
22 Nov 2012, PHP 5.4.9

- Core:
  . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
  . Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes).
    (Tony, Andrew Sitnikov)
  . Fixed bug #63241 (PHP fails to open Windows deduplicated files).
    (daniel dot stelter-gliese at innogames dot de)
  . Fixed bug #62444 (Handle leak in is_readable on windows).
    (krazyest at seznam dot cz)

- Curl:
  . Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST).
    Patch by John Jawed GitHub PR #221 (Anthony)

- Fileinfo:
  . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
    (Anatoliy)

- Libxml
  . Fixed bug #63389 (Missing context check on libxml_set_streams_context()
    causes memleak). (Laruence)

- Mbstring:
  . Fixed bug #63447 (max_input_vars doesn't filter variables when
    mbstring.encoding_translation = On). (Laruence)

- OCI8:
  . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
    (Chris Jones)

- PCRE:
  . Fixed bug #63180 (Corruption of hash tables). (Dmitry)
  . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
    (Dmitry, Laruence)
  . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)

- PDO:
  . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
    (Martin Osvald, Remi)

- PDO_pgsql:
  . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
    (Will Fitch)

- Phar:
  . Fixed bug #63297 (Phar fails to write an openssl based signature).
    (Anatoliy)

- Streams:
  . Fixed bug #63240 (stream_get_line() return contains delimiter string).
    (Tjerk, Gustavo)

- Reflection:
  . Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
    traitnames). (Laruence)
2012-11-23 13:20:49 +00:00
taca
4e756c61f9 Update php53 to 5.3.19.
22 Nov 2012, PHP 5.3.19

- Core
  . Fixed bug #63241 (PHP fails to open Windows deduplicated files).
    (daniel dot stelter-gliese at innogames dot de)
  . Fixed bug #62444 (Handle leak in is_readable on windows).
    (krazyest at seznam dot cz)

- Libxml
  . Fixed bug #63389 (Missing context check on libxml_set_streams_context()
    causes memleak). (Laruence)

- Mbstring:
  . Fixed bug #63447 (max_input_vars doesn't filter variables when
    mbstring.encoding_translation = On). (Laruence)

- MySQL:
  . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)

- OCI8:
  . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
    (Chris Jones)

- PCRE:
  . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
    (Dmitry, Laruence)
  . Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)

- PDO:
  . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
    (Martin Osvald, Remi)

- PDO_pgsql:
  . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
    (Will Fitch)

- Streams:
  . Fixed bug #63240 (stream_get_line() return contains delimiter string).
    (Tjerk, Gustavo)

- Phar:
  . Fixed bug #63297 (Phar fails to write an openssl based signature).
    (Anatoliy)
2012-11-23 13:20:03 +00:00
drochner
72e6291f2a update to 1.4.32
fixes a DOS problem (CVE-2012-5533)
2012-11-23 13:12:49 +00:00
joerg
ddebfef9f3 Always return a value from non-void functions. 2012-11-23 12:35:57 +00:00
joerg
fecb646354 Honour buildlink. Request C++11 with clang. Fix C++ usage. 2012-11-23 12:35:01 +00:00
joerg
9e07d9a474 Fix inline usage. 2012-11-23 12:33:44 +00:00
joerg
efadb51da3 Don't define functions returning functions. 2012-11-23 12:33:22 +00:00
joerg
bf0b1eae07 Fix INLINE. 2012-11-23 12:32:21 +00:00
joerg
875eac511b Define functions before refering them in templates. Remove incomplete
<string> forward definition.
2012-11-23 12:32:00 +00:00
joerg
f8f927f1d9 Fix definition of release_lastbind. 2012-11-23 12:31:05 +00:00
joerg
3e4a57a313 Mark proc_find_top to work with C99 inline. 2012-11-23 12:30:38 +00:00
joerg
4ec4d77cad Fix missing prototypes and return values and other goodies, so that it
passes -Werror with clang.
2012-11-23 12:30:01 +00:00
joerg
08b3bcb2e3 Don't use variable length arrays of non-POD types. 2012-11-23 12:29:15 +00:00
drochner
a95b523806 make provided/required versions match exactly - it seems that newer
tcl versions are more strict about this, should fix PR pkg/47186
by Joern Clausen
bump PKGREV
being here, set LICENSE (same as tcl)
2012-11-23 12:27:03 +00:00
joerg
53e37a1805 Fix type references to be consistent between class definition and
out-of-line methods. Bump revision.
2012-11-23 12:26:56 +00:00
joerg
13b6f43825 Update pbulk to 0.51 and pbulk-base to 0.46. Add support for reusing old
scan results to speed up the process. Fix a bug that overwrote the
package.log during installation.
2012-11-23 12:13:34 +00:00
joerg
7302fa4465 Welcome the void. 2012-11-23 12:11:41 +00:00
joerg
5de19eef98 Can't use const with non-default constructor. 2012-11-23 12:11:00 +00:00
joerg
b9b4d0659a Don't redefine a local variable. 2012-11-23 12:10:29 +00:00
joerg
05fd37e853 Needs GNU inline semantic. 2012-11-23 12:09:58 +00:00
joerg
e84183a6bf One const ought to be enough for every type. 2012-11-23 12:08:04 +00:00
drochner
ff1b63a8f1 pull in "grilo" - this adds UPnP client functionality
bump PKGREV
2012-11-23 11:55:06 +00:00
drochner
bc5b107b7d +grilo 2012-11-23 11:52:04 +00:00
drochner
c1ccd42b08 add grilo+plugins-0.2.3, a framework to browse/access various
media sources
tested UPnP only
2012-11-23 11:51:14 +00:00
fhajny
22d4912379 Bump PKGREVISION.
Avoided hardcoded UID/GID using a simple post-install script.
2012-11-23 11:46:24 +00:00
joerg
b600613c6f Needs termios.h. 2012-11-23 11:40:15 +00:00
joerg
195ded5d51 Catch up with libxml2 buffer interface changes. 2012-11-23 11:38:15 +00:00
joerg
c56e4b16c8 Always return a value in non-void functions. 2012-11-23 11:37:41 +00:00
joerg
a888fd0740 Uses pangox. 2012-11-23 11:37:16 +00:00
ryoon
1fd40a4bdb Fix build
* Add missing include file to PLIST.lightning
* Fix xulrunner pathes
2012-11-23 11:08:05 +00:00