[25413] in Source-Commits
/svn/athena r24964 - in trunk: athena/lib/firefox-extension athena/lib/firefox-extension/chrome/content athena/lib/firefox-extension/debian debathena/config/ssl-certificates/debian
daemon@ATHENA.MIT.EDU (Alexander Chernyakhovsky)
Fri Feb 18 22:17:53 2011
Date: Fri, 18 Feb 2011 22:17:47 -0500
From: Alexander Chernyakhovsky <achernya@MIT.EDU>
Message-Id: <201102190317.p1J3Hl3i022849@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: achernya
Date: 2011-02-18 22:17:47 -0500 (Fri, 18 Feb 2011)
New Revision: 24964
Modified:
trunk/athena/lib/firefox-extension/Makefile.in
trunk/athena/lib/firefox-extension/chrome/content/athena.properties
trunk/athena/lib/firefox-extension/debian/changelog
trunk/athena/lib/firefox-extension/install.rdf
trunk/debathena/config/ssl-certificates/debian/changelog
trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.install
trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.postinst
trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.prerm
Log:
Package the CSAIL CA (Trac: #740).
Modified: trunk/athena/lib/firefox-extension/Makefile.in
===================================================================
--- trunk/athena/lib/firefox-extension/Makefile.in 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/athena/lib/firefox-extension/Makefile.in 2011-02-19 03:17:47 UTC (rev 24964)
@@ -24,6 +24,7 @@
content/athena.properties \
content/athena.xul \
content/mitca.pem \
+ content/csailca.pem \
skin/icon.png
all: athena.jar chrome.manifest
Modified: trunk/athena/lib/firefox-extension/chrome/content/athena.properties
===================================================================
--- trunk/athena/lib/firefox-extension/chrome/content/athena.properties 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/athena/lib/firefox-extension/chrome/content/athena.properties 2011-02-19 03:17:47 UTC (rev 24964)
@@ -3,3 +3,5 @@
athena.help.url=http://web.mit.edu/olh
Cert1=mitca.pem
CertTrust1=C,c,c
+Cert2=csailca.pem
+CertTrust2=C,c,c
\ No newline at end of file
Modified: trunk/athena/lib/firefox-extension/debian/changelog
===================================================================
--- trunk/athena/lib/firefox-extension/debian/changelog 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/athena/lib/firefox-extension/debian/changelog 2011-02-19 03:17:47 UTC (rev 24964)
@@ -1,3 +1,9 @@
+debathena-firefox-extension (10.0.5-0debathena1) unstable; urgency=low
+
+ * Package the CSAIL CA (Trac: #740).
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 22 Jan 2011 18:27:00 -0500
+
debathena-firefox-extension (10.0.4-0debathena1) unstable; urgency=low
* Bump the max supported version for Firefox 3.6.
Modified: trunk/athena/lib/firefox-extension/install.rdf
===================================================================
--- trunk/athena/lib/firefox-extension/install.rdf 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/athena/lib/firefox-extension/install.rdf 2011-02-19 03:17:47 UTC (rev 24964)
@@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>athena@mit.edu</em:id>
- <em:version>1.2.1</em:version>
+ <em:version>1.2.2</em:version>
<em:type>2</em:type>
<!-- Target Application this extension can install into,
Modified: trunk/debathena/config/ssl-certificates/debian/changelog
===================================================================
--- trunk/debathena/config/ssl-certificates/debian/changelog 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/debathena/config/ssl-certificates/debian/changelog 2011-02-19 03:17:47 UTC (rev 24964)
@@ -1,3 +1,9 @@
+debathena-ssl-certificates (1.4) unstable; urgency=low
+
+ * Package the CSAIL CA (Trac: #740).
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 22 Jan 2011 18:01:59 -0500
+
debathena-ssl-certificates (1.3) unstable; urgency=low
* Let the MIT CA be managed by update-ca-certificates. (This causes the
Modified: trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.install
===================================================================
--- trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.install 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.install 2011-02-19 03:17:47 UTC (rev 24964)
@@ -1,2 +1,3 @@
mitCA.crt usr/share/ca-certificates/mit.edu
mitCAclient.crt usr/share/ca-certificates/mit.edu
+csailCA.crt usr/share/ca-certificates/csail.mit.edu
\ No newline at end of file
Modified: trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.postinst
===================================================================
--- trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.postinst 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.postinst 2011-02-19 03:17:47 UTC (rev 24964)
@@ -27,6 +27,7 @@
# package.
mit.edu\/mitCAclient.crt
mit.edu\/mitCA.crt
+csail.mit.edu\/csailCA.crt
### END debathena-ssl-certificates
/;
' -i /etc/ca-certificates.conf
Modified: trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.prerm
===================================================================
--- trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.prerm 2011-02-19 00:37:40 UTC (rev 24963)
+++ trunk/debathena/config/ssl-certificates/debian/debathena-ssl-certificates.prerm 2011-02-19 03:17:47 UTC (rev 24964)
@@ -26,6 +26,7 @@
# package.
!mit.edu\/mitCAclient.crt
!mit.edu\/mitCA.crt
+!csail.mit.edu\/csailCA.crt
### END debathena-ssl-certificates
/;
' -i /etc/ca-certificates.conf