Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wireshark: update to 3.4.5.
@ 2021-04-24 12:02 daniel-eys
  2021-04-25  3:08 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: daniel-eys @ 2021-04-24 12:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages wireshark
https://github.com/void-linux/void-packages/pull/30469

wireshark: update to 3.4.5.
<!-- Mark items with [x] where applicable -->

Switch to ninja (our default cmake generator) in `pre_check()` otherwise I get
```
make: *** No rule to make target 'test-programs'.  Stop.
```

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wireshark-30469.patch --]
[-- Type: text/x-diff, Size: 1258 bytes --]

From 25da9743fcb955dda7c2a200926246b5df1c7bd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sat, 24 Apr 2021 12:16:06 +0200
Subject: [PATCH] wireshark: update to 3.4.5.

---
 srcpkgs/wireshark/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template
index 65eec2e652e0..78a97130f689 100644
--- a/srcpkgs/wireshark/template
+++ b/srcpkgs/wireshark/template
@@ -1,6 +1,6 @@
 # Template file for 'wireshark'
 pkgname=wireshark
-version=3.4.2
+version=3.4.5
 revision=1
 build_style=cmake
 configure_args="-DCMAKE_BUILD_TYPE=None"
@@ -17,7 +17,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.wireshark.org"
 distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
-checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4
+checksum=de1aafd100a1e1207c850d180e97dd91ab8da0f5eb6beec545f725cdb145d333
 system_groups="wireshark"
 
 CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
