Commit graph

6844 commits

Author SHA1 Message Date
wiz
fc72743c12 automake-1.13 compat. 2013-01-26 23:11:13 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
dc391ed95f increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
jperkin
c6f0ac4e45 Explicitly disable DTrace support, it does not build. 2013-01-25 16:59:42 +00:00
jperkin
5c2d0be12a Fix build on 32-bit Solaris when the assembler is 64-bit by default. 2013-01-25 14:49:38 +00:00
adam
8a509c6729 Revbump after updating graphics/jpeg 2013-01-24 21:52:17 +00:00
apb
d1d9db56f9 Don't be confused by '=' in output from "uname -a".
PR pkg/45814, also reported upstream at
<https://rt.perl.org/rt3/Public/Bug/Display.html?id=116523>.

Not bumping PKGREVISION because there should be no change in
the resulting package, on systems where the build was successful.
2013-01-24 18:23:51 +00:00
is
2ca0723d93 Fix gif (lzw) decoding vulnerability (CVS-2011-2896). Patches from upstream;
passes upstream's test now.
2013-01-24 12:03:08 +00:00
asau
4b963f3929 Update to Erlang/OTP R15B03-1
Changes in R15B03-1

After the release of R15B03 a very unfortunate bug in ssl:ssl_accept/2
(accept with timeout) was detected. This bug will have negative impact
on a number of popular http servers and server frameworks written in
Erlang.

The differences from R15B03 are in ssl-5.1.2 and erts-5.9.3.1.

Full log at http://www.erlang.org/download/otp_src_R15B03-1.readme


Changes in R15B03

Mostly bug fixes and small improvements.

Full log at http://www.erlang.org/download/otp_src_R15B03.readme

Changes in R15B02

Highlights

  OTP-8871  == ssl ==

    Experimental support for TLS 1.1 is now available, will be
    officially supported from OTP-R16. Thanks to Andreas Schultz
    for implementing the first version.

  OTP-8872  == ssl ==

    Experimental support for TLS 1.2 is now available, will be
    officially supported from OTP-R16. Thanks to Andreas Schultz
    for implementing the first version.

 OTP-10113  == ssl ==

    Removed some bottlenecks increasing the applications
    parallelism especially for the client side.


Full log at http://www.erlang.org/download/otp_src_R15B02.readme
2013-01-23 21:46:06 +00:00
jaapb
0cf71c7231 Updated lang/coq to the newest version, 8.4pl1. Changes include:
Bug fixes

- Solved bugs :
  #2851 #2863 #2865 #2893 #2895 #2892 #2905 #2906 #2907 #2917 #2921
  #2930 #2941 #2878
- Partially fixed bug : #2904
- Various fixes concerning coq_makefile

Optimizations

- "Union by rank" optimization for universes contributed by J.H. Jourdan
  and G. Sherrer (see union-find-and-coq-universes on gagallium blog).

Libraries

- Internal organisation of some modular libraries have slightly changed
  due to bug #2904 (GenericMinMax, OrdersTac)
- No more constant "int" in ZArith/Int.v to avoid name clash with OCaml
  (cf bug #2878).

Coqide

- Improved shutdown of coqtop processes spawned by coqide
  (in particular added a missing close_on_exec primitive before forking).
- On windows, launching coqide with the -debug option now produces
  a log file in the user's temporary directory. The location of this
  log file is displayed in the "About" message.
2013-01-22 15:32:03 +00:00
wiz
5fd9b6360b Fix build on NetBSD-current after Jan 2. 2013-01-19 14:38:26 +00:00
asau
9e9631c53c Update to Chicken 4.8.0.1
Requested by Peter Bex.


Changes in 4.8.0.1 since 4.8.0

- Security fixes
  - Use POSIX poll() on systems where available.  This avoids a design flaw
    in select(); it supports no more than FD_SETSIZE descriptors.

- Core libraries
  - Fixed EINTR handling in process-wait and when reading from file ports.
  - Bugfix for irregex (#686).  Note: although irregex.scm now says version
    0.9.2, the version is actually 0.8.3 plus a few backported patches.
  - Fixed problem in "make-pathname" that returned an absolute path if given
    a relative one without a directory argument.
  - On 64-bit systems the feature identifier "64bit" is registered.

- Compiler
  - Fixed various bugs in the type database.
  - Bugfixes and improvements in the scrutinizer.
  - In the flow-analysis pass, type-matching of combinations of
    "list"/"list-of" types has been made more reliable.

- Syntax expander
  - Make macro-renamed defines in begin bodies (inside modules)
    visible to later forms. (#944).

- Runtime system
  - Fixed incorrect code in the foreign argument conversion for
    "unsigned-integer64" (#955).

- Core tools
  - The runtime linker path for compiled executables was not set correctly
    on FreeBSD systems.
  - Fix install-extension breakage when the second arg contains pairs (SRC DST).

- Build system
  - Prevent rebuilding of buildversion.scm on every make(1) on Windows.
2013-01-18 20:56:14 +00:00
taca
5e0eb25a21 Switch php53 to t.3.21. 2013-01-17 16:19:33 +00:00
taca
1eb80a172c Update php53 to 5.3.21.
* pkgsrc change: use locally recreated suhosin patch file.


17 Jan 2013, PHP 5.3.21

- Zend Engine:
  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
    (Johannes)

- cURL extension:
  . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
  . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
    CURLOPT_SSL_VERIFYHOST). (Pierrick)
  . Fixed bug #63352 (Can't enable hostname validation when using curl stream
    wrappers). (Pierrick)
  . Fixed bug #55438 (Curlwapper is not sending http header randomly).
    (phpnet@lostreality.org, Pierrick)
2013-01-17 16:18:24 +00:00
taca
85c09a581c Switch php54 to 5.4.11. 2013-01-17 15:49:11 +00:00
taca
1209bdcefa Update php54 to 5.4.11.
17 Jan 2013, PHP 5.4.11

- Core:
  . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
    (Johannes)
  . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
    (Todd Ruth, Stas).

- Filter:
  . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry)
  . Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
    (martin at divbyzero dot net, Lars)

- JSON:
  . Fixed bug #63737 (json_decode does not properly decode with options
    parameter). (Adam)

