Package: asql Version: 1.6-1 Severity: important Tags: patch upstream Dear maintainer and author of the asql tool,
Method and version fields are not populated where asql load an apache httpd logs file with Combined format. Form 1.7 version on your personal web site, version field is OK, butmethod not ok. I produde a path from the debian version (1.6). Many thanks for your good tool. -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (90, 'stable'), (10, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.7.0-1-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_USER, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages asql depends on: ii libdbd-sqlite3-perl 1.64-1+b1 ii libterm-readline-gnu-perl 1.36-2+b1 asql recommends no packages. asql suggests no packages. -- no debconf information
1388c1388 < my $version = $results->{ 'proto' } || ""; --- > my $version = $results->{ 'version' } || ""; 1392c1392,1393 < my $protocol = $results->{ 'rtype' } || ""; --- > my $method = $results->{ 'method' } || ""; > #my $protocol = $results->{ 'rtype' } || ""; 1396a1398 > 1439,1440c1441,1442 < $sth->execute( $host, $path, $code, $size, < $protocol, $refer, $agent, $version, --- > $sth->execute( $host, $path, $code, $size, $method, > $refer, $agent, $version,