changeset in /hg/icedtea: Update patches to apply against b58.
Andrew John Hughes
ahughes at redhat.com
Mon May 18 18:31:26 PDT 2009
changeset 9c44278ad34b in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9c44278ad34b
description:
Update patches to apply against b58.
2009-05-12 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-idl.patch,
* patches/security/icedtea-6484091.patch,
* patches/security/icedtea-6497740.patch,
* patches/security/icedtea-6588160.patch,
* patches/security/icedtea-6726779.patch,
* patches/security/icedtea-6734167.patch,
* patches/security/icedtea-6766136.patch:
Removed, applied upstream in b51-b58.
* HACKING: Updated.
* Makefile.am: Remove obsolete patches,
fix bad spacing on some variables.
* patches/icedtea-libraries.patch,
* patches/icedtea-rhino.patch,
* patches/icedtea-security-updates.patch,
* patches/icedtea-tests-jdk.patch,
* patches/security/icedtea-6592792.patch,
* patches/security/icedtea-6733959.patch,
* patches/xrender/icedtea-001.patch:
Recreated against b58.
diffstat:
17 files changed, 248 insertions(+), 3021 deletions(-)
ChangeLog | 22
HACKING | 12
Makefile.am | 19
patches/icedtea-idl.patch | 505 ---------------------
patches/icedtea-libraries.patch | 198 ++++----
patches/icedtea-rhino.patch | 56 +-
patches/icedtea-security-updates.patch | 662 ----------------------------
patches/icedtea-tests-jdk.patch | 16
patches/security/icedtea-6484091.patch | 76 ---
patches/security/icedtea-6497740.patch | 742 --------------------------------
patches/security/icedtea-6588160.patch | 42 -
patches/security/icedtea-6592792.patch | 141 ------
patches/security/icedtea-6726779.patch | 142 ------
patches/security/icedtea-6733959.patch | 210 ---------
patches/security/icedtea-6734167.patch | 89 ---
patches/security/icedtea-6766136.patch | 189 --------
patches/xrender/icedtea-001.patch | 148 +++---
diffs (truncated from 4388 to 500 lines):
diff -r 21921f352706 -r 9c44278ad34b ChangeLog
--- a/ChangeLog Thu May 07 16:58:42 2009 +0100
+++ b/ChangeLog Wed May 13 01:31:07 2009 +0100
@@ -1,3 +1,25 @@ 2009-05-07 Andrew John Hughes <ahughes
+2009-05-12 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-idl.patch,
+ * patches/security/icedtea-6484091.patch,
+ * patches/security/icedtea-6497740.patch,
+ * patches/security/icedtea-6588160.patch,
+ * patches/security/icedtea-6726779.patch,
+ * patches/security/icedtea-6734167.patch,
+ * patches/security/icedtea-6766136.patch:
+ Removed, applied upstream in b51-b58.
+ * HACKING: Updated.
+ * Makefile.am: Remove obsolete patches,
+ fix bad spacing on some variables.
+ * patches/icedtea-libraries.patch,
+ * patches/icedtea-rhino.patch,
+ * patches/icedtea-security-updates.patch,
+ * patches/icedtea-tests-jdk.patch,
+ * patches/security/icedtea-6592792.patch,
+ * patches/security/icedtea-6733959.patch,
+ * patches/xrender/icedtea-001.patch:
+ Recreated against b58.
+
2009-05-07 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 21921f352706 -r 9c44278ad34b HACKING
--- a/HACKING Thu May 07 16:58:42 2009 +0100
+++ b/HACKING Wed May 13 01:31:07 2009 +0100
@@ -3,12 +3,6 @@ Patches
PRx denotes bug x in the IcedTea bug database (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=x)
Sx denotes bug x in the Sun bug database (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=x)
-
-The following patches are applied early in the build to meet the Free Software guidelines and are also
-included in the tarball resulting from the dist-openjdk-fsg target:
-
-* icedtea-idl.patch: Fix IDL licenses (PR141/S6695776).
-* icedtea-jscheme.patch: Replace use of jscheme.jar with Java alternative (PR140/S6695776).
The fsg.sh script is also run to delete certain files with dubious licensing and/or only occuring
in binary format.
@@ -171,6 +165,12 @@ Obsolete Patches
Obsolete Patches
================
+The following patches were applied early in the build to meet the Free Software guidelines and are also
+included in the tarball resulting from the dist-openjdk-fsg target:
+
+* icedtea-idl.patch: Fix IDL licenses (PR141/S6565364).
+* icedtea-jscheme.patch: Replace use of jscheme.jar with Java alternative (PR140/S6695776).
+
The following patches were previously applied, but have been made obsolete by
changes to the OpenJDK code base and/or changes within IcedTea:
diff -r 21921f352706 -r 9c44278ad34b Makefile.am
--- a/Makefile.am Thu May 07 16:58:42 2009 +0100
+++ b/Makefile.am Wed May 13 01:31:07 2009 +0100
@@ -1563,12 +1563,12 @@ endif
endif
if WITH_ALT_HSBUILD
- HS_MD5SUM = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
- HS_CHANGESET = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
+ HS_MD5SUM = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
+ HS_CHANGESET = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_srcdir)/hotspot.map`"
HS_URL = $(OPENJDK_HOTSPOT_URL)
else
- HS_MD5SUM = $(HOTSPOT_MD5SUM)
- HS_CHANGESET = $(HOTSPOT_CHANGESET)
+ HS_MD5SUM = $(HOTSPOT_MD5SUM)
+ HS_CHANGESET = $(HOTSPOT_CHANGESET)
HS_URL = $(HOTSPOT_URL)
endif
@@ -1688,7 +1688,6 @@ endif
endif
endif
endif
-endif
if ! echo "$(HS_MD5SUM) $(HOTSPOT_SRC_ZIP)" \
| $(MD5SUM) --check ; \
then \
@@ -1698,6 +1697,7 @@ endif
fi ; \
$(WGET) $(HS_URL)/archive/$(HS_CHANGESET).tar.gz -O $(HOTSPOT_SRC_ZIP) ; \
fi
+endif
if WITH_CACAO
if !USE_SYSTEM_CACAO
if USE_ALT_CACAO_SRC_ZIP
@@ -1839,8 +1839,7 @@ else
SHARK_PATCH =
endif
-ICEDTEA_FSG_PATCHES = \
- patches/icedtea-idl.patch
+ICEDTEA_FSG_PATCHES =
ICEDTEA_PATCHES = \
patches/icedtea-version.patch \
@@ -1912,15 +1911,9 @@ ICEDTEA_PATCHES = \
patches/icedtea-pr261.patch \
patches/icedtea-doc-headers.patch \
$(ZERO_PATCHES_COND) \
- patches/security/icedtea-6484091.patch \
- patches/security/icedtea-6497740.patch \
- patches/security/icedtea-6588160.patch \
patches/security/icedtea-6592792.patch \
- patches/security/icedtea-6726779.patch \
patches/security/icedtea-6733959.patch \
- patches/security/icedtea-6734167.patch \
patches/security/icedtea-6755943.patch \
- patches/security/icedtea-6766136.patch \
patches/hotspot/$(HSBUILD)/icedtea-includedb.patch \
patches/icedtea-demo-swingapplet.patch \
patches/icedtea-jvmtiEnv.patch \
diff -r 21921f352706 -r 9c44278ad34b patches/icedtea-idl.patch
--- a/patches/icedtea-idl.patch Thu May 07 16:58:42 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,505 +0,0 @@
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/first.set Wed Jun 25 10:48:45 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/first.set Wed Jun 25 10:48:45 2008
-@@ -1,11 +1,35 @@
- /*
-+ * Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This code is free software; you can redistribute it and/or modify it
-+ * under the terms of the GNU General Public License version 2 only, as
-+ * published by the Free Software Foundation. Sun designates this
-+ * particular file as subject to the "Classpath" exception as provided
-+ * by Sun in the LICENSE file that accompanied this code.
-+ *
-+ * This code is distributed in the hope that it will be useful, but WITHOUT
-+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+ * version 2 for more details (a copy is included in the LICENSE file that
-+ * accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License version
-+ * 2 along with this work; if not, write to the Free Software Foundation,
-+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ */
-+
-+/*
- * COMPONENT_NAME: idl.parser
-- *
-+ *
- * ORIGINS: 27
- *
-- * THIS PRODUCT CONTAINS RESTRICTED MATERIALS OF IBM
- * 5639-D57, (C) COPYRIGHT International Business Machines Corp., 1997, 1998
-- *
-+ *
- */
-
- CORBA IDL
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/follow.set Wed Jun 25 10:48:46 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/follow.set Wed Jun 25 10:48:46 2008
-@@ -1,11 +1,35 @@
- /*
-+ * Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This code is free software; you can redistribute it and/or modify it
-+ * under the terms of the GNU General Public License version 2 only, as
-+ * published by the Free Software Foundation. Sun designates this
-+ * particular file as subject to the "Classpath" exception as provided
-+ * by Sun in the LICENSE file that accompanied this code.
-+ *
-+ * This code is distributed in the hope that it will be useful, but WITHOUT
-+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+ * version 2 for more details (a copy is included in the LICENSE file that
-+ * accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License version
-+ * 2 along with this work; if not, write to the Free Software Foundation,
-+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ */
-+
-+/*
- * COMPONENT_NAME: idl.parser
-- *
-+ *
- * ORIGINS: 27
- *
-- * THIS PRODUCT CONTAINS RESTRICTED MATERIALS OF IBM
- * 5639-D57, (C) COPYRIGHT International Business Machines Corp., 1997, 1998
-- *
-+ *
- */
-
- CORBA IDL
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/grammar.idl Wed Jun 25 10:48:47 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/grammar.idl Wed Jun 25 10:48:47 2008
-@@ -1,14 +1,38 @@
- /*
-+ * Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This code is free software; you can redistribute it and/or modify it
-+ * under the terms of the GNU General Public License version 2 only, as
-+ * published by the Free Software Foundation. Sun designates this
-+ * particular file as subject to the "Classpath" exception as provided
-+ * by Sun in the LICENSE file that accompanied this code.
-+ *
-+ * This code is distributed in the hope that it will be useful, but WITHOUT
-+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+ * version 2 for more details (a copy is included in the LICENSE file that
-+ * accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License version
-+ * 2 along with this work; if not, write to the Free Software Foundation,
-+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ */
-+
-+/*
- * COMPONENT_NAME: idl.parser
-- *
-+ *
- * ORIGINS: 27
- *
-- * THIS PRODUCT CONTAINS RESTRICTED MATERIALS OF IBM
- * 5639-D57, (C) COPYRIGHT International Business Machines Corp., 1997, 1998
-- *
-+ *
- */
-
--CORBA 2.3 IDL
-+CORBA 2.3 IDL
- ---------------
-
- (1) <specification> <definition><specification'>
-@@ -83,7 +107,7 @@
-
- (16) <vad> e
- <export> <vad>
--
-+
- (17) <value_dcl> <value_header> "{" <value_element> <ve> "}"
-
- (17) <ve> e
-@@ -91,9 +115,9 @@
-
- (18) <value_header> "custom" "valuetype" <id> <value_inheritance_spec>
- "valuetype" <id> <value_inheritance_spec>
-- "custom" "valuetype" <id>
-- "valuetype" <id>
--
-+ "custom" "valuetype" <id>
-+ "valuetype" <id>
-+
- (19) <value_inheritance_spec> <opt_inherits> <opt_supports>
-
- (19) <opt_inherits> e
-@@ -107,7 +131,7 @@
- "supports" <interface_name> <interface_name_list>
-
- (19) <interface_name_list> e
-- "," <interface_name> <interface_name_list>
-+ "," <interface_name> <interface_name_list>
-
- (20) <value_name> <scoped_name>
-
-@@ -121,7 +145,7 @@
- (23) <init_dcl> "factory" <id> "(" ")"
- "factory" <id> "(" <init_param_dcls> ")"
-
--(24) <init_param_dcls> <init_param_decl>
-+(24) <init_param_dcls> <init_param_decl>
- <init_param_decl> "," <init_param_dcls>
-
- (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
-@@ -349,7 +373,7 @@
-
- (87) <op_dcl''> e
- <context_expr>
-- <raises_expr>
-+ <raises_expr>
- <raises_expr> <context_expr>
-
- (88) <op_attribute> "oneway"
-@@ -386,7 +410,7 @@
- <wide_string_type>
- <scoped_name>
-
--(96) <fixed_pt_type> "fixed" "<" <positive_int_const> "," <positive_int_const> ">"
-+(96) <fixed_pt_type> "fixed" "<" <positive_int_const> "," <positive_int_const> ">"
-
- (97) <fixed_pt_const_type> "fixed"
-
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/grammar3.idl Wed Jun 25 10:48:47 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/grammar3.idl Wed Jun 25 10:48:47 2008
-@@ -1,11 +1,35 @@
- /*
-+ * Copyright 1999 Sun Microsystems, Inc. All Rights Reserved.
-+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+ *
-+ * This code is free software; you can redistribute it and/or modify it
-+ * under the terms of the GNU General Public License version 2 only, as
-+ * published by the Free Software Foundation. Sun designates this
-+ * particular file as subject to the "Classpath" exception as provided
-+ * by Sun in the LICENSE file that accompanied this code.
-+ *
-+ * This code is distributed in the hope that it will be useful, but WITHOUT
-+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+ * version 2 for more details (a copy is included in the LICENSE file that
-+ * accompanied this code).
-+ *
-+ * You should have received a copy of the GNU General Public License version
-+ * 2 along with this work; if not, write to the Free Software Foundation,
-+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+ *
-+ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+ * CA 95054 USA or visit www.sun.com if you need additional information or
-+ * have any questions.
-+ */
-+
-+/*
- * COMPONENT_NAME: idl.parser
-- *
-+ *
- * ORIGINS: 27
- *
-- * THIS PRODUCT CONTAINS RESTRICTED MATERIALS OF IBM
- * 5639-D57, (C) COPYRIGHT International Business Machines Corp., 1997, 1998
-- *
-+ *
- */
-
- (1) <specification> <imports> <definition> <specification'> // CORBA3
-@@ -98,7 +122,7 @@
-
- (16) <vad> e
- <export> <vad>
--
-+
- (17) <value_dcl> <value_header> "{" <value_element> <ve> "}"
-
- (17) <ve> e
-@@ -106,9 +130,9 @@
-
- (18) <value_header> "custom" "valuetype" <id> <value_inheritance_spec>
- "valuetype" <id> <value_inheritance_spec>
-- "custom" "valuetype" <id>
-- "valuetype" <id>
--
-+ "custom" "valuetype" <id>
-+ "valuetype" <id>
-+
- (19) <value_inheritance_spec> <opt_inherits> <opt_supports>
-
- (19) <opt_inherits> e
-@@ -122,7 +146,7 @@
- "supports" <interface_name> <interface_name_list>
-
- (19) <interface_name_list> e
-- "," <interface_name> <interface_name_list>
-+ "," <interface_name> <interface_name_list>
-
- (20) <value_name> <scoped_name>
-
-@@ -136,7 +160,7 @@
- (23) <init_dcl> "factory" <id> "(" ")"
- "factory" <id> "(" <init_param_dcls> ")"
-
--(24) <init_param_dcls> <init_param_dcl>
-+(24) <init_param_dcls> <init_param_dcl>
- <init_param_dcl> "," <init_param_dcls>
-
- (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
-@@ -351,7 +375,7 @@
- (85) <readonly_attr_spec> <readonly_attr_header> <readonly_attr_declarator> // CORBA3
-
- (85) <readonly_attr_header> "readonly" "attribute" <param_type_spec> // CORBA3
--
-+
- (85) <readonly_attr_declarator> <simple_declarator> <get_excep_expr> // CORBA3
- <simple_declarator> <sds> // CORBA3
-
-@@ -389,7 +413,7 @@
-
- (87) <op_dcl''> e
- <context_expr>
-- <raises_expr>
-+ <raises_expr>
- <raises_expr> <context_expr>
-
- (88) <op_attribute> "oneway"
-@@ -426,7 +450,7 @@
- <wide_string_type>
- <scoped_name>
-
--(96) <fixed_pt_type> "fixed" "<" <positive_int_const> "," <positive_int_const> ">"
-+(96) <fixed_pt_type> "fixed" "<" <positive_int_const> "," <positive_int_const> ">"
-
- (97) <fixed_pt_const_type> "fixed"
-
-@@ -450,7 +474,7 @@
-
- (204) <snames> e
- "," <scoped_name> <snames>
--
-+
- (205) <component_inheritance_spec> ":" <scoped_name>
-
- (206) <component_body> <component_export> <ces>
-@@ -458,8 +482,8 @@
- (206) <ces> e
- <component_export> <ces>
-
--(207) <component_export> <provides_dcl> ";"
-- <uses_dcl> ";"
-+(207) <component_export> <provides_dcl> ";"
-+ <uses_dcl> ";"
- <emits_dcl> ";"
- <publishes_dcl> ";"
- <consumes_dcl> ";"
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/idl.prp Wed Jun 25 10:48:48 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/idl.prp Wed Jun 25 10:48:48 2008
-@@ -1,4 +1,29 @@
- #
-+# Copyright 1999-2004 Sun Microsystems, Inc. All Rights Reserved.
-+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+#
-+# This code is free software; you can redistribute it and/or modify it
-+# under the terms of the GNU General Public License version 2 only, as
-+# published by the Free Software Foundation. Sun designates this
-+# particular file as subject to the "Classpath" exception as provided
-+# by Sun in the LICENSE file that accompanied this code.
-+#
-+# This code is distributed in the hope that it will be useful, but WITHOUT
-+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+# version 2 for more details (a copy is included in the LICENSE file that
-+# accompanied this code).
-+#
-+# You should have received a copy of the GNU General Public License version
-+# 2 along with this work; if not, write to the Free Software Foundation,
-+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+#
-+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+# CA 95054 USA or visit www.sun.com if you need additional information or
-+# have any questions.
-+#
-+
-+#
- # COMPONENT_NAME: idl.parser
- #
- # ORIGINS: 27
---- openjdk.old/corba/src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp Wed Jun 25 10:48:49 2008
-+++ openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp Wed Jun 25 10:48:49 2008
-@@ -1,4 +1,29 @@
- #
-+# Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved.
-+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-+#
-+# This code is free software; you can redistribute it and/or modify it
-+# under the terms of the GNU General Public License version 2 only, as
-+# published by the Free Software Foundation. Sun designates this
-+# particular file as subject to the "Classpath" exception as provided
-+# by Sun in the LICENSE file that accompanied this code.
-+#
-+# This code is distributed in the hope that it will be useful, but WITHOUT
-+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-+# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-+# version 2 for more details (a copy is included in the LICENSE file that
-+# accompanied this code).
-+#
-+# You should have received a copy of the GNU General Public License version
-+# 2 along with this work; if not, write to the Free Software Foundation,
-+# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-+#
-+# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
-+# CA 95054 USA or visit www.sun.com if you need additional information or
-+# have any questions.
-+#
-+
-+#
- # COMPONENT_NAME: idl.parser
- #
More information about the distro-pkg-dev
mailing list