Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] crystal: update to 0.29.0.
@ 2019-06-06  1:32 voidlinux-github
  2019-06-06  6:58 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06  1:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by gcat432 against master on the void-packages repository

https://github.com/gcat432/void-packages crystal-0.29.0
https://github.com/void-linux/void-packages/pull/12189

crystal: update to 0.29.0.


A patch file from https://github.com/void-linux/void-packages/pull/12189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-crystal-0.29.0-12189.patch --]
[-- Type: application/text/x-diff, Size: 2156 bytes --]

From 78b001a65f8227f87c1d19d6457958d1ac8251d7 Mon Sep 17 00:00:00 2001
From: Gangsta Cat <grumpy@keemail.me>
Date: Thu, 6 Jun 2019 03:27:03 +0200
Subject: [PATCH] crystal: update to 0.29.0.

---
 srcpkgs/crystal/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index 0a5ad7c09b4..b0c1e00458c 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -1,9 +1,9 @@
 # Template file for 'crystal'
 pkgname=crystal
-version=0.28.0
+version=0.29.0
 revision=1
 _shardsversion=0.8.1
-_bootstrapversion=0.28.0
+_bootstrapversion=0.29.0
 _bootstraprevision=1
 hostmakedepends="git llvm6.0"
 makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@@ -18,7 +18,7 @@ homepage="https://crystal-lang.org/"
 distfiles="
  https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
  https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
-checksum="4206f57c6345454504ec4cd8cbd1b9354b9be29fae4cdcdd173f4a28cc13b102
+checksum="c2265b2a904ded282751f59a3bd0367072058eee1cf51ebe0af03a572f8e19b9
  75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5"
 nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
 _crystalflags="--release --no-debug --progress"
@@ -31,11 +31,11 @@ if [ "$build_option_binary_bootstrap" ]; then
 	case "$XBPS_MACHINE" in
 	x86_64)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
-		checksum+=" 0ae13581b0d30740f232c9a29e444184121fc263b22c01d2c94290660860982e"
+		checksum+=" cad27db08542947e788e7c06fc00691c05ba678cedf20ecf9baa8cee741233f3"
 		;;
 	i686)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
-		checksum+=" a6879503badb064c9420d92f126ab08b0441a2b49d84e4fe238a52214a65ac33"
+		checksum+=" 0296df4824cadddadba0c052bd1fdc4ad1bdfe5758c688e7b1764ca163bca0db"
 		;;
 	*)
 		broken="cannot be built on $XBPS_MACHINE"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
@ 2019-06-06  6:58 ` voidlinux-github
  2019-06-06 11:46 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06  6:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12189#issuecomment-499373833
Comment:
That's strange. Did you also test i686?

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
  2019-06-06  6:58 ` voidlinux-github
@ 2019-06-06 11:46 ` voidlinux-github
  2019-06-06 12:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 11:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 334 bytes --]

New comment by gcat432 on void-packages repository

https://github.com/void-linux/void-packages/pull/12189#issuecomment-499461490
Comment:
```
=> ERROR: crystal-0.29.0_1: cannot be cross compiled, exiting...
=> ERROR: crystal-0.29.0_1: FIXME: someone needs to sort out the llvm --cxxflags for cross building
```

See template.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
  2019-06-06  6:58 ` voidlinux-github
  2019-06-06 11:46 ` voidlinux-github
@ 2019-06-06 12:02 ` voidlinux-github
  2019-06-06 12:02 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

There is an updated pull request by gcat432 against master on the void-packages repository

https://github.com/gcat432/void-packages crystal-0.29.0
https://github.com/void-linux/void-packages/pull/12189

crystal: update to 0.29.0.
I need to figure out what is up with Travis not being enabled for my pull request, but locally the package seems to compile just fine.

```
...
=> Creating crystal-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (x86_64).
index: 1 packages registered.
```

A patch file from https://github.com/void-linux/void-packages/pull/12189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-crystal-0.29.0-12189.patch --]
[-- Type: application/text/x-diff, Size: 2156 bytes --]

From b78ca907c9d57f95fb87665de65c65aeae85d677 Mon Sep 17 00:00:00 2001
From: Gangsta Cat <grumpy@keemail.me>
Date: Thu, 6 Jun 2019 03:27:03 +0200
Subject: [PATCH] crystal: update to 0.29.0.

---
 srcpkgs/crystal/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index 0a5ad7c09b4..b0c1e00458c 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -1,9 +1,9 @@
 # Template file for 'crystal'
 pkgname=crystal
-version=0.28.0
+version=0.29.0
 revision=1
 _shardsversion=0.8.1
-_bootstrapversion=0.28.0
+_bootstrapversion=0.29.0
 _bootstraprevision=1
 hostmakedepends="git llvm6.0"
 makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@@ -18,7 +18,7 @@ homepage="https://crystal-lang.org/"
 distfiles="
  https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
  https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