@@ -30,7 +30,7 @@ post_patch() {
 }
 
 pre_check() {
-	make ${makejobs} -C build test-programs
+	ninja -C build test-programs
 }
 
 post_install() {

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

* Re: wireshark: update to 3.4.5.
  2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
@ 2021-04-25  3:08 ` ericonr
  2021-05-14 12:58 ` Gottox
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-25  3:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30469#issuecomment-826234985

Comment:
Are you interested in looking into the glibc failures?

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

* Re: wireshark: update to 3.4.5.
  2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
  2021-04-25  3:08 ` ericonr
@ 2021-05-14 12:58 ` Gottox
  2021-05-14 12:58 ` Gottox
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2021-05-14 12:58 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/30469#issuecomment-841227427

Comment:
Tests work locally. Seems to be an issue with github actions:

```
=> wireshark-3.4.5_1: running do_check ...
[0/1] Running tests...
Test project /builddir/wireshark-3.4.5/build
      Start  1: suite_capture
 1/34 Test  #1: suite_capture ..........................   Passed   14.70 sec
      Start  2: suite_clopts
 2/34 Test  #2: suite_clopts ...........................   Passed   28.55 sec
      Start  3: suite_decryption
 3/34 Test  #3: suite_decryption .......................   Passed   34.78 sec
      Start  4: suite_dfilter.group_bytes_ether
 4/34 Test  #4: suite_dfilter.group_bytes_ether ........   Passed    7.38 sec
      Start  5: suite_dfilter.group_bytes_ipv6
 5/34 Test  #5: suite_dfilter.group_bytes_ipv6 .........   Passed    7.52 sec
      Start  6: suite_dfilter.group_bytes_type
 6/34 Test  #6: suite_dfilter.group_bytes_type .........   Passed    0.81 sec
      Start  7: suite_dfilter.group_double
 7/34 Test  #7: suite_dfilter.group_double .............   Passed    4.40 sec
      Start  8: suite_dfilter.group_dfunction_string
 8/34 Test  #8: suite_dfilter.group_dfunction_string ...   Passed    2.01 sec
      Start  9: suite_dfilter.group_integer
 9/34 Test  #9: suite_dfilter.group_integer ............   Passed   12.35 sec
      Start 10: suite_dfilter.group_integer_1byte
10/34 Test #10: suite_dfilter.group_integer_1byte ......   Passed    0.88 sec
      Start 11: suite_dfilter.group_ipv4
11/34 Test #11: suite_dfilter.group_ipv4 ...............   Passed    9.73 sec
      Start 12: suite_dfilter.group_membership
12/34 Test #12: suite_dfilter.group_membership .........   Passed    3.30 sec
      Start 13: suite_dfilter.group_range_method
13/34 Test #13: suite_dfilter.group_range_method .......   Passed    2.06 sec
      Start 14: suite_dfilter.group_scanner
14/34 Test #14: suite_dfilter.group_scanner ............   Passed    1.95 sec
      Start 15: suite_dfilter.group_string_type
15/34 Test #15: suite_dfilter.group_string_type ........   Passed   12.33 sec
      Start 16: suite_dfilter.group_stringz
16/34 Test #16: suite_dfilter.group_stringz ............   Passed    1.18 sec
      Start 17: suite_dfilter.group_time_relative
17/34 Test #17: suite_dfilter.group_time_relative ......   Passed    1.10 sec
      Start 18: suite_dfilter.group_time_type
18/34 Test #18: suite_dfilter.group_time_type ..........   Passed    6.48 sec
      Start 19: suite_dfilter.group_tvb
19/34 Test #19: suite_dfilter.group_tvb ................   Passed    3.04 sec
      Start 20: suite_dfilter.group_uint64
20/34 Test #20: suite_dfilter.group_uint64 .............   Passed    0.82 sec
      Start 21: suite_dissection
21/34 Test #21: suite_dissection .......................   Passed    7.48 sec
      Start 22: suite_dissectors.group_asterix
22/34 Test #22: suite_dissectors.group_asterix .........   Passed    4.53 sec
      Start 23: suite_extcaps
23/34 Test #23: suite_extcaps ..........................   Passed    0.33 sec
      Start 24: suite_fileformats
24/34 Test #24: suite_fileformats ......................   Passed    4.73 sec
      Start 25: suite_follow
25/34 Test #25: suite_follow ...........................   Passed    0.65 sec
      Start 26: suite_io
26/34 Test #26: suite_io ...............................   Passed    1.61 sec
      Start 27: suite_mergecap
27/34 Test #27: suite_mergecap .........................   Passed    0.61 sec
      Start 28: suite_nameres
28/34 Test #28: suite_nameres ..........................   Passed    3.40 sec
      Start 29: suite_outputformats
29/34 Test #29: suite_outputformats ....................   Passed    2.32 sec
      Start 30: suite_release
30/34 Test #30: suite_release ..........................   Passed    0.27 sec
      Start 31: suite_text2pcap
31/34 Test #31: suite_text2pcap ........................   Passed   15.82 sec
      Start 32: suite_sharkd
32/34 Test #32: suite_sharkd ...........................   Passed    8.92 sec
      Start 33: suite_unittests
33/34 Test #33: suite_unittests ........................   Passed   12.61 sec
      Start 34: suite_wslua
34/34 Test #34: suite_wslua ............................   Passed   13.00 sec

100% tests passed, 0 tests failed out of 34

Total Test time (real) = 231.70 sec
```

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

* Re: wireshark: update to 3.4.5.
  2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
  2021-04-25  3:08 ` ericonr
  2021-05-14 12:58 ` Gottox
@ 2021-05-14 12:58 ` Gottox
  2021-05-14 13:16 ` Gottox
  2021-05-14 13:16 ` [PR PATCH] [Merged]: " Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2021-05-14 12:58 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/30469#issuecomment-841227427

Comment:
Tests work locally. Seems to be an issue with github actions:

```
=> wireshark-3.4.5_1: running do_check ...
[0/1] Running tests...
Test project /builddir/wireshark-3.4.5/build
      Start  1: suite_capture
 1/34 Test  #1: suite_capture ..........................   Passed   14.70 sec
      Start  2: suite_clopts
 2/34 Test  #2: suite_clopts ...........................   Passed   28.55 sec
      Start  3: suite_decryption
 3/34 Test  #3: suite_decryption .......................   Passed   34.78 sec
      Start  4: suite_dfilter.group_bytes_ether
 4/34 Test  #4: suite_dfilter.group_bytes_ether ........   Passed    7.38 sec
      Start  5: suite_dfilter.group_bytes_ipv6
 5/34 Test  #5: suite_dfilter.group_bytes_ipv6 .........   Passed    7.52 sec
      Start  6: suite_dfilter.group_bytes_type
 6/34 Test  #6: suite_dfilter.group_bytes_type .........   Passed    0.81 sec
      Start  7: suite_dfilter.group_double
 7/34 Test  #7: suite_dfilter.group_double .............   Passed    4.40 sec
      Start  8: suite_dfilter.group_dfunction_string
 8/34 Test  #8: suite_dfilter.group_dfunction_string ...   Passed    2.01 sec
      Start  9: suite_dfilter.group_integer
 9/34 Test  #9: suite_dfilter.group_integer ............   Passed   12.35 sec
      Start 10: suite_dfilter.group_integer_1byte
10/34 Test #10: suite_dfilter.group_integer_1byte ......   Passed    0.88 sec
      Start 11: suite_dfilter.group_ipv4
11/34 Test #11: suite_dfilter.group_ipv4 ...............   Passed    9.73 sec
      Start 12: suite_dfilter.group_membership
12/34 Test #12: suite_dfilter.group_membership .........   Passed    3.30 sec
      Start 13: suite_dfilter.group_range_method
13/34 Test #13: suite_dfilter.group_range_method .......   Passed    2.06 sec
      Start 14: suite_dfilter.group_scanner
14/34 Test #14: suite_dfilter.group_scanner ............   Passed    1.95 sec
      Start 15: suite_dfilter.group_string_type
15/34 Test #15: suite_dfilter.group_string_type ........   Passed   12.33 sec
      Start 16: suite_dfilter.group_stringz
16/34 Test #16: suite_dfilter.group_stringz ............   Passed    1.18 sec
      Start 17: suite_dfilter.group_time_relative
17/34 Test #17: suite_dfilter.group_time_relative ......   Passed    1.10 sec
      Start 18: suite_dfilter.group_time_type
18/34 Test #18: suite_dfilter.group_time_type ..........   Passed    6.48 sec
      Start 19: suite_dfilter.group_tvb
19/34 Test #19: suite_dfilter.group_tvb ................   Passed    3.04 sec
      Start 20: suite_dfilter.group_uint64
20/34 Test #20: suite_dfilter.group_uint64 .............   Passed    0.82 sec
      Start 21: suite_dissection
21/34 Test #21: suite_dissection .......................   Passed    7.48 sec
      Start 22: suite_dissectors.group_asterix
22/34 Test #22: suite_dissectors.group_asterix .........   Passed    4.53 sec
      Start 23: suite_extcaps
23/34 Test #23: suite_extcaps ..........................   Passed    0.33 sec
      Start 24: suite_fileformats
24/34 Test #24: suite_fileformats ......................   Passed    4.73 sec
      Start 25: suite_follow
25/34 Test #25: suite_follow ...........................   Passed    0.65 sec
      Start 26: suite_io
26/34 Test #26: suite_io ...............................   Passed    1.61 sec
      Start 27: suite_mergecap
27/34 Test #27: suite_mergecap .........................   Passed    0.61 sec
      Start 28: suite_nameres
28/34 Test #28: suite_nameres ..........................   Passed    3.40 sec
      Start 29: suite_outputformats
29/34 Test #29: suite_outputformats ....................   Passed    2.32 sec
      Start 30: suite_release
30/34 Test #30: suite_release ..........................   Passed    0.27 sec
      Start 31: suite_text2pcap
31/34 Test #31: suite_text2pcap ........................   Passed   15.82 sec
      Start 32: suite_sharkd
32/34 Test #32: suite_sharkd ...........................   Passed    8.92 sec
      Start 33: suite_unittests
33/34 Test #33: suite_unittests ........................   Passed   12.61 sec
      Start 34: suite_wslua
34/34 Test #34: suite_wslua ............................   Passed   13.00 sec

100% tests passed, 0 tests failed out of 34

Total Test time (real) = 231.70 sec
```

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

* Re: wireshark: update to 3.4.5.
  2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
                   ` (2 preceding siblings ...)
  2021-05-14 12:58 ` Gottox
@ 2021-05-14 13:16 ` Gottox
  2021-05-14 13:16 ` [PR PATCH] [Merged]: " Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2021-05-14 13:16 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/30469#issuecomment-841237262

Comment:
Works locally. I guess it's some issue with the github ci.
```
=> wireshark-3.4.5_1: running do_check ...
[0/1] Running tests...
Test project /builddir/wireshark-3.4.5/build
      Start  1: suite_capture
 1/34 Test  #1: suite_capture ..........................   Passed   14.78 sec
      Start  2: suite_clopts
 2/34 Test  #2: suite_clopts ...........................   Passed   23.88 sec
      Start  3: suite_decryption
 3/34 Test  #3: suite_decryption .......................   Passed   30.45 sec
      Start  4: suite_dfilter.group_bytes_ether
 4/34 Test  #4: suite_dfilter.group_bytes_ether ........   Passed    6.65 sec
      Start  5: suite_dfilter.group_bytes_ipv6
 5/34 Test  #5: suite_dfilter.group_bytes_ipv6 .........   Passed    6.89 sec
      Start  6: suite_dfilter.group_bytes_type
 6/34 Test  #6: suite_dfilter.group_bytes_type .........   Passed    0.98 sec
      Start  7: suite_dfilter.group_double
 7/34 Test  #7: suite_dfilter.group_double .............   Passed    4.72 sec
      Start  8: suite_dfilter.group_dfunction_string
 8/34 Test  #8: suite_dfilter.group_dfunction_string ...   Passed    1.89 sec
      Start  9: suite_dfilter.group_integer
 9/34 Test  #9: suite_dfilter.group_integer ............   Passed   10.38 sec
      Start 10: suite_dfilter.group_integer_1byte
10/34 Test #10: suite_dfilter.group_integer_1byte ......   Passed    0.82 sec
      Start 11: suite_dfilter.group_ipv4
11/34 Test #11: suite_dfilter.group_ipv4 ...............   Passed    8.36 sec
      Start 12: suite_dfilter.group_membership
12/34 Test #12: suite_dfilter.group_membership .........   Passed    3.27 sec
      Start 13: suite_dfilter.group_range_method
13/34 Test #13: suite_dfilter.group_range_method .......   Passed    1.77 sec
      Start 14: suite_dfilter.group_scanner
14/34 Test #14: suite_dfilter.group_scanner ............   Passed    1.81 sec
      Start 15: suite_dfilter.group_string_type
15/34 Test #15: suite_dfilter.group_string_type ........   Passed   10.61 sec
      Start 16: suite_dfilter.group_stringz
16/34 Test #16: suite_dfilter.group_stringz ............   Passed    1.05 sec
      Start 17: suite_dfilter.group_time_relative
17/34 Test #17: suite_dfilter.group_time_relative ......   Passed    1.03 sec
      Start 18: suite_dfilter.group_time_type
18/34 Test #18: suite_dfilter.group_time_type ..........   Passed    5.41 sec
      Start 19: suite_dfilter.group_tvb
19/34 Test #19: suite_dfilter.group_tvb ................   Passed    2.56 sec
      Start 20: suite_dfilter.group_uint64
20/34 Test #20: suite_dfilter.group_uint64 .............   Passed    0.77 sec
      Start 21: suite_dissection
21/34 Test #21: suite_dissection .......................   Passed    6.34 sec
      Start 22: suite_dissectors.group_asterix
22/34 Test #22: suite_dissectors.group_asterix .........   Passed    4.23 sec
      Start 23: suite_extcaps
23/34 Test #23: suite_extcaps ..........................   Passed    0.42 sec
      Start 24: suite_fileformats
24/34 Test #24: suite_fileformats ......................   Passed    4.54 sec
      Start 25: suite_follow
25/34 Test #25: suite_follow ...........................   Passed    0.67 sec
      Start 26: suite_io
26/34 Test #26: suite_io ...............................   Passed    1.38 sec
      Start 27: suite_mergecap
27/34 Test #27: suite_mergecap .........................   Passed    0.50 sec
      Start 28: suite_nameres
28/34 Test #28: suite_nameres ..........................   Passed    3.05 sec
      Start 29: suite_outputformats
29/34 Test #29: suite_outputformats ....................   Passed    2.32 sec
      Start 30: suite_release
30/34 Test #30: suite_release ..........................   Passed    0.27 sec
      Start 31: suite_text2pcap
31/34 Test #31: suite_text2pcap ........................   Passed   14.62 sec
      Start 32: suite_sharkd
32/34 Test #32: suite_sharkd ...........................   Passed    7.91 sec
      Start 33: suite_unittests
33/34 Test #33: suite_unittests ........................   Passed    8.38 sec
      Start 34: suite_wslua
34/34 Test #34: suite_wslua ............................   Passed   11.62 sec

100% tests passed, 0 tests failed out of 34

Total Test time (real) = 204.34 sec
~/src/void-packa/srcpkgs/wireshark(wireshark) ../../xbps-src chroot
=> xbps-src: updating repositories for host (x86_64)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ...
[tox@/work/tox/void-packages/masterdir /]$ xbps-query -s glibc
[*] cross-aarch64-linux-gnu-libc-0.34_1      Void cross toolchain for aarch64-linux-gnu - glibc files
[*] cross-arm-linux-gnueabihf-libc-0.34_1    Void cross toolchain for arm-linux-gnueabihf - glibc files
[*] cross-armv7l-linux-gnueabihf-libc-0.34_1 Void cross toolchain for armv7l-linux-gnueabihf - glibc files
[*] glibc-2.32_1                             GNU C library
[*] glibc-devel-2.32_1                       GNU C library - development files
[*] glibc-locales-2.32_1                     GNU C library - locale data files
[tox@/work/tox/void-packages/masterdir /]$ 
```

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

* Re: [PR PATCH] [Merged]: wireshark: update to 3.4.5.
  2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
                   ` (3 preceding siblings ...)
  2021-05-14 13:16 ` Gottox
@ 2021-05-14 13:16 ` Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2021-05-14 13:16 UTC (permalink / raw)
  To: ml

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

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

wireshark: update to 3.4.5.
https://github.com/void-linux/void-packages/pull/30469

Description:
<!-- Mark items with [x] where applicable -->

Switch to ninja (our default cmake generator) in `pre_check()` otherwise I get
```
make: *** No rule to make target 'test-programs'.  Stop.
```

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-14 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 12:02 [PR PATCH] wireshark: update to 3.4.5 daniel-eys
2021-04-25  3:08 ` ericonr
2021-05-14 12:58 ` Gottox
2021-05-14 12:58 ` Gottox
2021-05-14 13:16 ` Gottox
2021-05-14 13:16 ` [PR PATCH] [Merged]: " Gottox

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).