jperkin
900a7d7ec0
Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
...
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
2015-04-03 08:59:08 +00:00
wiz
8306329029
Update to 0.28.0:
...
Vala 0.28.0
===========
* Binding updates.
Vala 0.27.2
===========
* Bug fixes and binding updates.
Vala 0.27.1
===========
* Print compiler messages in color.
* Add clutter-gdk-1.0 bindings.
* Add clutter-gst-3.0 bindings.
* Add clutter-x11-1.0 bindings.
* Add rest-extras-0.7 bindings.
* Bug fix and binding updates.
2015-04-03 07:38:17 +00:00
tnn
c08710bc07
Avoid using the "3o" man page section, since plist-man.awk can't handle it.
...
Instead treat ocaml like we do with lang/perl5 and install the man pages in
the "3" section in /usr/pkg/lib/ocaml/man/man3.
2015-04-02 22:40:09 +00:00
bsiegert
e9e67f8949
Add MirBSD.
2015-04-02 14:40:32 +00:00
joerg
d4de4c8767
Rpath option should get the path directly.
2015-03-31 15:46:41 +00:00
joerg
5d73c633bb
ARM requires more than 128MB data size.
2015-03-31 15:46:18 +00:00
joerg
11e9df11e8
Don't mess with __sync_*, clang disallows it this way. Failing at link
...
time is good enough anyway.
2015-03-31 15:45:40 +00:00
joerg
e72b729828
Allow building on platforms where "int3" is not a valid debug trap.
...
Build shared library with -fPIC on all platforms. Bump revision for
that.
2015-03-31 15:44:47 +00:00
joerg
3eac274309
Use unified asm syntax. Build with -O0 on ARM when using clang, to much
...
optimisation potential.
2015-03-31 15:43:34 +00:00
joerg
d0136af983
Don't mess with sync builtins, it breaks the build with Clang.
2015-03-24 14:24:38 +00:00
bsiegert
af7abc1b0a
SECURITY: Add a patch for CVE-2014-5461, taken from the Debian package.
...
Bump PKGREVISION.
2015-03-22 17:20:24 +00:00
tnn
7046b1b0c7
need zlib
2015-03-22 16:07:59 +00:00
asau
a92796a5c7
Needs dvips and pdftex for build.
2015-03-22 09:53:57 +00:00
joerg
f93c9e5c83
Provide library path to libpython too.
2015-03-21 19:26:47 +00:00
tnn
a892c15c68
Fix build on MKGCC=no systems
2015-03-21 01:17:08 +00:00
taca
034948e5a7
Update php56 to 5.6.7, including security fix.
...
19 Mar 2015, PHP 5.6.7
- Core:
. Fixed bug #69174 (leaks when unused inner class use traits precedence).
(Laruence)
. Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
(Laruence)
. Fixed bug #69121 (Segfault in get_current_user when script owner is not
in passwd with ZTS build). (dan at syneto dot net)
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
callback). (Mike)
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
not validated in memory.c). (nayana at ddproperty dot com)
. Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
functions). (kostyantyn dot lysyy at oracle dot com)
. Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
- CGI:
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
- CLI:
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
- cURL:
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
Win32). (Grant Pannell)
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
by libcurl. (Linus Unneback)
- Ereg:
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
(Stas)
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
- ODBC:
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
- Opcache:
. Fixed bug #69159 (Opcache causes problem when passing a variable variable
to a function). (Dmitry, Laruence)
. Fixed bug #69125 (Array numeric string as key). (Laruence)
. Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)
- OpenSSL:
. Fixed bug #68912 (Segmentation fault at openssl_spki_new). (Laruence)
. Fixed bug #61285 , #68329 , #68046 , #41631 (encrypted streams don't observe
socket timeouts). (Brad Broerman)
. Fixed bug #68920 (use strict peer_fingerprint input checks)
(Daniel Lowrey)
. Fixed bug #68879 (IP Address fields in subjectAltNames not used)
(Daniel Lowrey)
. Fixed bug #68265 (SAN match fails with trailing DNS dot) (Daniel Lowrey)
. Fixed bug #67403 (Add signatureType to openssl_x509_parse) (Daniel Lowrey)
. Fixed bug (#69195 Inconsistent stream crypto values across versions)
(Daniel Lowrey)
- pgsql:
. Fixed bug #68638 (pg_update() fails to store infinite values).
(william dot welter at 4linux dot com dot br, Laruence)
- Readline:
. Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
parameters). (Laruence)
- SOAP:
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (andrea dot palazzo at truel dot it, Laruence)
- SPL:
. Fixed bug #69108 ("Segmentation fault" when (de)serializing
SplObjectStorage). (Laruence)
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
calling getChildren()). (Julien)
- ZIP:
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
boundary) (CVE-2015-2331). (Stas)
2015-03-20 16:31:47 +00:00
taca
72e144321e
Update php55 to 5.5.23, including security fix.
...
19 Mar 2015, PHP 5.5.23
- Core:
. Fixed bug #69174 (leaks when unused inner class use traits precedence).
(Laruence)
. Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
(Laruence)
. Fixed bug #69121 (Segfault in get_current_user when script owner is not
in passwd with ZTS build). (dan at syneto dot net)
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
callback). (Mike)
. Fixed bug #69017 (Fail to push to the empty array with the constant value
defined in class scope). (Laruence)
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
not validated in memory.c). (nayana at ddproperty dot com)
. Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
functions). (kostyantyn dot lysyy at oracle dot com)
. Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
- CGI:
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
- CLI:
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
- cURL:
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
Win32). (Grant Pannell)
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
by libcurl. (Linus Unneback)
- Ereg:
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
- ODBC:
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
- Opcache:
. Fixed bug #69125 (Array numeric string as key). (Laruence)
. Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)
- OpenSSL:
. Fixed bugs #61285 , #68329 , #68046 , #41631 (encrypted streams don't observe
socket timeouts). (Brad Broerman)
- pgsql:
. Fixed bug #68638 (pg_update() fails to store infinite values).
(william dot welter at 4linux dot com dot br, Laruence)
- Readline:
. Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
parameters). (Laruence)
- SOAP:
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (andrea dot palazzo at truel dot it, Laruence)
- SPL:
. Fixed bug #69108 ("Segmentation fault" when (de)serializing
SplObjectStorage). (Laruence)
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
calling getChildren()). (Julien)
- ZIP:
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
boundary) (CVE-2015-2331). (Stas)
2015-03-20 16:30:37 +00:00
taca
7e868e355f
Update php54 to 5.4.39, including securitfy fix.
...
19 Mar 2015 PHP 5.4.39
- Core:
. Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
- Ereg:
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
- SOAP:
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (Dmitry)
- ZIP:
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
boundary). (Stas)
2015-03-20 16:29:23 +00:00
joerg
39ec2fc9b3
Look deeper for config.guess / config.sub.
2015-03-19 19:14:48 +00:00
he
424e6c939b
Add a comment to the patch.
2015-03-19 08:12:50 +00:00
he
00a801a14b
Treat NetBSD the same as FreeBSD wrt. handling of TCP_INFO.
...
No revision bump since this is a build fix for systems supporting TCP_INFO.
2015-03-19 08:12:27 +00:00
dholland
9fcdfec60d
Use __sparc instead of __sparc__ as per pkglint, mentioned by
...
Adrien Auzanneau following up to PR 45036. Add patch comments.
2015-03-18 17:46:31 +00:00
tnn
072c461ff0
needs gzip(1) during build (to unpack bundled libffi)
2015-03-17 21:15:28 +00:00
jperkin
de21e35945
Avoid hardcoded ggrep on SunOS.
2015-03-17 14:23:34 +00:00
jperkin
5ee77fa880
Detect 64-bit SunOS.
2015-03-17 14:14:43 +00:00
jperkin
956af7696d
Package requires GCC runtime.
2015-03-17 14:08:48 +00:00
tnn
410a98f42b
Fix a MAKE_JOBS safety problem. In the recipe for Python/importlib.h it
...
launches a submake for _freeze_importlib before all the object files have
been compiled. List $(LIBRARY_OBJS_OMIT_FROZEN) as dependencies to make it
wait until it is safe to launch the submake.
Should fix occasional errors of the sort:
Python/Python-ast.o: file not recognized: File truncated
*** [Modules/_freeze_importlib] Error code 1
2015-03-16 13:53:05 +00:00
jperkin
d9fa648db1
Honour LDFLAGS. Fixes cwrapper build with non-builtin zlib.
2015-03-16 13:30:02 +00:00
taca
81a6c40285
One more PHP_BASE_VERS related correction.
2015-03-16 09:21:11 +00:00
taca
45b8146ccd
Fix problem by PHP_BASE_VERS related changes.
2015-03-16 00:26:31 +00:00
tnn
aa85fb5973
needs gzip(1) during installation
2015-03-15 19:56:54 +00:00
taca
8c791a3fc5
Drop php53 support.
2015-03-15 15:25:57 +00:00
taca
9bb0e53d89
Remove "used by lang/php53/Makefile.common" line.
2015-03-15 15:25:09 +00:00
taca
1baf27fae8
Remove php53 now. It is not supported any more including security fix.
2015-03-15 15:00:46 +00:00
taca
b9d3cb5ee8
Remove php53.
2015-03-15 15:00:17 +00:00
taca
884f9f88d0
Remove php5-perl package which was supported by php53 only.
2015-03-15 14:56:24 +00:00
taca
207d0e358e
Remove php5-perl.
2015-03-15 14:55:51 +00:00
tnn
af9bf54c4b
wants to link with pthreads
2015-03-15 14:47:36 +00:00
taca
15fbc8741e
Add RUBY_MAJOR_MINOR to use in PLIST.
2015-03-15 14:00:57 +00:00
taca
7f2a0a35e8
Make PHP_BASE_VERS to initial php{53,54,55,56} version imported.
...
So, update of php{53,54,55,56} dose not change minimum version of depending
php{53,54,55,56} any more.
Since it relax minimum version, no need to bump PKGREVISION of each pacakge
depending to php{53,54,55,56}. If a package requires specific (and later)
versino of PHP, it should already specify such a version in dependency.
2015-03-15 11:50:53 +00:00
taca
5f873bfa55
Update these pear package included in this pacakge.
...
Bump PKGREVISION.
Archive_Tar-1.3.14
* Fix Bug #18505 : Possible incorrect handling of file names in TAR [mrook]
Archive_Tar-1.3.15
* Fixes composer.json parse error
Console_Getopt-1.4.0
* Change license to BSD-2-Clause
* Set minimum PHP version to 5.4.0
* Mark static methods with "static" keyword
Structures_Graph-1.1.0
* Set minimum PHP version to 5.3
* Fix bug #19367 : Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+
XML_Util-1.3.0
* Set minimum PHP version to 5.3.0
* Mark static methods with static keyword
2015-03-15 00:45:19 +00:00
taca
17cd969254
Do not include <sys/uuid.h> and other uuid.h.
...
Fix build problem on NetBSD 7.0_BETA (at least).
2015-03-15 00:41:34 +00:00
tnn
0c1b1044bc
Update homepage.
...
After Sun went away this was adopted by Apache; is now called Apache River.
2015-03-14 17:58:29 +00:00
gdt
cf104689f9
Fix i386 signal handler.
...
ocaml has a twisty maze of ifdefs to define signal handler types and
obtain the faulting address. NetBSD no longer has sigcontext
(available to user space) and instead the more POSIXy ucontext; this
commit changes the patch to use that.
Fixes build on i386, and the resulting package can run unison. In
theory !i386 is unchanged.
2015-03-14 15:17:14 +00:00
tnn
fea7aba9e6
needs gzip(1) tool for generation of html.tar.gz
2015-03-13 18:00:33 +00:00
manu
0af533107a
Calendar extension for PHP 5.3 and PHP 5.4
...
Add calendar options to lang/php53 and lang/php54 to build the
calendar extension. Complete documentation on this extension can
be found here: http://php.net/manual/en/book.calendar.php
2015-03-13 17:05:22 +00:00
taca
1e6c2fc6ce
Update ruby-execjs to 2.4.0.
...
A few bug fixes.
2015-03-13 14:26:36 +00:00
taca
79908ef0b3
Update ruby-coffee-script-source to 1.9.1.
...
No changes available.
2015-03-13 14:23:17 +00:00
jperkin
58b83f8992
Strip libgo from the package, it is very large and useless in this context.
...
Ride previous PKGREVISION bump.
2015-03-12 15:01:21 +00:00
jperkin
86e3429c13
Strip libgo from the package, it is very large and useless in this context.
...
Ride previous PKGREVISION bump.
2015-03-12 14:57:36 +00:00