- CLI server
  . Update list of common mime types. Added webm, ogv, ogg. (Lars,
    pascalc at gmail dot com)

- cURL extension:
  . Fixed bug (segfault due to libcurl connection caching). (Pierrick)
  . Fixed bug #63859 (Memory leak when reusing curl-handle). (Pierrick)
  . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
    CURLOPT_SSL_VERIFYHOST). (Pierrick)
  . Fixed bug #63352 (Can't enable hostname validation when using curl stream
    wrappers). (Pierrick)
  . Fixed bug #55438 (Curlwapper is not sending http header randomly).
    (phpnet@lostreality.org, Pierrick)
2013-01-17 15:48:09 +00:00
manu
130292ae5b Work around a NULL dereference (bug report was submitted upstream) 2013-01-17 13:29:59 +00:00
joerg
83a4be9aa8 Use void on mark. 2013-01-11 23:27:37 +00:00
jperkin
9b45a3ba2b Fix build on Solaris. The package isn't functional as it looks for gcc
files in hardcoded locations, but perhaps it works on certain releases
anyway, and we can fix the package for SmartOS later.
2013-01-11 19:16:47 +00:00
joerg
8e98e3b242 Explicitly include sys/vmmeter.h on NetBSD. 2013-01-11 13:28:36 +00:00
joerg
563ec15f29 Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
reed
6d9f88a97d Allow to build on systems without O_CLOEXEC (like CentOS 5.8 Linux).
patch from
http://bugs.python.org/issue14359
http://hg.python.org/cpython/rev/09371e2ae84d

This patch solves building failure so not bumping revision.
2013-01-09 17:01:02 +00:00
taca
a42d2b4130 Start update of Ruby on Rails 3.2.11. 2013-01-09 12:40:52 +00:00
taca
fbb8462a37 Start update of Ruby on Rails 3.1.10. 2013-01-09 12:33:28 +00:00
taca
75b87c2b2f Start update of Ruby on Rails 3.0.19. 2013-01-09 12:24:26 +00:00
taca
54af9d7921 Update PHP53_VERSION and PHP54_VERSION to make match to php53 and php54. 2013-01-07 14:26:14 +00:00
taca
613d8ccdc4 Update php54 to 5.4.10.
20 Dec 2012, PHP 5.4.10

- Core:
  . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
    from value). (Pierrick)
  . Fixed bug #63468 (wrong called method as callback with inheritance).
    (Laruence)
  . Fixed bug #63451 (config.guess file does not have AIX 7 defined,
    shared objects are not created). (kemcline at au1 dot ibm dot com)
  . Fixed bug #61557 (Crasher in tt-rss backend.php).
    (i dot am dot jack dot mail at gmail dot com)
  . Fixed bug #61272 (ob_start callback gets passed empty string).
    (Mike, casper at langemeijer dot eu)

- Date:
  . Fixed bug #63666 (Poor date() performance). (Paul Talborg).
  . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
    (Remi)

- Imap:
  . Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)

- Json:
  . Fixed bug #63588 (use php_next_utf8_char and remove duplicate
    implementation). (Remi)

- MySQLi:
  . Fixed bug #63361 (missing header). (Remi)

- MySQLnd:
  . Fixed bug #63398 (Segfault when polling closed link). (Laruence)

- Fileinfo:
  . Fixed bug #63590 (Different results in TS and NTS under Windows).
    (Anatoliy)

- FPM:
  . Fixed bug #63581 Possible null dereference and buffer overflow (Remi)

- Pdo_sqlite:
  . Fixed Bug #63149 getColumnMeta should return the table name
    when system SQLite used. (Remi)

- Apache2 Handler SAPI:
  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)

- Reflection:
  . Fixed Bug #63614 (Fatal error on Reflection). (Laruence)

