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 | 65ae8c598fba4d601cda180a3da841982a8d1479 (patch) | |
| tree | 43616292fdab32b071406d628870bac63c81449a | |
| parent | df7a4dc8d8effc5fb2ab84f6ce0b61d369d63f24 (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: |
