Your message dated Wed, 07 Jul 2010 23:47:38 +0000
with message-id <[email protected]>
and subject line Bug#587835: fixed in libspring-2.5-java 2.5.6.SEC02-1
has caused the Debian Bug report #587835,
regarding libspring-2.5-java: Please enable support for JavaServer Faces API
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
587835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587835
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libspring-2.5-java
Severity: wishlist
Tags: patch
Hi,
I just needed support for JavaServer Faces API in Spring, so
since libjsf-api-java is available in Debian it should be
possible to have this functionality in Spring Debian package.
I just prepared a package for some workstations that I
administer so maybe the attached debdiff could be useful to
you.
Regards,
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/changelog
libspring-2.5-java-2.5.6.SEC01/debian/changelog
--- libspring-2.5-java-2.5.6.SEC01/debian/changelog 2010-06-16
14:49:03.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/changelog 2010-07-01
21:32:30.000000000 -0430
@@ -1,3 +1,11 @@
+libspring-2.5-java (2.5.6.SEC01-11) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Enable support for JavaServer Faces API. (Closes: #XXXXXX).
+ * Bump Standards-Version to 3.9.0. No changes were needed.
+
+ -- Miguel Landaeta <[email protected]> Thu, 01 Jul 2010 21:32:30 -0430
+
libspring-2.5-java (2.5.6.SEC01-10) unstable; urgency=low
[ Onkar Shinde ]
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian
libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian
--- libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian 2010-06-15
03:38:46.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/classpath-debian 2010-07-01
21:20:24.000000000 -0430
@@ -48,6 +48,7 @@
usr/share/java/glassfish-appserv-jstl.jar
usr/share/java/testng.jar
usr/share/java/portlet-api.jar
+usr/share/java/jsf-api.jar
# buildtiger
usr/share/tomcat6/lib/catalina.jar
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/control
libspring-2.5-java-2.5.6.SEC01/debian/control
--- libspring-2.5-java-2.5.6.SEC01/debian/control 2010-06-16
14:49:03.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/control 2010-07-01
21:32:03.000000000 -0430
@@ -13,8 +13,8 @@
libhibernate3-java, libhibernate-commons-annotations-java,
libhibernate-annotations-java,
libehcache-java, libibatis-java, libquartz-java, libxapool-java,
libtiles-java (>= 2.2.1), libvelocity-tools-java,
glassfish-toplink-essentials, libtomcat6-java, junit4 (>= 4.5), testng,
aspectj (>= 1.6.4), libjasperreports-java,
- maven-repo-helper, libportlet-api-2.0-spec-java
-Standards-Version: 3.8.4
+ maven-repo-helper, libportlet-api-2.0-spec-java, libjsf-api-java
+Standards-Version: 3.9.0
Homepage: http://springframework.org/about
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libspring-2.5-java/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libspring-2.5-java/
@@ -80,7 +80,7 @@
Package: libspring-web-2.5-java
Architecture: all
Depends: ${misc:Depends}, openjdk-6-jre | java2-runtime,
libspring-context-2.5-java
-Recommends: libstruts1.2-java, libcommons-httpclient-java, libaxis-java
+Recommends: libstruts1.2-java, libcommons-httpclient-java, libaxis-java,
libjsf-api-java
Suggests: glassfish-javaee
Description: modular Java/J2EE application framework - Web
Spring is a layered Java/J2EE application framework offering a lot of freedom
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes
libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes
--- libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes
2010-04-26 16:33:34.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/main.excludes
2010-07-01 21:15:34.000000000 -0430
@@ -15,8 +15,5 @@
org/springframework/transaction/jta/JotmFactoryBean.java
# spring-web
-# JSF RI is not DFSG-free
-org/springframework/web/jsf/**
-org/springframework/web/context/request/Faces*
-# no Caucho package in Debbian
+# no Caucho package in Debian
org/springframework/remoting/caucho/**
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/tiger.excludes
libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/tiger.excludes
--- libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/tiger.excludes
2010-04-26 16:33:34.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/excludesfiles/tiger.excludes
2010-07-01 21:15:47.000000000 -0430
@@ -6,7 +6,3 @@
# spring-orm
org/springframework/orm/jpa/vendor/**
-
-# spring-web
-# JSF RI is not DFSG-free
-org/springframework/web/jsf/**
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/patches/series
libspring-2.5-java-2.5.6.SEC01/debian/patches/series
--- libspring-2.5-java-2.5.6.SEC01/debian/patches/series 2010-06-15
03:38:46.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/patches/series 2010-07-01
21:30:52.000000000 -0430
@@ -3,7 +3,7 @@
03_use_debian_asm2.diff
04_remove_oc4j_weaving.diff
05_remove_glassfish_weaving.diff
-06_no_jsf.diff
+#06_no_jsf.diff
08_use_glasshfish_toplink.diff
09_junit_45.diff
#10_jruby_11.diff
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/README.Debian
libspring-2.5-java-2.5.6.SEC01/debian/README.Debian
--- libspring-2.5-java-2.5.6.SEC01/debian/README.Debian 2010-06-16
14:49:03.000000000 -0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/README.Debian 2010-07-01
21:19:28.000000000 -0430
@@ -30,9 +30,6 @@
org/springframework/orm/jpa/vendor/**
* spring-web
- [non-free] JSF RI is not DFSG-free
- org/springframework/web/jsf/**
- org/springframework/web/context/request/Faces*
[not-in-debian] no Caucho package in Debbian
org/springframework/remoting/caucho/**
diff -Nru libspring-2.5-java-2.5.6.SEC01/debian/rules
libspring-2.5-java-2.5.6.SEC01/debian/rules
--- libspring-2.5-java-2.5.6.SEC01/debian/rules 2010-06-15 03:38:46.000000000
-0430
+++ libspring-2.5-java-2.5.6.SEC01/debian/rules 2010-07-01 21:37:59.000000000
-0430
@@ -18,6 +18,7 @@
override_dh_auto_clean:
$(ANT) clean
+ mh_clean
override_dh_auto_build:
$(ANT) alljars
--- End Message ---
--- Begin Message ---
Source: libspring-2.5-java
Source-Version: 2.5.6.SEC02-1
We believe that the bug you reported is fixed in the latest version of
libspring-2.5-java, which is due to be installed in the Debian FTP archive:
libspring-2.5-java_2.5.6.SEC02-1.debian.tar.gz
to main/libs/libspring-2.5-java/libspring-2.5-java_2.5.6.SEC02-1.debian.tar.gz
libspring-2.5-java_2.5.6.SEC02-1.dsc
to main/libs/libspring-2.5-java/libspring-2.5-java_2.5.6.SEC02-1.dsc
libspring-2.5-java_2.5.6.SEC02.orig.tar.gz
to main/libs/libspring-2.5-java/libspring-2.5-java_2.5.6.SEC02.orig.tar.gz
libspring-aop-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-aop-2.5-java_2.5.6.SEC02-1_all.deb
libspring-aspects-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-aspects-2.5-java_2.5.6.SEC02-1_all.deb
libspring-beans-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-beans-2.5-java_2.5.6.SEC02-1_all.deb
libspring-context-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-context-2.5-java_2.5.6.SEC02-1_all.deb
libspring-context-support-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-context-support-2.5-java_2.5.6.SEC02-1_all.deb
libspring-core-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-core-2.5-java_2.5.6.SEC02-1_all.deb
libspring-jdbc-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-jdbc-2.5-java_2.5.6.SEC02-1_all.deb
libspring-jms-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-jms-2.5-java_2.5.6.SEC02-1_all.deb
libspring-orm-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-orm-2.5-java_2.5.6.SEC02-1_all.deb
libspring-test-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-test-2.5-java_2.5.6.SEC02-1_all.deb
libspring-tx-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-tx-2.5-java_2.5.6.SEC02-1_all.deb
libspring-web-2.5-java_2.5.6.SEC02-1_all.deb
to main/libs/libspring-2.5-java/libspring-web-2.5-java_2.5.6.SEC02-1_all.deb
libspring-webmvc-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-webmvc-2.5-java_2.5.6.SEC02-1_all.deb
libspring-webmvc-portlet-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-webmvc-portlet-2.5-java_2.5.6.SEC02-1_all.deb
libspring-webmvc-struts-2.5-java_2.5.6.SEC02-1_all.deb
to
main/libs/libspring-2.5-java/libspring-webmvc-struts-2.5-java_2.5.6.SEC02-1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Damien Raude-Morvan <[email protected]> (supplier of updated
libspring-2.5-java package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 08 Jul 2010 01:28:57 +0200
Source: libspring-2.5-java
Binary: libspring-core-2.5-java libspring-beans-2.5-java libspring-aop-2.5-java
libspring-context-2.5-java libspring-context-support-2.5-java
libspring-web-2.5-java libspring-webmvc-2.5-java
libspring-webmvc-struts-2.5-java libspring-webmvc-portlet-2.5-java
libspring-test-2.5-java libspring-tx-2.5-java libspring-jdbc-2.5-java
libspring-jms-2.5-java libspring-orm-2.5-java libspring-aspects-2.5-java
Architecture: source all
Version: 2.5.6.SEC02-1
Distribution: sid
Urgency: high
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Damien Raude-Morvan <[email protected]>
Description:
libspring-aop-2.5-java - modular Java/J2EE application framework - AOP
libspring-aspects-2.5-java - modular Java/J2EE application framework - Bundled
aspects
libspring-beans-2.5-java - modular Java/J2EE application framework - Beans
libspring-context-2.5-java - modular Java/J2EE application framework - Context
libspring-context-support-2.5-java - modular Java/J2EE application framework -
Context Support
libspring-core-2.5-java - modular Java/J2EE application framework - Core
libspring-jdbc-2.5-java - modular Java/J2EE application framework - JDBC tools
libspring-jms-2.5-java - modular Java/J2EE application framework - JMS tools
libspring-orm-2.5-java - modular Java/J2EE application framework - ORM tools
libspring-test-2.5-java - modular Java/J2EE application framework - Test
helpers
libspring-tx-2.5-java - modular Java/J2EE application framework - transaction
libspring-web-2.5-java - modular Java/J2EE application framework - Web
libspring-webmvc-2.5-java - modular Java/J2EE application framework - MVC
libspring-webmvc-portlet-2.5-java - modular Java/J2EE application framework -
Portlet MVC
libspring-webmvc-struts-2.5-java - modular Java/J2EE application framework -
Struts MVC
Closes: 587835
Changes:
libspring-2.5-java (2.5.6.SEC02-1) unstable; urgency=high
.
[ Miguel Landaeta ]
* Enable support for JavaServer Faces API. (Closes: #587835).
* Bump Standards-Version to 3.9.0. No changes were needed.
.
[ Damien Raude-Morvan ]
* New upstream security release (hence urgency=high)
- [SECURITY] Include fix for CVE-2010-1622:
Spring Framework execution of arbitrary code
* Enable support for Hessian API.
- Add B-D on libhessian-java
* Enable support for CommonJ API.
- Add B-D on libgeronimo-commonj-spec-java
* Enable support for JPA 1.0 API.
- Add B-D on libhibernate-entitymanager-java, libeclipselink-java
and libopenjpa-java
Checksums-Sha1:
585643eebcb3baa05415d0adc065d7987899b9c1 2897
libspring-2.5-java_2.5.6.SEC02-1.dsc
dd5a0e983f645a0f391ae625536da9df58943e70 3799233
libspring-2.5-java_2.5.6.SEC02.orig.tar.gz
be6dde86cb1d03777c7f2d2c49d1e426fedb5107 23060
libspring-2.5-java_2.5.6.SEC02-1.debian.tar.gz
0a42332780a4e2a2ee484ad3c34c25324d6d0cee 395240
libspring-core-2.5-java_2.5.6.SEC02-1_all.deb
bd9a600eb562024714b54d95a1362e007bfe3c43 527378
libspring-beans-2.5-java_2.5.6.SEC02-1_all.deb
73176cb05646740a9489d3c29791b26d8866f746 374646
libspring-aop-2.5-java_2.5.6.SEC02-1_all.deb
f7d3519ce1ce52ac1cff8ef86fd3948257099d77 494610
libspring-context-2.5-java_2.5.6.SEC02-1_all.deb
c01eeace0cb3337da909c9704d4fd6b04acf70d8 180458
libspring-context-support-2.5-java_2.5.6.SEC02-1_all.deb
6940d90c2778d1c2d7660f1cfaca57cabd509a87 263964
libspring-web-2.5-java_2.5.6.SEC02-1_all.deb
0069c2eef96f299afae5871bdfa0c56634a752eb 449250
libspring-webmvc-2.5-java_2.5.6.SEC02-1_all.deb
10da784ed27c654143cbc953f37c9fed044971ad 127130
libspring-webmvc-struts-2.5-java_2.5.6.SEC02-1_all.deb
c87159ed25965ee40f9ee0201f580763b8f2c17d 227346
libspring-webmvc-portlet-2.5-java_2.5.6.SEC02-1_all.deb
0f300d1aee2ca803fd153cfd8073846f1b1b91b3 256536
libspring-test-2.5-java_2.5.6.SEC02-1_all.deb
c9aa9e358bf2bdcfab1dc1d855975e5f52760820 282008
libspring-tx-2.5-java_2.5.6.SEC02-1_all.deb
7d6935175b243daf7eea91413243fb66f1b95055 385848
libspring-jdbc-2.5-java_2.5.6.SEC02-1_all.deb
fc32d72217151327d20539aad30839540b2ad038 263242
libspring-jms-2.5-java_2.5.6.SEC02-1_all.deb
b695945574fd51384ad2ebbef9da703e8f5bf9ba 417086
libspring-orm-2.5-java_2.5.6.SEC02-1_all.deb
7e711d7b6bb03b6b8f615ec8b7c2bc0bbc24c05f 99044
libspring-aspects-2.5-java_2.5.6.SEC02-1_all.deb
Checksums-Sha256:
6d6e2b9dfd2a6871e5a50c31e61d8d630a19e32eb67bc303a5f1eeb252cd3a50 2897
libspring-2.5-java_2.5.6.SEC02-1.dsc
ab7c417fad156d58857d2968395d04ab8fb699f7f19746886043c2f5d4e1681c 3799233
libspring-2.5-java_2.5.6.SEC02.orig.tar.gz
d0aa2223d5643436965e7ce68950edd0272d81f8321cda452ec9faf9297546d9 23060
libspring-2.5-java_2.5.6.SEC02-1.debian.tar.gz
d1313a505f470c13696b690c011ba427b4fa519851181191169dc5b8ce09092e 395240
libspring-core-2.5-java_2.5.6.SEC02-1_all.deb
5147ee84fce72d2de730daeea2bb9bb22072623b4cdd68772f6ff483a9c1f69d 527378
libspring-beans-2.5-java_2.5.6.SEC02-1_all.deb
9740b6f23cbfffc1f92b04009eeed884675c6e92f2c54f6eba695ff5006d4aea 374646
libspring-aop-2.5-java_2.5.6.SEC02-1_all.deb
cc85f0ba696e20986b7ed23cb26b458af302210a8b55ba9962ac30a205bb798e 494610
libspring-context-2.5-java_2.5.6.SEC02-1_all.deb
9e7832aa0f3580d03eebd43f397a1ba592555609247be0e49d8f1aa581bafb77 180458
libspring-context-support-2.5-java_2.5.6.SEC02-1_all.deb
bed55468844e35f0e7c3d8f6f7e34fd0f3d9e08304873b4055b1429f6d83bb68 263964
libspring-web-2.5-java_2.5.6.SEC02-1_all.deb
2267a0f22bd1f6aa08d54e4ba3d9554a4492db12d00937de50d0433affabada1 449250
libspring-webmvc-2.5-java_2.5.6.SEC02-1_all.deb
ac825f3120d764b193237d952b5a8a0355fcc8a4fc699e84d2ecb18424e92c25 127130
libspring-webmvc-struts-2.5-java_2.5.6.SEC02-1_all.deb
7548dc9efb604624aa990fe0aeada4599fc807bc457e2cfe44894e21bfedaa7a 227346
libspring-webmvc-portlet-2.5-java_2.5.6.SEC02-1_all.deb
a8d646a8c355b7f7255e1fe4a1a4b4ad43bb615ce6a35a3a3c4198bfd889c665 256536
libspring-test-2.5-java_2.5.6.SEC02-1_all.deb
4f7478b33e430be5fc5be0a822654d6d09aca119967bb423ae66e26d0e517118 282008
libspring-tx-2.5-java_2.5.6.SEC02-1_all.deb
3cd52f93b7ec4b262dc1933c87d3517cd7300c4d757875584e848350af7c69ed 385848
libspring-jdbc-2.5-java_2.5.6.SEC02-1_all.deb
8062858988f565a4074b6aa9dce76223aabe1e28e359922655b3f2b13c11af46 263242
libspring-jms-2.5-java_2.5.6.SEC02-1_all.deb
efcd145afd693cf358f560a31bd0e8ce5caec6d3133ba5704806b78b940e642c 417086
libspring-orm-2.5-java_2.5.6.SEC02-1_all.deb
0649fb7ac00d70dd397c053d379e4670eb87ece5a904a02539920b863b72d78d 99044
libspring-aspects-2.5-java_2.5.6.SEC02-1_all.deb
Files:
335079fded1b50e5bc57df29ef6b1a1b 2897 java extra
libspring-2.5-java_2.5.6.SEC02-1.dsc
15f77cf388dd4f23d3b966115afabea3 3799233 java extra
libspring-2.5-java_2.5.6.SEC02.orig.tar.gz
99c93c8ed576949c1c4fd4861b4fca37 23060 java extra
libspring-2.5-java_2.5.6.SEC02-1.debian.tar.gz
7c2a8981c87fe4904dc8c3df59182820 395240 java extra
libspring-core-2.5-java_2.5.6.SEC02-1_all.deb
d6509a01b220a8b61bb7e0400dc7c7cc 527378 java extra
libspring-beans-2.5-java_2.5.6.SEC02-1_all.deb
25eba04b43908aee21a8cf12e0197d8f 374646 java extra
libspring-aop-2.5-java_2.5.6.SEC02-1_all.deb
ce17524e4a348d555d986b7dbd8f9fb4 494610 java extra
libspring-context-2.5-java_2.5.6.SEC02-1_all.deb
13c6f1b210bcc6157dca703402510d45 180458 java extra
libspring-context-support-2.5-java_2.5.6.SEC02-1_all.deb
74b1d256bc35c631fa246bff4ed66929 263964 java extra
libspring-web-2.5-java_2.5.6.SEC02-1_all.deb
af362044904ae4c085884e3375705271 449250 java extra
libspring-webmvc-2.5-java_2.5.6.SEC02-1_all.deb
4c3835ad64b464d2b6c99a1f3accb72a 127130 java extra
libspring-webmvc-struts-2.5-java_2.5.6.SEC02-1_all.deb
91ce5e459df2b54319ca7b5dd21d8b72 227346 java extra
libspring-webmvc-portlet-2.5-java_2.5.6.SEC02-1_all.deb
6e3366c50edb5eefdf871ffcb36126e7 256536 java extra
libspring-test-2.5-java_2.5.6.SEC02-1_all.deb
7deb178a365d92cf88433cddc8fd8f81 282008 java extra
libspring-tx-2.5-java_2.5.6.SEC02-1_all.deb
a254c746171083db9935d68edeabd856 385848 java extra
libspring-jdbc-2.5-java_2.5.6.SEC02-1_all.deb
6593ccd0e6e2696554fc3f3df8fb5fb9 263242 java extra
libspring-jms-2.5-java_2.5.6.SEC02-1_all.deb
ecea96288dfc752433021c8510657753 417086 java extra
libspring-orm-2.5-java_2.5.6.SEC02-1_all.deb
5873909abd13f8399a17e32dca87b1a3 99044 java extra
libspring-aspects-2.5-java_2.5.6.SEC02-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkw1D9QACgkQyIFXyIXHk4meYACcCNDzz/XM38vuy82PgGS/CfY7
WJwAoIioEnPBdf/lTOytzhZDC761Pqs6
=gIux
-----END PGP SIGNATURE-----
--- End Message ---