rm spurious execute bits +unit test to detect them

Thanks Paul Wouters
This commit is contained in:
Willem Toorop 2015-05-26 14:16:27 +02:00
parent 42bdaaa69d
commit d5f70ab904
8 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
* 2015-06-??: Version 0.?.?
* Unit test for spurious execute bits. Thanks Paul Wouters.
* 2015-05-21: Version 0.2.0
* Fix libversion numbering: Thanks Daniel Kahn Gillmor
* run_once method for the libevent extension

0
configure.ac Executable file → Normal file
View File

0
spec/index.html Executable file → Normal file
View File

0
src/const-info.c Executable file → Normal file
View File

0
src/getdns/getdns.h.in Executable file → Normal file
View File

0
src/stub.c Executable file → Normal file
View File

View File

@ -141,6 +141,7 @@ nolibcheck:
@false
test: $(NOLIBCHECK) all
(cd $(srcdir)/../.. && find . -type f -executable -and \( -name "*.[ch]" -or -name "*.html" -or -name "*.in" -or -name "*.good" -or -name "*.ac" \) | awk 'BEGIN{e=0}{print("ERROR! Executable bit found on", $$0);e=1}END{exit(e)}')
./$(CHECK_GETDNS)
if test $(have_libevent) = 1 ; then ./$(CHECK_EVENT_PROG) ; fi
if test $(have_libev) = 1 ; then ./$(CHECK_EV_PROG) ; fi

0
src/test/tests_namespaces.good Executable file → Normal file
View File