From owner-svn-src-stable@FreeBSD.ORG Thu Apr 30 18:44:18 2015 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 886EE4AE for ; Thu, 30 Apr 2015 18:44:18 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 697DA1DF9 for ; Thu, 30 Apr 2015 18:44:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t3UIiIJJ067125 for ; Thu, 30 Apr 2015 18:44:18 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t3UIiI7i067123 for svn-src-stable@freebsd.org; Thu, 30 Apr 2015 18:44:18 GMT (envelope-from bdrewery) Received: (qmail 67044 invoked from network); 30 Apr 2015 13:44:13 -0500 Received: from unknown (HELO ?10.10.1.139?) (freebsd@shatow.net@10.10.1.139) by sweb.xzibition.com with ESMTPA; 30 Apr 2015 13:44:13 -0500 Message-ID: <55427802.80300@FreeBSD.org> Date: Thu, 30 Apr 2015 13:44:18 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Tijl Coosemans , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r282275 - in stable/10: . bin/csh contrib/smbfs/include/netsmb contrib/smbfs/lib/smb include lib/libarchive lib/libc/iconv lib/libc/locale lib/libiconv_modules/BIG5 lib/libiconv_modules... References: <201504301608.t3UG8mNS004104@svn.freebsd.org> In-Reply-To: <201504301608.t3UG8mNS004104@svn.freebsd.org> OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oMakBvV5N8R6Wa1IXfVKeqerR26SMhGHf" X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2015 18:44:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --oMakBvV5N8R6Wa1IXfVKeqerR26SMhGHf Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 4/30/2015 11:08 AM, Tijl Coosemans wrote: > Author: tijl > Date: Thu Apr 30 16:08:47 2015 > New Revision: 282275 > URL: https://svnweb.freebsd.org/changeset/base/282275 >=20 > Log: > MFC r275805: > =20 > Fix incorrect type of "invalids" argument in __iconv() prototype. > =20 > MFC r281550,281591: > =20 > Remove the const qualifier from iconv(3) to comply with POSIX: > http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html > =20 > Adjust all code that calls iconv. > =20 > PR: 199099 >=20 > Modified: > stable/10/UPDATING > stable/10/bin/csh/config.h > stable/10/bin/csh/iconv_stub.h > stable/10/contrib/smbfs/include/netsmb/smb_lib.h > stable/10/contrib/smbfs/lib/smb/nls.c > stable/10/contrib/smbfs/lib/smb/print.c > stable/10/contrib/smbfs/lib/smb/rq.c > stable/10/include/iconv.h > stable/10/lib/libarchive/Makefile > stable/10/lib/libc/iconv/__iconv.c > stable/10/lib/libc/iconv/bsd_iconv.c > stable/10/lib/libc/iconv/citrus_iconv.h > stable/10/lib/libc/iconv/citrus_iconv_local.h > stable/10/lib/libc/iconv/citrus_none.c > stable/10/lib/libc/iconv/citrus_stdenc.h > stable/10/lib/libc/iconv/citrus_stdenc_local.h > stable/10/lib/libc/iconv/citrus_stdenc_template.h > stable/10/lib/libc/iconv/iconv-internal.h > stable/10/lib/libc/iconv/iconv.3 > stable/10/lib/libc/iconv/iconv.c > stable/10/lib/libc/iconv/iconv_compat.c > stable/10/lib/libc/locale/cXXrtomb_iconv.h > stable/10/lib/libc/locale/mbrtocXX_iconv.h > stable/10/lib/libiconv_modules/BIG5/citrus_big5.c > stable/10/lib/libiconv_modules/DECHanyu/citrus_dechanyu.c > stable/10/lib/libiconv_modules/EUC/citrus_euc.c > stable/10/lib/libiconv_modules/EUCTW/citrus_euctw.c > stable/10/lib/libiconv_modules/GBK2K/citrus_gbk2k.c > stable/10/lib/libiconv_modules/HZ/citrus_hz.c > stable/10/lib/libiconv_modules/ISO2022/citrus_iso2022.c > stable/10/lib/libiconv_modules/JOHAB/citrus_johab.c > stable/10/lib/libiconv_modules/MSKanji/citrus_mskanji.c > stable/10/lib/libiconv_modules/UES/citrus_ues.c > stable/10/lib/libiconv_modules/UTF1632/citrus_utf1632.c > stable/10/lib/libiconv_modules/UTF7/citrus_utf7.c > stable/10/lib/libiconv_modules/UTF8/citrus_utf8.c > stable/10/lib/libiconv_modules/VIQR/citrus_viqr.c > stable/10/lib/libiconv_modules/ZW/citrus_zw.c > stable/10/lib/libiconv_modules/iconv_none/citrus_iconv_none.c > stable/10/lib/libiconv_modules/iconv_std/citrus_iconv_std.c > stable/10/lib/libkiconv/xlat16_iconv.c > stable/10/sys/sys/param.h > stable/10/usr.bin/iconv/iconv.c > Directory Properties: > stable/10/ (props changed) >=20 > Modified: stable/10/UPDATING > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- stable/10/UPDATING Thu Apr 30 15:48:48 2015 (r282274) > +++ stable/10/UPDATING Thu Apr 30 16:08:47 2015 (r282275) > @@ -16,6 +16,10 @@ from older versions of FreeBSD, try WITH > stable/10, and then rebuild without this option. The bootstrap process= from > older version of current is a bit fragile. > =20 > +20150430: > + The const qualifier has been removed from iconv(3) to comply with > + POSIX. The ports tree is aware of this from r384038 onwards. > + Being an ABI change this seems wrong to MFC. Binaries are not only built from Ports. For a binary built on 10.1 will this change cause any issues? --=20 Regards, Bryan Drewery --oMakBvV5N8R6Wa1IXfVKeqerR26SMhGHf Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVQngCAAoJEDXXcbtuRpfPTa0IAKIN33p9AyOOJTlSym7Q7UIn FOOa5tXv+C3tVD6J95hn32EAkf9C2yMGXHYPRxx3DiR+xfjg0AnhvXYi5i5rhigf n4E5jgmKffSc45dGeZKwgUuVGCJ9Ep91dbhzqkpsf99/QzJB9NNlT9ReQpShW0Ze xCVjFMLEagAw5D19grMM/+fa4obaPyv2EfC67v5pNtAiS4JSNcOGHmhMD8lauOLD ga79xUjC9mC6xrxA3cc0NSw62orAn8uQrMKVT2qgH2zIlMkED6FbuAT7yX/6Lg15 idz79ELTtteSiuNhEeeLIGCd5ZTGT3arV87FkUBkMTUnsPdUryH75BNP6JuEXsc= =c6Bs -----END PGP SIGNATURE----- --oMakBvV5N8R6Wa1IXfVKeqerR26SMhGHf--