Received: by mail.netbsd.org (Postfix, from userid 605) id 14D1585120; Sat, 8 May 2021 20:14:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C25984CBC for ; Sat, 8 May 2021 20:02:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KkBymWrtu5ah for ; Sat, 8 May 2021 20:02:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A9A1E84C86 for ; Sat, 8 May 2021 20:02:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A33C4FA95; Sat, 8 May 2021 20:02:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162050417293320" MIME-Version: 1.0 Date: Sat, 8 May 2021 20:02:52 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/lang/erlang To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210508200252.A33C4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162050417293320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Sat May 8 20:02:52 UTC 2021 Modified Files: pkgsrc/lang/erlang: Makefile.versions PLIST distinfo versions.mk Log Message: erlang: Update to 23.3.3 upstream changes: ----------------- Patch Package: OTP 23.3.3 Git Tag: OTP-23.3.3 Date: 2021-05-06 Trouble Report Id: OTP-16607, OTP-16930, OTP-17347, OTP-17357, OTP-17358, OTP-17361 Seq num: ERL-1371, ERL-1439, ERL-ERL-610, GH-3480, GH-4396, GH-4774 System: OTP Release: 23 Application: common_test-1.20.2, compiler-7.6.8, erl_interface-4.0.3, kernel-7.3.1, runtime_tools-1.16.1 Predecessor: OTP 23.3.2 Check out the git tag OTP-23.3.3, and build a full OTP system including documentation. Apply one or more applications from this build as patches to your installation using the 'otp_patch_apply' tool. For information on install requirements, see descriptions for each application version below. --------------------------------------------------------------------- --- common_test-1.20.2 ---------------------------------------------- --------------------------------------------------------------------- The common_test-1.20.2 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17347 Application(s): common_test Related Id(s): ERL-1439, GH-3480 Before this change Config leaked between test groups in case of a subgroup was skipped (GH-3480). Full runtime dependencies of common_test-1.20.2: compiler-6.0, crypto-3.6, debugger-4.1, erts-7.0, ftp-1.0.0, inets-6.0, kernel-4.0, observer-2.1, runtime_tools-1.8.16, sasl-2.4.2, snmp-5.1.2, ssh-4.0, stdlib-3.5, syntax_tools-1.7, tools-2.8, xmerl-1.3.8 --------------------------------------------------------------------- --- compiler-7.6.8 -------------------------------------------------- --------------------------------------------------------------------- The compiler-7.6.8 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17357 Application(s): compiler Related Id(s): GH-4774 Fixed a bug in the validator that could cause it to reject valid code. Full runtime dependencies of compiler-7.6.8: crypto-3.6, erts-11.0, hipe-3.12, kernel-7.0, stdlib-3.13 --------------------------------------------------------------------- --- erl_interface-4.0.3 --------------------------------------------- --------------------------------------------------------------------- The erl_interface-4.0.3 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17358 Application(s): erl_interface Related Id(s): ERL-ERL-610 Fix bug where sending of large data with ei_send_*/ei_rpc with infinite timeout could fail when the tcp buffer becomes full. Fault has existed since OTP-21. --- Known Bugs and Problems --- OTP-16607 Application(s): erl_interface Related Id(s): OTP-16608 The ei API for decoding/encoding terms is not fully 64-bit compatible since terms that have a representation on the external term format larger than 2 GB cannot be handled. --------------------------------------------------------------------- --- kernel-7.3.1 ---------------------------------------------------- --------------------------------------------------------------------- The kernel-7.3.1 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-17361 Application(s): kernel A bug in the Erlang DNS resolver has been fixed, where it could be made to bring down the kernel supervisor and thereby the whole node, when getting an incorrect (IN A reply to an IN CNAME query) reply from the DNS server and used the reply record's value without verifying its type. Full runtime dependencies of kernel-7.3.1: erts-11.0, sasl-3.0, stdlib-3.13 --------------------------------------------------------------------- --- runtime_tools-1.16.1 -------------------------------------------- --------------------------------------------------------------------- The runtime_tools-1.16.1 application can be applied independently of other applications on a full OTP 23 installation. --- Fixed Bugs and Malfunctions --- OTP-16930 Application(s): runtime_tools Related Id(s): ERL-1371, GH-4396 The function dbg:n/1 used a local fun to set up a tracer on a remote node. This works fine as long as the remote node is running exactly the same version of Erlang/OTP but does not work at all otherwise. This is fixed by exporting the relevant function and by calling this function on the remote node to set up remote tracing. Full runtime dependencies of runtime_tools-1.16.1: erts-11.0, kernel-7.0, mnesia-4.12, stdlib-3.13 --------------------------------------------------------------------- --------------------------------------------------------------------- --------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/erlang/Makefile.versions cvs rdiff -u -r1.48 -r1.49 pkgsrc/lang/erlang/PLIST cvs rdiff -u -r1.89 -r1.90 pkgsrc/lang/erlang/distinfo cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/erlang/versions.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162050417293320 Content-Disposition: inline Content-Length: 27290 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/erlang/Makefile.versions diff -u pkgsrc/lang/erlang/Makefile.versions:1.56 pkgsrc/lang/erlang/Makefile.versions:1.57 --- pkgsrc/lang/erlang/Makefile.versions:1.56 Thu May 6 07:09:29 2021 +++ pkgsrc/lang/erlang/Makefile.versions Sat May 8 20:02:52 2021 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.versions,v 1.56 2021/05/06 07:09:29 adam Exp $ +# $NetBSD: Makefile.versions,v 1.57 2021/05/08 20:02:52 triaxx Exp $ # When making any update to the versions below (even patch level), # please check to see if the erlang-doc or erlang-man packages also # need their PLISTs regenerated, as they almost always will. DIST_VERSION_MAJOR= 23 DIST_VERSION_MINOR= 3 -DIST_VERSION_PATCH= 2 +DIST_VERSION_PATCH= 3 .include "versions.mk" Index: pkgsrc/lang/erlang/PLIST diff -u pkgsrc/lang/erlang/PLIST:1.48 pkgsrc/lang/erlang/PLIST:1.49 --- pkgsrc/lang/erlang/PLIST:1.48 Thu May 6 07:09:29 2021 +++ pkgsrc/lang/erlang/PLIST Sat May 8 20:02:52 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2021/05/06 07:09:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.49 2021/05/08 20:02:52 triaxx Exp $ bin/ct_run bin/dialyzer bin/epmd @@ -1028,20 +1028,67 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_prettypr.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_to_icode.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/cerl_typean.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/elf_format.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_bif_types.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/erl_types.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.app lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.appup +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_adj_list.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_assemble.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_defuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_encode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_frame.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_liveness.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_pp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_ls.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_naive.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_ra_sse2_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_registers.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_specific.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_specific_sse2.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_specific_x87.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_spill_restore.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_sse2.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_subst.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_amd64_x87.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_assemble.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_cfg.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_defuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_encode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_frame.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_liveness_gpr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_pp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_ls.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_naive.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_ra_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_registers.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_specific.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_arm_subst.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_bb_weights.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_beam_to_icode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_coalescing_regalloc.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_consttab.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_data_pp.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_digraph.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dominators.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dot.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_dsets.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gen_cfg.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_gensym.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_graph_coloring_regalloc.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode2rtl.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_bincomp.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_call_elim.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_callgraph.beam @@ -1050,6 +1097,7 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ebb.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_exceptions.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_fp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_heap_test.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_inline_bifs.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_instruction_counter.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_liveness.beam @@ -1063,8 +1111,127 @@ lib/erlang/lib/hipe-${VERSION.hipe}/ebin lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_copy_prop.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_ssa_struct_reuse.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_icode_type.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ig_moves.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_jit.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_liveness.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_llvm_merge.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ls_regalloc.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_moves.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_node_sets.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_optimistic_regalloc.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_pack_constants.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_assemble.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_cfg.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_defuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_encode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_frame.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_all.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_fpr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_liveness_gpr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_pp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra_ls.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra_naive.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_ra_postconditions_fp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_registers.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_specific.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_specific_fp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_ppc_subst.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_profile.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_range_split.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_reg_worklists.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_regalloc_loop.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_regalloc_prepass.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_restore_reuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_arch.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_arith_32.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_arith_64.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_binary.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_binary_construct.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_binary_match.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_cfg.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_cleanup_const.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_exceptions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_lcm.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_liveness.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_mk_switch.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_primops.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_ssa.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_ssa_avail_expr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_ssa_const_prop.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_ssapre.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_symbolic.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_amd64.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_arm.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_llvm.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_ppc.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_sparc.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_to_x86.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_varmap.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_rtl_verify_gcsafe.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sdi.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_segment_trees.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_assemble.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_cfg.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_defuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_encode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_frame.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_liveness_all.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_liveness_fpr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_liveness_gpr.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_pp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_ls.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_naive.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_ra_postconditions_fp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_registers.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_specific_fp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_sparc_subst.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillcost.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_color.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_spillmin_scan.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_tagscheme.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_temp_map.beam lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_timing.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_vectors.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_assemble.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_cfg.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_defuse.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_encode.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_frame.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_liveness.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_main.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_postpass.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_pp.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_finalise.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_ls.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_naive.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_ra_postconditions.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_registers.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_specific_x87.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_spill_restore.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_subst.beam +lib/erlang/lib/hipe-${VERSION.hipe}/ebin/hipe_x86_x87.beam lib/erlang/lib/hipe-${VERSION.hipe}/flow/cfg.inc lib/erlang/lib/hipe-${VERSION.hipe}/flow/ebb.inc lib/erlang/lib/hipe-${VERSION.hipe}/flow/hipe_bb.erl @@ -1082,6 +1249,7 @@ lib/erlang/lib/hipe-${VERSION.hipe}/icod lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ebb.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_exceptions.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_fp.erl +lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_heap_test.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_inline_bifs.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_instruction_counter.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_liveness.erl @@ -1097,15 +1265,55 @@ lib/erlang/lib/hipe-${VERSION.hipe}/icod lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_ssa_struct_reuse.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.erl lib/erlang/lib/hipe-${VERSION.hipe}/icode/hipe_icode_type.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf32_format.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf64_format.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.erl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/elf_format.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm.erl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_arch.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_liveness.erl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_main.erl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_llvm_merge.erl +lib/erlang/lib/hipe-${VERSION.hipe}/llvm/hipe_rtl_to_llvm.erl +lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.erl lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe.hrl lib/erlang/lib/hipe-${VERSION.hipe}/main/hipe_main.erl lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_consttab.erl +lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_data_pp.erl lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_gensym.erl +lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_pack_constants.erl +lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.erl lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_sdi.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/misc/hipe_segment_trees.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_icode2rtl.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_literals.hrl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arch.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_32.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_arith_64.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_construct.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_binary_match.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cfg.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_cleanup_const.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_exceptions.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_lcm.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_liveness.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_mk_switch.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_primops.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_avail_expr.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssa_const_prop.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_ssapre.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_symbolic.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_varmap.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_rtl_verify_gcsafe.erl +lib/erlang/lib/hipe-${VERSION.hipe}/rtl/hipe_tagscheme.erl lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_digraph.erl lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dot.erl lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_dsets.erl lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_timing.erl +lib/erlang/lib/hipe-${VERSION.hipe}/util/hipe_vectors.erl lib/erlang/lib/hipe-${VERSION.hipe}/vsn.mk lib/erlang/lib/inets-${VERSION.inets}/ebin/http_chunk.beam lib/erlang/lib/inets-${VERSION.inets}/ebin/http_request.beam @@ -1381,6 +1589,65 @@ lib/erlang/lib/inets-${VERSION.inets}/sr lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_sup.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_tftp_wrapper.erl lib/erlang/lib/inets-${VERSION.inets}/src/inets_app/inets_trace.erl +lib/erlang/lib/jinterface-${VERSION.jinterface}/ebin/jinterface.app +lib/erlang/lib/jinterface-${VERSION.jinterface}/ebin/jinterface.appup +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/AbstractConnection.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/AbstractNode.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/GenericQueue.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/Link.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/Links.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpAuthException.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpConnection.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpCookedConnection.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpEpmd.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangAtom.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangBinary.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangBitstr.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangBoolean.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangByte.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangChar.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangDecodeException.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangException.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangExit.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangExternalFun.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangFloat.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangFun.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangInt.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangList.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangLong.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangMap.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangObject.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangPid.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangPort.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangRangeException.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangRef.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangShort.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangString.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangTuple.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangUInt.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpErlangUShort.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpException.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpExternal.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpInputStream.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpLocalNode.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpMD5.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpMbox.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpMsg.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpNode.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpNodeStatus.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpOutputStream.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpPeer.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpSelf.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpServer.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpServerSocketTransport.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpServerTransport.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpSocketTransport.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpSocketTransportFactory.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpSystem.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpTransport.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/java_src/com/ericsson/otp/erlang/OtpTransportFactory.java +lib/erlang/lib/jinterface-${VERSION.jinterface}/priv/OtpErlang.jar lib/erlang/lib/kernel-${VERSION.kernel}/ebin/application.beam lib/erlang/lib/kernel-${VERSION.kernel}/ebin/application_controller.beam lib/erlang/lib/kernel-${VERSION.kernel}/ebin/application_master.beam Index: pkgsrc/lang/erlang/distinfo diff -u pkgsrc/lang/erlang/distinfo:1.89 pkgsrc/lang/erlang/distinfo:1.90 --- pkgsrc/lang/erlang/distinfo:1.89 Thu May 6 07:09:29 2021 +++ pkgsrc/lang/erlang/distinfo Sat May 8 20:02:52 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.89 2021/05/06 07:09:29 adam Exp $ +$NetBSD: distinfo,v 1.90 2021/05/08 20:02:52 triaxx Exp $ -SHA1 (erlang-23.3.2.tar.gz) = f3da06d9bfd1ad15fc2c72a08d45cbf8cb8bed55 -RMD160 (erlang-23.3.2.tar.gz) = 06f228bde22d4ee0bd7c4a5d345619760ba34b11 -SHA512 (erlang-23.3.2.tar.gz) = bb3dc1d827314b71f7e4da2082681e449859a69589d566a810baf554131e239ad3fe0555f352d69506467162016d6c6864abb20926843ee4da5876b26650810e -Size (erlang-23.3.2.tar.gz) = 56662450 bytes +SHA1 (erlang-23.3.3.tar.gz) = 3aaf02647f886b50524ec1401a7492ea9843def0 +RMD160 (erlang-23.3.3.tar.gz) = 0df36d98c2f661ed0cbc3c679c5c69ae7f34cf2f +SHA512 (erlang-23.3.3.tar.gz) = 191243df10e0ee03db1a16c94253fefd4b008915464b2966f6fbe93faae3053b2a8950297054a6a8554c180fd3fcc18eda16e2f87e0c1a7a73570e753ec557d4 +Size (erlang-23.3.3.tar.gz) = 56671339 bytes SHA1 (patch-ab) = 5f1602f3a49c05fd4c45884a7cd6be8d3f287ac3 SHA1 (patch-ay) = f5f1accdb11e404ba4779b056228431e3080e4cd SHA1 (patch-erts_aclocal.m4) = 3812a0feda06eb7c6ff02b5ac7125284ad5df2cb Index: pkgsrc/lang/erlang/versions.mk diff -u pkgsrc/lang/erlang/versions.mk:1.24 pkgsrc/lang/erlang/versions.mk:1.25 --- pkgsrc/lang/erlang/versions.mk:1.24 Thu May 6 07:09:29 2021 +++ pkgsrc/lang/erlang/versions.mk Sat May 8 20:02:52 2021 @@ -1,3 +1,3 @@ -# $NetBSD: versions.mk,v 1.24 2021/05/06 07:09:29 adam Exp $ +# $NetBSD: versions.mk,v 1.25 2021/05/08 20:02:52 triaxx Exp $ # Do not edit, regenerate using 'make versions' -_VERSIONS= asn1 5.0.15 common_test 1.20.1 erts 11.2.1 ssl 10.3.1 stdlib 3.14.2 xmerl 1.3.27 compiler 7.6.7 crypto 4.9 debugger 5.0 dialyzer 4.3.1 diameter 2.2.3 edoc 0.12 eldap 1.2.9 erl_docgen 1.0.2 erl_interface 4.0.2 et 1.6.4 eunit 2.6 ftp 1.0.5 hipe 4.0.1 inets 7.3.2 jinterface 1.11.1 kernel 7.3 megaco 3.19.5 mnesia 4.19 observer 2.9.5 odbc 2.13.3 os_mon 2.6.1 parsetools 2.2 public_key 1.10 reltool 0.8 runtime_tools 1.16 sasl 4.0.2 snmp 5.8 ssh 4.11.1 syntax_tools 2.5 tftp 1.0.2 tools 3.4.4 wx 1.9.3 +_VERSIONS= common_test 1.20.2 compiler 7.6.8 erl_interface 4.0.3 kernel 7.3.1 runtime_tools 1.16.1 asn1 5.0.15 crypto 4.9 debugger 5.0 dialyzer 4.3.1 diameter 2.2.3 edoc 0.12 eldap 1.2.9 erl_docgen 1.0.2 erts 11.2.1 et 1.6.4 eunit 2.6 ftp 1.0.5 hipe 4.0.1 inets 7.3.2 jinterface 1.11.1 megaco 3.19.5 mnesia 4.19 observer 2.9.5 odbc 2.13.3 os_mon 2.6.1 parsetools 2.2 public_key 1.10 reltool 0.8 sasl 4.0.2 snmp 5.8 ssh 4.11.1 ssl 10.3.1 stdlib 3.14.2 syntax_tools 2.5 tftp 1.0.2 tools 3.4.4 wx 1.9.3 xmerl 1.3.27 --_----------=_162050417293320--