From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4246 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Pending patches/issues before 0.9.15 release? Date: Wed, 20 Nov 2013 20:30:56 -0500 Message-ID: <20131121013056.GA2128@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1384997464 7432 80.91.229.3 (21 Nov 2013 01:31:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 01:31:04 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4250-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 21 02:31:11 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VjJ6s-0001ue-0p for gllmg-musl@plane.gmane.org; Thu, 21 Nov 2013 02:31:10 +0100 Original-Received: (qmail 32673 invoked by uid 550); 21 Nov 2013 01:31:09 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 32665 invoked from network); 21 Nov 2013 01:31:08 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4246 Archived-At: Hi all, I know the next release is behind schedule, and I'm trying to get it ready soon. Please let me know any pending patches or issues that haven't been addressed which I should review/commit before release. Below are some I'm already aware of. Rich >From Timo Teräs/fabled/Alpine: http://git.alpinelinux.org/cgit/aports/plain/main/musl/1001-add-rfc3678-mcast-structs.patch http://git.alpinelinux.org/cgit/aports/plain/main/musl/1002-add-linux-tcp-state-enums.patch http://git.alpinelinux.org/cgit/aports/plain/main/musl/1003-add-basic-dns-record-parsing-functions.patch >From Michael Forney: - simplify strcmp - add putspent - fix putgrent (missing newline, error handling) - dn_expand fix - dn_comp stub - getopt_long abbreviated options >From Paul Schutte: - adding version reporting to ld.so (and elsewhere?) >From nsz's review of pkgsrc failures: - getloadavg - NO_ADDRESS in netdb.h - c_ispeed and c_ospeed in termios - termio.h - net/if_packet.h - ffsl - sys/perm.h (Note that this is just a selection of topics from the thread which looked like they were easy to address on the musl side and which might improve practical compatibility, but it's not 100% clear to me that they should all be added.) And some misc stuff: - Revisiting NULL definition