summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-12-31 19:47:40 +0000
committerfhajny <fhajny@pkgsrc.org>2015-12-31 19:47:40 +0000
commit95562332a6473f730fb922e9695e2cbe8ebfa6fc (patch)
tree3ce1645f7f3260b063ea4d8dfe2db98f94f6b26b /lang
parentb928a94a6a1f08c95b0e4e936b34f671397940ea (diff)
downloadpkgsrc-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')
-rw-r--r--lang/erlang-doc/PLIST4
-rw-r--r--lang/erlang-doc/distinfo10
-rw-r--r--lang/erlang-man/PLIST4
-rw-r--r--lang/erlang-man/distinfo10
-rw-r--r--lang/erlang/Makefile.versions62
-rw-r--r--lang/erlang/PLIST9
-rw-r--r--lang/erlang/distinfo10
7 files changed, 60 insertions, 49 deletions
diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST
index 76633ba4e5a..7e82b54085b 100644
--- a/lang/erlang-doc/PLIST
+++ b/lang/erlang-doc/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 $
lib/erlang/doc/applications.html
lib/erlang/doc/design_principles/applications.html
lib/erlang/doc/design_principles/appup_cookbook.html
@@ -1445,6 +1445,7 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxControl.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxControlWithItems.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxCursor.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDC.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDCOverlay.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDataObject.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDateEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDatePickerCtrl.html
@@ -1542,6 +1543,7 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxNavigationKeyEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxNotebook.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxNotebookEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxNotifyEvent.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxOverlay.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPageSetupDialog.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPageSetupDialogData.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPaintDC.html
diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo
index d553980ce3f..978962dc8b4 100644
--- a/lang/erlang-doc/distinfo
+++ b/lang/erlang-doc/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/03 22:50:34 agc Exp $
+$NetBSD: distinfo,v 1.18 2015/12/31 19:47:40 fhajny Exp $
-SHA1 (erlang/otp_doc_html_18.1.tar.gz) = 4b0cd1cb19b75adff901f51f0c382ebcfbb73eb0
-RMD160 (erlang/otp_doc_html_18.1.tar.gz) = 2388af0f6f57bcc2d70f4e660363c16bffbf1d9d
-SHA512 (erlang/otp_doc_html_18.1.tar.gz) = e75c36c28b8d470cddc14e86383c5290f591f6c72150cf9daf84f71fc0a1985cbe73a77f872918959d30db9eb078f641e5c30409f51fa0b4eb84e4a21d1bd034
-Size (erlang/otp_doc_html_18.1.tar.gz) = 34049065 bytes
+SHA1 (erlang/otp_doc_html_18.2.1.tar.gz) = 3496411b120e69bf5535c36d5fdb4fa7e83e137b
+RMD160 (erlang/otp_doc_html_18.2.1.tar.gz) = 3e222f900d458ae90c8a8370be0a58b3bdb70362
+SHA512 (erlang/otp_doc_html_18.2.1.tar.gz) = 0e1dff75c7243f1ec6ac38de53c8139649ef777b3e96dae35a74d619ad2f8f92b9cd3df4909328e0d6cd0e2b9fea69503588c32c30b9becfc12b6cbc291daa6a
+Size (erlang/otp_doc_html_18.2.1.tar.gz) = 34204320 bytes
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST
index b6d39e47f0f..2faf0f43878 100644
--- a/lang/erlang-man/PLIST
+++ b/lang/erlang-man/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/09/25 15:15:58 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.18 2015/12/31 19:47:41 fhajny Exp $
lib/erlang/man/man1/cdv.1
lib/erlang/man/man1/ct_run.1
lib/erlang/man/man1/diameterc.1
@@ -421,6 +421,7 @@ lib/erlang/man/man3/wxControl.3
lib/erlang/man/man3/wxControlWithItems.3
lib/erlang/man/man3/wxCursor.3
lib/erlang/man/man3/wxDC.3
+lib/erlang/man/man3/wxDCOverlay.3
lib/erlang/man/man3/wxDataObject.3
lib/erlang/man/man3/wxDateEvent.3
lib/erlang/man/man3/wxDatePickerCtrl.3
@@ -518,6 +519,7 @@ lib/erlang/man/man3/wxNavigationKeyEvent.3
lib/erlang/man/man3/wxNotebook.3
lib/erlang/man/man3/wxNotebookEvent.3
lib/erlang/man/man3/wxNotifyEvent.3
+lib/erlang/man/man3/wxOverlay.3
lib/erlang/man/man3/wxPageSetupDialog.3
lib/erlang/man/man3/wxPageSetupDialogData.3
lib/erlang/man/man3/wxPaintDC.3
diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo
index 044e3bf4d14..6326f84c462 100644
--- a/lang/erlang-man/distinfo
+++ b/lang/erlang-man/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2015/11/03 22:50:34 agc Exp $
+$NetBSD: distinfo,v 1.18 2015/12/31 19:47:41 fhajny Exp $
-SHA1 (erlang/otp_doc_man_18.1.tar.gz) = c5c3d4aa4f42d96ccca86671f13164f55b905991
-RMD160 (erlang/otp_doc_man_18.1.tar.gz) = 7261d6176520b699924e817b4aa0fd55ccc833dc
-SHA512 (erlang/otp_doc_man_18.1.tar.gz) = 19326a96deb23428e3e973fda060be936e510451c8978839ec1f5faecb6b7d39c1b41ccf955f389cb5aff58910697b70d1d79b95962d46d9214c3fabe1a89881
-Size (erlang/otp_doc_man_18.1.tar.gz) = 1390525 bytes
+SHA1 (erlang/otp_doc_man_18.2.1.tar.gz) = 9f6772739986c0ea1589cb593c5fbcbbe90f8f5b
+RMD160 (erlang/otp_doc_man_18.2.1.tar.gz) = 350ec3d0d713fe684f480ce9767f03c564077266
+SHA512 (erlang/otp_doc_man_18.2.1.tar.gz) = 5eb8bfe6112b8e1ea6d67a9a8c52f2287586c658ec31a765810e8b35d9b2c1543a87bd45ce5956f5f5ecac3320f72da4427aeb518bd6bd9eb21151430718b173
+Size (erlang/otp_doc_man_18.2.1.tar.gz) = 1390940 bytes
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