On Fri, Oct 22, 2010 at 05:51:57PM +0200, Jasper Lievisse Adriaanse wrote:
> Did you talk to maintainer about this yet?

Uh, I thought  I had him on CC... Anyway, this cannot go in yet,
rabbitmq 1.6 does not build with it (I am looking at updating that to
2.1.0), and on hardware older than Pentium 4 asynchronous threads (as
seen in startup script of rabbitmq 2.1.0) cause the erlang virtual
machine to dump core. I am trying to investigate it, but didn't get very
far yet beyond figuring out that it's the new code they introduced in
R14B.
 
> On Sun, Oct 17, 2010 at 12:15:46AM +0200, viq wrote:
> > Mainly posting it for review, so more people have a look at this. I
> > haven't yet tested it properly, just verified that ejabberd builds and
> > starts on i386. Apply with -E as some patches disappeared.
> > 
> > The gen-versions part of Makefile needs revisiting, it for example did
> > not generate properly INETS and ET. Right now it does, but needs manual
> > intervention: s/DOCB/DOCBUILDER/
> > 
> > Main reason for playing with this is
> > http://www.rabbitmq.com/ssl.html#bugs-in-new_ssl
> > -- 
> > viq
> > 
> > 
> > Index: Makefile
> > ===================================================================
> > RCS file: /keibi/cvs/ports/lang/erlang/Makefile,v
> > retrieving revision 1.39
> > diff -u -d -r1.39 Makefile
> > --- Makefile        22 Sep 2010 13:50:20 -0000      1.39
> > +++ Makefile        16 Oct 2010 21:34:27 -0000
> > @@ -2,10 +2,9 @@
> >  
> >  COMMENT=   real-time, concurrent and distributed functional language
> >  
> > -V=         R13B04
> > +V=         R14B
> >  DISTNAME=  otp_src_${V}
> > -PKGNAME=   erlang-13b.04
> > -REVISION=  1
> > +PKGNAME=   erlang-14b
> >  CATEGORIES=        lang
> >  
> >  # Erlang Public License
> > @@ -49,63 +48,64 @@
> >  
> >  # Use the target 'gen-versions' to update this list
> >  ERL_VERSIONS=      \
> > -SYSTEM_VSN      R13B04 \
> > -APPMON_VSN      2.1.11 \
> > -ASN1_VSN        1.6.13 \
> > -COMMON_TEST_VSN 1.4.7 \
> > -COMPILER_VSN    4.6.5 \
> > -COSEVENT_VSN    2.1.8 \
> > -COSEVENTDOMAIN_VSN      1.1.8 \
> > -COSFILETRANSFER_VSN     1.1.10 \
> > -COSNOTIFICATION_VSN     1.1.13 \
> > -COSPROPERTY_VSN 1.1.11 \
> > -COSTIME_VSN     1.1.8 \
> > -COSTRANSACTIONS_VSN     1.2.9 \
> > -CRYPTO_VSN      1.6.4 \
> > -DEBUGGER_VSN    3.2.2 \
> > -DIALYZER_VSN    2.2.0 \
> > -DOCBUILDER_VSN  0.9.8.7 \
> > -EDOC_VSN        0.7.6.6 \
> > -ERL_DOCGEN_VSN  0.2 \
> > -EI_VSN  3.6.5 \
> > -EUNIT_VSN       2.1.5 \
> > -ET_VSN             1.4 \
> > -INETS_VSN  5.3 \
> > -GS_VSN  1.5.11 \
> > -HIPE_VSN        3.7.5 \
> > -IC_VSN  4.2.24 \
> > -INVISO_VSN      0.6.1 \
> > -JINTERFACE_VSN  1.5.3 \
> > -KERNEL_VSN      2.13.5 \
> > -MEGACO_VSN      3.14 \
> > -MNESIA_VSN      4.4.13 \
> > -OBSERVER_VSN    0.9.8.2 \
> > -ODBC_VSN        2.10.7 \
> > -ORBER_VSN       3.6.15 \
> > -OS_MON_VSN      2.2.5 \
> > -OTP_MIBS_VSN    1.0.6 \
> > -PARSETOOLS_VSN  2.0.2 \
> > -PERCEPT_VSN     0.8.4 \
> > -PMAN_VSN        2.7.1 \
> > -PUBLIC_KEY_VSN  0.5 \
> > -RELTOOL_VSN     0.5.3 \
> > -RUNTIME_TOOLS_VSN       1.8.3 \
> > -SASL_VSN        2.1.9 \
> > -SNMP_VSN        4.16 \
> > -SSH_VSN 1.1.8 \
> > -SSL_VSN 3.10.8 \
> > -STDLIB_VSN      1.16.5 \
> > -SYNTAX_TOOLS_VSN        1.6.5 \
> > -TEST_SERVER_VSN 3.3.6 \
> > -TOOLBAR_VSN     1.4.1 \
> > -EMACS_VSN       2.4.13 \
> > -TOOLS_VSN       2.6.5.1 \
> > -TV_VSN  2.1.4.4 \
> > -WX_VSN  0.98.5 \
> > -TYPER_VSN       0.1.7.4 \
> > -XMERL_VSN       1.2.4 \
> > -WEBTOOL_VSN     0.8.6 \
> > -ERTS_VSN        5.7.5
> > +SYSTEM_VSN          R14B \
> > +APPMON_VSN          2.1.13 \
> > +ASN1_VSN    1.6.14.1 \
> > +COMMON_TEST_VSN     1.5.1 \
> > +COMPILER_VSN        4.7.1 \
> > +COSEVENT_VSN        2.1.9 \
> > +COSEVENTDOMAIN_VSN          1.1.9 \
> > +COSFILETRANSFER_VSN         1.1.10 \
> > +COSNOTIFICATION_VSN         1.1.14 \
> > +COSPROPERTY_VSN     1.1.12 \
> > +COSTIME_VSN         1.1.9 \
> > +COSTRANSACTIONS_VSN         1.2.10 \
> > +CRYPTO_VSN          2.0.1 \
> > +DEBUGGER_VSN        3.2.4 \
> > +DIALYZER_VSN        2.3.1 \
> > +DOCBUILDER_VSN      0.9.8.8 \
> > +EDOC_VSN    0.7.6.7 \
> > +ERL_DOCGEN_VSN      0.2.2 \
> > +EI_VSN      3.7.1 \
> > +ET_VSN      1.4.1 \
> > +EUNIT_VSN   2.1.5 \
> > +GS_VSN      1.5.13 \
> > +HIPE_VSN    3.7.7 \
> > +IC_VSN      4.2.25 \
> > +INETS_VSN           5.5 \
> > +INVISO_VSN          0.6.2 \
> > +JINTERFACE_VSN      1.5.3.1 \
> > +KERNEL_VSN          2.14.1 \
> > +MEGACO_VSN          3.15 \
> > +MNESIA_VSN          4.4.15 \
> > +OBSERVER_VSN        0.9.8.3 \
> > +ODBC_VSN    2.10.8 \
> > +ORBER_VSN   3.6.17 \
> > +OS_MON_VSN          2.2.5 \
> > +OTP_MIBS_VSN        1.0.6 \
> > +PARSETOOLS_VSN      2.0.4 \
> > +PERCEPT_VSN         0.8.4 \
> > +PMAN_VSN    2.7.1 \
> > +PUBLIC_KEY_VSN      0.8 \
> > +RELTOOL_VSN         0.5.4 \
> > +RUNTIME_TOOLS_VSN   1.8.4.1 \
> > +SASL_VSN    2.1.9.2 \
> > +SNMP_VSN    4.18 \
> > +SSH_VSN     2.0.1 \
> > +APP_VSN             "ssh-$(SSH_VSN)" \
> > +SSL_VSN     4.0.1 \
> > +STDLIB_VSN          1.17.1 \
> > +SYNTAX_TOOLS_VSN    1.6.6 \
> > +TEST_SERVER_VSN     3.4.1 \
> > +TOOLBAR_VSN         1.4.1 \
> > +EMACS_VSN   2.4.13 \
> > +TOOLS_VSN   2.6.6.1 \
> > +TV_VSN      2.1.4.6 \
> > +TYPER_VSN   0.1.7.5 \
> > +WEBTOOL_VSN        0.8.7 \
> > +WX_VSN      0.98.7 \
> > +XMERL_VSN   1.2.6 \
> > +ERTS_VSN   5.8.1
> >  
> >  
> >  .for _n _v in ${ERL_VERSIONS}
> > @@ -141,8 +141,8 @@
> >  # Special maintainer target, scan through vsn.mk files and build 
> > 'ERL_VERSIONS'
> >  # list
> >  gen-versions: extract
> > -   @find ${WRKSRC} -name 'vsn.mk' -exec awk '/_VSN =/ { print $$1"\t"$$3 " 
> > \\" }' {} \; | grep -v 'PRE' | sed 's/DOCB_VSN/DOCBUILDER_VSN/'
> > -   @find ${WRKSRC} -name 'vsn.mk' -exec awk -F'=' '/_VSN=/ { print 
> > $$1"\t"$$2 " \\" }' {} \; | grep -v 'PRE'
> > +#  @find ${WRKSRC} -name 'vsn.mk' -exec awk '/_VSN/ { print $$1"\t"$$3 " 
> > \\" }' {} \; | grep -v 'PRE' | sed 's/DOCB_VSN/DOCBUILDER_VSN/'
> > +   @find ${WRKSRC} -name 'vsn.mk' -exec awk -F'=' '/_VSN/ { print 
> > $$1"\t"$$2 " \\" }' {} \; | grep -v 'PRE'
> >     @grep VSN ${WRKSRC}/erts/vsn.mk |awk '/^VSN/ { print "ERTS_VSN\t" $$3 }'
> >  
> >  .include <bsd.port.mk>
> > Index: distinfo
> > ===================================================================
> > RCS file: /keibi/cvs/ports/lang/erlang/distinfo,v
> > retrieving revision 1.18
> > diff -u -d -r1.18 distinfo
> > --- distinfo        13 Sep 2010 17:31:03 -0000      1.18
> > +++ distinfo        16 Oct 2010 11:48:31 -0000
> > @@ -1,15 +1,15 @@
> > -MD5 (otp_doc_html_R13B04.tar.gz) = 1pzlG/q73QgIRh2G38lWiQ==
> > -MD5 (otp_doc_man_R13B04.tar.gz) = aBqu9wr/xkdD9OjAZ1A0rw==
> > -MD5 (otp_src_R13B04.tar.gz) = ym2kkh5DiJGWeQCqaghDQQ==
> > -RMD160 (otp_doc_html_R13B04.tar.gz) = clf60Z7P7uabHHAhaSN00eKaunk=
> > -RMD160 (otp_doc_man_R13B04.tar.gz) = MEblSnG/bhFMkgjyY8rvgxeC0JA=
> > -RMD160 (otp_src_R13B04.tar.gz) = VUZDHnEIFNogidcNXQLGWKGi95s=
> > -SHA1 (otp_doc_html_R13B04.tar.gz) = 3A5oyx3W9Fy9XqeSJgsW+R6qDi8=
> > -SHA1 (otp_doc_man_R13B04.tar.gz) = Zg5SMC0nATj46fLytqViAmmYASw=
> > -SHA1 (otp_src_R13B04.tar.gz) = /nhYM6gCnLs67hiL20F/TaM/vQY=
> > -SHA256 (otp_doc_html_R13B04.tar.gz) = 
> > /a0NtVq5M5cD581hYmtcypXxhwhNHavwesl/UotPR6o=
> > -SHA256 (otp_doc_man_R13B04.tar.gz) = 
> > NkYZi2S76g83YJh9INM5KwtbKVU5SpF7kqLGZkoxDdY=
> > -SHA256 (otp_src_R13B04.tar.gz) = 
> > 4mlDg7OFf17fwkK4w6y/ukaD5Eg4f6Ek2OWHy6I0r0M=
> > -SIZE (otp_doc_html_R13B04.tar.gz) = 27440785
> > -SIZE (otp_doc_man_R13B04.tar.gz) = 1033584
> > -SIZE (otp_src_R13B04.tar.gz) = 59060560
> > +MD5 (otp_doc_html_R14B.tar.gz) = IpR1d3Ogz0wDb2Avu5/E+w==
> > +MD5 (otp_doc_man_R14B.tar.gz) = ARUwok+8wZS+m9Afd5Mlog==
> > +MD5 (otp_src_R14B.tar.gz) = UpKgRVbRetUo1XDgI1ffuw==
> > +RMD160 (otp_doc_html_R14B.tar.gz) = p6EAlxVDzCON/q8BACjepyYWc/U=
> > +RMD160 (otp_doc_man_R14B.tar.gz) = TBHGU+Ix7bqw8/int/3CdZEe2EU=
> > +RMD160 (otp_src_R14B.tar.gz) = aVeKIBn8qrTnwR8tHS1e7yHVxfo=
> > +SHA1 (otp_doc_html_R14B.tar.gz) = 11K0vcidZL/95B5ksRjrfAqPfHI=
> > +SHA1 (otp_doc_man_R14B.tar.gz) = kvmuljz6QMHUmz6SjCJcuDYrU8M=
> > +SHA1 (otp_src_R14B.tar.gz) = gRwXNGQVFZZE8WOH8SZwBKYyxFI=
> > +SHA256 (otp_doc_html_R14B.tar.gz) = 
> > AYmnhKTqDBkshXg1sg+pegyfhQVK5bmGgGFXTzKYQqU=
> > +SHA256 (otp_doc_man_R14B.tar.gz) = 
> > TEPveZwp70iJWf/fuKj8HR53VsLH3MtMyBBh3lrEDIo=
> > +SHA256 (otp_src_R14B.tar.gz) = s1rwPGnEDA5HWO4BH3HijOkngzaK/sdkzkbm5UywXZ8=
> > +SIZE (otp_doc_html_R14B.tar.gz) = 27735095
> > +SIZE (otp_doc_man_R14B.tar.gz) = 1067515
> > +SIZE (otp_src_R14B.tar.gz) = 59800980
> > Index: patches/patch-erts_emulator_obsolete_driver_h
> > ===================================================================
> > RCS file: patches/patch-erts_emulator_obsolete_driver_h
> > diff -N patches/patch-erts_emulator_obsolete_driver_h
> > --- patches/patch-erts_emulator_obsolete_driver_h   13 Sep 2010 17:31:03 
> > -0000      1.2
> > +++ /dev/null       1 Jan 1970 00:00:00 -0000
> > @@ -1,17 +0,0 @@
> > -$OpenBSD: patch-erts_emulator_obsolete_driver_h,v 1.2 2010/09/13 17:31:03 
> > sebastia Exp $
> > ---- erts/emulator/obsolete/driver.h.orig   Thu Mar 12 13:16:23 2009
> > -+++ erts/emulator/obsolete/driver.h        Wed Dec 23 17:02:06 2009
> > -@@ -68,10 +68,10 @@
> > - #  define DRIVER_INIT(DRIVER_NAME)  driver_init
> > - #endif
> > - 
> > --typedef int (*F_PTR)();    /* a function pointer */
> > --typedef long (*L_PTR)();   /* pointer to a function returning long */
> > -+typedef int (*F_PTR)(void);    /* a function pointer */
> > -+typedef long (*L_PTR)(void);   /* pointer to a function returning long */
> > - 
> > --extern int null_func();
> > -+extern int null_func(void);
> > - 
> > - /* This structure MUST match Binary in global.h exactly!!! */
> > - typedef struct driver_binary {
> > Index: patches/patch-lib_tools_emacs_Makefile
> > ===================================================================
> > RCS file: patches/patch-lib_tools_emacs_Makefile
> > diff -N patches/patch-lib_tools_emacs_Makefile
> > --- patches/patch-lib_tools_emacs_Makefile  22 Sep 2010 13:50:20 -0000      
> > 1.1
> > +++ /dev/null       1 Jan 1970 00:00:00 -0000
> > @@ -1,14 +0,0 @@
> > -$OpenBSD: patch-lib_tools_emacs_Makefile,v 1.1 2010/09/22 13:50:20 jasper 
> > Exp $
> > -
> > -Install missing file to make the erlang-mode useable.
> > -
> > ---- lib/tools/emacs/Makefile.orig  Fri Nov 20 14:33:43 2009
> > -+++ lib/tools/emacs/Makefile       Tue Sep 21 13:51:08 2010
> > -@@ -39,6 +39,7 @@ MAN_FILES= \
> > - EMACS_FILES= \
> > -   erlang-start \
> > -   erlang-eunit \
> > -+  erlang-skels \
> > -   erlang
> > - 
> > - README_FILES= README
> > Index: pkg/PFRAG.shared
> > ===================================================================
> > RCS file: /keibi/cvs/ports/lang/erlang/pkg/PFRAG.shared,v
> > retrieving revision 1.4
> > diff -u -d -r1.4 PFRAG.shared
> > --- pkg/PFRAG.shared        13 Sep 2010 17:31:03 -0000      1.4
> > +++ pkg/PFRAG.shared        16 Oct 2010 13:07:58 -0000
> > @@ -1,6 +1,6 @@
> >  @comment $OpenBSD: PFRAG.shared,v 1.4 2010/09/13 17:31:03 sebastia Exp $
> >  lib/erlang/lib/${ASN1}/priv/lib/asn1_erl_drv.so
> > -lib/erlang/lib/${CRYPTO}/priv/lib/crypto_drv.so
> > +lib/erlang/lib/${CRYPTO}/priv/lib/crypto.so
> >  lib/erlang/lib/${MEGACO}/priv/lib/megaco_flex_scanner_drv.so
> >  lib/erlang/lib/${MEGACO}/priv/lib/megaco_flex_scanner_drv_mt.so
> >  lib/erlang/lib/${RUNTIME_TOOLS}/priv/lib/trace_file_drv.so
> > Index: pkg/PLIST
> > ===================================================================
> > RCS file: /keibi/cvs/ports/lang/erlang/pkg/PLIST,v
> > retrieving revision 1.20
> > diff -u -d -r1.20 PLIST
> > --- pkg/PLIST       22 Sep 2010 13:50:20 -0000      1.20
> > +++ pkg/PLIST       16 Oct 2010 21:34:55 -0000
> > @@ -7,6 +7,7 @@
> >  bin/erlc
> >  bin/escript
> >  bin/run_erl
> > +bin/run_test
> >  bin/to_erl
> >  bin/typer
> >  lib/erlang/
> > @@ -21,6 +22,7 @@
> >  @bin lib/erlang/bin/erlc
> >  @bin lib/erlang/bin/escript
> >  @bin lib/erlang/bin/run_erl
> > +...@bin lib/erlang/bin/run_test
> >  lib/erlang/bin/start
> >  lib/erlang/bin/start.boot
> >  lib/erlang/bin/start.script
> > @@ -56,6 +58,13 @@
> >  lib/erlang/doc/design_principles/sup6.gif
> >  lib/erlang/doc/design_principles/sup_princ.html
> >  lib/erlang/doc/design_principles/users_guide.html
> > +lib/erlang/doc/docbuild/
> > +lib/erlang/doc/docbuild/applications.html.src
> > +lib/erlang/doc/docbuild/erl_html_tools.beam
> > +lib/erlang/doc/docbuild/erlresolvelinks.beam
> > +lib/erlang/doc/docbuild/erlresolvelinks.erl
> > +lib/erlang/doc/docbuild/index.html.src
> > +lib/erlang/doc/docbuild/otp_man_index.beam
> >  lib/erlang/doc/efficiency_guide/
> >  lib/erlang/doc/efficiency_guide/README
> >  lib/erlang/doc/efficiency_guide/advanced.html
> > @@ -92,7 +101,10 @@
> >  lib/erlang/doc/incompatible.html
> >  lib/erlang/doc/index.html
> >  lib/erlang/doc/installation_guide/
> > -lib/erlang/doc/installation_guide/install.html
> > +lib/erlang/doc/installation_guide/INSTALL-CROSS.html
> > +lib/erlang/doc/installation_guide/INSTALL-WIN32.html
> > +lib/erlang/doc/installation_guide/INSTALL.html
> > +lib/erlang/doc/installation_guide/install-binary.html
> >  lib/erlang/doc/installation_guide/source/
> >  lib/erlang/doc/installation_guide/source/INSTALL-CROSS.html
> >  lib/erlang/doc/installation_guide/source/INSTALL-WIN32.html
> > @@ -117,7 +129,7 @@
> >  lib/erlang/doc/oam/users_guide.html
> >  lib/erlang/doc/otp_doc.css
> >  lib/erlang/doc/pdf/
> > -lib/erlang/doc/pdf/otp-system-documentation-5.7.5.pdf
> > +lib/erlang/doc/pdf/otp-system-documentation-5.8.1.pdf
> >  lib/erlang/doc/programming_examples/
> >  lib/erlang/doc/programming_examples/bit_syntax.html
> >  lib/erlang/doc/programming_examples/funs.html
> > @@ -166,6 +178,7 @@
> >  lib/erlang/doc/tutorial/erl_interface.html
> >  lib/erlang/doc/tutorial/example.html
> >  lib/erlang/doc/tutorial/introduction.html
> > +lib/erlang/doc/tutorial/nif.html
> >  lib/erlang/doc/tutorial/overview.html
> >  lib/erlang/doc/tutorial/port.c
> >  lib/erlang/doc/tutorial/port.gif
> > @@ -187,6 +200,7 @@
> >  @bin lib/erlang/${ERTS}/bin/heart
> >  @bin lib/erlang/${ERTS}/bin/inet_gethost
> >  @bin lib/erlang/${ERTS}/bin/run_erl
> > +...@bin lib/erlang/${ERTS}/bin/run_test
> >  lib/erlang/${ERTS}/bin/start
> >  lib/erlang/${ERTS}/bin/start.src
> >  lib/erlang/${ERTS}/bin/start_erl.src
> > @@ -246,19 +260,29 @@
> >  lib/erlang/${ERTS}/include/internal/erl_printf.h
> >  lib/erlang/${ERTS}/include/internal/erl_printf_format.h
> >  lib/erlang/${ERTS}/include/internal/erts_internal.mk
> > +lib/erlang/${ERTS}/include/internal/ethr_mutex.h
> > +lib/erlang/${ERTS}/include/internal/ethr_optimized_fallbacks.h
> >  lib/erlang/${ERTS}/include/internal/ethread.h
> >  lib/erlang/${ERTS}/include/internal/ethread.mk
> >  lib/erlang/${ERTS}/include/internal/ethread_header_config.h
> > +lib/erlang/${ERTS}/include/internal/gcc/
> > +lib/erlang/${ERTS}/include/internal/gcc/ethr_atomic.h
> > +lib/erlang/${ERTS}/include/internal/gcc/ethread.h
> >  lib/erlang/${ERTS}/include/internal/i386/
> >  lib/erlang/${ERTS}/include/internal/i386/atomic.h
> >  lib/erlang/${ERTS}/include/internal/i386/ethread.h
> >  lib/erlang/${ERTS}/include/internal/i386/rwlock.h
> >  lib/erlang/${ERTS}/include/internal/i386/spinlock.h
> > +lib/erlang/${ERTS}/include/internal/libatomic_ops/
> > +lib/erlang/${ERTS}/include/internal/libatomic_ops/ethr_atomic.h
> > +lib/erlang/${ERTS}/include/internal/libatomic_ops/ethread.h
> >  lib/erlang/${ERTS}/include/internal/ppc32/
> >  lib/erlang/${ERTS}/include/internal/ppc32/atomic.h
> >  lib/erlang/${ERTS}/include/internal/ppc32/ethread.h
> >  lib/erlang/${ERTS}/include/internal/ppc32/rwlock.h
> >  lib/erlang/${ERTS}/include/internal/ppc32/spinlock.h
> > +lib/erlang/${ERTS}/include/internal/pthread/
> > +lib/erlang/${ERTS}/include/internal/pthread/ethr_event.h
> >  lib/erlang/${ERTS}/include/internal/sparc32/
> >  lib/erlang/${ERTS}/include/internal/sparc32/atomic.h
> >  lib/erlang/${ERTS}/include/internal/sparc32/ethread.h
> > @@ -269,6 +293,10 @@
> >  lib/erlang/${ERTS}/include/internal/tile/
> >  lib/erlang/${ERTS}/include/internal/tile/atomic.h
> >  lib/erlang/${ERTS}/include/internal/tile/ethread.h
> > +lib/erlang/${ERTS}/include/internal/win/
> > +lib/erlang/${ERTS}/include/internal/win/ethr_atomic.h
> > +lib/erlang/${ERTS}/include/internal/win/ethr_event.h
> > +lib/erlang/${ERTS}/include/internal/win/ethread.h
> >  lib/erlang/${ERTS}/include/internal/x86_64/
> >  lib/erlang/${ERTS}/include/internal/x86_64/ethread.h
> >  lib/erlang/${ERTS}/info
> > @@ -426,6 +454,7 @@
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_master.html
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_master_chapter.html
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_rpc.html
> > +lib/erlang/lib/${COMMON_TEST}/doc/html/ct_slave.html
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_snmp.html
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_ssh.html
> >  lib/erlang/lib/${COMMON_TEST}/doc/html/ct_telnet.html
> > @@ -449,6 +478,9 @@
> >  lib/erlang/lib/${COMMON_TEST}/ebin/common_test.app
> >  lib/erlang/lib/${COMMON_TEST}/ebin/common_test.appup
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct.beam
> > +lib/erlang/lib/${COMMON_TEST}/ebin/ct_config.beam
> > +lib/erlang/lib/${COMMON_TEST}/ebin/ct_config_plain.beam
> > +lib/erlang/lib/${COMMON_TEST}/ebin/ct_config_xml.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_cover.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_event.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_framework.beam
> > @@ -464,6 +496,7 @@
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_repeat.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_rpc.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_run.beam
> > +lib/erlang/lib/${COMMON_TEST}/ebin/ct_slave.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_snmp.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_ssh.beam
> >  lib/erlang/lib/${COMMON_TEST}/ebin/ct_telnet.beam
> > @@ -476,13 +509,13 @@
> >  lib/erlang/lib/${COMMON_TEST}/include/ct.hrl
> >  lib/erlang/lib/${COMMON_TEST}/include/ct_event.hrl
> >  lib/erlang/lib/${COMMON_TEST}/info
> > -lib/erlang/lib/${COMMON_TEST}/install.sh
> >  lib/erlang/lib/${COMMON_TEST}/priv/
> > -lib/erlang/lib/${COMMON_TEST}/priv/bin/
> > -lib/erlang/lib/${COMMON_TEST}/priv/run_test.in
> > -lib/erlang/lib/${COMMON_TEST}/priv/vts.tool
> > +lib/erlang/lib/${COMMON_TEST}/priv/tile1.jpg
> >  lib/erlang/lib/${COMMON_TEST}/src/
> >  lib/erlang/lib/${COMMON_TEST}/src/ct.erl
> > +lib/erlang/lib/${COMMON_TEST}/src/ct_config.erl
> > +lib/erlang/lib/${COMMON_TEST}/src/ct_config_plain.erl
> > +lib/erlang/lib/${COMMON_TEST}/src/ct_config_xml.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_cover.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_event.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_framework.erl
> > @@ -498,6 +531,7 @@
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_repeat.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_rpc.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_run.erl
> > +lib/erlang/lib/${COMMON_TEST}/src/ct_slave.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_snmp.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_ssh.erl
> >  lib/erlang/lib/${COMMON_TEST}/src/ct_telnet.erl
> > @@ -532,6 +566,7 @@
> >  lib/erlang/lib/${COMPILER}/ebin/beam_listing.beam
> >  lib/erlang/lib/${COMPILER}/ebin/beam_opcodes.beam
> >  lib/erlang/lib/${COMPILER}/ebin/beam_peep.beam
> > +lib/erlang/lib/${COMPILER}/ebin/beam_receive.beam
> >  lib/erlang/lib/${COMPILER}/ebin/beam_trim.beam
> >  lib/erlang/lib/${COMPILER}/ebin/beam_type.beam
> >  lib/erlang/lib/${COMPILER}/ebin/beam_utils.beam
> > @@ -578,6 +613,7 @@
> >  lib/erlang/lib/${COMPILER}/src/beam_opcodes.erl
> >  lib/erlang/lib/${COMPILER}/src/beam_opcodes.hrl
> >  lib/erlang/lib/${COMPILER}/src/beam_peep.erl
> > +lib/erlang/lib/${COMPILER}/src/beam_receive.erl
> >  lib/erlang/lib/${COMPILER}/src/beam_trim.erl
> >  lib/erlang/lib/${COMPILER}/src/beam_type.erl
> >  lib/erlang/lib/${COMPILER}/src/beam_utils.erl
> > @@ -1622,7 +1658,7 @@
> >  lib/erlang/lib/${CRYPTO}/priv/lib/
> >  lib/erlang/lib/${CRYPTO}/priv/obj/
> >  lib/erlang/lib/${CRYPTO}/priv/obj/Makefile
> > -lib/erlang/lib/${CRYPTO}/priv/obj/crypto_drv.o
> > +lib/erlang/lib/${CRYPTO}/priv/obj/crypto.o
> >  lib/erlang/lib/${CRYPTO}/src/
> >  lib/erlang/lib/${CRYPTO}/src/crypto.erl
> >  lib/erlang/lib/${CRYPTO}/src/crypto_app.erl
> > @@ -2253,6 +2289,7 @@
> >  lib/erlang/lib/${ET}/doc/html/et_examples.html
> >  lib/erlang/lib/${ET}/doc/html/et_intro.html
> >  lib/erlang/lib/${ET}/doc/html/et_selector.html
> > +lib/erlang/lib/${ET}/doc/html/et_tutorial.html
> >  lib/erlang/lib/${ET}/doc/html/et_viewer.html
> >  lib/erlang/lib/${ET}/doc/html/index.html
> >  lib/erlang/lib/${ET}/doc/html/live_trans.png
> > @@ -2269,7 +2306,7 @@
> >  lib/erlang/lib/${ET}/doc/html/sim_trans_write_lock.png
> >  lib/erlang/lib/${ET}/doc/html/users_guide.html
> >  lib/erlang/lib/${ET}/doc/pdf/
> > -lib/erlang/lib/${ET}/doc/pdf/${ET}.pdf
> > +lib/erlang/lib/${ET}/doc/pdf/et-1.4.1.pdf
> >  lib/erlang/lib/${ET}/ebin/
> >  lib/erlang/lib/${ET}/ebin/et.app
> >  lib/erlang/lib/${ET}/ebin/et.appup
> > @@ -2951,7 +2988,7 @@
> >  lib/erlang/lib/${INETS}/doc/html/tftp.html
> >  lib/erlang/lib/${INETS}/doc/html/users_guide.html
> >  lib/erlang/lib/${INETS}/doc/pdf/
> > -lib/erlang/lib/${INETS}/doc/pdf/${INETS}.pdf
> > +lib/erlang/lib/${INETS}/doc/pdf/inets-5.5.pdf
> >  lib/erlang/lib/${INETS}/ebin/
> >  lib/erlang/lib/${INETS}/ebin/ftp.beam
> >  lib/erlang/lib/${INETS}/ebin/ftp_progress.beam
> > @@ -3029,6 +3066,25 @@
> >  lib/erlang/lib/${INETS}/ebin/tftp_logger.beam
> >  lib/erlang/lib/${INETS}/ebin/tftp_sup.beam
> >  lib/erlang/lib/${INETS}/examples/
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt.config.skel
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt.sh.skel
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_client.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_client.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_ctrl.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_ctrl.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_logger.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_logger.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_random_html.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_random_html.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_server.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_server.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_slave.beam
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_slave.erl
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_ssl_client_cert.pem
> > +lib/erlang/lib/${INETS}/examples/httpd_load_test/hdlt_ssl_server_cert.pem
> >  lib/erlang/lib/${INETS}/examples/server_root/
> >  lib/erlang/lib/${INETS}/examples/server_root/auth/
> >  lib/erlang/lib/${INETS}/examples/server_root/auth/group
> > @@ -3164,87 +3220,93 @@
> >  lib/erlang/lib/${INETS}/priv/bin/
> >  lib/erlang/lib/${INETS}/priv/bin/runcgi.sh
> >  lib/erlang/lib/${INETS}/src/
> > -lib/erlang/lib/${INETS}/src/ftp.erl
> > -lib/erlang/lib/${INETS}/src/ftp_internal.hrl
> > -lib/erlang/lib/${INETS}/src/ftp_progress.erl
> > -lib/erlang/lib/${INETS}/src/ftp_response.erl
> > -lib/erlang/lib/${INETS}/src/ftp_sup.erl
> > -lib/erlang/lib/${INETS}/src/http.erl
> > -lib/erlang/lib/${INETS}/src/http_chunk.erl
> > -lib/erlang/lib/${INETS}/src/http_internal.hrl
> > -lib/erlang/lib/${INETS}/src/http_request.erl
> > -lib/erlang/lib/${INETS}/src/http_response.erl
> > -lib/erlang/lib/${INETS}/src/http_transport.erl
> > -lib/erlang/lib/${INETS}/src/http_uri.erl
> > -lib/erlang/lib/${INETS}/src/http_util.erl
> > -lib/erlang/lib/${INETS}/src/httpc.erl
> > -lib/erlang/lib/${INETS}/src/httpc_cookie.erl
> > -lib/erlang/lib/${INETS}/src/httpc_handler.erl
> > -lib/erlang/lib/${INETS}/src/httpc_handler_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpc_internal.hrl
> > -lib/erlang/lib/${INETS}/src/httpc_manager.erl
> > -lib/erlang/lib/${INETS}/src/httpc_profile_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpc_request.erl
> > -lib/erlang/lib/${INETS}/src/httpc_response.erl
> > -lib/erlang/lib/${INETS}/src/httpc_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpd.erl
> > -lib/erlang/lib/${INETS}/src/httpd.hrl
> > -lib/erlang/lib/${INETS}/src/httpd_acceptor.erl
> > -lib/erlang/lib/${INETS}/src/httpd_acceptor_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpd_cgi.erl
> > -lib/erlang/lib/${INETS}/src/httpd_conf.erl
> > -lib/erlang/lib/${INETS}/src/httpd_esi.erl
> > -lib/erlang/lib/${INETS}/src/httpd_example.erl
> > -lib/erlang/lib/${INETS}/src/httpd_file.erl
> > -lib/erlang/lib/${INETS}/src/httpd_instance_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpd_internal.hrl
> > -lib/erlang/lib/${INETS}/src/httpd_log.erl
> > -lib/erlang/lib/${INETS}/src/httpd_manager.erl
> > -lib/erlang/lib/${INETS}/src/httpd_misc_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpd_request.erl
> > -lib/erlang/lib/${INETS}/src/httpd_request_handler.erl
> > -lib/erlang/lib/${INETS}/src/httpd_response.erl
> > -lib/erlang/lib/${INETS}/src/httpd_script_env.erl
> > -lib/erlang/lib/${INETS}/src/httpd_socket.erl
> > -lib/erlang/lib/${INETS}/src/httpd_sup.erl
> > -lib/erlang/lib/${INETS}/src/httpd_util.erl
> > -lib/erlang/lib/${INETS}/src/inets.erl
> > -lib/erlang/lib/${INETS}/src/inets_app.erl
> > -lib/erlang/lib/${INETS}/src/inets_internal.hrl
> > -lib/erlang/lib/${INETS}/src/inets_regexp.erl
> > -lib/erlang/lib/${INETS}/src/inets_service.erl
> > -lib/erlang/lib/${INETS}/src/inets_sup.erl
> > -lib/erlang/lib/${INETS}/src/mod_actions.erl
> > -lib/erlang/lib/${INETS}/src/mod_alias.erl
> > -lib/erlang/lib/${INETS}/src/mod_auth.erl
> > -lib/erlang/lib/${INETS}/src/mod_auth.hrl
> > -lib/erlang/lib/${INETS}/src/mod_auth_dets.erl
> > -lib/erlang/lib/${INETS}/src/mod_auth_mnesia.erl
> > -lib/erlang/lib/${INETS}/src/mod_auth_plain.erl
> > -lib/erlang/lib/${INETS}/src/mod_auth_server.erl
> > -lib/erlang/lib/${INETS}/src/mod_browser.erl
> > -lib/erlang/lib/${INETS}/src/mod_cgi.erl
> > -lib/erlang/lib/${INETS}/src/mod_dir.erl
> > -lib/erlang/lib/${INETS}/src/mod_disk_log.erl
> > -lib/erlang/lib/${INETS}/src/mod_esi.erl
> > -lib/erlang/lib/${INETS}/src/mod_get.erl
> > -lib/erlang/lib/${INETS}/src/mod_head.erl
> > -lib/erlang/lib/${INETS}/src/mod_htaccess.erl
> > -lib/erlang/lib/${INETS}/src/mod_include.erl
> > -lib/erlang/lib/${INETS}/src/mod_log.erl
> > -lib/erlang/lib/${INETS}/src/mod_range.erl
> > -lib/erlang/lib/${INETS}/src/mod_responsecontrol.erl
> > -lib/erlang/lib/${INETS}/src/mod_security.erl
> > -lib/erlang/lib/${INETS}/src/mod_security_server.erl
> > -lib/erlang/lib/${INETS}/src/mod_trace.erl
> > -lib/erlang/lib/${INETS}/src/tftp.erl
> > -lib/erlang/lib/${INETS}/src/tftp.hrl
> > -lib/erlang/lib/${INETS}/src/tftp_binary.erl
> > -lib/erlang/lib/${INETS}/src/tftp_engine.erl
> > -lib/erlang/lib/${INETS}/src/tftp_file.erl
> > -lib/erlang/lib/${INETS}/src/tftp_lib.erl
> > -lib/erlang/lib/${INETS}/src/tftp_logger.erl
> > -lib/erlang/lib/${INETS}/src/tftp_sup.erl
> > +lib/erlang/lib/${INETS}/src/ftp/
> > +lib/erlang/lib/${INETS}/src/ftp/ftp.erl
> > +lib/erlang/lib/${INETS}/src/ftp/ftp_internal.hrl
> > +lib/erlang/lib/${INETS}/src/ftp/ftp_progress.erl
> > +lib/erlang/lib/${INETS}/src/ftp/ftp_response.erl
> > +lib/erlang/lib/${INETS}/src/ftp/ftp_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_client/
> > +lib/erlang/lib/${INETS}/src/http_client/http.erl
> > +lib/erlang/lib/${INETS}/src/http_client/http_uri.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_cookie.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_handler.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_handler_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_internal.hrl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_manager.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_profile_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_request.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_response.erl
> > +lib/erlang/lib/${INETS}/src/http_client/httpc_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_lib/
> > +lib/erlang/lib/${INETS}/src/http_lib/http_chunk.erl
> > +lib/erlang/lib/${INETS}/src/http_lib/http_internal.hrl
> > +lib/erlang/lib/${INETS}/src/http_lib/http_request.erl
> > +lib/erlang/lib/${INETS}/src/http_lib/http_response.erl
> > +lib/erlang/lib/${INETS}/src/http_lib/http_transport.erl
> > +lib/erlang/lib/${INETS}/src/http_lib/http_util.erl
> > +lib/erlang/lib/${INETS}/src/http_server/
> > +lib/erlang/lib/${INETS}/src/http_server/httpd.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd.hrl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_acceptor.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_acceptor_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_cgi.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_conf.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_esi.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_example.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_file.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_instance_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_internal.hrl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_log.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_manager.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_misc_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_request.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_request_handler.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_response.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_script_env.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_socket.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_sup.erl
> > +lib/erlang/lib/${INETS}/src/http_server/httpd_util.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_actions.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_alias.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth.hrl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth_dets.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth_mnesia.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth_plain.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_auth_server.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_browser.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_cgi.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_dir.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_disk_log.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_esi.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_get.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_head.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_htaccess.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_include.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_log.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_range.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_responsecontrol.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_security.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_security_server.erl
> > +lib/erlang/lib/${INETS}/src/http_server/mod_trace.erl
> > +lib/erlang/lib/${INETS}/src/inets_app/
> > +lib/erlang/lib/${INETS}/src/inets_app/inets.erl
> > +lib/erlang/lib/${INETS}/src/inets_app/inets_app.erl
> > +lib/erlang/lib/${INETS}/src/inets_app/inets_internal.hrl
> > +lib/erlang/lib/${INETS}/src/inets_app/inets_regexp.erl
> > +lib/erlang/lib/${INETS}/src/inets_app/inets_service.erl
> > +lib/erlang/lib/${INETS}/src/inets_app/inets_sup.erl
> > +lib/erlang/lib/${INETS}/src/tftp/
> > +lib/erlang/lib/${INETS}/src/tftp/tftp.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp.hrl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_binary.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_engine.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_file.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_lib.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_logger.erl
> > +lib/erlang/lib/${INETS}/src/tftp/tftp_sup.erl
> >  lib/erlang/lib/${INVISO}/
> >  lib/erlang/lib/${INVISO}/doc/
> >  lib/erlang/lib/${INVISO}/doc/html/
> > @@ -3519,7 +3581,7 @@
> >  lib/erlang/lib/${MEGACO}/doc/html/megaco_transport_mechanisms.html
> >  lib/erlang/lib/${MEGACO}/doc/html/megaco_udp.html
> >  lib/erlang/lib/${MEGACO}/doc/html/megaco_user.html
> > -lib/erlang/lib/${MEGACO}/doc/html/mstone1.gif
> > +lib/erlang/lib/${MEGACO}/doc/html/mstone1.jpg
> >  lib/erlang/lib/${MEGACO}/doc/html/note.gif
> >  lib/erlang/lib/${MEGACO}/doc/html/notes.gif
> >  lib/erlang/lib/${MEGACO}/doc/html/notes.html
> > @@ -4594,6 +4656,8 @@
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/OTP-PUB-KEY.asn1config
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/OTP-PUB-KEY.erl
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/OTP-PUB-KEY.hrl
> > +lib/erlang/lib/${PUBLIC_KEY}/asn1/PKCS-1.asn1
> > +lib/erlang/lib/${PUBLIC_KEY}/asn1/PKCS-3.asn1
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/PKIX1Algorithms88.asn1
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/PKIX1Explicit88.asn1
> >  lib/erlang/lib/${PUBLIC_KEY}/asn1/PKIX1Implicit88.asn1
> > @@ -4616,7 +4680,6 @@
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/OTP-PUB-KEY.beam
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/pubkey_cert.beam
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/pubkey_cert_records.beam
> > -lib/erlang/lib/${PUBLIC_KEY}/ebin/pubkey_crypto.beam
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/pubkey_pem.beam
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/public_key.app
> >  lib/erlang/lib/${PUBLIC_KEY}/ebin/public_key.appup
> > @@ -4628,7 +4691,6 @@
> >  lib/erlang/lib/${PUBLIC_KEY}/src/
> >  lib/erlang/lib/${PUBLIC_KEY}/src/pubkey_cert.erl
> >  lib/erlang/lib/${PUBLIC_KEY}/src/pubkey_cert_records.erl
> > -lib/erlang/lib/${PUBLIC_KEY}/src/pubkey_crypto.erl
> >  lib/erlang/lib/${PUBLIC_KEY}/src/pubkey_pem.erl
> >  lib/erlang/lib/${PUBLIC_KEY}/src/public_key.erl
> >  lib/erlang/lib/${RELTOOL}/
> > @@ -4646,6 +4708,8 @@
> >  lib/erlang/lib/${RELTOOL}/doc/pdf/
> >  lib/erlang/lib/${RELTOOL}/doc/pdf/${RELTOOL}.pdf
> >  lib/erlang/lib/${RELTOOL}/ebin/
> > +lib/erlang/lib/${RELTOOL}/ebin/reltool.app
> > +lib/erlang/lib/${RELTOOL}/ebin/reltool.appup
> >  lib/erlang/lib/${RELTOOL}/ebin/reltool.beam
> >  lib/erlang/lib/${RELTOOL}/ebin/reltool_app_win.beam
> >  lib/erlang/lib/${RELTOOL}/ebin/reltool_fgraph.beam
> > @@ -5165,7 +5229,6 @@
> >  lib/erlang/lib/${SSH}/ebin/ssh_channel.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_channel_sup.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_cli.beam
> > -lib/erlang/lib/${SSH}/ebin/ssh_cm.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_connection.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_connection_controler.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_connection_handler.beam
> > @@ -5181,8 +5244,6 @@
> >  lib/erlang/lib/${SSH}/ebin/ssh_sftpd_file.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_sftpd_file_api.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_shell.beam
> > -lib/erlang/lib/${SSH}/ebin/ssh_ssh.beam
> > -lib/erlang/lib/${SSH}/ebin/ssh_sshd.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_subsystem_sup.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_sup.beam
> >  lib/erlang/lib/${SSH}/ebin/ssh_system_sup.beam
> > @@ -5211,7 +5272,6 @@
> >  lib/erlang/lib/${SSH}/src/ssh_channel.erl
> >  lib/erlang/lib/${SSH}/src/ssh_channel_sup.erl
> >  lib/erlang/lib/${SSH}/src/ssh_cli.erl
> > -lib/erlang/lib/${SSH}/src/ssh_cm.erl
> >  lib/erlang/lib/${SSH}/src/ssh_connect.hrl
> >  lib/erlang/lib/${SSH}/src/ssh_connection.erl
> >  lib/erlang/lib/${SSH}/src/ssh_connection_controler.erl
> > @@ -5228,8 +5288,6 @@
> >  lib/erlang/lib/${SSH}/src/ssh_sftpd_file.erl
> >  lib/erlang/lib/${SSH}/src/ssh_sftpd_file_api.erl
> >  lib/erlang/lib/${SSH}/src/ssh_shell.erl
> > -lib/erlang/lib/${SSH}/src/ssh_ssh.erl
> > -lib/erlang/lib/${SSH}/src/ssh_sshd.erl
> >  lib/erlang/lib/${SSH}/src/ssh_subsystem_sup.erl
> >  lib/erlang/lib/${SSH}/src/ssh_sup.erl
> >  lib/erlang/lib/${SSH}/src/ssh_system_sup.erl
> > @@ -5242,32 +5300,28 @@
> >  lib/erlang/lib/${SSL}/
> >  lib/erlang/lib/${SSL}/doc/
> >  lib/erlang/lib/${SSL}/doc/html/
> > -lib/erlang/lib/${SSL}/doc/html/create_certs.html
> >  lib/erlang/lib/${SSL}/doc/html/index.html
> > -lib/erlang/lib/${SSL}/doc/html/licenses.html
> > -lib/erlang/lib/${SSL}/doc/html/new_ssl.html
> >  lib/erlang/lib/${SSL}/doc/html/notes.html
> > -lib/erlang/lib/${SSL}/doc/html/pkix_certs.html
> > +lib/erlang/lib/${SSL}/doc/html/old_ssl.html
> >  lib/erlang/lib/${SSL}/doc/html/release_notes.html
> >  lib/erlang/lib/${SSL}/doc/html/ssl.eix
> >  lib/erlang/lib/${SSL}/doc/html/ssl.html
> >  lib/erlang/lib/${SSL}/doc/html/ssl_app.html
> >  lib/erlang/lib/${SSL}/doc/html/ssl_distribution.html
> >  lib/erlang/lib/${SSL}/doc/html/ssl_protocol.html
> > +lib/erlang/lib/${SSL}/doc/html/ssl_session_cache_api.html
> >  lib/erlang/lib/${SSL}/doc/html/users_guide.html
> >  lib/erlang/lib/${SSL}/doc/html/using_ssl.html
> >  lib/erlang/lib/${SSL}/doc/html/warning.gif
> >  lib/erlang/lib/${SSL}/doc/pdf/
> >  lib/erlang/lib/${SSL}/doc/pdf/${SSL}.pdf
> >  lib/erlang/lib/${SSL}/ebin/
> > -lib/erlang/lib/${SSL}/ebin/OTP-PKIX.beam
> >  lib/erlang/lib/${SSL}/ebin/inet_ssl_dist.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl.app
> >  lib/erlang/lib/${SSL}/ebin/ssl.appup
> >  lib/erlang/lib/${SSL}/ebin/ssl.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_alert.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_app.beam
> > -lib/erlang/lib/${SSL}/ebin/ssl_base64.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_broker.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_broker_sup.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_certificate.beam
> > @@ -5278,9 +5332,6 @@
> >  lib/erlang/lib/${SSL}/ebin/ssl_debug.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_handshake.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_manager.beam
> > -lib/erlang/lib/${SSL}/ebin/ssl_pem.beam
> > -lib/erlang/lib/${SSL}/ebin/ssl_pkix.beam
> > -lib/erlang/lib/${SSL}/ebin/ssl_pkix_oid.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_prim.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_record.beam
> >  lib/erlang/lib/${SSL}/ebin/ssl_server.beam
> > @@ -5293,85 +5344,25 @@
> >  lib/erlang/lib/${SSL}/ebin/ssl_tls1.beam
> >  lib/erlang/lib/${SSL}/examples/
> >  lib/erlang/lib/${SSL}/examples/certs/
> > -lib/erlang/lib/${SSL}/examples/certs/Makefile
> > -lib/erlang/lib/${SSL}/examples/certs/ebin/
> > -lib/erlang/lib/${SSL}/examples/certs/ebin/make_certs.beam
> >  lib/erlang/lib/${SSL}/examples/certs/etc/
> >  lib/erlang/lib/${SSL}/examples/certs/etc/client/
> >  lib/erlang/lib/${SSL}/examples/certs/etc/client/cacerts.pem
> >  lib/erlang/lib/${SSL}/examples/certs/etc/client/cert.pem
> >  lib/erlang/lib/${SSL}/examples/certs/etc/client/key.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/client/req.cnf
> > -lib/erlang/lib/${SSL}/examples/certs/etc/client/req.pem
> >  lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/ca.cnf
> >  lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/cert.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/certs/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/crl/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/index.txt
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/index.txt.attr
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/index.txt.old
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/newcerts/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/newcerts/01.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/private/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/private/RAND
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/private/key.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/req.cnf
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/serial
> > -lib/erlang/lib/${SSL}/examples/certs/etc/erlangCA/serial.old
> >  lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/ca.cnf
> >  lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/cert.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/certs/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/crl/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/index.txt
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/index.txt.attr
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/index.txt.attr.old
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/index.txt.old
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/newcerts/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/newcerts/01.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/newcerts/02.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/private/
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/private/RAND
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/private/key.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/req.cnf
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/req.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/serial
> > -lib/erlang/lib/${SSL}/examples/certs/etc/otpCA/serial.old
> >  lib/erlang/lib/${SSL}/examples/certs/etc/server/
> >  lib/erlang/lib/${SSL}/examples/certs/etc/server/cacerts.pem
> >  lib/erlang/lib/${SSL}/examples/certs/etc/server/cert.pem
> >  lib/erlang/lib/${SSL}/examples/certs/etc/server/key.pem
> > -lib/erlang/lib/${SSL}/examples/certs/etc/server/req.cnf
> > -lib/erlang/lib/${SSL}/examples/certs/etc/server/req.pem
> > -lib/erlang/lib/${SSL}/examples/certs/rnd/
> > -lib/erlang/lib/${SSL}/examples/certs/rnd/RAND
> > -lib/erlang/lib/${SSL}/examples/certs/src/
> > -lib/erlang/lib/${SSL}/examples/certs/src/make_certs.erl
> >  lib/erlang/lib/${SSL}/examples/ebin/
> >  lib/erlang/lib/${SSL}/examples/ebin/client_server.beam
> >  lib/erlang/lib/${SSL}/examples/src/
> >  lib/erlang/lib/${SSL}/examples/src/Makefile
> >  lib/erlang/lib/${SSL}/examples/src/client_server.erl
> > -lib/erlang/lib/${SSL}/include/
> > -lib/erlang/lib/${SSL}/include/OTP-PKIX.hrl
> > -lib/erlang/lib/${SSL}/include/ssl_pkix.hrl
> >  lib/erlang/lib/${SSL}/info
> > -lib/erlang/lib/${SSL}/pkix/
> > -lib/erlang/lib/${SSL}/pkix/OTP-PKIX.asn1config
> > -lib/erlang/lib/${SSL}/pkix/OTP-PKIX.erl
> > -lib/erlang/lib/${SSL}/pkix/OTP-PKIX.hrl
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Algorithms88.asn1
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Algorithms88.hrl
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Explicit88.asn1
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Explicit88.hrl
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Implicit88.asn1
> > -lib/erlang/lib/${SSL}/pkix/PKIX1Implicit88.hrl
> > -lib/erlang/lib/${SSL}/pkix/PKIXAttributeCertificate.asn1
> > -lib/erlang/lib/${SSL}/pkix/PKIXAttributeCertificate.hrl
> > -lib/erlang/lib/${SSL}/pkix/SSL-PKIX.asn1
> > -lib/erlang/lib/${SSL}/pkix/mk_ssl_pkix_oid.erl
> > -lib/erlang/lib/${SSL}/pkix/ssl_pkix_oid.erl
> >  lib/erlang/lib/${SSL}/priv/
> >  lib/erlang/lib/${SSL}/priv/bin/
> >  @bin lib/erlang/lib/${SSL}/priv/bin/ssl_esock
> > @@ -5390,7 +5381,6 @@
> >  lib/erlang/lib/${SSL}/src/ssl_alert.erl
> >  lib/erlang/lib/${SSL}/src/ssl_alert.hrl
> >  lib/erlang/lib/${SSL}/src/ssl_app.erl
> > -lib/erlang/lib/${SSL}/src/ssl_base64.erl
> >  lib/erlang/lib/${SSL}/src/ssl_broker.erl
> >  lib/erlang/lib/${SSL}/src/ssl_broker_int.hrl
> >  lib/erlang/lib/${SSL}/src/ssl_broker_sup.erl
> > @@ -5407,8 +5397,6 @@
> >  lib/erlang/lib/${SSL}/src/ssl_int.hrl
> >  lib/erlang/lib/${SSL}/src/ssl_internal.hrl
> >  lib/erlang/lib/${SSL}/src/ssl_manager.erl
> > -lib/erlang/lib/${SSL}/src/ssl_pem.erl
> > -lib/erlang/lib/${SSL}/src/ssl_pkix.erl
> >  lib/erlang/lib/${SSL}/src/ssl_prim.erl
> >  lib/erlang/lib/${SSL}/src/ssl_record.erl
> >  lib/erlang/lib/${SSL}/src/ssl_record.hrl
> > @@ -5427,6 +5415,7 @@
> >  lib/erlang/lib/${STDLIB}/doc/html/array.html
> >  lib/erlang/lib/${STDLIB}/doc/html/base64.html
> >  lib/erlang/lib/${STDLIB}/doc/html/beam_lib.html
> > +lib/erlang/lib/${STDLIB}/doc/html/binary.html
> >  lib/erlang/lib/${STDLIB}/doc/html/c.html
> >  lib/erlang/lib/${STDLIB}/doc/html/calendar.html
> >  lib/erlang/lib/${STDLIB}/doc/html/dets.html
> > @@ -5499,6 +5488,7 @@
> >  lib/erlang/lib/${STDLIB}/ebin/array.beam
> >  lib/erlang/lib/${STDLIB}/ebin/base64.beam
> >  lib/erlang/lib/${STDLIB}/ebin/beam_lib.beam
> > +lib/erlang/lib/${STDLIB}/ebin/binary.beam
> >  lib/erlang/lib/${STDLIB}/ebin/c.beam
> >  lib/erlang/lib/${STDLIB}/ebin/calendar.beam
> >  lib/erlang/lib/${STDLIB}/ebin/dets.beam
> > @@ -5589,6 +5579,7 @@
> >  lib/erlang/lib/${STDLIB}/src/array.erl
> >  lib/erlang/lib/${STDLIB}/src/base64.erl
> >  lib/erlang/lib/${STDLIB}/src/beam_lib.erl
> > +lib/erlang/lib/${STDLIB}/src/binary.erl
> >  lib/erlang/lib/${STDLIB}/src/c.erl
> >  lib/erlang/lib/${STDLIB}/src/calendar.erl
> >  lib/erlang/lib/${STDLIB}/src/dets.erl
> > @@ -5842,9 +5833,12 @@
> >  lib/erlang/lib/${TOOLS}/emacs/
> >  lib/erlang/lib/${TOOLS}/emacs/README
> >  lib/erlang/lib/${TOOLS}/emacs/erlang-eunit.el
> > +lib/erlang/lib/${TOOLS}/emacs/erlang-flymake.el
> > +lib/erlang/lib/${TOOLS}/emacs/erlang-skels-old.el
> >  lib/erlang/lib/${TOOLS}/emacs/erlang-skels.el
> >  lib/erlang/lib/${TOOLS}/emacs/erlang-start.el
> >  lib/erlang/lib/${TOOLS}/emacs/erlang.el
> > +lib/erlang/lib/${TOOLS}/emacs/erlang_appwiz.el
> >  lib/erlang/lib/${TOOLS}/emacs/test.erl.indented
> >  lib/erlang/lib/${TOOLS}/emacs/test.erl.orig
> >  lib/erlang/lib/${TOOLS}/examples/
> > @@ -6274,10 +6268,12 @@
> >  lib/erlang/lib/${WX}/doc/html/wx_misc.html
> >  lib/erlang/lib/${WX}/doc/html/wx_object.html
> >  lib/erlang/lib/${WX}/doc/pdf/
> > -lib/erlang/lib/${WX}/doc/pdf/wxErlang-0.98.5.pdf
> > +lib/erlang/lib/${WX}/doc/pdf/wxErlang-0.98.7.pdf
> >  lib/erlang/lib/${WX}/ebin/
> >  lib/erlang/lib/${WX}/ebin/gl.beam
> >  lib/erlang/lib/${WX}/ebin/glu.beam
> > +lib/erlang/lib/${WX}/ebin/wx.app
> > +lib/erlang/lib/${WX}/ebin/wx.appup
> >  lib/erlang/lib/${WX}/ebin/wx.beam
> >  lib/erlang/lib/${WX}/ebin/wxAcceleratorEntry.beam
> >  lib/erlang/lib/${WX}/ebin/wxAcceleratorTable.beam
> > @@ -7041,6 +7037,7 @@
> >  @man lib/erlang/man/man3/auth.3
> >  @man lib/erlang/man/man3/base64.3
> >  @man lib/erlang/man/man3/beam_lib.3
> > +...@man lib/erlang/man/man3/binary.3
> >  @man lib/erlang/man/man3/c.3
> >  @man lib/erlang/man/man3/calendar.3
> >  @man lib/erlang/man/man3/code.3
> > @@ -7064,6 +7061,7 @@
> >  @man lib/erlang/man/man3/ct_ftp.3
> >  @man lib/erlang/man/man3/ct_master.3
> >  @man lib/erlang/man/man3/ct_rpc.3
> > +...@man lib/erlang/man/man3/ct_slave.3
> >  @man lib/erlang/man/man3/ct_snmp.3
> >  @man lib/erlang/man/man3/ct_ssh.3
> >  @man lib/erlang/man/man3/ct_telnet.3
> > @@ -7108,6 +7106,7 @@
> >  @man lib/erlang/man/man3/erl_lint.3
> >  @man lib/erlang/man/man3/erl_malloc.3
> >  @man lib/erlang/man/man3/erl_marshal.3
> > +...@man lib/erlang/man/man3/erl_nif.3
> >  @man lib/erlang/man/man3/erl_parse.3
> >  @man lib/erlang/man/man3/erl_pp.3
> >  @man lib/erlang/man/man3/erl_prettypr.3
> > @@ -7214,9 +7213,9 @@
> >  @man lib/erlang/man/man3/ms_transform.3
> >  @man lib/erlang/man/man3/net_adm.3
> >  @man lib/erlang/man/man3/net_kernel.3
> > -...@man lib/erlang/man/man3/new_ssl.3
> >  @man lib/erlang/man/man3/nteventlog.3
> >  @man lib/erlang/man/man3/odbc.3
> > +...@man lib/erlang/man/man3/old_ssl.3
> >  @man lib/erlang/man/man3/orber.3
> >  @man lib/erlang/man/man3/orber_acl.3
> >  @man lib/erlang/man/man3/orber_diagnostics.3
> > @@ -7294,6 +7293,7 @@
> >  @man lib/erlang/man/man3/ssh_sftp.3
> >  @man lib/erlang/man/man3/ssh_sftpd.3
> >  @man lib/erlang/man/man3/ssl.3
> > +...@man lib/erlang/man/man3/ssl_session_cache_api.3
> >  @man lib/erlang/man/man3/string.3
> >  @man lib/erlang/man/man3/supervisor.3
> >  @man lib/erlang/man/man3/supervisor_bridge.3
> > @@ -7586,8 +7586,6 @@
> >  lib/erlang/usr/include/erl_memory_trace_parser.h
> >  lib/erlang/usr/include/erl_nif.h
> >  lib/erlang/usr/include/erl_nif_api_funcs.h
> > -lib/erlang/usr/include/obsolete/
> > -lib/erlang/usr/include/obsolete/driver.h
> >  lib/erlang/usr/lib/
> >  lib/erlang/usr/lib/liberts.a
> >  lib/erlang/usr/lib/liberts_r.a
> 
> 
> 
> -- 
> Cheers,
> Jasper
> 
> Stay Hungry. Stay Foolish.

-- 
viq

Attachment: pgp2qLwZTgqPu.pgp
Description: PGP signature

Reply via email to