[rtems-source-builder commit] Update hashes for github-sourced tarballs

Joel Sherrill joel at rtems.org
Mon Jan 30 22:56:40 UTC 2023


Module:    rtems-source-builder
Branch:    master
Commit:    5c01a442210e0a901e10d756297cf698417b7ef2
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=5c01a442210e0a901e10d756297cf698417b7ef2

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Mon Jan 30 16:38:20 2023 -0600

Update hashes for github-sourced tarballs

Github has changed the way it generates on-the-fly tarball requests
which has changed the hashes of the resulting tarballs. This adjusts the
affected tarball hashes as a stop-gap until a more permanent solution
can be devised.

---

 bare/config/devel/capstone-4.0.1-1.cfg            | 2 +-
 bare/config/devel/gcc-12-newlib-head.cfg          | 4 ++--
 bare/config/devel/qemu-couverture-git-1.cfg       | 2 +-
 bare/config/devel/spike-1.1.0.cfg                 | 2 +-
 bare/config/devel/swig-4.0.1.cfg                  | 2 +-
 rtems/config/graphics/microwindows-0.93-dev-1.cfg | 2 +-
 rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg      | 2 +-
 rtems/config/tools/rtems-binutils-2.36.cfg        | 2 +-
 rtems/config/tools/rtems-binutils-head.cfg        | 2 +-
 rtems/config/tools/rtems-gcc-10-newlib-head.cfg   | 4 ++--
 rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg | 2 +-
 rtems/config/tools/rtems-gcc-12-newlib-head.cfg   | 4 ++--
 rtems/config/tools/rtems-gcc-head-newlib-head.cfg | 4 ++--
 rtems/config/tools/rtems-gdb-head.cfg             | 2 +-
 source-builder/config/capstone-1-1.cfg            | 2 +-
 15 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/bare/config/devel/capstone-4.0.1-1.cfg b/bare/config/devel/capstone-4.0.1-1.cfg
index 9f3627c..3a7c6bc 100644
--- a/bare/config/devel/capstone-4.0.1-1.cfg
+++ b/bare/config/devel/capstone-4.0.1-1.cfg
@@ -19,7 +19,7 @@
 # Set source from github.
 #
 %source set capstone --rsb-file=capstone-%{capstone_version}.tar.gz https://github.com/aquynh/capstone/archive/%{capstone_version}.tar.gz
-%hash sha512 capstone-%{capstone_version}.tar.gz 43c52024065b41b45eff9423341db3f3d5163fa7aa01b360faa30437786740c8f2c34c36faa04dced5308e09d8bd78df3bad0ab9c06f98612169edb176f83c36
+%hash sha512 capstone-%{capstone_version}.tar.gz 296c90fcca96117b710472fb55881cb932f4f1d45e847647c2357bfa15bf36fd7f4584db5ffdabf85703d9840e65085ba76f387e6a85555e0af941a344dcf95c
 
 #
 # The build instructions.
diff --git a/bare/config/devel/gcc-12-newlib-head.cfg b/bare/config/devel/gcc-12-newlib-head.cfg
index ce168ea..d50553d 100644
--- a/bare/config/devel/gcc-12-newlib-head.cfg
+++ b/bare/config/devel/gcc-12-newlib-head.cfg
@@ -5,7 +5,7 @@
 %define gcc_external 1
 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
 %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
-%hash sha512 %{gcc_expand_name}.tar.gz f9eb91029c31ed2ca3c4ce2066d99352f63f55120aaad295b58621786fe76228d182a4421292fa95007ac6b6529a589795fe3e794ac77b0b86f9cf9286125e36
+%hash sha512 %{gcc_expand_name}.tar.gz 2f78955344634e3d13a34ae8e724a61761dbc71a88e41916192e6c9d01508014ded06e32a9b640d203b6a8e989ec5410bda32d0469f4b3fe5bf20ae63ad9de21
 
 %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch
 %hash sha512 0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch 413f14374856f8bfd2bb94a56f1860fff8fe9a936f33c96fdf6a5a0c5a30e2cf7d05026d0338e8b30015a93d80169a602397076b947c8292ac5b5cdc2237ec4e
@@ -31,7 +31,7 @@
 %define newlib_external 1
 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
 %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
-%hash sha512 newlib-%{newlib_version}.tar.gz 0e142b06b855b78729c3319e31cf5c15b48cea1f90e001ae1e2d61793c496374065c5658e835e6277ae0739af22ea397feb2c1bc2509a6a80ee6c03818efbf55
+%hash sha512 newlib-%{newlib_version}.tar.gz 051496b686c0acaf1e5fb4f63155aa35357bbe71017f827d6e4113138fec964b083f29c880c3ced9db6e09dc6b3b5bc11ea7d9e9e2987ce015ac2784c2905082
 
 %define with_threads 1
 %define with_plugin 0
