diff options
| author | Martin Stransky <stransky@fedoraproject.org> | 2006-11-03 11:16:52 +0000 |
|---|---|---|
| committer | Martin Stransky <stransky@fedoraproject.org> | 2006-11-03 11:16:52 +0000 |
| commit | 00e700762ef3a88d452a3e58cba0d85f9dfeda30 (patch) | |
| tree | 272b28e955719f192dd46c60b48a42c2a5fe3cd0 | |
| parent | c72e8ef87f4f2ea49b17fc52529c9dceaaf5dd8b (diff) | |
disabled SSL version check, our SSL is already patched
| -rw-r--r-- | bind.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -324,6 +324,7 @@ export LDFLAGS=-lefence %if %{LIBBIND} --enable-libbind \ %endif + --disable-openssl-version-check \ CFLAGS="$CFLAGS" \ ; if [ -s openssl_config.h ]; then cat openssl_config.h >> config.h ; fi; @@ -446,7 +447,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.140 2006/11/03 10:06:41 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.141 2006/11/03 11:16:52 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: |
