diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-12-31 19:47:40 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-12-31 19:47:40 +0000 |
commit | 95562332a6473f730fb922e9695e2cbe8ebfa6fc (patch) | |
tree | 3ce1645f7f3260b063ea4d8dfe2db98f94f6b26b /lang/erlang | |
parent | b928a94a6a1f08c95b0e4e936b34f671397940ea (diff) | |
download | pkgsrc-95562332a6473f730fb922e9695e2cbe8ebfa6fc.tar.gz |
Update lang/erlang to 18.2.1.
erlang 18.2.1
Due to a bug in the handling of paths on windows none of the following
would work with paths containing a space:
- ct_run
- dialyzer
- erlc
- escript
- typer
This also contains a fix for HiPE enabled emulator for FreeBSD.
erlang 18.2
- ssl: Add configurable upper limit for session cache.
- erts: Add function enif_getenv to read OS environment variables in
a portable way from NIFs.
- kernel: Add {line_delim, byte()} option to inet:setopts/2 and
decode_packet/3
- ssh: The 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384' and
'ecdsa-sha2-nistp521' signature algorithms for ssh are implemented.
See RFC 5656.
- ssh: The ssh:daemon option dh_gex_groups is extended to read a user
provided ssh moduli file with generator-modulus pairs. The file is
in openssh format.
- Thanks to 41 different contributors!
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile.versions | 62 | ||||
-rw-r--r-- | lang/erlang/PLIST | 9 | ||||
-rw-r--r-- | lang/erlang/distinfo | 10 |
3 files changed, 44 insertions, 37 deletions
diff --git a/lang/erlang/Makefile.versions b/lang/erlang/Makefile.versions index 15ea2206fc4..11c8d089282 100644 --- a/lang/erlang/Makefile.versions +++ b/lang/erlang/Makefile.versions @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.versions,v 1.20 2015/09/25 15:15:58 fhajny Exp $ +# $NetBSD: Makefile.versions,v 1.21 2015/12/31 19:47:40 fhajny Exp $ DIST_VERSION_MAJOR= 18 -DIST_VERSION_MINOR= 1 +DIST_VERSION_MINOR= 2.1 _VERSIONS= \ - asn1 4.0 \ - common_test 1.11 \ - compiler 6.0.1 \ + asn1 4.0.1 \ + common_test 1.11.1 \ + compiler 6.0.2 \ cosEvent 2.2 \ cosEventDomain 1.2 \ cosFileTransfer 1.2 \ @@ -14,48 +14,48 @@ _VERSIONS= \ cosProperty 1.2 \ cosTime 1.2 \ cosTransactions 1.3 \ - crypto 3.6.1 \ + crypto 3.6.2 \ debugger 4.1.1 \ - dialyzer 2.8.1 \ - diameter 1.11 \ + dialyzer 2.8.2 \ + diameter 1.11.1 \ edoc 0.7.17 \ eldap 1.2 \ - erl_docgen 0.4 \ - erl_interface 3.8 \ - erts 7.1 \ + erl_docgen 0.4.1 \ + erl_interface 3.8.1 \ + erts 7.2.1 \ et 1.5.1 \ - eunit 2.2.11 \ + eunit 2.2.12 \ gs 1.6 \ - hipe 3.13 \ + hipe 3.14 \ ic 4.4 \ - inets 6.0.1 \ - jinterface 1.6 \ - kernel 4.1 \ + inets 6.1 \ + jinterface 1.6.1 \ + kernel 4.1.1 \ megaco 3.18 \ - mnesia 4.13.1 \ - observer 2.1 \ + mnesia 4.13.2 \ + observer 2.1.1 \ odbc 2.11.1 \ orber 3.8 \ os_mon 2.4 \ ose 1.1 \ otp_mibs 1.1 \ - parsetools 2.1 \ + parsetools 2.1.1 \ percept 0.8.11 \ - public_key 1.0.1 \ + public_key 1.1 \ reltool 0.7 \ - runtime_tools 1.9.1 \ - sasl 2.6 \ - snmp 5.2 \ - ssh 4.1 \ - ssl 7.1 \ - stdlib 2.6 \ + runtime_tools 1.9.2 \ + sasl 2.6.1 \ + snmp 5.2.1 \ + ssh 4.2 \ + ssl 7.2 \ + stdlib 2.7 \ syntax_tools 1.7 \ - test_server 3.9 \ - tools 2.8.1 \ - typer 0.9.9 \ + test_server 3.9.1 \ + tools 2.8.2 \ + typer 0.9.10 \ webtool 0.9 \ - wx 1.5 \ - xmerl 1.3.8 + wx 1.6 \ + xmerl 1.3.9 PLIST_SUBST+= VERSION=${DIST_VERSION_MAJOR} diff --git a/lang/erlang/PLIST b/lang/erlang/PLIST index 9e40af8ba89..45bffaefec5 100644 --- a/lang/erlang/PLIST +++ b/lang/erlang/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2015/09/25 15:15:58 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.20 2015/12/31 19:47:40 fhajny Exp $ bin/ct_run bin/dialyzer bin/epmd @@ -2113,6 +2113,7 @@ lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_cgi.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_conf.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_connection_sup.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_custom.beam +lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_custom_api.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_esi.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_example.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/httpd_file.beam @@ -2331,6 +2332,7 @@ lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_cgi.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_conf.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_connection_sup.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_custom.erl +lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_custom_api.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_esi.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_example.erl lib/erlang/lib/inets-${VERSION.inets}/src/http_server/httpd_file.erl @@ -3321,6 +3323,7 @@ lib/erlang/lib/public_key-${VERSION.public_key}/include/public_key.hrl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_cert.erl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_cert_records.erl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_crl.erl +lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_moduli.hrl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_pbe.erl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_pem.erl lib/erlang/lib/public_key-${VERSION.public_key}/src/pubkey_ssh.erl @@ -4224,6 +4227,7 @@ lib/erlang/lib/wx-${VERSION.wx}/ebin/wxControl.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxControlWithItems.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxCursor.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxDC.beam +lib/erlang/lib/wx-${VERSION.wx}/ebin/wxDCOverlay.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxDataObject.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxDateEvent.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxDatePickerCtrl.beam @@ -4321,6 +4325,7 @@ lib/erlang/lib/wx-${VERSION.wx}/ebin/wxNavigationKeyEvent.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxNotebook.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxNotebookEvent.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxNotifyEvent.beam +lib/erlang/lib/wx-${VERSION.wx}/ebin/wxOverlay.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxPageSetupDialog.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxPageSetupDialogData.beam lib/erlang/lib/wx-${VERSION.wx}/ebin/wxPaintDC.beam @@ -4563,6 +4568,7 @@ lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxControl.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxControlWithItems.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxCursor.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxDC.erl +lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxDCOverlay.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxDataObject.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxDateEvent.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxDatePickerCtrl.erl @@ -4660,6 +4666,7 @@ lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxNavigationKeyEvent.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxNotebook.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxNotebookEvent.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxNotifyEvent.erl +lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxOverlay.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxPageSetupDialog.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxPageSetupDialogData.erl lib/erlang/lib/wx-${VERSION.wx}/src/gen/wxPaintDC.erl diff --git a/lang/erlang/distinfo b/lang/erlang/distinfo index 54e0fa01499..7519a88bba1 100644 --- a/lang/erlang/distinfo +++ b/lang/erlang/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.40 2015/12/29 23:34:46 dholland Exp $ +$NetBSD: distinfo,v 1.41 2015/12/31 19:47:40 fhajny Exp $ -SHA1 (erlang/otp_src_18.1.tar.gz) = 99361cb597548298cb14b104ebafa4e5a40ff442 -RMD160 (erlang/otp_src_18.1.tar.gz) = 8afe4824fe1142ef7121a426c3233f982412dada -SHA512 (erlang/otp_src_18.1.tar.gz) = 31e3a4f3d8da7877757fa4df427c59462cb68e0177f93698146ce17127406fd0ee77f819044cef10e4a18ed075deb44343d915148cf1fd4bce09a1e39edaaee6 -Size (erlang/otp_src_18.1.tar.gz) = 68231709 bytes +SHA1 (erlang/otp_src_18.2.1.tar.gz) = 4397f29801fd430ef7e9ff03ea814807bf954e20 +RMD160 (erlang/otp_src_18.2.1.tar.gz) = 56021692cf0a4949eb1b1d3dac86f1703a38b360 +SHA512 (erlang/otp_src_18.2.1.tar.gz) = 00fba01b61e43a88cf2df4a40053e7239541ae9177949da7524d7fa481d6892495f28d98650336f647ef3bf2ee24f62e83fd5f6dffb40c7345804b880b59569c +Size (erlang/otp_src_18.2.1.tar.gz) = 68110840 bytes SHA1 (patch-ab) = 5f1602f3a49c05fd4c45884a7cd6be8d3f287ac3 SHA1 (patch-am) = b2124f362657d5c6c0c17f0ede74448573fe7912 SHA1 (patch-ao) = e5801f2a1f1f7e8b75dc35abbc485dc310666a37 |