diff --git a/bare/config/devel/qemu-couverture-git-1.cfg b/bare/config/devel/qemu-couverture-git-1.cfg
index bb9b7a6..c6fbe1f 100644
--- a/bare/config/devel/qemu-couverture-git-1.cfg
+++ b/bare/config/devel/qemu-couverture-git-1.cfg
@@ -29,7 +29,7 @@
 # Set Couverture-Qemu source from github.
 #
 %source set qemu --rsb-file=qemu-couverture-%{qemu_version}.tar.gz https://github.com/AdaCore/qemu/archive/%{qemu_version}.tar.gz
-%hash sha512 qemu-couverture-%{qemu_version}.tar.gz 4b1877f1e8a10508b161a2b65f8e862e2ffa5bfc36cb458cdcad4e8a71a384bbb28e7fb50555008b023691b8187d252870586b1435e31989d059692f53ad6e1c
+%hash sha512 qemu-couverture-%{qemu_version}.tar.gz e26959cb55ae0c565c299ec38fe86b7bf85bdb246bfc99f0fcd22e1baaebaa05e96a46b3781443678fb63de8e4b3b7b0abc30d717eda6eef216a53fcabab47c0
 
 #
 # The Qemu build instructions. We use 4.x.x Release 1.
diff --git a/bare/config/devel/spike-1.1.0.cfg b/bare/config/devel/spike-1.1.0.cfg
index 73cf3c2..5a8cae0 100644
--- a/bare/config/devel/spike-1.1.0.cfg
+++ b/bare/config/devel/spike-1.1.0.cfg
@@ -10,7 +10,7 @@
 
 %define spike_version 530af85d83781a3dae31a4ace84a573ec255fefa
 
-%hash sha512 spike-%{spike_version}.tar.gz D+9XugRwrZJ8undjx3x3CILr4VSdeaNsTTUZYeENFPZy6MG7TiQAY5umaUr/oOr6vWCq7YjFhqwjPI+fcieqYw==
+%hash sha512 spike-%{spike_version}.tar.gz On2IePT7owbakS9iM4uQ3tjc6v7bJtXFtenCOw274T8vzLLE6q1rzMdzixlvYBVubu13c8+vINwffeca1IYD4A==
 
 #
 # The spike build instructions. We use 1.x.x Release 1.
diff --git a/bare/config/devel/swig-4.0.1.cfg b/bare/config/devel/swig-4.0.1.cfg
index 9352862..6a36834 100644
--- a/bare/config/devel/swig-4.0.1.cfg
+++ b/bare/config/devel/swig-4.0.1.cfg
@@ -9,7 +9,7 @@
 %include %{_configdir}/base.cfg
 
 %define swig_version 4.0.1
-%hash sha512 swig-rel-%{swig_version}.tar.gz AeegX9wtAHvY40gxQoEHXIx4RuQG4KpSopReBWwbsmhzfLSz8saStvixkhNgl+ZygHCgGqRFPQdQrArxLLQDSg==
+%hash sha512 swig-rel-%{swig_version}.tar.gz 8c723012cabd343e580789432c68f5c6a08a3e20edca0d8d5859fe77d0d5f83ed4c297d2ac4e58f94869f54e40b6cb1e89c43505e07d92cbff4af49c38953e66
 
 %define pcre_version 8.40
 %hash sha512 pcre-%{pcre_version}.tar.bz2 tMJ+r73zO9ehOEZVsZNvS+O8Z0XAcjR+sm6YiJbFJmS9haxCRE2hvni24g9Ftsflkh9fIPWwdBtb09mETlvU4g==
diff --git a/rtems/config/graphics/microwindows-0.93-dev-1.cfg b/rtems/config/graphics/microwindows-0.93-dev-1.cfg
index 7ca8968..ab31f73 100644
--- a/rtems/config/graphics/microwindows-0.93-dev-1.cfg
+++ b/rtems/config/graphics/microwindows-0.93-dev-1.cfg
@@ -15,7 +15,7 @@
 
 %define rtems_git_tools_4_11 %{rtems_http_git}/rtems-tools/plain/tools/4.11
 
-%hash sha512 microwindows-%{microwindows_version}.tar.gz cf29a9d966a8a5b3926aab7f911c47890c9b1a589ff0ecf098e6be45ae1555958b0e437270fb26e353b8c58f261834a3a7f0fce84bea0fdb9138fc38c8703ddc
+%hash sha512 microwindows-%{microwindows_version}.tar.gz 8bcca952f48a7aa0535639e68b1fc6c76d49c76ac12a946f41b965e2e319cb68a8a38e53f75feff34917a9a5b3fccf4791ee2a9934d0a9bbe4c8832c6af4f616
 
 %patch add microwindows %{rtems_git_tools_4_11}/microwindows/microwindows-0.93-dev.diff
 %hash sha512 microwindows-0.93-dev.diff 2f575f603ce9ccff5c98e9c434d72fb9952d1385903495bf818d50de6568c57c9ca1d3320388e3bae384388d192a389012baf4d734d2cc8481d56f231d2a93d0
