Bug#1069902: gropdf generates invalid CreationDate and ModDate

2024-04-26 Thread Christof Meerwald
Package: groff Version: 1.23.0-2 $ echo "" | groff -T pdf | grep -F -a Date 5 0 obj << /CreationDate (D:20240426202138+01'+00') /ModDate (D:20240426202138+01'+00') $ echo "" | groff -T pdf | grep -F -a Date 5 0 obj << /CreationDate (D:20240426202145+01'+00') /ModDate (D:20240426202145+01'+00') $

Bug#986736: RFP: xmake -- A cross-platform build utility based on Lua

2021-04-10 Thread Christof Meerwald
Package: wnpp Severity: wishlist xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get

Bug#866015: caused by missing TLS SNI support

2017-10-22 Thread Christof Meerwald
This seems to be due to missing support for SNI (server name indication), so related to #797968

Bug#733482: ELinks not built with lua support

2014-01-13 Thread Christof Meerwald
On Mon, Jan 13, 2014 at 04:59:25PM +0100, Moritz Muehlenhoff wrote: Do you use Lua scripting or did you spot this from the build logs? Given that noone noticed that for 16 months I'm tempted to simply drop the Lua build dep entirely. I am using Lua scripting for ELinks (mainly to rewrite

Bug#733482: ELinks not built with lua support

2013-12-29 Thread Christof Meerwald
Package: elinks Version: 0.12~pre6-4 The patch 09-Switch-to-use-lua-5.1.diff only updates configure.in, but doesn't update or rebuild the configure script. This means that lua5.1 is not detected by the configure script and elinks is therefore built without lua support. Also compare the lua