Your message dated Fri, 04 Mar 2016 19:19:23 +0000 with message-id <[email protected]> and subject line Bug#799919: fixed in asused 3.72-12 has caused the Debian Bug report #799919, regarding asused stopped working because changed fields are missing in newer objects to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 799919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799919 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: asused Version: 3.72-11 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainer, * What led up to the situation? Rabe obsoletes the changed field and added the created field. Asused re * What exactly did you do (or not do) that was effective (or ineffective)? I changed the in.pm module to lokk ad cr instead of ch attribute * What was the outcome of this action? It works now again :-) * What outcome did you expect instead? -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.1.0-1-amd64 (SMP w/6 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages asused depends on: ii perl 5.20.2-6 asused recommends no packages. asused suggests no packages. -- no debconf information--- in.pm.orig 2015-09-24 10:13:26.412669531 +0200 +++ in.pm 2015-09-24 10:26:50.724168595 +0200 @@ -355,6 +355,10 @@ # Changed push(@{$in{'ch'}}, $value); } + elsif($inetnum && $attr eq 'cr') { + # Created + push(@{$in{'cr'}}, $value); + } elsif($inetnum && $attr eq 'so') { # Source $in{'so'} = $value; @@ -373,14 +377,14 @@ # Get creation date for valid inetnum object if($inetnum) { # Validate date - my $date = $self->creationDate(@{$in{'ch'}}); + my $date = $self->creationDate(@{$in{'cr'}}); if($date) { $in{'created'} = $date; } else { $self->error($INVALID_DATE, - ("Invalid date in " . join('; ', @{$in{'ch'}}))); + ("Invalid date in " . join('; ', @{$in{'cr'}}))); push(@{$in{'warning'}}, ($self->error())[1]); } @@ -560,7 +564,7 @@ my @dateList; #don't trust the date from db foreach my $dateStr (@ch) { - if($dateStr =~ /(\d+)$/) { + if($dateStr =~ /([\d\-]+)(T.*)?$/) { my $date = $1; return unless ($date = checkYYYYmmDD($date)) ; #look if it is valid date push(@dateList, $date); #make list of valid dates @@ -583,6 +587,8 @@ my($yy, $mm, $dd, $utc, $yyActual, $mmActual, $ddActual, $date); my($sec, $min, $hour, $wday, $yday, $isdst); # Temp vars + $yyyyMMdd =~ s/\-//g; + #YYYYMMDD if($yyyyMMdd =~ /^(\d{4})(\d{2})(\d{2})$/) { $yy = $1 - 1900; @@ -655,6 +661,7 @@ $dest->{'ac'} = []; # list of admin-c values $dest->{'tc'} = []; # list of tech-c values $dest->{'ch'} = []; # list of changed values + $dest->{'cr'} = []; # list of created values $dest->{'so'} = ''; # source $dest->{'ml'} = []; # list of mnt-lower $dest->{'na'} = ''; # netname
--- End Message ---
--- Begin Message ---Source: asused Source-Version: 3.72-12 We believe that the bug you reported is fixed in the latest version of asused, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sebastien Badia <[email protected]> (supplier of updated asused package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Fri, 04 Mar 2016 15:52:16 -0300 Source: asused Binary: asused Architecture: source all Version: 3.72-12 Distribution: unstable Urgency: medium Maintainer: Sebastien Badia <[email protected]> Changed-By: Sebastien Badia <[email protected]> Description: asused - tool to check IPv4 allocations and assignments as stored in the R Closes: 737209 799919 Changes: asused (3.72-12) unstable; urgency=medium . * d/control: Multiples changes * Fix package description (Closes: #737209) * Bump Standards-Version (no changes) * Update Vcs-browser URL (use cgit) * Update Vcs-GIT URL (use https) * Use created fields instead of changed (Closes: #799919) Thanks Matthias! Checksums-Sha1: 2f234ddd5ea9840f175afff486158b1fe871414a 1461 asused_3.72-12.dsc 86db03300bb485c62cd11e00d6c4dada22097cfb 8996 asused_3.72-12.debian.tar.xz 4988bbc467b26695fa6f1e0187adee7e73ec4761 67574 asused_3.72-12_all.deb Checksums-Sha256: 435f60edf51b20629eb8b66e9a4d10155f6d097bc5990950f9c6816cf9e34d5b 1461 asused_3.72-12.dsc 8b840569c4d0567f1ac4dbd0c8de8116fd81713cbfe3daae2fe13894958d57b2 8996 asused_3.72-12.debian.tar.xz 86dca3cbf6c46a4c131d4e1b8613132e1f1970136de9fb7b6868427814d1a272 67574 asused_3.72-12_all.deb Files: 726dbb6deec1e5b3d9848a92f028ad2e 1461 utils optional asused_3.72-12.dsc c01c2e5b288953906a69e484d2edc951 8996 utils optional asused_3.72-12.debian.tar.xz 2c501f9c60b6a6157a6a1fd5b25d0561 67574 utils optional asused_3.72-12_all.deb -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJW2dvNAAoJEImvgrc5zSF6LWUH/j657VTaXpImectXSbZwcwye eKalDsHpvFdEtvSHNV9mpwZpLioCJMnFvY85YBcPtJ/nPtbUcakmHgdY+/us2++L SQnb2RVEwcl/HE3Zs+7/O6gTzHaUEtqm4iBJ5HTCC0gMnuWp3dJuyL8Iy/048qDA qCv4lCD++A4nWfVLto/G0wHzEt3MeMbrNIe3+69PLAIMWpGr5xUsvGpgMoT8KGkM iArtU2ZsyD3gwmNJzyReTQNr+FvHTf6TpZU8h7DoBVdU5Cj9QzthXqk6uiUKik6J BvBnDVRN64QPiWOIIQF3nC7FFSXYp3K0AJWqh5IXbtAq08RU5x0wbkD+pb1jpF4= =9POY -----END PGP SIGNATURE-----
--- End Message ---

