- make certwatch(1) warning distro-neutral
- update to crypto-rand 1.1, fixing #136093
This commit is contained in:
parent
c74ae9317c
commit
d3637bce4d
@ -1 +1 @@
|
||||
crypto-rand-1.0.tar.gz
|
||||
crypto-rand-1.1.tar.gz
|
||||
|
@ -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);
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user