From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2592 invoked from network); 10 Feb 2021 23:36:48 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 10 Feb 2021 23:36:48 -0000 Received: (qmail 25973 invoked by uid 550); 10 Feb 2021 23:36:40 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 25943 invoked from network); 10 Feb 2021 23:36:40 -0000 X-Virus-Scanned: Debian amavisd-new at disroot.org To: musl@lists.openwall.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1613000183; bh=HwZCuXNzoLO1lPykYoQnG/XkyWeVrB7VPzKyJUbDLGw=; h=To:From:Subject:Date; b=E/i1NI0LXNe+q4lTMBwQkE1xEcDQowGNj2O+maZV+sjMdT5lPnNSTu7+xauRfx2fX Hs057Ruvxb2kAqNUrpmIbSgQmn7WqQP8eYS05wpnHsjlaR5ZLgaTwYCXcQL6X17yBu gopUmkETxMqTdottGnxELt2zqLUTKFyMNLvVJnhpnGtUbPbqmgIRKWlrUkSmADIEAn 3hw46PpVn2byEQ1KY/KJg5VQFKrGLtIVLtAxFBAiOJZZ3SO9B5poA2OAhJTfLECQ09 acBbTNavaXhNIib8miF/oXeJ22/V/FGKCfqMCFeB5GlekZU+c/aSFP0TyTHL8oJQFS j8SWgqJ0Pq1oQ== From: =?UTF-8?Q?=c3=89rico_Nogueira?= Message-ID: <70e52286-7754-cf2b-1300-3aadd0ffa44f@disroot.org> Date: Wed, 10 Feb 2021 20:36:19 -0300 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: [musl] Announcing an argp-standalone fork Hi! So, the current argp-standalone version used by at least Void, Alpine and possibly FreeBSD (though I don't know the best way to contact them) has a few tiny issues here and there. The one I experienced was that unning elfutils' `eu-elfclassify --help` resulted in a segfault. Since argp-standalone upstream has been inactive for a long time, and I couldn't find any other forks, I decided to do it myself, and try to bring it in line with what glibc currently has. The results are in https://github.com/ericonr/argp-standalone if anyone else wants to try it / verify my work. I also imported quite a few trivial and stylistic glibc changes in order to keep the diff with future glibc as small as possible, which should make updating the library reasonably simple. There is still this FreeBSD patch that I haven't imported: https://svnweb.freebsd.org/ports/head/devel/argp-standalone/files/patch-argp-help.c?view=log I should be switching Void to this fork in the short term, as well. Cheers, and hope this can be useful for someone, Érico