drochner
36a0a81d7b
mantion updates
2012-11-23 17:42:52 +00:00
drochner
3369436b5f
update to 1.32.3
...
changes:
- make gobject-introspection PANGO_GLYPH happy
- provide a phony define for LANGUAGE
- adjust to harfbuzz 0.97 api
since harfbuss is used only internally, and its shlibname didn't
change, I'm refraining from a recursive revbump
2012-11-23 17:41:23 +00:00
drochner
92893d5a13
update to 0.9.7
...
changes:
- Implement Thai "PUA" shaping for old fonts
- Add --text-before and --text-after
- Add --bot / --eot / --preserve-default-ignorables
- hb-shape --output-format=json
-bugfixes
2012-11-23 17:38:41 +00:00
ryoon
2d08b2f8ad
Updated www/seamonkey-l10n to 2.14
2012-11-23 17:36:08 +00:00
ryoon
9739075f9d
Update to 2.14
...
* Sync with www/seamonkey-2.14
2012-11-23 17:35:08 +00:00
drochner
df08af7394
update to 0.6.8
...
change: Handle signed units
2012-11-23 17:35:00 +00:00
drochner
2b0d6a30d2
update to 1.77.1
...
too many changes to list here, see the bundled changelog
2012-11-23 17:33:36 +00:00
ryoon
df583daa58
Updated www/seamonkey to 2.14
2012-11-23 17:29:47 +00:00
ryoon
eef6eea961
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
6ba049e912
update to 2.3.4
...
changes:
-bugfixes
-translation updates
2012-11-23 17:27:09 +00:00
drochner
19773fc0af
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
cd38add703
update to 3.6.2
...
changes: translation updates
2012-11-23 17:22:08 +00:00
drochner
458f7b45cd
update to 3.6.2
...
changes:
-bugfixes
-translation updates
2012-11-23 17:21:00 +00:00
drochner
27ad5c3a12
update to 3.6.1
...
changes: translation updates
2012-11-23 17:19:39 +00:00
drochner
ca63031144
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
370fbede0e
update to 1.20.4
...
changes: bugfixes
2012-11-23 17:14:11 +00:00
drochner
192ae98d6b
update to 1.14.25
...
changes:
-Enhance gsf tool to create archives
-bugfixes
2012-11-23 17:12:23 +00:00
drochner
c2bdcf07a3
update to 0.6.6.1
...
change: Rebuild package with fixed Vala compiler
2012-11-23 17:10:24 +00:00
drochner
9af33d2e6e
update to 0.18.1
...
changes: Bug fixes and binding updates
2012-11-23 17:08:31 +00:00
drochner
6cc05fcf44
add the patch
2012-11-23 16:41:01 +00:00
drochner
a482e8b584
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
b5590e4d54
add patch from upstream to fix memory corruption when reading XWD files
...
bump PKGREV
2012-11-23 15:43:13 +00:00
gson
3e5ef9d787
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
1689a49e0a
Note update of php53 to 5.3.19 and php54 to 5.4.9.
2012-11-23 13:23:16 +00:00
taca
b1d0864cbe
Update versions of php53 and php54 for PHP extensions.
...
Reset PKGREVISION of database/php-ldap.
2012-11-23 13:22:51 +00:00
taca
43d438e26e
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
066516d6ab
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
5212fc7663
update to 1.4.32
...
fixes a DOS problem (CVE-2012-5533)
2012-11-23 13:12:49 +00:00
joerg
7c83f42a10
Always return a value from non-void functions.
2012-11-23 12:35:57 +00:00
joerg
543f88ae7f
Honour buildlink. Request C++11 with clang. Fix C++ usage.
2012-11-23 12:35:01 +00:00
joerg
bc61b56c59
Fix inline usage.
2012-11-23 12:33:44 +00:00
joerg
85a4d9bfe4
Don't define functions returning functions.
2012-11-23 12:33:22 +00:00
joerg
ee89e09ca0
Fix INLINE.
2012-11-23 12:32:21 +00:00
joerg
85ff2cbb0a
Define functions before refering them in templates. Remove incomplete
...
<string> forward definition.
2012-11-23 12:32:00 +00:00
joerg
a75c21285e
Fix definition of release_lastbind.
2012-11-23 12:31:05 +00:00
joerg
16178aa2e9
Mark proc_find_top to work with C99 inline.
2012-11-23 12:30:38 +00:00
joerg
b08f608276
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
fb8fb22958
Don't use variable length arrays of non-POD types.
2012-11-23 12:29:15 +00:00
drochner
24ef81c763
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
03cfa80f52
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
2c879bc7ca
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
faa3ff79d5
Welcome the void.
2012-11-23 12:11:41 +00:00
joerg
28780c5fb0
Can't use const with non-default constructor.
2012-11-23 12:11:00 +00:00
joerg
91b9c0de8f
Don't redefine a local variable.
2012-11-23 12:10:29 +00:00
joerg
8fb7ac68b5
Needs GNU inline semantic.
2012-11-23 12:09:58 +00:00
joerg
0d73b8219e
One const ought to be enough for every type.
2012-11-23 12:08:04 +00:00
drochner
9b5d74a07a
pull in "grilo" - this adds UPnP client functionality
...
bump PKGREV
2012-11-23 11:55:06 +00:00
drochner
326b237668
+grilo
2012-11-23 11:52:04 +00:00
drochner
12afbb1555
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
8820230955
Bump PKGREVISION.
...
Avoided hardcoded UID/GID using a simple post-install script.
2012-11-23 11:46:24 +00:00