Index: head/share/security/patches/EN-16:06/libc.patch =================================================================== --- head/share/security/patches/EN-16:06/libc.patch (nonexistent) +++ head/share/security/patches/EN-16:06/libc.patch (revision 48781) @@ -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); + } + Property changes on: head/share/security/patches/EN-16:06/libc.patch ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/share/security/patches/EN-16:06/libc.patch.asc =================================================================== --- head/share/security/patches/EN-16:06/libc.patch.asc (nonexistent) +++ head/share/security/patches/EN-16:06/libc.patch.asc (revision 48781) @@ -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----- Property changes on: head/share/security/patches/EN-16:06/libc.patch.asc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property