diff --git a/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg b/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg
index 8d4a018..f300671 100644
--- a/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg
+++ b/rtems/config/net-mgmt/net-snmp-5.7.2.1-1.cfg
@@ -26,7 +26,7 @@
 #
 %patch add net-snmp %{rtems_devel_ticket}/4703/rtems-net-snmp-5.7.2.1-20140623.patch
 %hash  sha512 rtems-net-snmp-5.7.2.1-20140623.patch \
-          VGixB0xtgUzmWEPvXtVi33m2+A+W0neDfg1vL1i3WXFLbg5WLIdVwifacgvJzT6aSIB5+wBFUaiaCa6PxNPkxA==
+          1edac8e064a1e60d476267fde3ac81ace952fb0f8d20c95663f2185d1c497a98d2a36f74e93405e563d1483e37d5a6be1dac90bbdb658888067af0714c696ee5
 
 #
 # NetSNMP Build configuration
diff --git a/rtems/config/tools/rtems-binutils-2.36.cfg b/rtems/config/tools/rtems-binutils-2.36.cfg
index f1a66de..5cbe061 100644
--- a/rtems/config/tools/rtems-binutils-2.36.cfg
+++ b/rtems/config/tools/rtems-binutils-2.36.cfg
@@ -5,7 +5,7 @@
 %define binutils_external 1
 %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
 %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
-%hash sha512 %{binutils_expand_name}.tar.gz 9f0fd9f439e026155300b507f288443ee7bbdcdd809663be88e9ca0a8b0ca2fc81bf36964abe5f66af53a23ff91d84b06035d52d68b3b166778d5145c4db7ea4
+%hash sha512 %{binutils_expand_name}.tar.gz e5cb0ab2df2ff35350e7d77e3be84d56210e232d037983e8e025872682d9a83f6acf1839f677f70b1d3243fab5dee6fad7cd82ab4535a580c094df38400f204f
 
 %define with_deterministic_archives 1
 %define with_64_bit_bfd 1
diff --git a/rtems/config/tools/rtems-binutils-head.cfg b/rtems/config/tools/rtems-binutils-head.cfg
index deca6a1..00aae5c 100644
--- a/rtems/config/tools/rtems-binutils-head.cfg
+++ b/rtems/config/tools/rtems-binutils-head.cfg
@@ -6,7 +6,7 @@
 %define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
 %source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
 %hash sha512 %{binutils_expand_name}.tar.gz \
-  rmAch9uFRiqur2l05XVg5PZWun0U0mlFk2CugQuw2XN/yvO56eY7yq9G3CjwDo9agivXONoejOVMv3VP4MKO3w==
+  ebdc53d12c033892a1199e504fa3a082916154086d6d2bf0958159b1bbfcc86cacb6acd61af4356282eaf8f30e78fc7c20766f7bb9c2f9d2723a26838f91a846
 
 %define with_deterministic_archives 1
 %define with_64_bit_bfd 1
diff --git a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
index ee66baf..365080e 100644
--- a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
@@ -6,7 +6,7 @@
 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
 %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
 %hash sha512 %{gcc_expand_name}.tar.gz \
-  bc1RZQriFU1o9YWWwV1o8NNaZ9D+Gk7rE1AQ+epE+0VbVv/rpSCXEmm5xJm6cnO0eAzzIru2gy3E1rG0YoGIWQ==
+  5cc28b0535da794dd50011d4a90e7699d64fee28de94b3048ba1989bdd0d7968ea479edd5f67ccfe9d0f2fed91e01f91563e6262160f42cb9be6e38d2581d6a1
 
 %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch
 %hash sha512 0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch c2d1faed68aa0f60bef917365545cc4cc899df428a5d08f178417c06def4fd3cd3a749c1871c8a22552022c29dfae4a3d21161e2b01291e458ea8d670f01887e
@@ -22,7 +22,7 @@
 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
 %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
 %hash sha512 newlib-%{newlib_version}.tar.gz \
-  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
+  PRYToUTNPUFRcnw7HS+4k9yWVYieh++A/lBhfkQf67s38Qoko6F4ljuSKhsz3puBN28ZgUvVbMzHsk5PNdt2Pg==
 
 %define with_threads 1
 %define with_plugin 0
diff --git a/rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg
index 7526c87..d914db8 100644
--- a/rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-10.4-newlib-head.cfg
@@ -25,7 +25,7 @@
 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
 %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
 %hash sha512 newlib-%{newlib_version}.tar.gz \
