diff -Nru ssl-cert-1.0.14/debian/changelog ssl-cert-1.0.14/debian/changelog
--- ssl-cert-1.0.14/debian/changelog 2007-02-02 22:47:27.000000000 -0800
+++ ssl-cert-1.0.14/debian/changelog 2008-02-09 14:15:27.000000000 -0800
@@ -1,3 +1,13 @@
+ssl-cert (1.0.14-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Use 'hostname -f' for the snakeoil CN instead of 'hostname', since
+ relative hostnames are subject to namespace collisions that could be
+ exploited (and also because OpenLDAP doesn't care for them when
+ connecting to localhost).
+
+ -- Steve Langasek Sat, 09 Feb 2008 22:13:25 +0000
+
ssl-cert (1.0.14) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
diff -Nru /tmp/jDzpFqLCPH/ssl-cert-1.0.14/make-ssl-cert /tmp/rrqcQpBL77/ssl-cert-1.0.14/make-ssl-cert
--- ssl-cert-1.0.14/make-ssl-cert 2006-05-18 05:02:20.000000000 -0700
+++ ssl-cert-1.0.14/make-ssl-cert 2008-02-09 14:15:45.000000000 -0800
@@ -56,7 +56,7 @@
LocalityName="Everywhere"
OrganisationName="OCOSA"
OUName="Office for Complication of Otherwise Simple Affairs"
- HostName="$(hostname)"
+ HostName="$(hostname -f)"
Email="root@$HostName"
}
|