From owner-svn-doc-head@freebsd.org Fri May 6 21:34:08 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35CE4B2DE9A; Fri, 6 May 2016 21:34:08 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD66B1660; Fri, 6 May 2016 21:34:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u46LY78q019379; Fri, 6 May 2016 21:34:07 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46LY6Va019377; Fri, 6 May 2016 21:34:06 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201605062134.u46LY6Va019377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Fri, 6 May 2016 21:34:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48781 - head/share/security/patches/EN-16:06 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 21:34:08 -0000 Author: glebius (src committer) Date: Fri May 6 21:34:06 2016 New Revision: 48781 URL: https://svnweb.freebsd.org/changeset/doc/48781 Log: Commit the EN-16:06 patch. Reported by: Robert Ames Added: head/share/security/patches/EN-16:06/libc.patch (contents, props changed) head/share/security/patches/EN-16:06/libc.patch.asc (contents, props changed) Added: head/share/security/patches/EN-16:06/libc.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-16:06/libc.patch Fri May 6 21:34:06 2016 (r48781) @@ -0,0 +1,12 @@ +--- lib/libc/db/hash/hash.c.orig ++++ lib/libc/db/hash/hash.c +@@ -423,7 +423,8 @@ + free(hashp->tmp_buf); + + if (hashp->fp != -1) { +- (void)_fsync(hashp->fp); ++ if (hashp->save_file) ++ (void)_fsync(hashp->fp); + (void)_close(hashp->fp); + } + Added: head/share/security/patches/EN-16:06/libc.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-16:06/libc.patch.asc Fri May 6 21:34:06 2016 (r48781) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJXLQ1aAAoJEO1n7NZdz2rnlOgP/it7gvb4cscRo92YXCNZTrOg +EOSKZD/b7/VKIE17bGIvtJvCjPNCgIbtgPrA49slNDtVEZMICO/JtaXgWQLhnv2h +06y1bwo89kCi0Hgmw7f7fIGiXxLe2AYWw/Rxgtnr4vO3zaOYqAu6qYB/1uvnZurw +JLgLOfIOpU+jsEEmf2xgeIHMjwP0D9jzECaugg8ZKMhEy2W9sq9GxGvja9OgHjFh +RjVfThxRLSVrS+SeAsCAAycGuEMDFSwW8BPWwvSV7hYvCENsscLqPsRCsg42L33O +ipy+PWqq0gQcqIcTXqFHtTiQPecQk8W/9v5s7b+cFg/kfMUqpQUZzoO0c6PL2K8f +33V/3UeWBo9rCtlLEMKXANdTBBW6jXawlSX2W6sYCnb8NR58mn9FjPqgvr2yc7HM +UTXpI51xdHCY06Q7CkkxvR/w7J5sqKx0hUuCz1HPyrO3ijYEKSrK+ql7b0nspDPK +4nZvdEcWuxtDWd6Zy6oMBhcGm8IpLnP1Uh5ZTWQrxDCFB1lX4JaivnXKjynOnL7m +05cqFHaEX7xTSUb0LQAl+Iuh9tVu5hdcfNB2bx8CvBgpo4t4lu9cdGFAPBX6puz7 +/gvv2i2N3WMXpwXcQcfDlwxAEBhGJWK+YIPC5DdNo8JydTgX2sFcinM6FBthGnj5 +D4ivgU9I4Pzrf2vpeimx +=9pfm +-----END PGP SIGNATURE-----