Your message dated Sat, 08 Oct 2016 20:09:58 +0000
with message-id <e1bsxwu-0000j9...@franck.debian.org>
and subject line Bug#799919: fixed in asused 3.72-11+deb8u1
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 ow...@bugs.debian.org
immediately.)
--
799919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799919
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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-11+deb8u1
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 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastien Badia <s...@sebian.fr> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 02 Oct 2016 01:28:19 +0200
Source: asused
Binary: asused
Architecture: source all
Version: 3.72-11+deb8u1
Distribution: stable-proposed-updates
Urgency: medium
Maintainer: Sebastien Badia <s...@sebian.fr>
Changed-By: Sebastien Badia <s...@sebian.fr>
Description:
asused - This is a tool used for checking various aspects of IP
Closes: 799919
Changes:
asused (3.72-11+deb8u1) stable-proposed-updates; urgency=medium
.
* Use created fields instead of changed (Closes: #799919)
Thanks Matthias!
Checksums-Sha1:
5b4872ff994682d237bbce8c174c1818ca2b88b3 1833 asused_3.72-11+deb8u1.dsc
c6fc1c24e239722a074e2261d890c01ef0a14e9e 8868
asused_3.72-11+deb8u1.debian.tar.xz
1f0e36b8dfab9cdb01521243d806ff07fa821c33 73044 asused_3.72-11+deb8u1_all.deb
Checksums-Sha256:
13822b07c4a454c98ebdf81d428eed090345a553389e48c891a569dee36fc4a7 1833
asused_3.72-11+deb8u1.dsc
be8eb35879d1b872c96e21b5518f3ea83f38db9043ca1c1960aa528486952ea9 8868
asused_3.72-11+deb8u1.debian.tar.xz
5d595ee2a596f2756b57026ae7b3809898cda0ca325481909cc1b6e19a22c2b1 73044
asused_3.72-11+deb8u1_all.deb
Files:
2f91443cfbf772d3bc1e1caa88070750 1833 utils optional asused_3.72-11+deb8u1.dsc
507fc32762fc34a8f142db86ca1a0511 8868 utils optional
asused_3.72-11+deb8u1.debian.tar.xz
7b6d4522255364e34389f49b6ae62631 73044 utils optional
asused_3.72-11+deb8u1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJX9qYxAAoJEGny/FFupxmTva8P/2xHmj/H3gWdu7WE15DfFswU
HR3eVtXnxiogZ2MAvirG7Jutzk8JkfO78hbigbIuiPb9Pr3uiYoTDOfF0jjwK7q3
GMcxaDsZHQkcHj8XHMv2njk4QOkFLq5O4A/SQ1kaUsltmrSZj8gJYiph7dM8kk4g
Wcr/XHKinGG9BziGm0Z6wxRgPvMEDkwt8OLtKtCOUbwLQEMuZ3WqlO/vtaDf0NVR
R2M0l0MgFSp89U47FX/CkEc2Tz/yY1qwhe0q1t51KTA7nZFEjnjCg4bkg4Yb1rhm
dC1qgekeVY650BbETjQj9DVMuM/8uTBvsT7PXa75V4eQ0kvuESWXYfimsbgo+PKg
FUDYU7SoiNae0ny3x0gv09pvm6TkU0x191aUX449nyrKFJ5B3uJqDf1YcHlRD4H/
3XSz7KQDnZnEAJoH2okpWPOdP20WYYWfyy6iyv2sHcdoZtNDRJLwVsOwU/RYbV4X
CKawROT48PyPorjde+LNZHIeV4S5DdS+ISS6aFWNl+sfykAekmgQ89SNB2RIk22j
2XlkYApRADY6HCr8Pc0D7+mEPqJkvHpGWenv/EGRyQI+K8bLanlCYKCfBwFuJ1Fl
E6IujCQ0Kxm9lDE1RBoXhyY9sDtUKBMaiEfOgZr6TdyWMTcl0mcWYyB+cJ7IpbIi
jbP8dWwf2miPMUxsEYFJ
=1ghj
-----END PGP SIGNATURE-----
--- End Message ---