- SOAP
  . Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
    (John Jawed, Dmitry)

- Sockets
  . Fixed bug #49341 (Add SO_REUSEPORT support for socket_set_option()).
    (Igor Wiedler, Lars)
2013-01-07 14:24:33 +00:00
taca
2437e085ba Update php53 to 5.3.20.
20 Dec 2012, PHP 5.3.20

- Zend Engine:
  . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry)
  . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes
    from value). (Pierrick)
  . Fixed bug #63468 (wrong called method as callback with inheritance).
    (Laruence)

- Core:
  . Fixed bug #63451 (config.guess file does not have AIX 7 defined,
    shared objects are not created). (kemcline at au1 dot ibm dot com)
  . Fixed bug #63377 (Segfault on output buffer).
    (miau dot jp at gmail dot com, Laruence)

- Apache2 Handler SAPI:
  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)

- Date:
  . Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
    (Remi)

- Fileinfo:
  . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
    (Anatoliy)
  . Fixed bug #63590 (Different results in TS and NTS under Windows).
    (Anatoliy)

- FPM:
  . Fixed bug #63581 (Possible null dereference and buffer overflow). (Remi)

- Imap:
  . Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). (Remi)

- MySQLnd:
  . Fixed bug #63398 (Segfault when polling closed link). (Laruence)

- Reflection:
  . Fixed Bug #63614 (Fatal error on Reflection). (Laruence)

- SOAP
  . Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
    (John Jawed, Dmitry)
2013-01-07 14:23:57 +00:00
wiz
bc5b02fb14 Remove unused patches (after 3.4.1 update) 2013-01-07 13:28:30 +00:00
wiz
869c953332 Update to 3.4.1, based on othyro's package from wip.
This version compiles with tcl-8.5.
2013-01-07 13:26:41 +00:00
wiz
4bf359055f Add pod2html to tools to fix build. 2013-01-06 22:27:17 +00:00
wiz
5d8f6df77c Remove tcl-itcl-current -- it's ancient, and nothing in pkgsrc uses it. 2013-01-05 22:58:34 +00:00
taca
10a0c8a036 Start updating of Ruby on Rails 3.2.10. 2013-01-05 14:17:48 +00:00
taca
19d93d1c19 Start update of Ruby on Rails 3.1.9. 2013-01-05 13:57:10 +00:00
taca
ffc655024e Start update of Ruby on Rails 3.0.18. 2013-01-05 13:30:32 +00:00
adam
59a40f954a ...and the patch itself. Thank you, wizd(8). 2013-01-03 19:11:40 +00:00
adam
96416000fe Removed patch-projects_sample_autoconf_config.sub 2013-01-03 15:36:01 +00:00
adam
2b128a5b38 Changes 3.2:
* Improvements to Clang's diagnostics
* Support for tls_model attribute
* Type safety attributes
* Documentation comment support
More...
2013-01-03 15:19:53 +00:00
dholland
2da42d7c1f Don't hardwire /usr/pkg; use $PREFIX instead. This fixes various
problems with linking and rpaths, such as the NetBSD manifestation of
PR 47187, and probably others; I haven't tried yet but I suspect at
least my manifestation of PR 44985 will be fixed too.
2013-01-03 10:11:34 +00:00
ryoon
8be3ab6b17 Remove ftp.opendylan.org, no ping some time. 2013-01-03 00:45:55 +00:00
jperkin
1eed8c4bcc When using USE_PKGSRC_GCC_RUNTIME, ensure the fortran wrapper uses the
custom specs file too, so that the correct runtime is used.
2013-01-02 22:55:09 +00:00
dholland
8f3c2fc86b Remove leftover references to gcc3-ada and gcc34-ada. 2012-12-31 03:20:12 +00:00
sbd
43f14832af Use ${PKGGNUDIR} and ${PKGMANDIR} in INSTALLATION_DIRS. 2012-12-31 00:27:36 +00:00
sbd
e1f1f841fe Add back PLIST conditionals.
Bump PKGREVISION
2012-12-30 03:05:13 +00:00
dholland
8ce7814a9a Remove old Ada compilers, as agreed upon quite some time back. 2012-12-29 19:48:52 +00:00
dholland
53b266c8db oops, straggler. 2012-12-29 19:42:06 +00:00
dholland
d2daa7030b Remove pnet packages. This project only ever existed because of the
FSF's not-invented-here reflex, never went anywhere, and has been
dead upstream for a long time.
2012-12-29 19:41:17 +00:00
bsiegert
639c01d1f1 MirBSD build fix: don't break when there is no _SC_GET{PW,GRâ‰}_R_SIZE_MAX.
Freeze exception granted by wiz.
2012-12-29 13:49:12 +00:00
sbd
bdd4d801ac The PY_PLATNAME on Linux is now 'linux'. 2012-12-25 23:48:47 +00:00
sbd
ed7f7d59b3 configure needs the path to mkdir as its used in installed files. 2012-12-25 23:47:39 +00:00