bug#77805: new snapshot available: m4-1.4.19.60-6ebfc.tar.xz

2025-05-20 Thread Collin Funk
Karl Berry writes: > As far as I can tell, the date command on Solaris 10 (cfarm210) and 11 > (cfarm211) does not support any way to print a specified date value. So > I inserted a fallback to perl -e 'print scalar > gmtime($SOURCE_DATE_EPOCH)' if the date commands fail. > > If Perl isn't availab

bug#77805: new snapshot available: m4-1.4.19.60-6ebfc.tar.xz

2025-05-20 Thread Karl Berry
The Solaris failure is because their date does not support the '--date' or '-r' option. As far as I can tell, the date command on Solaris 10 (cfarm210) and 11 (cfarm211) does not support any way to print a specified date value. So I inserted a fallback to perl -e 'print scalar gmtime($SOU