From owner-freebsd-hackers@freebsd.org Mon Dec 5 22:50:39 2016 Return-Path: Delivered-To: freebsd-hackers@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 782CFC68078 for ; Mon, 5 Dec 2016 22:50:39 +0000 (UTC) (envelope-from j.deboynepollard-newsgroups@ntlworld.com) Received: from know-smtprelay-omc-6.server.virginmedia.net (know-smtprelay-omc-6.server.virginmedia.net [80.0.253.70]) by mx1.freebsd.org (Postfix) with ESMTP id EDE99ED for ; Mon, 5 Dec 2016 22:50:38 +0000 (UTC) (envelope-from j.deboynepollard-newsgroups@ntlworld.com) Received: from [192.168.1.100] ([86.10.211.13]) by know-smtprelay-6-imp with bizsmtp id GNpT1u00B0HtmFq01NpUuT; Mon, 05 Dec 2016 22:49:28 +0000 X-Originating-IP: [86.10.211.13] X-Spam: 0 X-Authority: v=2.1 cv=H94muLsi c=1 sm=1 tr=0 a=SB7hr1IvJSWWr45F2gQiKw==:117 a=SB7hr1IvJSWWr45F2gQiKw==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=IkcTkHD0fZMA:10 a=2rVjqWD_AAAA:8 a=itly7gIdAAAA:8 a=xNUUt9kjeGnzvt2K_IkA:9 a=QEXdDO2ut3YA:10 a=-FEs8UIgK8oA:10 a=NWVoK91CQyQA:10 a=ULaUcM2Ibn9MdPUUwucP:22 a=1RpNR2E4bTkVPcsa2RFZ:22 To: FreeBSD Hackers , "supervision@list.skarnet.org" , Debian users From: Jonathan de Boyne Pollard Subject: djbwares version 4 Message-ID: Date: Mon, 5 Dec 2016 22:49:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 22:50:39 -0000 In celebration of the forthcoming leap second, djbwares is now at version 4. * http://jdebp.eu./Softwares/djbwares/ * http://jdebp.info./Softwares/djbwares/ I've added in the rest of M. Bernstein's public domain libtai library, parts of which were already included by some of the tools. This has added the easter, nowutc, and yearcal commands, which are packaged up alongside libtai.a, the libtai C language headers, and the libtai manual pages in a new libtai package. More importantly, it has added the leapsecs command, and the /usr/local/etc/leapsecs.dat file is now generated from leapsecs.txt rather than included as a binary in the source as it was before. The sharp-eyed will also note that support for /usr/local/etc/leapsecs.dat (as an alternative to /etc/leapsecs.dat for systems that like non-operating system files in /usr/local/etc) has also been added. The leapsecs.txt is the Bernstein 2015-06-30 version (which is still the latest published by M. Bernstein) patched with the forthcoming leap second. The libtai package does not include /usr/local/etc/leapsecs.dat . Rather, that is packaged in a separate leapsecs package, to allow updated versions to be substituted with ease when they come along, as well as to permit installing only that without the rest of libtai.