-checksum="4206f57c6345454504ec4cd8cbd1b9354b9be29fae4cdcdd173f4a28cc13b102
+checksum="c2265b2a904ded282751f59a3bd0367072058eee1cf51ebe0af03a572f8e19b9
  75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5"
 nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
 _crystalflags="--release --no-debug --progress"
@@ -31,11 +31,11 @@ if [ "$build_option_binary_bootstrap" ]; then
 	case "$XBPS_MACHINE" in
 	x86_64)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
-		checksum+=" 0ae13581b0d30740f232c9a29e444184121fc263b22c01d2c94290660860982e"
+		checksum+=" cad27db08542947e788e7c06fc00691c05ba678cedf20ecf9baa8cee741233f3"
 		;;
 	i686)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
-		checksum+=" a6879503badb064c9420d92f126ab08b0441a2b49d84e4fe238a52214a65ac33"
+		checksum+=" 0296df4824cadddadba0c052bd1fdc4ad1bdfe5758c688e7b1764ca163bca0db"
 		;;
 	*)
 		broken="cannot be built on $XBPS_MACHINE"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-06 12:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-06 12:02 ` voidlinux-github
  2019-06-06 12:03 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

There is an updated pull request by gcat432 against master on the void-packages repository

https://github.com/gcat432/void-packages crystal-0.29.0
https://github.com/void-linux/void-packages/pull/12189

crystal: update to 0.29.0.
I need to figure out what is up with Travis not being enabled for my pull request, but locally the package seems to compile just fine.

```
...
=> Creating crystal-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (x86_64).
index: 1 packages registered.
```

A patch file from https://github.com/void-linux/void-packages/pull/12189.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-crystal-0.29.0-12189.patch --]
[-- Type: application/text/x-diff, Size: 2156 bytes --]

From b78ca907c9d57f95fb87665de65c65aeae85d677 Mon Sep 17 00:00:00 2001
From: Gangsta Cat <grumpy@keemail.me>
Date: Thu, 6 Jun 2019 03:27:03 +0200
Subject: [PATCH] crystal: update to 0.29.0.

---
 srcpkgs/crystal/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/crystal/template b/srcpkgs/crystal/template
index 0a5ad7c09b4..b0c1e00458c 100644
--- a/srcpkgs/crystal/template
+++ b/srcpkgs/crystal/template
@@ -1,9 +1,9 @@
 # Template file for 'crystal'
 pkgname=crystal
-version=0.28.0
+version=0.29.0
 revision=1
 _shardsversion=0.8.1
-_bootstrapversion=0.28.0
+_bootstrapversion=0.29.0
 _bootstraprevision=1
 hostmakedepends="git llvm6.0"
 makedepends="gc-devel libatomic_ops pcre-devel libevent-devel libyaml-devel
@@ -18,7 +18,7 @@ homepage="https://crystal-lang.org/"
 distfiles="
  https://github.com/crystal-lang/crystal/archive/${version}.tar.gz
  https://github.com/crystal-lang/shards/archive/v${_shardsversion}.tar.gz"
-checksum="4206f57c6345454504ec4cd8cbd1b9354b9be29fae4cdcdd173f4a28cc13b102
+checksum="c2265b2a904ded282751f59a3bd0367072058eee1cf51ebe0af03a572f8e19b9
  75c74ab6acf2d5c59f61a7efd3bbc3c4b1d65217f910340cb818ebf5233207a5"
 nocross="FIXME: someone needs to sort out the llvm --cxxflags for cross building"
 _crystalflags="--release --no-debug --progress"
@@ -31,11 +31,11 @@ if [ "$build_option_binary_bootstrap" ]; then
 	case "$XBPS_MACHINE" in
 	x86_64)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-x86_64.tar.gz"
-		checksum+=" 0ae13581b0d30740f232c9a29e444184121fc263b22c01d2c94290660860982e"
+		checksum+=" cad27db08542947e788e7c06fc00691c05ba678cedf20ecf9baa8cee741233f3"
 		;;
 	i686)
 		distfiles+=" https://github.com/crystal-lang/crystal/releases/download/${_bootstrapversion}/crystal-${_bootstrapversion}-${_bootstraprevision}-linux-i686.tar.gz"
-		checksum+=" a6879503badb064c9420d92f126ab08b0441a2b49d84e4fe238a52214a65ac33"
+		checksum+=" 0296df4824cadddadba0c052bd1fdc4ad1bdfe5758c688e7b1764ca163bca0db"
 		;;
 	*)
 		broken="cannot be built on $XBPS_MACHINE"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Closed]: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-06 12:02 ` voidlinux-github
