summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2008-06-28 20:32:41 (UTC)
committer Michael Krelin <hacker@klever.net>2008-06-28 20:32:41 (UTC)
commit67d1afa3006aa8b9956fa955322ace45a8f8e56e (patch) (side-by-side diff)
treeaca587148f6500033109e203842342bea09957a4
parent2006dedac467448e2f58964244d26d0c22129a83 (diff)
downloadfireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.zip
fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.gz
fireflix-67d1afa3006aa8b9956fa955322ace45a8f8e56e.tar.bz2
provisions for signing
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac2
-rw-r--r--install.rdf.in1
-rw-r--r--update-template.rdf.in (renamed from update.rdf.in)1
4 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 06aeaae..a3236ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,12 +11,15 @@ XPI=${PACKAGE}-${VERSION}.xpi
xpi: ${XPI}
${XPI}: install
- test -z "${NO_UPDATE}" || sed -i -e '/em:updateURL/d' ${xpidir}/install.rdf
+ test -z "${NO_UPDATE}" || sed -i -e '/em:update\(URL\|Key\)/d' ${xpidir}/install.rdf
cd ${xpichromedir} \
&& ${ZIP} -r -m ${PACKAGE}.jar */
cd ${xpidir} \
&& ${ZIP} -r @abs_builddir@/$@ .
+update.rdf: update-template.rdf ${XPI}
+ sed -e "s/<!--SHA1-->/$$(sha1sum ${XPI}|cut -d\ -f1)/" <$< >$@
+
install-data-local: ${xpidir}/chrome.manifest
${xpidir}/chrome.manifest: chrome.manifest Makefile
diff --git a/configure.ac b/configure.ac
index 61b9747..6a478db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_SUBST([COPYING])
AC_CONFIG_FILES([
Makefile
install.rdf
- update.rdf
+ update-template.rdf
content/Makefile
content/autoconf.dtd
locale/Makefile
diff --git a/install.rdf.in b/install.rdf.in
index 9a00e0d..8ccdf34 100644
--- a/install.rdf.in
+++ b/install.rdf.in
@@ -13,6 +13,7 @@
<em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL>
<em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL>
<em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL>
+ <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDc/WnetE1dTmWKY+KzphLYfqrjOc88fK7FaGSnHbwa4lpvt3gt6W0GwiCjUATvXu9zWoDU60VKPVhN0ohIOAnUuvtqSTfxjDBwDcsRXjg7fg4nofmA2mTeZtULYMymSCYZB+w6krmlOpEBpWZl14yf5Jc93Lc3gCZPDvH0xXZl9QIDAQAB</em:updateKey>
<!-- Firefox -->
<em:targetApplication>
diff --git a/update.rdf.in b/update-template.rdf.in
index aa368a6..4326468 100644
--- a/update.rdf.in
+++ b/update-template.rdf.in
@@ -19,6 +19,7 @@
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>2.0.0.*</em:maxVersion>
<em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink>
+ <em:updateHash>sha1:<!--SHA1--></em:updateHash>
</Description>
</em:targetApplication>
</RDF:Description>