- make certwatch(1) warning distro-neutral

- update to crypto-rand 1.1, fixing #136093
This commit is contained in:
jorton 2004-10-19 10:15:57 +00:00
parent c74ae9317c
commit d3637bce4d
4 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
crypto-rand-1.0.tar.gz
crypto-rand-1.1.tar.gz

View File

@ -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);

View File

@ -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 <jorton@redhat.com> 2.1-3
- make certwatch(1) warning distro-neutral
- update to crypto-rand 1.1, fixing #136093
* Wed Oct 13 2004 Joe Orton <jorton@redhat.com> 2.1-3
- send warnings To: root rather than root@localhost (#135533)

View File

@ -1 +1 @@
b28f33f9d9a9654ab6221ae395d1d06b crypto-rand-1.0.tar.gz
d641143f97864accb32debdebbff1994 crypto-rand-1.1.tar.gz