From owner-svn-src-projects@FreeBSD.ORG Mon Nov 25 21:13:02 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 979E03B2; Mon, 25 Nov 2013 21:13:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8446829DF; Mon, 25 Nov 2013 21:13:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPLD22A039193; Mon, 25 Nov 2013 21:13:02 GMT (envelope-from markm@svn.freebsd.org) Received: (from markm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPLCvma039147; Mon, 25 Nov 2013 21:12:57 GMT (envelope-from markm@svn.freebsd.org) Message-Id: <201311252112.rAPLCvma039147@svn.freebsd.org> From: Mark Murray Date: Mon, 25 Nov 2013 21:12:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r258596 - in projects/random_number_generator: contrib/subversion contrib/subversion/subversion/include contrib/subversion/subversion/libsvn_client contrib/subversion/subversion/libsvn_... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 21:13:02 -0000 Author: markm Date: Mon Nov 25 21:12:56 2013 New Revision: 258596 URL: http://svnweb.freebsd.org/changeset/base/258596 Log: MFC - tracking commit Added: projects/random_number_generator/lib/libc/iconv/__iconv.c - copied unchanged from r258595, head/lib/libc/iconv/__iconv.c projects/random_number_generator/lib/libc/iconv/__iconv_free_list.c - copied unchanged from r258595, head/lib/libc/iconv/__iconv_free_list.c projects/random_number_generator/lib/libc/iconv/__iconv_get_list.c - copied unchanged from r258595, head/lib/libc/iconv/__iconv_get_list.c projects/random_number_generator/lib/libc/iconv/bsd_iconv.c - copied unchanged from r258595, head/lib/libc/iconv/bsd_iconv.c projects/random_number_generator/lib/libc/iconv/iconv_canonicalize.c - copied unchanged from r258595, head/lib/libc/iconv/iconv_canonicalize.c projects/random_number_generator/lib/libc/iconv/iconv_close.c - copied unchanged from r258595, head/lib/libc/iconv/iconv_close.c projects/random_number_generator/lib/libc/iconv/iconv_open.c - copied unchanged from r258595, head/lib/libc/iconv/iconv_open.c projects/random_number_generator/lib/libc/iconv/iconv_open_into.c - copied unchanged from r258595, head/lib/libc/iconv/iconv_open_into.c projects/random_number_generator/lib/libc/iconv/iconv_set_relocation_prefix.c - copied unchanged from r258595, head/lib/libc/iconv/iconv_set_relocation_prefix.c projects/random_number_generator/lib/libc/iconv/iconvctl.c - copied unchanged from r258595, head/lib/libc/iconv/iconvctl.c projects/random_number_generator/lib/libc/iconv/iconvlist.c - copied unchanged from r258595, head/lib/libc/iconv/iconvlist.c projects/random_number_generator/lib/libc_nonshared/Makefile.iconv - copied unchanged from r258595, head/lib/libc_nonshared/Makefile.iconv projects/random_number_generator/share/examples/tests/tests/plain/cp_test.sh - copied unchanged from r258595, head/share/examples/tests/tests/plain/cp_test.sh projects/random_number_generator/sys/amd64/vmm/io/vhpet.c - copied unchanged from r258595, head/sys/amd64/vmm/io/vhpet.c projects/random_number_generator/sys/amd64/vmm/io/vhpet.h - copied unchanged from r258595, head/sys/amd64/vmm/io/vhpet.h projects/random_number_generator/sys/arm/rockchip/rk30xx_wdog.c - copied unchanged from r258595, head/sys/arm/rockchip/rk30xx_wdog.c projects/random_number_generator/sys/arm/rockchip/rk30xx_wdog.h - copied unchanged from r258595, head/sys/arm/rockchip/rk30xx_wdog.h Replaced: projects/random_number_generator/lib/libc/iconv/iconv.c - copied unchanged from r258595, head/lib/libc/iconv/iconv.c Deleted: projects/random_number_generator/lib/libc/rpc/LICENSE projects/random_number_generator/lib/libc_nonshared/__iconv.c projects/random_number_generator/lib/libc_nonshared/__iconv_free_list.c projects/random_number_generator/lib/libc_nonshared/__iconv_get_list.c projects/random_number_generator/lib/libc_nonshared/iconv.c projects/random_number_generator/lib/libc_nonshared/iconv_canonicalize.c projects/random_number_generator/lib/libc_nonshared/iconv_close.c projects/random_number_generator/lib/libc_nonshared/iconv_open.c projects/random_number_generator/lib/libc_nonshared/iconv_open_into.c projects/random_number_generator/lib/libc_nonshared/iconv_set_relocation_prefix.c projects/random_number_generator/lib/libc_nonshared/iconvctl.c projects/random_number_generator/lib/libc_nonshared/iconvlist.c projects/random_number_generator/share/examples/tests/tests/plain/cp_test Modified: projects/random_number_generator/contrib/subversion/CHANGES projects/random_number_generator/contrib/subversion/Makefile.in projects/random_number_generator/contrib/subversion/build-outputs.mk projects/random_number_generator/contrib/subversion/build.conf projects/random_number_generator/contrib/subversion/configure projects/random_number_generator/contrib/subversion/configure.ac projects/random_number_generator/contrib/subversion/subversion/include/svn_version.h projects/random_number_generator/contrib/subversion/subversion/libsvn_client/externals.c projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h projects/random_number_generator/contrib/subversion/subversion/libsvn_subr/internal_statements.h projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff.h projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff_local.c projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-checks.h projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-metadata.h projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-queries.h projects/random_number_generator/contrib/tcpdump/extract.h projects/random_number_generator/include/rpc/auth.h projects/random_number_generator/include/rpc/auth_des.h projects/random_number_generator/include/rpc/auth_kerb.h projects/random_number_generator/include/rpc/auth_unix.h projects/random_number_generator/include/rpc/clnt.h projects/random_number_generator/include/rpc/clnt_soc.h projects/random_number_generator/include/rpc/des.h projects/random_number_generator/include/rpc/des_crypt.h projects/random_number_generator/include/rpc/nettype.h projects/random_number_generator/include/rpc/pmap_clnt.h projects/random_number_generator/include/rpc/pmap_prot.h projects/random_number_generator/include/rpc/pmap_rmt.h projects/random_number_generator/include/rpc/raw.h projects/random_number_generator/include/rpc/rpc.h projects/random_number_generator/include/rpc/rpc_com.h projects/random_number_generator/include/rpc/rpc_msg.h projects/random_number_generator/include/rpc/rpcb_clnt.h projects/random_number_generator/include/rpc/rpcb_prot.x projects/random_number_generator/include/rpc/rpcent.h projects/random_number_generator/include/rpc/svc.h projects/random_number_generator/include/rpc/svc_auth.h projects/random_number_generator/include/rpc/svc_dg.h projects/random_number_generator/include/rpc/svc_soc.h projects/random_number_generator/include/rpc/xdr.h projects/random_number_generator/lib/libc/Makefile projects/random_number_generator/lib/libc/iconv/Makefile.inc projects/random_number_generator/lib/libc/rpc/DISCLAIMER projects/random_number_generator/lib/libc/rpc/auth_des.c projects/random_number_generator/lib/libc/rpc/auth_none.c projects/random_number_generator/lib/libc/rpc/auth_unix.c projects/random_number_generator/lib/libc/rpc/authdes_prot.c projects/random_number_generator/lib/libc/rpc/authunix_prot.c projects/random_number_generator/lib/libc/rpc/bindresvport.c projects/random_number_generator/lib/libc/rpc/clnt_bcast.c projects/random_number_generator/lib/libc/rpc/clnt_dg.c projects/random_number_generator/lib/libc/rpc/clnt_generic.c projects/random_number_generator/lib/libc/rpc/clnt_perror.c projects/random_number_generator/lib/libc/rpc/clnt_raw.c projects/random_number_generator/lib/libc/rpc/clnt_simple.c projects/random_number_generator/lib/libc/rpc/clnt_vc.c projects/random_number_generator/lib/libc/rpc/des_crypt.c projects/random_number_generator/lib/libc/rpc/des_soft.c projects/random_number_generator/lib/libc/rpc/getnetconfig.c projects/random_number_generator/lib/libc/rpc/getnetpath.c projects/random_number_generator/lib/libc/rpc/getpublickey.c projects/random_number_generator/lib/libc/rpc/getrpcent.c projects/random_number_generator/lib/libc/rpc/getrpcport.c projects/random_number_generator/lib/libc/rpc/key_call.c projects/random_number_generator/lib/libc/rpc/key_prot_xdr.c projects/random_number_generator/lib/libc/rpc/netname.c projects/random_number_generator/lib/libc/rpc/netnamer.c projects/random_number_generator/lib/libc/rpc/pmap_clnt.c projects/random_number_generator/lib/libc/rpc/pmap_getmaps.c projects/random_number_generator/lib/libc/rpc/pmap_getport.c projects/random_number_generator/lib/libc/rpc/pmap_prot.c projects/random_number_generator/lib/libc/rpc/pmap_prot2.c projects/random_number_generator/lib/libc/rpc/pmap_rmt.c projects/random_number_generator/lib/libc/rpc/rpc_callmsg.c projects/random_number_generator/lib/libc/rpc/rpc_com.h projects/random_number_generator/lib/libc/rpc/rpc_commondata.c projects/random_number_generator/lib/libc/rpc/rpc_dtablesize.c projects/random_number_generator/lib/libc/rpc/rpc_generic.c projects/random_number_generator/lib/libc/rpc/rpc_prot.c projects/random_number_generator/lib/libc/rpc/rpc_soc.c projects/random_number_generator/lib/libc/rpc/rpcb_clnt.c projects/random_number_generator/lib/libc/rpc/rpcb_prot.c projects/random_number_generator/lib/libc/rpc/rpcb_st_xdr.c projects/random_number_generator/lib/libc/rpc/rpcdname.c projects/random_number_generator/lib/libc/rpc/rtime.c projects/random_number_generator/lib/libc/rpc/svc.c projects/random_number_generator/lib/libc/rpc/svc_auth.c projects/random_number_generator/lib/libc/rpc/svc_auth_des.c projects/random_number_generator/lib/libc/rpc/svc_auth_unix.c projects/random_number_generator/lib/libc/rpc/svc_dg.c projects/random_number_generator/lib/libc/rpc/svc_generic.c projects/random_number_generator/lib/libc/rpc/svc_raw.c projects/random_number_generator/lib/libc/rpc/svc_run.c projects/random_number_generator/lib/libc/rpc/svc_simple.c projects/random_number_generator/lib/libc/rpc/svc_vc.c projects/random_number_generator/lib/libc_nonshared/Makefile projects/random_number_generator/lib/libnv/nvpair.c projects/random_number_generator/lib/libpmc/pmc.h projects/random_number_generator/lib/libvmmapi/vmmapi.c projects/random_number_generator/lib/libvmmapi/vmmapi.h projects/random_number_generator/release/doc/de_DE.ISO8859-1/readme/article.xml projects/random_number_generator/release/doc/en_US.ISO8859-1/readme/article.xml projects/random_number_generator/release/doc/ru_RU.KOI8-R/readme/article.xml projects/random_number_generator/release/doc/zh_CN.GB2312/readme/article.xml projects/random_number_generator/share/man/man4/iwn.4 projects/random_number_generator/share/mk/Makefile projects/random_number_generator/share/mk/plain.test.mk projects/random_number_generator/sys/amd64/include/vmm.h (contents, props changed) projects/random_number_generator/sys/amd64/include/vmm_dev.h (contents, props changed) projects/random_number_generator/sys/amd64/vmm/io/vioapic.h projects/random_number_generator/sys/amd64/vmm/vmm.c projects/random_number_generator/sys/amd64/vmm/vmm_dev.c projects/random_number_generator/sys/arm/rockchip/files.rk30xx projects/random_number_generator/sys/arm/rockchip/rk30xx_machdep.c projects/random_number_generator/sys/boot/fdt/dts/rk3188.dtsi projects/random_number_generator/sys/dev/drm2/drm_linux_list_sort.c projects/random_number_generator/sys/dev/usb/controller/xhci.c projects/random_number_generator/sys/modules/vmm/Makefile projects/random_number_generator/sys/net/route.c projects/random_number_generator/sys/netinet/sctp_pcb.c projects/random_number_generator/sys/netpfil/ipfw/ip_fw_nat.c projects/random_number_generator/sys/rpc/auth.h projects/random_number_generator/sys/rpc/auth_none.c projects/random_number_generator/sys/rpc/auth_unix.c projects/random_number_generator/sys/rpc/authunix_prot.c projects/random_number_generator/sys/rpc/clnt.h projects/random_number_generator/sys/rpc/clnt_dg.c projects/random_number_generator/sys/rpc/clnt_vc.c projects/random_number_generator/sys/rpc/krpc.h projects/random_number_generator/sys/rpc/nettype.h projects/random_number_generator/sys/rpc/pmap_prot.h projects/random_number_generator/sys/rpc/rpc.h projects/random_number_generator/sys/rpc/rpc_callmsg.c projects/random_number_generator/sys/rpc/rpc_com.h projects/random_number_generator/sys/rpc/rpc_generic.c projects/random_number_generator/sys/rpc/rpc_msg.h projects/random_number_generator/sys/rpc/rpc_prot.c projects/random_number_generator/sys/rpc/rpcb_clnt.c projects/random_number_generator/sys/rpc/rpcb_clnt.h projects/random_number_generator/sys/rpc/rpcb_prot.c projects/random_number_generator/sys/rpc/rpcb_prot.h projects/random_number_generator/sys/rpc/svc.c projects/random_number_generator/sys/rpc/svc.h projects/random_number_generator/sys/rpc/svc_auth.c projects/random_number_generator/sys/rpc/svc_auth.h projects/random_number_generator/sys/rpc/svc_auth_unix.c projects/random_number_generator/sys/rpc/svc_dg.c projects/random_number_generator/sys/rpc/svc_generic.c projects/random_number_generator/sys/rpc/svc_vc.c projects/random_number_generator/sys/rpc/types.h projects/random_number_generator/sys/rpc/xdr.h projects/random_number_generator/usr.bin/svn/svn_private_config.h projects/random_number_generator/usr.sbin/bhyve/acpi.c projects/random_number_generator/usr.sbin/bsdconfig/console/include/messages.subr projects/random_number_generator/usr.sbin/bsdconfig/console/ttys projects/random_number_generator/usr.sbin/bsdconfig/include/messages.subr projects/random_number_generator/usr.sbin/bsdconfig/includes/includes projects/random_number_generator/usr.sbin/bsdconfig/mouse/include/messages.subr projects/random_number_generator/usr.sbin/bsdconfig/networking/include/messages.subr projects/random_number_generator/usr.sbin/bsdconfig/startup/include/messages.subr projects/random_number_generator/usr.sbin/bsdconfig/usermgmt/include/messages.subr projects/random_number_generator/usr.sbin/pkg/pkg.c projects/random_number_generator/usr.sbin/rpcbind/check_bound.c projects/random_number_generator/usr.sbin/rpcbind/pmap_svc.c projects/random_number_generator/usr.sbin/rpcbind/rpcb_stat.c projects/random_number_generator/usr.sbin/rpcbind/rpcb_svc.c projects/random_number_generator/usr.sbin/rpcbind/rpcb_svc_4.c projects/random_number_generator/usr.sbin/rpcbind/rpcb_svc_com.c projects/random_number_generator/usr.sbin/rpcbind/rpcbind.c projects/random_number_generator/usr.sbin/rpcbind/rpcbind.h projects/random_number_generator/usr.sbin/rpcbind/warmstart.c Directory Properties: projects/random_number_generator/ (props changed) projects/random_number_generator/contrib/subversion/ (props changed) projects/random_number_generator/contrib/tcpdump/ (props changed) projects/random_number_generator/lib/libc/ (props changed) projects/random_number_generator/lib/libvmmapi/ (props changed) projects/random_number_generator/share/man/man4/ (props changed) projects/random_number_generator/sys/ (props changed) projects/random_number_generator/sys/amd64/vmm/ (props changed) projects/random_number_generator/sys/boot/ (props changed) projects/random_number_generator/sys/cddl/contrib/opensolaris/ (props changed) projects/random_number_generator/sys/modules/vmm/ (props changed) projects/random_number_generator/usr.sbin/bhyve/ (props changed) Modified: projects/random_number_generator/contrib/subversion/CHANGES ============================================================================== --- projects/random_number_generator/contrib/subversion/CHANGES Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/CHANGES Mon Nov 25 21:12:56 2013 (r258596) @@ -1,3 +1,33 @@ +Version 1.8.5 +(25 November 2013, from /branches/1.8.x) +http://svn.apache.org/repos/asf/subversion/tags/1.8.5 + + User-visible changes: + - Client-side bugfixes: + * fix externals that point at redirected locations (issues #4428, #4429) + * diff: fix assertion with move inside a copy (issue #4444) + + - Server-side bugfixes: + * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) + * mod_dav_svn: canonicalize paths properly (r1542071) + * mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432) + * hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448) + + - Other tool improvements and bugfixes: + * mod_dontdothat: Fix the uri parser (r1542069 et al) + + Developer-visible changes: + - General: + * fix compilation with '--enable-optimize' with clang (r1534860) + * fix copmpilation with debug build of BDB on Windows (r1501656, r1501702) + * fix '--with-openssl' option when building on Windows (r1535139) + * add test to fail when built against broken ZLib (r1537193 et al) + + - Bindings: + * swig-rb: fix tests to run without installing on OS X (r1535161) + * ctypes-python: build with compiler selected via configure (r1536537) + + Version 1.8.4 (29 October 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.4 @@ -32,7 +62,7 @@ http://svn.apache.org/repos/asf/subversi * allow compiling against serf 1.3 and later on Windows (r1517123) - Bindings: - * javahl: canonicalize path for streaFileContent method (r1524869) + * javahl: canonicalize path for streamFileContent method (r1524869) Version 1.8.3 @@ -523,6 +553,36 @@ http://svn.apache.org/repos/asf/subversi * fix some reference counting bugs in swig-py bindings (r1464899, r1466524) +Version 1.7.14 +(25 Nov 2013, from /branches/1.7.x) +http://svn.apache.org/repos/asf/subversion/tags/1.7.14 + + User-visible changes: + - Client- and server-side bugfixes: + * fix assertion on urls of the form 'file://./' (r1516806) + + - Client-side bugfixes: + * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849) + * ra_local: fix error with repository in Windows drive root (r1518184) + * fix crash on windows when piped command is interrupted (r1522892) + * fix externals that point at redirected locations (issues #4428, #4429) + * diff: fix incorrect calculation of changes in some cases (issue #4283) + * diff: fix errors with added/deleted targets (issues #4153, #4421) + + - Server-side bugfixes: + * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) + * fix OOM on concurrent requests at threaded server start (r1527103 et al) + * fsfs: limit commit time of files with deep change histories (r1536790) + * mod_dav_svn: canonicalize paths properly (r1542071) + + - Other tool improvements and bugfixes: + * mod_dontdothat: Fix the uri parser (r1542069 et al) + + Developer-visible changes: + - Bindings: + * javahl: canonicalize path for streamFileContent method (r1524869) + + Version 1.7.13 (29 Aug 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.13 Modified: projects/random_number_generator/contrib/subversion/Makefile.in ============================================================================== --- projects/random_number_generator/contrib/subversion/Makefile.in Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/Makefile.in Mon Nov 25 21:12:56 2013 (r258596) @@ -108,6 +108,7 @@ PACKAGE_VERSION=@PACKAGE_VERSION@ CC = @CC@ CXX = @CXX@ +CPP = @CPP@ EXEEXT = @EXEEXT@ SHELL = @SHELL@ @@ -331,7 +332,7 @@ INSTALL_EXTRA_SWIG_RB=\ # export an env variable so that the tests can run without being installed TEST_SHLIB_VAR_SWIG_RB=\ if [ "@SVN_APR_SHLIB_PATH_VAR@" = "DYLD_LIBRARY_PATH" ]; then \ - for d in $(SWIG_PY_DIR)/libsvn_swig_rb $(SWIG_PY_DIR)/../../../libsvn_*; do \ + for d in $(SWIG_RB_DIR)/libsvn_swig_ruby $(SWIG_RB_DIR)/../../../libsvn_*; do \ if [ -n "$$DYLD_LIBRARY_PATH" ]; then \ @SVN_APR_SHLIB_PATH_VAR@="$$@SVN_APR_SHLIB_PATH_VAR@:$$d/.libs"; \ else \ @@ -871,7 +872,7 @@ install-swig-rb-doc: # ctypes-python make targets ctypes-python: local-all - $(SHELL) $(abs_srcdir)/build/run_ctypesgen.sh "$(LT_EXECUTE)" "$(CPPFLAGS)" "$(EXTRA_CTYPES_LDFLAGS)" "$(PYTHON)" "$(CTYPESGEN)" "$(abs_srcdir)" "$(abs_builddir)" "$(libdir)" "$(SVN_APR_CONFIG)" "$(SVN_APRUTIL_CONFIG)" + $(SHELL) $(abs_srcdir)/build/run_ctypesgen.sh "$(LT_EXECUTE)" "$(CPPFLAGS)" "$(EXTRA_CTYPES_LDFLAGS)" "$(PYTHON)" "$(CTYPESGEN)" "$(abs_srcdir)" "$(abs_builddir)" "$(libdir)" "$(SVN_APR_CONFIG)" "$(SVN_APRUTIL_CONFIG)" "$(CPP)" install-ctypes-python: ctypes-python cd $(CTYPES_PYTHON_SRC_DIR); \ Modified: projects/random_number_generator/contrib/subversion/build-outputs.mk ============================================================================== --- projects/random_number_generator/contrib/subversion/build-outputs.mk Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/build-outputs.mk Mon Nov 25 21:12:56 2013 (r258596) @@ -115,7 +115,7 @@ checksum_test_PATH = subversion/tests/li checksum_test_DEPS = subversion/tests/libsvn_subr/checksum-test.lo subversion/tests/libsvn_test-1.la subversion/libsvn_subr/libsvn_subr-1.la checksum_test_OBJECTS = checksum-test.lo subversion/tests/libsvn_subr/checksum-test$(EXEEXT): $(checksum_test_DEPS) - cd subversion/tests/libsvn_subr && $(LINK) $(checksum_test_LDFLAGS) -o checksum-test$(EXEEXT) $(checksum_test_OBJECTS) ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_APR_LIBS) $(LIBS) + cd subversion/tests/libsvn_subr && $(LINK) $(checksum_test_LDFLAGS) -o checksum-test$(EXEEXT) $(checksum_test_OBJECTS) ../../../subversion/tests/libsvn_test-1.la ../../../subversion/libsvn_subr/libsvn_subr-1.la $(SVN_APR_LIBS) $(SVN_ZLIB_LIBS) $(LIBS) client_test_PATH = subversion/tests/libsvn_client client_test_DEPS = subversion/tests/libsvn_client/client-test.lo subversion/tests/libsvn_test-1.la subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la @@ -2851,7 +2851,7 @@ subversion/tests/libsvn_wc/wc-test.lo: s subversion/tests/svn_test_fs.lo: subversion/tests/svn_test_fs.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h -subversion/tests/svn_test_main.lo: subversion/tests/svn_test_main.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h subversion/tests/svn_test.h +subversion/tests/svn_test_main.lo: subversion/tests/svn_test_main.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h subversion/tests/svn_test.h tools/client-side/svn-bench/help-cmd.lo: tools/client-side/svn-bench/help-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h tools/client-side/svn-bench/cl.h @@ -2881,7 +2881,7 @@ tools/diff/diff4.lo: tools/diff/diff4.c tools/server-side/fsfs-stats.lo: tools/server-side/fsfs-stats.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h -tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h +tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)tools/server-side/mod_dontdothat/mod_dontdothat.c ; else echo "fake" > tools/server-side/mod_dontdothat/mod_dontdothat.lo ; fi tools/server-side/svn-populate-node-origins-index.lo: tools/server-side/svn-populate-node-origins-index.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h Modified: projects/random_number_generator/contrib/subversion/build.conf ============================================================================== --- projects/random_number_generator/contrib/subversion/build.conf Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/build.conf Mon Nov 25 21:12:56 2013 (r258596) @@ -766,7 +766,7 @@ type = exe path = subversion/tests/libsvn_subr sources = checksum-test.c install = test -libs = libsvn_test libsvn_subr apr +libs = libsvn_test libsvn_subr apr zlib [compat-test] description = Test compatibility functions Modified: projects/random_number_generator/contrib/subversion/configure ============================================================================== --- projects/random_number_generator/contrib/subversion/configure Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/configure Mon Nov 25 21:12:56 2013 (r258596) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for subversion 1.8.4. +# Generated by GNU Autoconf 2.69 for subversion 1.8.5. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='subversion' PACKAGE_TARNAME='subversion' -PACKAGE_VERSION='1.8.4' -PACKAGE_STRING='subversion 1.8.4' +PACKAGE_VERSION='1.8.5' +PACKAGE_STRING='subversion 1.8.5' PACKAGE_BUGREPORT='http://subversion.apache.org/' PACKAGE_URL='' @@ -1456,7 +1456,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures subversion 1.8.4 to adapt to many kinds of systems. +\`configure' configures subversion 1.8.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1522,7 +1522,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of subversion 1.8.4:";; + short | recursive ) echo "Configuration of subversion 1.8.5:";; esac cat <<\_ACEOF @@ -1736,7 +1736,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -subversion configure 1.8.4 +subversion configure 1.8.5 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2280,7 +2280,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by subversion $as_me 1.8.4, which was +It was created by subversion $as_me 1.8.5, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2660,8 +2660,8 @@ ac_configure="$SHELL $ac_aux_dir/configu -{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.8.4" >&5 -$as_echo "$as_me: Configuring Subversion 1.8.4" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.8.5" >&5 +$as_echo "$as_me: Configuring Subversion 1.8.5" >&6;} abs_srcdir="`cd $srcdir && pwd`" @@ -21174,43 +21174,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu - - _svn_xxflags__save="$CFLAGS" - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fwhole-program" >&5 -$as_echo_n "checking if $CC accepts -fwhole-program... " >&6; } - CFLAGS="-fwhole-program $CFLAGS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CFLAGS="$_svn_xxflags__save" - - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi fi if test -z "`echo $CXXUSERFLAGS' ' | $EGREP -- '-O[^ ]* '`"; then @@ -21517,43 +21480,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA ac_compiler_gnu=$ac_cv_c_compiler_gnu - - _svn_xxflags__save="$CXXFLAGS" - ac_ext=cpp -ac_cpp='$CXXCPP $CPPFLAGS' -ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CXX accepts -fwhole-program" >&5 -$as_echo_n "checking if $CXX accepts -fwhole-program... " >&6; } - CXXFLAGS="-fwhole-program $CXXFLAGS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -_ACEOF -if ac_fn_cxx_try_compile "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CXXFLAGS="$_svn_xxflags__save" - - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_ext=c -ac_cpp='$CPP $CPPFLAGS' -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' -ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi fi elif test "$enable_optimization" = "no"; then @@ -25736,7 +25662,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by subversion $as_me 1.8.4, which was +This file was extended by subversion $as_me 1.8.5, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25802,7 +25728,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -subversion config.status 1.8.4 +subversion config.status 1.8.5 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Modified: projects/random_number_generator/contrib/subversion/configure.ac ============================================================================== --- projects/random_number_generator/contrib/subversion/configure.ac Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/configure.ac Mon Nov 25 21:12:56 2013 (r258596) @@ -1089,7 +1089,6 @@ if test "$enable_optimization" = "yes"; SVN_CFLAGS_ADD_IFELSE([-O])])])]) SVN_CFLAGS_ADD_IFELSE([-Wno-clobbered]) SVN_CFLAGS_ADD_IFELSE([-flto]) - SVN_CFLAGS_ADD_IFELSE([-fwhole-program]) fi fi if test -z ["`echo $CXXUSERFLAGS' ' | $EGREP -- '-O[^ ]* '`"]; then @@ -1106,7 +1105,6 @@ if test "$enable_optimization" = "yes"; SVN_CXXFLAGS_ADD_IFELSE([-O])])])]) SVN_CXXFLAGS_ADD_IFELSE([-Wno-clobbered]) SVN_CXXFLAGS_ADD_IFELSE([-flto]) - SVN_CXXFLAGS_ADD_IFELSE([-fwhole-program]) fi fi elif test "$enable_optimization" = "no"; then Modified: projects/random_number_generator/contrib/subversion/subversion/include/svn_version.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/include/svn_version.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/include/svn_version.h Mon Nov 25 21:12:56 2013 (r258596) @@ -72,7 +72,7 @@ extern "C" { * * @since New in 1.1. */ -#define SVN_VER_PATCH 4 +#define SVN_VER_PATCH 5 /** @deprecated Provided for backward compatibility with the 1.0 API. */ @@ -95,7 +95,7 @@ extern "C" { * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (r1534716)" +#define SVN_VER_TAG " (r1542147)" /** Number tag: a string describing the version. @@ -121,7 +121,7 @@ extern "C" { * When rolling a tarball, we automatically replace it with what we * guess to be the correct revision number. */ -#define SVN_VER_REVISION 1534716 +#define SVN_VER_REVISION 1542147 /* Version strings composed from the above definitions. */ Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_client/externals.c ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_client/externals.c Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_client/externals.c Mon Nov 25 21:12:56 2013 (r258596) @@ -737,7 +737,7 @@ handle_external_item_change(svn_client_c switch (ext_kind) { case svn_node_dir: - SVN_ERR(switch_dir_external(local_abspath, new_url, + SVN_ERR(switch_dir_external(local_abspath, new_loc->url, &(new_item->peg_revision), &(new_item->revision), parent_dir_abspath, Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/fs_fs.c Mon Nov 25 21:12:56 2013 (r258596) @@ -11293,16 +11293,18 @@ hotcopy_body(void *baton, apr_pool_t *po SVN_ERR(hotcopy_remove_rev_files(dst_fs, rev, rev + max_files_per_dir, max_files_per_dir, iterpool)); - SVN_ERR(hotcopy_remove_revprop_files(dst_fs, rev, - rev + max_files_per_dir, - max_files_per_dir, iterpool)); + if (dst_ffd->format >= SVN_FS_FS__MIN_PACKED_REVPROP_FORMAT) + SVN_ERR(hotcopy_remove_revprop_files(dst_fs, rev, + rev + max_files_per_dir, + max_files_per_dir, + iterpool)); } /* Now that all revisions have moved into the pack, the original * rev dir can be removed. */ SVN_ERR(remove_folder(path_rev_shard(dst_fs, rev, iterpool), cancel_func, cancel_baton, iterpool)); - if (rev > 0) + if (rev > 0 && dst_ffd->format >= SVN_FS_FS__MIN_PACKED_REVPROP_FORMAT) SVN_ERR(remove_folder(path_revprops_shard(dst_fs, rev, iterpool), cancel_func, cancel_baton, iterpool)); } Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_fs_fs/rep-cache-db.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,4 +1,4 @@ -/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.8.4/subversion/libsvn_fs_fs/token-map.h. +/* This file is automatically generated from rep-cache-db.sql and .dist_sandbox/subversion-1.8.5/subversion/libsvn_fs_fs/token-map.h. * Do not edit this file -- edit the source and rerun gen-make.py */ #define STMT_CREATE_SCHEMA 0 Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_subr/internal_statements.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_subr/internal_statements.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_subr/internal_statements.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,4 +1,4 @@ -/* This file is automatically generated from internal_statements.sql and .dist_sandbox/subversion-1.8.4/subversion/libsvn_subr/token-map.h. +/* This file is automatically generated from internal_statements.sql and .dist_sandbox/subversion-1.8.5/subversion/libsvn_subr/token-map.h. * Do not edit this file -- edit the source and rerun gen-make.py */ #define STMT_INTERNAL_SAVEPOINT_SVN 0 Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff.h Mon Nov 25 21:12:56 2013 (r258596) @@ -38,7 +38,9 @@ extern "C" { #endif /* __cplusplus */ -/* Reports the file LOCAL_ABSPATH as ADDED file with relpath RELPATH to +/* A function to diff locally added and locally copied files. + + Reports the file LOCAL_ABSPATH as ADDED file with relpath RELPATH to PROCESSOR with as parent baton PROCESSOR_PARENT_BATON. The node is expected to have status svn_wc__db_status_normal, or @@ -61,7 +63,9 @@ svn_wc__diff_local_only_file(svn_wc__db_ void *cancel_baton, apr_pool_t *scratch_pool); -/* Reports the directory LOCAL_ABSPATH and everything below it (limited by +/* A function to diff locally added and locally copied directories. + + Reports the directory LOCAL_ABSPATH and everything below it (limited by DEPTH) as added with relpath RELPATH to PROCESSOR with as parent baton PROCESSOR_PARENT_BATON. Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff_local.c ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff_local.c Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/diff_local.c Mon Nov 25 21:12:56 2013 (r258596) @@ -391,7 +391,7 @@ diff_status_callback(void *baton, } } - if (local_only) + if (local_only && (db_status != svn_wc__db_status_deleted)) { if (db_kind == svn_node_file) SVN_ERR(svn_wc__diff_local_only_file(db, child_abspath, Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-checks.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-checks.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-checks.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,4 +1,4 @@ -/* This file is automatically generated from wc-checks.sql and .dist_sandbox/subversion-1.8.4/subversion/libsvn_wc/token-map.h. +/* This file is automatically generated from wc-checks.sql and .dist_sandbox/subversion-1.8.5/subversion/libsvn_wc/token-map.h. * Do not edit this file -- edit the source and rerun gen-make.py */ #define STMT_VERIFICATION_TRIGGERS 0 Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-metadata.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-metadata.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-metadata.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,4 +1,4 @@ -/* This file is automatically generated from wc-metadata.sql and .dist_sandbox/subversion-1.8.4/subversion/libsvn_wc/token-map.h. +/* This file is automatically generated from wc-metadata.sql and .dist_sandbox/subversion-1.8.5/subversion/libsvn_wc/token-map.h. * Do not edit this file -- edit the source and rerun gen-make.py */ #define STMT_CREATE_SCHEMA 0 Modified: projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-queries.h ============================================================================== --- projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-queries.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/subversion/subversion/libsvn_wc/wc-queries.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,4 +1,4 @@ -/* This file is automatically generated from wc-queries.sql and .dist_sandbox/subversion-1.8.4/subversion/libsvn_wc/token-map.h. +/* This file is automatically generated from wc-queries.sql and .dist_sandbox/subversion-1.8.5/subversion/libsvn_wc/token-map.h. * Do not edit this file -- edit the source and rerun gen-make.py */ #define STMT_SELECT_NODE_INFO 0 Modified: projects/random_number_generator/contrib/tcpdump/extract.h ============================================================================== --- projects/random_number_generator/contrib/tcpdump/extract.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/contrib/tcpdump/extract.h Mon Nov 25 21:12:56 2013 (r258596) @@ -51,13 +51,25 @@ typedef struct { u_int32_t val; } __attribute__((packed)) unaligned_u_int32_t; -#define EXTRACT_16BITS(p) \ - ((u_int16_t)ntohs(((const unaligned_u_int16_t *)(p))->val)) -#define EXTRACT_32BITS(p) \ - ((u_int32_t)ntohl(((const unaligned_u_int32_t *)(p))->val)) -#define EXTRACT_64BITS(p) \ - ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \ - ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0)) +static inline u_int16_t +EXTRACT_16BITS(const void *p) +{ + return ((u_int16_t)ntohs(((const unaligned_u_int16_t *)(p))->val)); +} + +static inline u_int32_t +EXTRACT_32BITS(const void *p) +{ + return ((u_int32_t)ntohl(((const unaligned_u_int32_t *)(p))->val)); +} + +static inline u_int64_t +EXTRACT_64BITS(const void *p) +{ + return ((u_int64_t)(((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 0)->val)) << 32 | \ + ((u_int64_t)ntohl(((const unaligned_u_int32_t *)(p) + 1)->val)) << 0)); + +} #else /* HAVE___ATTRIBUTE__ */ /* @@ -88,13 +100,26 @@ typedef struct { * The processor natively handles unaligned loads, so we can just * cast the pointer and fetch through it. */ -#define EXTRACT_16BITS(p) \ - ((u_int16_t)ntohs(*(const u_int16_t *)(p))) -#define EXTRACT_32BITS(p) \ - ((u_int32_t)ntohl(*(const u_int32_t *)(p))) -#define EXTRACT_64BITS(p) \ - ((u_int64_t)(((u_int64_t)ntohl(*((const u_int32_t *)(p) + 0))) << 32 | \ - ((u_int64_t)ntohl(*((const u_int32_t *)(p) + 1))) << 0)) +static inline u_int16_t +EXTRACT_16BITS(const void *p) +{ + return ((u_int16_t)ntohs(*(const u_int16_t *)(p))); +} + +static inline u_int32_t +EXTRACT_32BITS(const void *p) +{ + return ((u_int32_t)ntohl(*(const u_int32_t *)(p))); +} + +static inline u_int64_t +EXTRACT_64BITS(const void *p) +{ + return ((u_int64_t)(((u_int64_t)ntohl(*((const u_int32_t *)(p) + 0))) << 32 | \ + ((u_int64_t)ntohl(*((const u_int32_t *)(p) + 1))) << 0)); + +} + #endif /* LBL_ALIGN */ #define EXTRACT_24BITS(p) \ Modified: projects/random_number_generator/include/rpc/auth.h ============================================================================== --- projects/random_number_generator/include/rpc/auth.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/auth.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,32 +1,31 @@ /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. * * from: @(#)auth.h 1.17 88/02/08 SMI * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC Modified: projects/random_number_generator/include/rpc/auth_des.h ============================================================================== --- projects/random_number_generator/include/rpc/auth_des.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/auth_des.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,32 +1,31 @@ /* @(#)auth_des.h 2.2 88/07/29 4.0 RPCSRC; from 1.3 88/02/08 SMI */ /* $FreeBSD$ */ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. * * from: @(#)auth_des.h 2.2 88/07/29 4.0 RPCSRC * from: @(#)auth_des.h 1.14 94/04/25 SMI Modified: projects/random_number_generator/include/rpc/auth_kerb.h ============================================================================== --- projects/random_number_generator/include/rpc/auth_kerb.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/auth_kerb.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,31 +1,30 @@ /* $FreeBSD$ */ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. */ /* * auth_kerb.h, Protocol for Kerberos style authentication for RPC Modified: projects/random_number_generator/include/rpc/auth_unix.h ============================================================================== --- projects/random_number_generator/include/rpc/auth_unix.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/auth_unix.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,30 +1,29 @@ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. * * from: @(#)auth_unix.h 1.8 88/02/08 SMI * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC Modified: projects/random_number_generator/include/rpc/clnt.h ============================================================================== --- projects/random_number_generator/include/rpc/clnt.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/clnt.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,49 +1,31 @@ /* $NetBSD: clnt.h,v 1.14 2000/06/02 22:57:55 fvdl Exp $ */ -/* - * The contents of this file are subject to the Sun Standards - * License Version 1.0 the (the "License";) You may not use - * this file except in compliance with the License. You may - * obtain a copy of the License at lib/libc/rpc/LICENSE - * - * Software distributed under the License is distributed on - * an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either - * express or implied. See the License for the specific - * language governing rights and limitations under the License. - * - * The Original Code is Copyright 1998 by Sun Microsystems, Inc - * - * The Initial Developer of the Original Code is: Sun - * Microsystems, Inc. - * - * All Rights Reserved. - * - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. +/*- + * Copyright (c) 2010, Oracle America, Inc. + * All rights reserved. * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of the "Oracle America, Inc." nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. * * from: @(#)clnt.h 1.31 94/04/29 SMI * from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC @@ -52,9 +34,6 @@ /* * clnt.h - Client side remote procedure call interface. - * - * Copyright (c) 1986-1991,1994-1999 by Sun Microsystems, Inc. - * All rights reserved. */ #ifndef _RPC_CLNT_H_ Modified: projects/random_number_generator/include/rpc/clnt_soc.h ============================================================================== --- projects/random_number_generator/include/rpc/clnt_soc.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/clnt_soc.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,33 +1,32 @@ /* $NetBSD: clnt_soc.h,v 1.1 2000/06/02 22:57:55 fvdl Exp $ */ /* $FreeBSD$ */ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. */ /* * Copyright (c) 1984 - 1991 by Sun Microsystems, Inc. Modified: projects/random_number_generator/include/rpc/des.h ============================================================================== --- projects/random_number_generator/include/rpc/des.h Mon Nov 25 20:47:37 2013 (r258595) +++ projects/random_number_generator/include/rpc/des.h Mon Nov 25 21:12:56 2013 (r258596) @@ -1,32 +1,31 @@ /* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */ /* $FreeBSD$ */ -/* - * Sun RPC is a product of Sun Microsystems, Inc. and is provided for - * unrestricted use provided that this legend is included on all tape - * media and as a part of the software program in whole or part. Users - * may copy or modify Sun RPC without charge, but are not authorized - * to license or distribute it to anyone else except as part of a product or - * program developed by the user. - * - * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE - * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR - * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. - * - * Sun RPC is provided with no support and without any obligation on the - * part of Sun Microsystems, Inc. to assist in its use, correction, - * modification or enhancement. - * - * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE - * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC - * OR ANY PART THEREOF. - * - * In no event will Sun Microsystems, Inc. be liable for any lost revenue - * or profits or other special, indirect and consequential damages, even if - * Sun has been advised of the possibility of such damages. - * - * Sun Microsystems, Inc. - * 2550 Garcia Avenue - * Mountain View, California 94043 +/*- + * Copyright (c) 2009, Sun Microsystems, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * - Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * - Neither the name of Sun Microsystems, Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. */ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***