Your message dated Sun, 24 Mar 2019 15:15:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#925402: unblock: netrek-client-cow/3.3.1-3
has caused the Debian Bug report #925402,
regarding unblock: netrek-client-cow/3.3.1-3
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.)
--
925402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925402
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package netrek-client-cow
The fix for #924291, a possible infinite loop, was wrong. This update
corrects the problem. My apologies for any inconvenience this may
cause.
Please find attached the debdiff.
Regards,
Markus
unblock netrek-client-cow/3.3.1-3
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect
diff -Nru netrek-client-cow-3.3.1/debian/changelog
netrek-client-cow-3.3.1/debian/changelog
--- netrek-client-cow-3.3.1/debian/changelog 2019-03-20 21:31:57.000000000
+0100
+++ netrek-client-cow-3.3.1/debian/changelog 2019-03-24 13:31:40.000000000
+0100
@@ -1,3 +1,10 @@
+netrek-client-cow (3.3.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix infinite loop patch. Really (Closes: #924291)
+
+ -- Markus Koschany <[email protected]> Sun, 24 Mar 2019 13:31:40 +0100
+
netrek-client-cow (3.3.1-2) unstable; urgency=medium
* Team upload.
diff -Nru netrek-client-cow-3.3.1/debian/patches/possible-infinite-loop.patch
netrek-client-cow-3.3.1/debian/patches/possible-infinite-loop.patch
--- netrek-client-cow-3.3.1/debian/patches/possible-infinite-loop.patch
2019-03-20 21:31:57.000000000 +0100
+++ netrek-client-cow-3.3.1/debian/patches/possible-infinite-loop.patch
2019-03-24 13:31:40.000000000 +0100
@@ -16,7 +16,7 @@
newkey: mkkey
- until ./mkkey $(KEYFILE) "Client Of Win" $(DESC) $(MAKER) $(COMMENT)
"inl,standard2"; do sleep 1; done
-+ attempts=32; until ./mkkey $(KEYFILE) "Client Of Win" $(DESC) $(MAKER)
$(COMMENT) "inl,standard2"; do attempts=$(attempts - 1); test $(attempts) -le 0
&& exit 1; sleep 1; done
++ attempts=32; until ./mkkey $(KEYFILE) "Client Of Win" $(DESC) $(MAKER)
$(COMMENT) "inl,standard2"; do attempts=$$((attempts - 1)); test $$(attempts)
-le 0 && exit 1; sleep 1; done
mkkey: system.mk
$(MAKE) -f system.mk KEYDEF=$(KEYDEF) mkkey
--- End Message ---
--- Begin Message ---
Markus Koschany:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package netrek-client-cow
>
> The fix for #924291, a possible infinite loop, was wrong. This update
> corrects the problem. My apologies for any inconvenience this may
> cause.
>
> Please find attached the debdiff.
>
> Regards,
>
> Markus
>
> unblock netrek-client-cow/3.3.1-3
>
> [...]
Unbocked, thanks.
~Niels
--- End Message ---