From owner-svn-ports-head@FreeBSD.ORG Thu Mar 13 08:07:38 2014 Return-Path: Delivered-To: svn-ports-head@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 CB3F7A57; Thu, 13 Mar 2014 08:07:38 +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 B5FC22F2; Thu, 13 Mar 2014 08:07:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2D87c6W070376; Thu, 13 Mar 2014 08:07:38 GMT (envelope-from timur@svn.freebsd.org) Received: (from timur@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2D87c4v070373; Thu, 13 Mar 2014 08:07:38 GMT (envelope-from timur@svn.freebsd.org) Message-Id: <201403130807.s2D87c4v070373@svn.freebsd.org> From: "Timur I. Bakeyev" Date: Thu, 13 Mar 2014 08:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348044 - in head/devel: talloc talloc/files tevent tevent/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 08:07:39 -0000 Author: timur Date: Thu Mar 13 08:07:37 2014 New Revision: 348044 URL: http://svnweb.freebsd.org/changeset/ports/348044 QAT: https://qat.redports.org/buildarchive/r348044/ Log: Didn't commit all the changes due wrong command line Deleted: head/devel/tevent/files/patch-lib__replace__wscript Modified: head/devel/talloc/distinfo head/devel/talloc/files/talloc.3 head/devel/tevent/distinfo Modified: head/devel/talloc/distinfo ============================================================================== --- head/devel/talloc/distinfo Thu Mar 13 08:06:32 2014 (r348043) +++ head/devel/talloc/distinfo Thu Mar 13 08:07:37 2014 (r348044) @@ -1,2 +1,2 @@ -SHA256 (talloc-2.0.8.tar.gz) = 1ec11e635e0318dbbb014db38ff96e8dba3ce5f614eeb7d993b4a5b71c016783 -SIZE (talloc-2.0.8.tar.gz) = 433489 +SHA256 (talloc-2.1.0.tar.gz) = 0701393882647f823503e3aa075bc67d75c194b376822377dae2d20f9130f08f +SIZE (talloc-2.1.0.tar.gz) = 416097 Modified: head/devel/talloc/files/talloc.3 ============================================================================== --- head/devel/talloc/files/talloc.3 Thu Mar 13 08:06:32 2014 (r348043) +++ head/devel/talloc/files/talloc.3 Thu Mar 13 08:07:37 2014 (r348044) @@ -1,13 +1,22 @@ '\" t .\" Title: talloc -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 10/06/2011 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.76.1 +.\" Date: 03/13/2014 +.\" Manual: System Administration tools +.\" Source: Samba 4.0 .\" Language: English .\" -.TH "TALLOC" "3" "10/06/2011" "[FIXME: source]" "[FIXME: manual]" +.TH "TALLOC" "3" "03/13/2014" "Samba 4\&.0" "System Administration tools" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -95,7 +104,7 @@ The argument to talloc() can be NULL, in which case a new top level context is created\&. .SS "void *talloc_size(const void *ctx, size_t size);" .PP -The function talloc_size() should be used when you don\'t have a convenient type to pass to talloc()\&. Unlike talloc(), it is not type safe (as it returns a void *), so you are on your own for type checking\&. +The function talloc_size() should be used when you don\*(Aqt have a convenient type to pass to talloc()\&. Unlike talloc(), it is not type safe (as it returns a void *), so you are on your own for type checking\&. .SS "(typeof(ptr)) talloc_ptrtype(const void *ctx, ptr);" .PP The talloc_ptrtype() macro should be used when you have a pointer and want to allocate memory to point at with this pointer\&. When compiling with gcc >= 3 it is typesafe\&. Note this is a wrapper of talloc_size() and talloc_get_name() will return the current location in the source file\&. and not the type\&. @@ -129,8 +138,8 @@ To help you find problems in your code c .\} .nf ERROR: talloc_free with references at some_dir/source/foo\&.c:123 - reference at some_dir/source/other\&.c:325 - reference at some_dir/source/third\&.c:121 + reference at some_dir/source/other\&.c:325 + reference at some_dir/source/third\&.c:121 .fi .if n \{\ @@ -177,8 +186,6 @@ you can talloc_free() any parent of the .\} you can talloc_free() the pointer itself\&. That will destroy the most recently established parent to the pointer and leave the pointer as a child of its current parent\&. .RE -.sp -.RE .PP For more control on which parent to remove, see \(lqtalloc_unlink()\(rq\&. @@ -365,8 +372,8 @@ Note that if you try and call talloc_ste .\} .nf WARNING: talloc_steal with references at some_dir/source/foo\&.c:123 - reference at some_dir/source/other\&.c:325 - reference at some_dir/source/third\&.c:121 + reference at some_dir/source/other\&.c:325 + reference at some_dir/source/third\&.c:121 .fi .if n \{\ @@ -426,7 +433,7 @@ This provides a more flexible reports th .PP This enables calling of talloc_report(NULL, stderr) when the program exits\&. In Samba4 this is enabled by using the \-\-leak\-report command line option\&. .PP -For it to be useful, this function must be called before any other talloc function as it establishes a "null context" that acts as the top of the tree\&. If you don\'t call this function first then passing NULL to talloc_report() or talloc_report_full() won\'t give you the full tree printout\&. +For it to be useful, this function must be called before any other talloc function as it establishes a "null context" that acts as the top of the tree\&. If you don\*(Aqt call this function first then passing NULL to talloc_report() or talloc_report_full() won\*(Aqt give you the full tree printout\&. .PP Here is a typical talloc report: .sp @@ -434,7 +441,7 @@ Here is a typical talloc report: .RS 4 .\} .nf -talloc report on \'null_context\' (total 267 bytes in 15 blocks) +talloc report on \*(Aqnull_context\*(Aq (total 267 bytes in 15 blocks) libcli/auth/spnego_parse\&.c:55 contains 31 bytes in 2 blocks libcli/auth/spnego_parse\&.c:55 contains 31 bytes in 2 blocks iconv(UTF8,CP850) contains 42 bytes in 2 blocks @@ -451,7 +458,7 @@ iconv(UTF\-16LE,UTF8) contains .PP This enables calling of talloc_report_full(NULL, stderr) when the program exits\&. In Samba4 this is enabled by using the \-\-leak\-report\-full command line option\&. .PP -For it to be useful, this function must be called before any other talloc function as it establishes a "null context" that acts as the top of the tree\&. If you don\'t call this function first then passing NULL to talloc_report() or talloc_report_full() won\'t give you the full tree printout\&. +For it to be useful, this function must be called before any other talloc function as it establishes a "null context" that acts as the top of the tree\&. If you don\*(Aqt call this function first then passing NULL to talloc_report() or talloc_report_full() won\*(Aqt give you the full tree printout\&. .PP Here is a typical full report: .sp @@ -459,7 +466,7 @@ Here is a typical full report: .RS 4 .\} .nf -full talloc report on \'root\' (total 18 bytes in 8 blocks) +full talloc report on \*(Aqroot\*(Aq (total 18 bytes in 8 blocks) p1 contains 18 bytes in 7 blocks (ref 0) r1 contains 13 bytes in 2 blocks (ref 0) reference to: p2 @@ -488,7 +495,7 @@ if (ptr) memset(ptr, 0, sizeof(type)); .\} .SS "void *talloc_zero_size(const void *\fIctx\fR, size_t \fIsize\fR)" .PP -The talloc_zero_size() function is useful when you don\'t have a known type\&. +The talloc_zero_size() function is useful when you don\*(Aqt have a known type\&. .SS "void *talloc_memdup(const void *\fIctx\fR, const void *\fIp\fR, size_t size);" .PP The talloc_memdup() function is equivalent to: @@ -619,7 +626,7 @@ This is a handy utility function that re .SS "void *talloc_check_name(const void *ptr, const char *name);" .PP This function checks if a pointer has the specified -\fIname\fR\&. If it does then the pointer is returned\&. It it doesn\'t then NULL is returned\&. +\fIname\fR\&. If it does then the pointer is returned\&. It it doesn\*(Aqt then NULL is returned\&. .SS "(type *)talloc_get_type(const void *ptr, type);" .PP This macro allows you to do type checking on talloc pointers\&. It is particularly useful for void* private pointers\&. It is equivalent to this: @@ -662,6 +669,9 @@ All the additional features of talloc(3) .PP malloc(3), strndup(3), vasprintf(3), asprintf(3), \m[blue]\fB\%http://talloc.samba.org/\fR\m[] +.SH "AUTHOR" +.PP +The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&. .SH "COPYRIGHT/LICENSE" .PP Copyright (C) Andrew Tridgell 2004 Modified: head/devel/tevent/distinfo ============================================================================== --- head/devel/tevent/distinfo Thu Mar 13 08:06:32 2014 (r348043) +++ head/devel/tevent/distinfo Thu Mar 13 08:07:37 2014 (r348044) @@ -1,2 +1,2 @@ -SHA256 (tevent-0.9.18.tar.gz) = 5c636a0c55a7b59745bae0d8ae3900b5ea8c09bfff6001dcd95f1db9cd06ea4f -SIZE (tevent-0.9.18.tar.gz) = 505276 +SHA256 (tevent-0.9.21.tar.gz) = f2be7463573dab2d8210cb57fe7e7e2aeb323274cbdc865a6e29ddcfb977f0f4 +SIZE (tevent-0.9.21.tar.gz) = 550606