diff --git a/.cvsignore b/.cvsignore index cf80d60..b16e088 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -crypto-rand-1.0.tar.gz +crypto-rand-1.1.tar.gz diff --git a/certwatch.c b/certwatch.c index 064a7ce..c75f404 100644 --- a/certwatch.c +++ b/certwatch.c @@ -101,8 +101,7 @@ static int warning(FILE *out, const char *filename, const char *hostname, if (renew) { fputs(" The certificate needs to be renewed; this can be done\n" - " using the 'genkey' program supplied with Red Hat\n" - " Enterprise Linux.\n\n" + " using the 'genkey' program.\n\n" " Browsers will not be able to correctly connect to this\n" " web site using SSL until the certificate is renewed.\n", out); diff --git a/crypto-utils.spec b/crypto-utils.spec index 486ddb1..d43b1b7 100644 --- a/crypto-utils.spec +++ b/crypto-utils.spec @@ -1,5 +1,5 @@ -%define crver 1.0 +%define crver 1.1 Summary: SSL certificate and key management utilities Name: crypto-utils @@ -26,7 +26,7 @@ SSL certificates and keys. %setup -q -n crypto-rand-%{crver} %build -%configure --with-newt=%{_prefix} CFLAGS="-fPIC $RPM_OPT_FLAGS" +%configure --with-newt=%{_prefix} CFLAGS="-fPIC $RPM_OPT_FLAGS -Wall" make cc $RPM_OPT_FLAGS -Wall -Werror -I/usr/include/openssl -o certwatch \ @@ -95,6 +95,10 @@ sed -e "s|^\$bindir.*$|\$bindir = \"/usr/bin\";|" \ %{_mandir}/man1/certwatch.1* %changelog +* Tue Oct 19 2004 Joe Orton 2.1-3 +- make certwatch(1) warning distro-neutral +- update to crypto-rand 1.1, fixing #136093 + * Wed Oct 13 2004 Joe Orton 2.1-3 - send warnings To: root rather than root@localhost (#135533) diff --git a/sources b/sources index 7fd322a..1f1aa07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b28f33f9d9a9654ab6221ae395d1d06b crypto-rand-1.0.tar.gz +d641143f97864accb32debdebbff1994 crypto-rand-1.1.tar.gz