@ 2019-06-06 12:03 ` voidlinux-github
  2019-06-06 12:04 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

There's a closed pull request on the void-packages repository

crystal: update to 0.29.0.
https://github.com/void-linux/void-packages/pull/12189
Description: I need to figure out what is up with Travis not being enabled for my pull request, but locally the package seems to compile just fine.

```
...
=> Creating crystal-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (x86_64).
index: 1 packages registered.
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Closed]: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-06 12:03 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-06 12:04 ` voidlinux-github
  2019-06-06 12:06 ` voidlinux-github
  2019-06-06 12:08 ` voidlinux-github
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

There's a closed pull request on the void-packages repository

crystal: update to 0.29.0.
https://github.com/void-linux/void-packages/pull/12189
Description: I need to figure out what is up with Travis not being enabled for my pull request, but locally the package seems to compile just fine.

```
...
=> Creating crystal-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (x86_64).
index: 1 packages registered.
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Closed]: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-06 12:04 ` voidlinux-github
@ 2019-06-06 12:06 ` voidlinux-github
  2019-06-06 12:08 ` voidlinux-github
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

There's a closed pull request on the void-packages repository

crystal: update to 0.29.0.
https://github.com/void-linux/void-packages/pull/12189
Description: I need to figure out what is up with Travis not being enabled for my pull request, but locally the package seems to compile just fine.

```
...
=> Creating crystal-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (x86_64).
index: 1 packages registered.
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-06 12:06 ` voidlinux-github
@ 2019-06-06 12:08 ` voidlinux-github
  7 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by gcat432 on void-packages repository

https://github.com/void-linux/void-packages/pull/12189#issuecomment-499467157
Comment:
Sorry for the noise, I tried to create a new pull request in order to try to trigger Travis but still no luck.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06 12:07 [PR PATCH] " voidlinux-github
  2019-06-06 12:20 ` voidlinux-github
  2019-06-06 12:38 ` voidlinux-github
@ 2019-06-06 12:41 ` voidlinux-github
  2 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

New comment by gcat432 on void-packages repository

https://github.com/void-linux/void-packages/pull/12206#issuecomment-499476130
Comment:
Thank you for the tip!

Everything seemed to go fine on i686:
```
...
=> Creating crystal-0.29.0_1.i686.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> Creating crystal-32bit-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0/multilib ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (i686).
index: 1 packages registered.
=> Registering new packages to /host/binpkgs/crystal-0.29.0/multilib (x86_64)
index: added `crystal-32bit-0.29.0_1' (x86_64).
index: 1 packages registered.
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06 12:07 [PR PATCH] " voidlinux-github
  2019-06-06 12:20 ` voidlinux-github
@ 2019-06-06 12:38 ` voidlinux-github
  2019-06-06 12:41 ` voidlinux-github
  2 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

New comment by gcat432 on void-packages repository

https://github.com/void-linux/void-packages/pull/12206#issuecomment-499476130
Comment:
Thank you for the tip!

Everything seems to went fine on i686:
```
...
=> Creating crystal-0.29.0_1.i686.xbps for repository /host/binpkgs/crystal-0.29.0 ...
=> Creating crystal-32bit-0.29.0_1.x86_64.xbps for repository /host/binpkgs/crystal-0.29.0/multilib ...
=> crystal-0.29.0_1: running post-pkg hook: 00-register-pkg ...
=> Registering new packages to /host/binpkgs/crystal-0.29.0
index: added `crystal-0.29.0_1' (i686).
index: 1 packages registered.
=> Registering new packages to /host/binpkgs/crystal-0.29.0/multilib (x86_64)
index: added `crystal-32bit-0.29.0_1' (x86_64).
index: 1 packages registered.
```

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: crystal: update to 0.29.0.
  2019-06-06 12:07 [PR PATCH] " voidlinux-github
@ 2019-06-06 12:20 ` voidlinux-github
  2019-06-06 12:38 ` voidlinux-github
  2019-06-06 12:41 ` voidlinux-github
  2 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2019-06-06 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12206#issuecomment-499470646
Comment:
Continuing the discussion from #12189:

You don't need to cross-compile to test i686 from an x86_64 host. Creating a separate i686 masterdir via binary-bootstrap and using that one is enough. I would like to have compilation tested before merging because i686 is not a priority for many upstream projects and things tend to break there very often nowadays.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-06-06 12:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06  1:32 [PR PATCH] crystal: update to 0.29.0 voidlinux-github
2019-06-06  6:58 ` voidlinux-github
2019-06-06 11:46 ` voidlinux-github
2019-06-06 12:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-06 12:02 ` voidlinux-github
2019-06-06 12:03 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-06 12:04 ` voidlinux-github
2019-06-06 12:06 ` voidlinux-github
2019-06-06 12:08 ` voidlinux-github
2019-06-06 12:07 [PR PATCH] " voidlinux-github
2019-06-06 12:20 ` voidlinux-github
2019-06-06 12:38 ` voidlinux-github
2019-06-06 12:41 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).