aboutsummaryrefslogtreecommitdiffstats
path: root/portuguese/openoffice-1.0
ModeNameSize
-rw-r--r--Makefile616logstatsplainblame
ss='logheader'>* Upgrade all Erlang 17 ports to 17.5.3.olgeni2015-05-081-0/+3738 | * Fix implementation of sendfile function on FreeBSD.olgeni2015-04-241-0/+11 | | | | | | | Also, replace USE_AUTOTOOLS with USES=autoreconf while I'm here. PR: 199649 Submitted by: Stefan Grundmann * Upgrade to version 17.5.2.olgeni2015-04-231-0/+427 | * Upgrade to version 17.5.1.olgeni2015-04-122-1358/+826 | * Upgrade to version 17.4.1.olgeni2015-02-213-42/+1358 | | | | | | | - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT. - Create SKIP files for applications disabled by port options. - Remove disabled applications from ${STAGEDIR}. - Check if dtraceall is actually loaded when DTRACE is enabled. * Fix SSL handshake when SNI-extension is empty.olgeni2014-10-092-0/+42 | | | | | | | | | | While I'm here: - Cleanup plist - Unmute an install command PR: 194214 Submitted by: Dave Cottlehuber * Do not forcibly disable SMP in erlc.olgeni2014-08-291-13/+0 | | | | SMP used to crash some builds a long time ago, but now it seems safe. * Upgrade to version 17.1.olgeni2014-07-223-115/+0 | * - Upgrade to version R16B03.olgeni2014-01-081-3/+0 | | | | | - Add MANPATH entry. - Do not mute the remaining install commands. * Upgrade to version R16B02.olgeni2013-11-186-476/+0 | * Fix a couple of issues, using patches from erlang-patches:olgeni2013-01-103-0/+434 | | | | | | | | | | - When using an async thread pool, terminating a process that uses the file:open/2 that specify the "compressed" option causes a crash. (by Filipe David Manana) - Due to a bug in ssl_manager:clean_cert_db, very time a tcp connection was upgraded the certificates would be leaked and never removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney) * Upgrade to version R15B03-1, which contains a few minor improvementsolgeni2012-12-081-16/+0 | | | | | | | | | over R15B03: - Official fix for the ssl:ssl_accept/2 timeout issue. - Revert erl_crash.dump creation behavior back to R15B02. Feature safe: yes * Fix timeout issue in ssl_connection.erl.olgeni2012-11-301-0/+16 | | | | | | | | Due to a missing function clause to handle the ssl:ssl_accept-timeout, it was treated as a canceled timeout. Submitted by: Ingela Anderton Andin on erlang-bugs Feature safe: yes * Fix crash when a table viewer in the observer application attemptsolgeni2012-11-281-0/+14 | | | | | | | to refresh an ETS table which no longer exists. Submitted by: Peti Gomori on erlang-patches Feature safe: yes * Fix 64-bit bug in odbcserver application:olgeni2012-11-051-0/+14 | | | | | | | - encode_out_params should perform cast using SQL_INTEGER* rather than long*. Submitted by: Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs Feature safe: yes * - Upgrade to version R15B01, plus a general cleanup and lots ofolgeni2012-08-161-26/+0 | | | | | | | | fixes (notably SSL and SCTP). [0] - Switch to a more common version numbering in package name. Submitted by: ale[0]