GNU bug report logs -
#29166
[PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 6 Nov 2017 09:45:01 UTC
Severity: normal
Tags: fixed, patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29166 in the body.
You can then email your comments to 29166 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#29166
; Package
guix-patches
.
(Mon, 06 Nov 2017 09:45:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Oleg Pykhalov <go.wigust <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 06 Nov 2017 09:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0000-cover-letter.patch (text/x-patch, inline)]
From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 6 Nov 2017 12:41:31 +0300
Subject: [PATCH 0/1] gnu: expect: Change home-page to http://expect.sourceforge.net/.
$ dig expect.nist.gov
; <<>> DiG 9.11.2 <<>> expect.nist.gov
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 19287
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;expect.nist.gov. IN A
;; AUTHORITY SECTION:
nist.gov. 46 IN SOA gm.nist.gov. netops.nist.gov. 1820885 10800 1080 2419200 300
;; Query time: 32 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Mon Nov 06 12:37:04 MSK 2017
;; MSG SIZE rcvd: 90
Oleg Pykhalov (1):
gnu: expect: Change home-page to http://expect.sourceforge.net/.
gnu/packages/tcl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.14.3
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29166
; Package
guix-patches
.
(Mon, 06 Nov 2017 09:47:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 29166 <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-expect-Change-home-page-to-http-expect.sourcefor.patch (text/x-patch, inline)]
From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 6 Nov 2017 12:33:23 +0300
Subject: [PATCH 1/1] gnu: expect: Change home-page to
http://expect.sourceforge.net/.
* gnu/packages/tcl.scm (expect): Change home-page to
http://expect.sourceforge.net/.
---
gnu/packages/tcl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 8439841b4..8591ff808 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -124,7 +124,7 @@
#t)))
#:test-target "test"))
- (home-page "http://expect.nist.gov/")
+ (home-page "http://expect.sourceforge.net/")
(synopsis "Tool for automating interactive applications")
(description
"Expect is a tool for automating interactive applications such as
--
2.14.3
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29166
; Package
guix-patches
.
(Mon, 06 Nov 2017 21:36:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 29166 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Oleg Pykhalov <go.wigust <at> gmail.com> writes:
> From 3a4faf6347b8ba7abe1a04c8b30577b85af14280 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Mon, 6 Nov 2017 12:33:23 +0300
> Subject: [PATCH 1/1] gnu: expect: Change home-page to
> http://expect.sourceforge.net/.
>
> * gnu/packages/tcl.scm (expect): Change home-page to
> http://expect.sourceforge.net/.
> ---
> gnu/packages/tcl.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
> index 8439841b4..8591ff808 100644
> --- a/gnu/packages/tcl.scm
> +++ b/gnu/packages/tcl.scm
> @@ -124,7 +124,7 @@
> #t)))
>
> #:test-target "test"))
> - (home-page "http://expect.nist.gov/")
> + (home-page "http://expect.sourceforge.net/")
Alternatively we could use this URL:
<https://www.nist.gov/services-resources/software/expect>
But, it links the the proposed update as the home page, so LGTM.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#29166
; Package
guix-patches
.
(Tue, 07 Nov 2017 16:16:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 29166 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Marius,
Thank you for review.
Marius Bakke <mbakke <at> fastmail.com> writes:
> Alternatively we could use this URL:
>
> <https://www.nist.gov/services-resources/software/expect>
>
> But, it links the the proposed update as the home page, so LGTM.
OK, pushed as ad54924285e204f983a5dd6d8ebe56b5607f1de9
Oleg.
[signature.asc (application/pgp-signature, inline)]
Added tag(s) fixed.
Request was from
Oleg Pykhalov <go.wigust <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 07 Nov 2017 18:00:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
29166 <at> debbugs.gnu.org and Oleg Pykhalov <go.wigust <at> gmail.com>
Request was from
Oleg Pykhalov <go.wigust <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 07 Nov 2017 18:00:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 06 Dec 2017 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.