-  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
+  PRYToUTNPUFRcnw7HS+4k9yWVYieh++A/lBhfkQf67s38Qoko6F4ljuSKhsz3puBN28ZgUvVbMzHsk5PNdt2Pg==
 
 %define with_threads 1
 %define with_plugin 0
diff --git a/rtems/config/tools/rtems-gcc-12-newlib-head.cfg b/rtems/config/tools/rtems-gcc-12-newlib-head.cfg
index 3b9354b..30c6c26 100644
--- a/rtems/config/tools/rtems-gcc-12-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-12-newlib-head.cfg
@@ -6,7 +6,7 @@
 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
 %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
 %hash sha512 %{gcc_expand_name}.tar.gz \
-  OqCF8lBTz/5uV6+okDGP2RfgHftT4r0CbISeykbVxzFHKF4yN8JvmH3zlSXJlCkfwVXL+DE9qAn5txtlC81Yzg==
+  pcouUoRrg6HGzYX4Rm2Yl2MS2gSxdwyenb6KnvY4TNUriKLe8hnFFzqk5Aglkj7ofldQiPGNhQmbb/spfJFHjg==
 
 %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch
 %hash sha512 0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch \
@@ -47,7 +47,7 @@
 %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz \
            https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
 %hash sha512 newlib-%{newlib_version}.tar.gz \
-  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
+  PRYToUTNPUFRcnw7HS+4k9yWVYieh++A/lBhfkQf67s38Qoko6F4ljuSKhsz3puBN28ZgUvVbMzHsk5PNdt2Pg==
 
 %define with_threads 1
 %define with_plugin 0
diff --git a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
index 56a158a..7cfdd81 100644
--- a/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
@@ -6,14 +6,14 @@
 %define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
 %source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
 %hash sha512 %{gcc_expand_name}.tar.gz \
-  YmWVYFj3u4xsBc1xEfm6EEnOd7WIkYyy7C0P0OSGS22mW6vPru00zQ7fqO4qSx71/leXJTRZsEyFUQE0CLr2jA==
+  27f92203ece41ab67c71521abfd8d95dcea39ecc163262cc1b421307a974f5f6a6400db8a49163d05b4a7d89b7c75b014f2465fc9a77f7c42301e2a204a47130
 
 %define newlib_version b9898fc
 %define newlib_external 1
 %define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
 %source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
 %hash sha512 newlib-%{newlib_version}.tar.gz \
-  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
+  PRYToUTNPUFRcnw7HS+4k9yWVYieh++A/lBhfkQf67s38Qoko6F4ljuSKhsz3puBN28ZgUvVbMzHsk5PNdt2Pg==
 
 %patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
 %hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
diff --git a/rtems/config/tools/rtems-gdb-head.cfg b/rtems/config/tools/rtems-gdb-head.cfg
index 7f4194c..cecb37f 100644
--- a/rtems/config/tools/rtems-gdb-head.cfg
+++ b/rtems/config/tools/rtems-gdb-head.cfg
@@ -6,6 +6,6 @@
 %define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
 %source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
 %hash sha512 %{gdb_expand_name}.tar.gz \
-  rmAch9uFRiqur2l05XVg5PZWun0U0mlFk2CugQuw2XN/yvO56eY7yq9G3CjwDo9agivXONoejOVMv3VP4MKO3w==
+  ebdc53d12c033892a1199e504fa3a082916154086d6d2bf0958159b1bbfcc86cacb6acd61af4356282eaf8f30e78fc7c20766f7bb9c2f9d2723a26838f91a846
 
 %include %{_configdir}/gdb-8-1.cfg
diff --git a/source-builder/config/capstone-1-1.cfg b/source-builder/config/capstone-1-1.cfg
index 703fd54..76eca7c 100644
--- a/source-builder/config/capstone-1-1.cfg
+++ b/source-builder/config/capstone-1-1.cfg
@@ -25,7 +25,7 @@ URL: 	   http://www.capstone-engine.org/
 # Source
 #
 %source set capstone https://github.com/aquynh/capstone/archive/capstone-%{capstone_version}.tar.gz
-%hash sha512 capstone-%{capstone_version}.tar.gz 43c52024065b41b45eff9423341db3f3d5163fa7aa01b360faa30437786740c8f2c34c36faa04dced5308e09d8bd78df3bad0ab9c06f98612169edb176f83c36
+%hash sha512 capstone-%{capstone_version}.tar.gz 296c90fcca96117b710472fb55881cb932f4f1d45e847647c2357bfa15bf36fd7f4584db5ffdabf85703d9840e65085ba76f387e6a85555e0af941a344dcf95c
 
 #
 # Prepare the source code.



More information about the vc mailing list